/* DataDrivesGrowthBlog Hero Section */

.DataDrivesGrowthBlogHeroSection {
    background: linear-gradient(180deg, #1C48B2 0%, #25B6FF 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    margin: 136px 0 0 0;
    padding: 80px 0 48px 0;
}

.DataDrivesGrowthBlogHeroContainer {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.DataDrivesGrowthBlogHeroContent {
    text-align: center;
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
}

.DataDrivesGrowthBlogHeroTitle {
    font-family: 'Nunito', sans-serif;
    font-weight: 700;
    font-size: 46px;
    color: #FFFFFF;
    margin-bottom: 20px;
    line-height: normal;
}

.DataDrivesGrowthBlogHeroDescription {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 1.5;
    margin: 0 auto;
    max-width: 800px;
}

@media (max-width: 1200px) {
    .DataDrivesGrowthBlogHeroContainer {
        max-width: 960px;
    }
    .DataDrivesGrowthBlogHeroTitle {
        font-size: 36px;
    }
}
@media (max-width: 991px) {
    .DataDrivesGrowthBlogHeroSection {
        padding: 100px 20px 60px 20px;
    }
    .DataDrivesGrowthBlogHeroContainer {
        flex-direction: column;
        text-align: center;
        max-width: 720px;
    }
    .DataDrivesGrowthBlogHeroContent {
        max-width: 100%;
    }
}
@media (max-width: 767px) {
    .DataDrivesGrowthBlogHeroSection {
        padding: 75px 20px 40px 20px;
    }
    .DataDrivesGrowthBlogHeroTitle {
        font-size: 26px;
    }
    .DataDrivesGrowthBlogHeroDescription {
        font-size: 1.1rem;
    }
}
@media (max-width: 575px) {
    .DataDrivesGrowthBlogHeroSection {
        padding: 60px 15px 30px 15px;
    }
    .DataDrivesGrowthBlogHeroDescription {
        font-size: 1rem;
    }
}

.DataDrivesGrowthBlogBackLinkContainer {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 0 16px;
    box-sizing: border-box;
}

.DataDrivesGrowthBlogBackLink {
    display: block;
    font-size: 16px;
    color: #202328;
    text-decoration: none;
    margin: 28px 10px 15px 0;
    font-weight: 700;
    transition: color 0.2s;
    text-align: left;
}
.DataDrivesGrowthBlogMainSection {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 48px;
    padding: 0;
}

.DataDrivesGrowthBlogMainContent {
    width: 100%;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: center;
    border-radius: 16px;
    padding: 0;
}

.DataDrivesGrowthBlogMainImage {
    width: 100%;
    max-width: 375px;
    height: auto;
    object-fit: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border-radius: 12px;
    display: block;
    margin: 0 auto;
}

.DataDrivesGrowthBlogTextContent {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 96%;
    max-width: 100%;
    padding: 0;;
    padding: 0;
}

.DataDrivesGrowthBlogMainTitle {
    font-family: 'Nunito', sans-serif;
    font-size: 32px;
    color: #1C48B2;
    font-weight: 700;
    margin-bottom: 18px;
    margin-top: 0;
}

.DataDrivesGrowthBlogParagraph {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 18px;
    color: #202328;
    line-height: 1.6;
    margin-bottom: 16px;
}

@media (max-width: 1100px) {
    .DataDrivesGrowthBlogMainContent {
        width: 100%;
        max-width: 100%;
        padding: 0;
    }
}
@media (max-width: 1024px) {
    .DataDrivesGrowthBlogMainContent {
        flex-direction: column;
        align-items: center;
        gap: 20px;
        padding: 0;
    }
    .DataDrivesGrowthBlogMainImage {
        width: 100%;
        max-width: 500px;
        margin-bottom: 0;
    }
    .DataDrivesGrowthBlogImagetext {
        width: 100%;
        display: flex !important;
        justify-content: center !important;
    }
    .DataDrivesGrowthBlogTextContent {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 96%;
    max-width: 100%;
    padding: 0;;
    }
    .DataDrivesGrowthBlogMainSection {
        margin-bottom: -60px;
    }
    .DataDrivesGrowthBlogBackLink {
        margin-left: 30px;
    }
    .DataDrivesGrowthBlogImagetext {
        width: 100% !important;
    }
    .DataDrivesGrowthBlogContainer {
        margin: 0px !important;
    }
}
@media only screen and (max-width: 1024px) and (min-width: 767px) {
    .DataDrivesGrowthBlogMainTitle {
        font-size: 26px;
        text-align: left;
        padding: 1px 30px;
    }
}
@media (max-width: 767px) {
    .DataDrivesGrowthBlogMainTitle {
        font-size: 23px;
        text-align: left;
        padding: 1px 10px;
        margin-bottom: 0px !important;
    }
}

@media (max-width: 480px) and (min-width: 320px) {
    .DataDrivesGrowthBlogMainImage {
        width: 100%;
        max-width: 100%;
        height: auto;
        object-fit: contain;
    }
}

.DataDrivesGrowthBlogSection {
    width: 100%;
    max-width: 1020px;
    margin: 48px auto 0 auto;
    padding: 0 16px;
}

.DataDrivesGrowthBlogSectionTitle {
    font-family: 'Nunito', sans-serif;
    font-size: 22px;
    color: #1C48B2;
    font-weight: 700;
    margin-bottom: 18px;
    margin-top: 32px;
    text-align: left;
    background: none;
    padding: 0;
    border-radius: 0;
    display: block;
}

.DataDrivesGrowthBlogSubSectionTitle {
    font-family: 'Nunito', sans-serif;
    font-size: 20px;
    color: #1C48B2;
    font-weight: 600;
    margin-bottom: 12px;
    margin-top: 24px;
    text-align: left;
    background: none;
    padding: 0;
    border-radius: 0;
    display: block;
}

.DataDrivesGrowthBlogSectionContent {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 18px;
    color: #202328;
    line-height: 1.6;
    margin-bottom: 16px;
}

.DataDrivesGrowthBlogSectionList {
    font-size: 18px;
    font-family: 'Nunito Sans', sans-serif;
    color: #202328;
    margin: 0 0 16px 24px;
    list-style-type: disc;
    padding-left: 18px;
    align-items: flex-start !important;
    gap: 0px !important;
}
    .DataDrivesGrowthBlogSectionList li {
        margin-bottom: 10px;
        line-height: 1.6;
        color: #202328;
    }

/* Table Styles */
.DataDrivesGrowthBlogTableContainer {
    width: 100%;
    overflow-x: auto;
    margin: 24px 0;
}

.DataDrivesGrowthBlogTable {
    width: 100%;
    border-collapse: collapse;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 16px;
    background: #FFFFFF;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.DataDrivesGrowthBlogTable thead {
    background: linear-gradient(180deg, #1C48B2 0%, #25B6FF 100%);
    color: #FFFFFF;
}

.DataDrivesGrowthBlogTable th {
    padding: 16px;
    text-align: center;
    font-weight: 900;
    font-family: 'Nunito', sans-serif;
    font-size: 18px;
}

.DataDrivesGrowthBlogTable td {
    padding: 16px;
    border: 1px solid #E5E7EB !important;
    color: #202328;
    text-align: center;
    background-color: #ECFAFF;
}

.DataDrivesGrowthBlogTable tbody tr:last-child td {
    border-bottom: none;
}

.DataDrivesGrowthBlogTable tbody tr:hover {
    background-color: #F9FAFB;
}

.DataDrivesGrowthBlogCtaSection {
    width: 100%;
    max-width: 1020px;
    margin: 48px auto 0 auto;
    padding: 48px 24px 48px 24px;
    background: linear-gradient(180deg, #1C48B2 0%, #1F72CF 38.2%, #25B6FF 100%);
    border-radius: 18px;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
}

.DataDrivesGrowthBlogCtaTitle {
    color: #fff;
    font-family: 'Nunito', sans-serif;
    font-size: 32px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 18px;
}

.DataDrivesGrowthBlogCtaDescription {
    color: #fff;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 18px;
    text-align: center;
    margin-bottom: 32px;
}

.DataDrivesGrowthBlogCtaButtons {
    display: flex;
    gap: 24px;
    justify-content: center;
    flex-wrap: wrap;
}

.DataDrivesGrowthBlogCtaButton {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 32px;
    font-family: 'Nunito', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    background: linear-gradient(90deg, #1C48B2 0%, #CC338D 100%);
    border: none;
    border-radius: 24px;
    text-decoration: none;
    transition: background 0.2s, box-shadow 0.2s;
    box-shadow: 0 2px 8px rgba(44, 62, 80, 0.10);
    cursor: pointer;
}
.DataDrivesGrowthBlogCtaButton:hover {
    background: linear-gradient(90deg, #25B6FF 0%, #CC338D 100%);
    box-shadow: 0 4px 16px rgba(44, 62, 80, 0.18);
}

.DataDrivesGrowthBlogCtaArrow {
    font-size: 1.1em;
    margin-left: 4px;
}

@media (max-width: 1100px) {
    .DataDrivesGrowthBlogCtaSection {
        max-width: 98vw;
        padding: 32px 20px;
    }
}
@media (max-width: 600px) {
    .DataDrivesGrowthBlogCtaSection {
        max-width: 95vw;
        padding: 40px 10px 40px 10px;
    }
    .DataDrivesGrowthBlogCtaTitle {
        font-size: 22px;
    }
    .DataDrivesGrowthBlogCtaDescription {
        font-size: 15px;
    }
    .DataDrivesGrowthBlogCtaButtons {
        flex-direction: column;
        gap: 16px;
    }
    .DataDrivesGrowthBlogCtaButton {
        width: 100%;
        justify-content: center;
    }
    .DataDrivesGrowthBlogTableContainer {
        overflow-x: scroll;
    }
    .DataDrivesGrowthBlogTable {
        font-size: 14px;
    }
    .DataDrivesGrowthBlogTable th,
    .DataDrivesGrowthBlogTable td {
        padding: 12px;
    }
}

.DataDrivesGrowthBlogContainer {
    max-width: 1020px;
    width: 100%;
    margin: 30px auto;
    box-sizing: border-box;
}

/* Section spacing for DataDrivesGrowthBlogPage */
.DataDrivesGrowthBlogSection, .DataDrivesGrowthBlogMainSection, .DataDrivesGrowthBlogCtaSection {
    margin-bottom: 30px;
}
/* Heading-description gap for DataDrivesGrowthBlogPage */
.DataDrivesGrowthBlogMainTitle, .DataDrivesGrowthBlogSectionTitle, .DataDrivesGrowthBlogCtaTitle {
    margin-bottom: 20px;
}
.DataDrivesGrowthBlogFaqSection {
    max-width: 1020px;
    width: 100%;
    margin: 60px auto;
    padding: 0 20px;
    box-sizing: border-box;
}

.DataDrivesGrowthBlogFaqTitle {
    font-family: 'Nunito', sans-serif;
    font-weight: 700;
    font-size: 32px;
    color: #1C48B2;
    text-align: center;
    margin-bottom: 40px;
    line-height: 1.3;
}

.DataDrivesGrowthBlogFaqContainer {
    display: flex;
    gap: 40px;
    justify-content: space-between;
}

.DataDrivesGrowthBlogFaqColumn {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.DataDrivesGrowthBlogFaqItem {
    background: #FFFFFF;
    border: 1px solid #E5E7EB;
    border-radius: 12px;
    padding: 24px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    transition: box-shadow 0.3s ease, transform 0.2s ease;
    display: flex;
    flex-direction: column;
}

.DataDrivesGrowthBlogFaqItem:hover {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    transform: translateY(-2px);
}

.DataDrivesGrowthBlogFaqQuestion {
    font-family: 'Nunito', sans-serif;
    font-weight: 670;
    font-size: 18px;
    color: #1C48B2;
    margin-bottom: 12px;
    line-height: 1.4;
}

.DataDrivesGrowthBlogFaqAnswer {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 16px;
    color: #4B5563;
    line-height: 1.6;
    margin: 0;
}

/* Responsive Design for FAQ Section */
@media (max-width: 768px) {
    .DataDrivesGrowthBlogFaqContainer {
        flex-direction: column;
        gap: 20px;
    }

    .DataDrivesGrowthBlogFaqColumn{
        gap:20px;
    }

    .DataDrivesGrowthBlogFaqTitle {
        font-size: 28px;
        margin-bottom: 30px;
    }
    
    .DataDrivesGrowthBlogFaqItem {
        padding: 20px;
    }
    
    .DataDrivesGrowthBlogFaqQuestion {
        font-size: 16px;
    }
    
    .DataDrivesGrowthBlogFaqAnswer {
        font-size: 15px;
    }
}

@media (max-width: 480px) {
    .DataDrivesGrowthBlogFaqSection {
        padding: 0 15px;
        margin: 40px auto;
    }
    
    .DataDrivesGrowthBlogFaqTitle {
        font-size: 24px;
        margin-bottom: 25px;
    }
    
    .DataDrivesGrowthBlogFaqItem {
        padding: 16px;
    }
    
    .DataDrivesGrowthBlogFaqQuestion {
        font-size: 15px;
        margin-bottom: 10px;
    }
    
    .DataDrivesGrowthBlogFaqAnswer {
        font-size: 14px;
    }
}

.DataDrivesGrowthBlogImagetext {
    width: 100%;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    margin-bottom: 0;
}
.DataDrivesGrowthBlogMainTitleRow {
    width: 100%;
    margin-bottom: 24px;
    text-align: center;
}

.DataDrivesGrowthBlogLayoutWrapper {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto; /* Center the entire structure */
    display: flex;
    gap: 24px;
    align-items: center;
    box-sizing: border-box;
    overflow: visible !important;
    overflow-x: visible !important;
    overflow-y: visible !important;
    position: relative;
    padding-top: 10px;
}

.DataDrivesGrowthBlogAttachmentContainer {
    border: 1px solid #B3D9F2;
    background-color: #ffffff;
    border-radius: 12px;
    padding: 24px;
    box-sizing: border-box;
    flex: 0 0 65%;
    max-width: 65%;
    margin-top: 0; /* Removed margin-top */
    overflow: visible !important;
    overflow-x: visible !important;
    overflow-y: visible !important;
}

.DataDrivesGrowthBlogRightPanel {
    display: flex;
    flex-direction: column;
    gap: 16px;
    flex: 0 0 32%;
    max-width: 32%;
    align-items: flex-end;
    margin-top: 0; /* Removed margin-top */
    will-change: position;
}

/* Force sticky positioning on desktop */
@media (min-width: 1025px) {  
    .DataDrivesGrowthBlogRightPanel {
        position: -webkit-sticky !important;
        position: sticky !important;
        top: 110px !important;
        align-self: flex-start !important;
        height: fit-content !important;
        max-height: none !important;
        overflow-y: visible !important;
        overflow-x: visible !important;
        z-index: 100 !important;
        max-width: 100% !important; /* Cover whole place - simplified */
        inset: 102px 120px auto auto !important;
        transform: translateZ(0); /* Force GPU acceleration */
        -webkit-transform: translateZ(0);
    }
    
    .DataDrivesGrowthBlogLayoutWrapper {
        overflow: visible !important;
        overflow-x: visible !important;
        overflow-y: visible !important;
        position: relative !important;
        min-height: 100vh; /* Ensure enough height for sticky */
    }
    
    .DataDrivesGrowthBlogAttachmentContainer {
        overflow: visible !important;
        overflow-x: visible !important;
        overflow-y: visible !important;
    }
    
    /* Ensure body and html don't interfere */
    body {
        overflow-x: hidden !important;
    }
}

/* Responsive top adjustments */
@media (min-width: 1400px) {
    .DataDrivesGrowthBlogLeftPanel,
    .DataDrivesGrowthBlogRightPanel {
        top: 120px !important;
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .DataDrivesGrowthBlogRightPanel {
        top: 115px !important;
    }
}

@media (min-width: 1025px) and (max-width: 1199px) {
    .DataDrivesGrowthBlogRightPanel {
        top: 110px !important;
    }
}

.DataDrivesGrowthBlogAttachmentBox1 {
    background-color: #FFFFFF;
    border: 1px solid #B3D9F2;
    border-radius: 8px;
    padding: 20px;
    box-sizing: border-box;
    width: 100%;
}

.DataDrivesGrowthBlogAIHeading {
    font-family: 'Nunito', sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #1C48B2;
    margin: 0 0 16px 0;
    text-align: left;
}

.DataDrivesGrowthBlogAIButtons {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    width: 100%;
}

.DataDrivesGrowthBlogAIButton {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 10px 16px;
    background-color: #1f65c7eb;
    border: 1px solid #1f65c7eb;
    border-radius: 20px;
    color: #FFFFFF;
    font-family: 'Nunito', sans-serif;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    white-space: nowrap;
    flex-shrink: 0;
    text-decoration: none;
}

.DataDrivesGrowthBlogAIButton .DataDrivesGrowthBlogAIIcon {
    filter: brightness(0) invert(1);
}

.DataDrivesGrowthBlogAIButton:hover {
    background-color: #ecfaff;
    border-color: #1f65c7eb;
    color: #1f65c7eb;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(31, 101, 199, 0.3);
}

.DataDrivesGrowthBlogAIButton:hover .DataDrivesGrowthBlogAIIcon {
    filter: none;
}

.DataDrivesGrowthBlogAIButton:hover svg.AutomationBlogAIIcon {
    filter: brightness(0);
}

@media (max-width: 1024px) {
    .DataDrivesGrowthBlogAIButton:hover {
        background-color: #1f65c7eb !important;
        border-color: #1f65c7eb !important;
        color: #FFFFFF !important;
        transform: none !important;
        box-shadow: none !important;
    }
    .DataDrivesGrowthBlogAIButton:hover .DataDrivesGrowthBlogAIIcon {
        filter: brightness(0) invert(1) !important;
    }
    /* Claude button: no hover effect on tablet/mobile */
    .DataDrivesGrowthBlogAIButton[href*="claude.ai"]:hover {
        background-color: #1f65c7eb !important;
        border-color: #1f65c7eb !important;
        color: #FFFFFF !important;
        transform: none !important;
        box-shadow: none !important;
    }
    .DataDrivesGrowthBlogAIButton[href*="claude.ai"]:hover svg.AutomationBlogAIIcon {
        filter: brightness(0) invert(1) !important;
    }
}

.DataDrivesGrowthBlogAIButton:active {
    transform: translateY(0);
    box-shadow: 0 2px 4px rgba(124, 58, 237, 0.15);
}

.DataDrivesGrowthBlogAIIcon {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    stroke: currentColor;
}

.DataDrivesGrowthBlogAttachmentBox2 {
    background-color: #FFFFFF;
    border: 1px solid #B3D9F2;
    border-radius: 8px;
    padding:20px 20px 5px 20px;
    box-sizing: border-box;
    width: 100%;
    display: block; /* Visible by default */
}

/* Show images in DataDrivesGrowthBlogAttachmentBox2 - side by side layout */
.DataDrivesGrowthBlogAttachmentBox2 .BlogCardCompact {
    display: flex;
    flex-direction: row; /* Ssedide by side: image and content */
    gap: 12px;
    align-items: center;
}

.DataDrivesGrowthBlogAttachmentBox2 .BlogCardCompactImageWrapper {
    flex: 0 0 120px; /* Fixed width for image */
    width: 120px;
    height: 120px;
    overflow: hidden;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
}

.DataDrivesGrowthBlogAttachmentBox2 .BlogCardCompactImage {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
}

.DataDrivesGrowthBlogAttachmentBox2 .BlogCardCompactContent {
    flex: 1; /* Takes remaining space */
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 0;
}

/* Hide DataDrivesGrowthBlogAttachmentBox2 between 1240px and 1440px */
@media (min-width: 1240px) and (max-width: 1439px) {
    .DataDrivesGrowthBlogAttachmentBox2 {
        display: block;
    }
}

/* Hide DataDrivesGrowthBlogAttachmentBox2 below 1024px */
@media (max-width: 1024px) {
    .DataDrivesGrowthBlogAttachmentBox2 {
        display: none;
    }
}

/* Show DataDrivesGrowthBlogAttachmentBox2 between 1025px and 1239px */
@media (min-width: 1025px) and (max-width: 1239px) {
    .DataDrivesGrowthBlogAttachmentBox2 {
        display: block;
    }
}

/* Show DataDrivesGrowthBlogAttachmentBox2 at 1440px and above */
@media (min-width: 1440px) {
    .DataDrivesGrowthBlogAttachmentBox2 {
        display: block;
    }
}

.DataDrivesGrowthBlogAttachmenthiddenbox {
    background-color: #FFFFFF;
    border: 1px solid #B3D9F2;
    border-radius: 8px;
    padding: 24px; /* Same as DataDrivesGrowthBlogAttachmentContainer */
    box-sizing: border-box;
    width: 100%;
    max-width: 1200px; /* Match layout wrapper max-width */
    margin-top: 8%; /* Same as DataDrivesGrowthBlogAttachmentContainer */
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    display: none; /* Hidden by default */
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

/* Hide at 1024px and below */
@media (max-width: 1024px) {
    .DataDrivesGrowthBlogAttachmenthiddenbox {
        display: block;
        padding: 20px; /* Same as DataDrivesGrowthBlogAttachmentContainer at 1024px */
        margin-top: 40px;
        margin-bottom: 40px;
        margin-left: 12px; /* Add left spacing */
        margin-right: 12px; /* Add right spacing */
        width: calc(100% - 24px); /* Account for left and right margins */
        max-width: calc(100% - 24px);
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    }
    
    /* Horizontal scrollable container - like image */
    .DataDrivesGrowthBlogHiddenboxContent {
        width: 100%;
    }
    
    .DataDrivesGrowthBlogHiddenboxContent .BlogCardCompactContainer {
        display: flex;
        flex-direction: row;
        align-items: stretch; /* Ensure all cards have equal height */
        gap: 16px;
        overflow-x: auto; /* Horizontal scrollbar */
        overflow-y: hidden;
        padding-bottom: 8px; /* Space for scrollbar */
        -webkit-overflow-scrolling: touch; /* Smooth scrolling on iOS */
    }
    
    /* Prevent cards from shrinking - maintain card size and equal height */
    .DataDrivesGrowthBlogHiddenboxContent .BlogCardCompact {
        flex: 0 0 auto; /* Don't shrink, maintain size */
        min-width: 280px; /* Fixed card width for mobile/tablet */
        width: 280px;
        height: 100%; /* Equal height */
        display: flex;
        flex-direction: column; /* Vertical layout: image on top, content below */
        gap: 0;
        padding: 0;
        border-radius: 8px;
        overflow: hidden;
        background-color: #FFFFFF;
        border: none; /* Border removed */
        transition: all 0.3s ease;
    }
    
    .DataDrivesGrowthBlogHiddenboxContent .BlogCardCompact:hover {
        transform: translateY(-4px);
        box-shadow: 0 4px 12px rgba(28, 72, 178, 0.15);
    }

    @media (max-width: 1024px) {
        .DataDrivesGrowthBlogHiddenboxContent .BlogCardCompact:hover {
            transform: none !important;
            box-shadow: none !important;
        }
    }

@media (max-width: 1024px) {
    .BlogCardCompact:hover {
        background-color: transparent !important;
        border-color: transparent !important;
        transform: none !important;
        box-shadow: none !important;
    }
}
    
    /* Show images in DataDrivesGrowthBlogHiddenboxContent */
    .DataDrivesGrowthBlogHiddenboxContent .BlogCardCompactImageWrapper {
        width: 100%;
        height: 180px; /* Fixed height for equal card heights */
        overflow: hidden;
        background-color: #ffffff;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    /* Image on top - full width */
    .DataDrivesGrowthBlogHiddenboxContent .BlogCardCompactImage {
        width: 75%;
        height: 85%;
        object-fit: cover;
        display: block;
        margin: 0;
        padding: 0;
    }
    
    .DataDrivesGrowthBlogHiddenboxContent .BlogCardCompact {
        gap: 0; /* No gap between image and content */
    }
    
    /* Content below image - takes remaining space */
    .DataDrivesGrowthBlogHiddenboxContent .BlogCardCompactContent {
        width: 100%;
        padding: 16px;
        display: flex;
        flex-direction: column;
        gap: 8px;
        flex: 1; /* Takes remaining space for equal heights */
        min-height: fit-content;
    }
    
    .DataDrivesGrowthBlogHiddenboxContent .BlogCardCompactHeading {
        font-family: 'Nunito', sans-serif;
        font-size: 14px;
        font-weight: 600;
        color: #1C48B2;
        line-height: 1.4;
        margin: 0;
        -webkit-line-clamp: 2; /* Compress to 2 lines max */
        line-clamp: 2;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        word-wrap: break-word;
        word-break: break-word;
        max-height: calc(1.4em * 2); /* Limit to 2 lines height */
    }
    
    /* Custom horizontal scrollbar styling */
    .DataDrivesGrowthBlogHiddenboxContent .BlogCardCompactContainer::-webkit-scrollbar {
        height: 6px;
    }
    
    .DataDrivesGrowthBlogHiddenboxContent .BlogCardCompactContainer::-webkit-scrollbar-track {
        background: #f1f1f1;
        border-radius: 10px;
    }
    
    .DataDrivesGrowthBlogHiddenboxContent .BlogCardCompactContainer::-webkit-scrollbar-thumb {
        background: #B3D9F2;
        border-radius: 10px;
    }
    
    .DataDrivesGrowthBlogHiddenboxContent .BlogCardCompactContainer::-webkit-scrollbar-thumb:hover {
        background: #1C48B2;
    }
}

/* Show between 1025px and 1439px */
@media (min-width: 1025px) and (max-width: 1439px) {
    .DataDrivesGrowthBlogAttachmenthiddenbox {
        display: none;
    }
}

/* Hide at 1440px and above */
@media (min-width: 1440px) {
    .DataDrivesGrowthBlogAttachmenthiddenbox {
        display: none;
    }
}

.DataDrivesGrowthBlogRelatedTitle {
    font-family: 'Nunito', sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #1C48B2;
}

.BlogCardCompactContainer {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.BlogCardCompact {
    display: flex;
    gap: 18px;
    text-decoration: none;
    color: inherit;
    transition: all 0.3s ease;
    border-radius: 8px;
    border: 1px solid transparent;
}

.BlogCardCompact:hover {
    background-color: #F0F8FF;
    border-color: #B3D9F2;
    transform: translateY(-2px);
    box-shadow: 0 2px 8px rgba(28, 72, 178, 0.1);
}

@media (max-width: 1024px) {
    .BlogCardCompact:hover {
        background-color: transparent !important;
        border-color: transparent !important;
        transform: none !important;
        box-shadow: none !important;
    }
}

.BlogCardCompactImage {
    width: 100px;
    height: 70px;
    object-fit: cover;
    border-radius: 6px;
    flex-shrink: 0;
}

.BlogCardCompactContent {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 0;
    min-width: 0;
}

.BlogCardCompactHeading {
    font-family: 'Nunito', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #1C48B2;
    margin-top: 12px;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}


@media (max-width: 1024px) {
    .DataDrivesGrowthBlogLayoutWrapper {
        flex-direction: column-reverse;
        padding: 0 16px;
    }
    
    .DataDrivesGrowthBlogAttachmentContainer {
        padding: 20px;
        flex: 1;
        max-width: 100%;
        width: 100%;
        margin-top: 0; /* Remove margin-top at 1024px */
    }
    
    .DataDrivesGrowthBlogRightPanel {
        max-width: 100%; /* Cover whole place - simplified */
        margin-top: 0; /* Removed margin-top */
    }
    
    .DataDrivesGrowthBlogAttachmenthiddenbox {
        padding: 20px; /* Same as DataDrivesGrowthBlogAttachmentContainer at 1024px */
        margin-top: 25px;
        margin-bottom: 40px;
        margin-left: 12px; /* Add left spacing */
        margin-right: 12px; /* Add right spacing */
        width: calc(100% - 24px); /* Account for left and right margins */
        max-width: calc(100% - 24px);
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    }
    
    .DataDrivesGrowthBlogAttachmenthiddenbox .DataDrivesGrowthBlogRelatedTitle {
        margin-bottom: 16px;
    }
    
    .DataDrivesGrowthBlogAttachmenthiddenbox .BlogCardCompactHeading {
        font-size: 16px; /* Increased font size at 1024px */
    }
    
    .DataDrivesGrowthBlogAttachmenthiddenbox .BlogCardCompactContainer {
        gap: 0px;
    }
    
    .DataDrivesGrowthBlogAttachmenthiddenbox .BlogCardCompactHeading {
        font-size: 16px; /* Increased from default 14px at 1024px */
    }
    
    .DataDrivesGrowthBlogAttachmentBox1 {
        margin-top: 0;
    }
    
    .DataDrivesGrowthBlogAIButtons {
        gap: 8px;
    }
    
    .DataDrivesGrowthBlogAIButton {
        padding: 8px 12px;
        font-size: 12px;
    }
    
    .DataDrivesGrowthBlogAIIcon {
        width: 14px;
        height: 14px;
    }
}

@media (max-width: 767px) {
    .DataDrivesGrowthBlogLayoutWrapper {
        padding: 0 12px;
    }
    
    .DataDrivesGrowthBlogAttachmentContainer {
        padding: 16px;
    }
    
    .DataDrivesGrowthBlogAttachmentBox1,
    .DataDrivesGrowthBlogAttachmentBox2 {
        padding: 16px;
    }
    
    .DataDrivesGrowthBlogRelatedTitle {
        font-size: 18px;
        margin-bottom: 12px;
    }
    
    .BlogCardCompact {
        padding: 10px;
        gap: 10px;
    }
    
    .BlogCardCompactImage {
        width: 100px;
        height: 65px;
    }
    
    .BlogCardCompactHeading {
        font-size: 13px;
    }
    
    .DataDrivesGrowthBlogAIButtons {
        gap: 8px;
    }
    
    .DataDrivesGrowthBlogAIButton {
        padding: 8px 14px;
        font-size: 13px;
    }
    
    .DataDrivesGrowthBlogAIIcon {
        width: 16px;
        height: 16px;
    }
}

