/* GrowingYourPharmacy Hero Section */

html {
    scroll-behavior: smooth;
    scrollbar-gutter: stable;
}

.GrowingYourPharmacyHeroSection {
    background: linear-gradient(180deg, #1C48B2 0%, #25B6FF 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    margin: 99px 0 0 0;
    padding: 40px 24px 60px 24px;
}

.GrowingYourPharmacyHeroContainer {
    width: 100%;
    max-width: 1200px;
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.GrowingYourPharmacyBreadcrumbs {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 1.5;
}

.GrowingYourPharmacyBreadcrumbLink {
    color: #FFFFFF;
    text-decoration: none;
}

    .GrowingYourPharmacyBreadcrumbLink:hover {
        text-decoration: underline;
    }

.GrowingYourPharmacyBreadcrumbSeparator {
    color: #FFFFFF;
    opacity: 0.9;
}

.GrowingYourPharmacyBreadcrumbCurrent {
    color: #FFFFFF;
    opacity: 0.95;
}

.GrowingYourPharmacyHeroInner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 48px;
}

.GrowingYourPharmacyHeroImageWrapper {
    flex: 0 0 auto;
    max-width: 45%;
}

.GrowingYourPharmacyHeroImage {
    width: 100%;
    max-width: 650px;
    height: auto;
    object-fit: contain;
}

.GrowingYourPharmacyHeroContent {
    flex: 1;
    text-align: left;
    min-width: 0;
}

.GrowingYourPharmacyHeroTitle {
    font-family: 'Nunito', sans-serif;
    font-weight: 700;
    font-size: 42px;
    color: #FFFFFF;
    margin-bottom: 16px;
    line-height: 1.2;
}

.GrowingYourPharmacyHeroDescription {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 1.5;
    margin: 0;
}

@media (max-width: 1200px) {
    .GrowingYourPharmacyHeroTitle {
        font-size: 36px;
    }
}

@media (max-width: 991px) {
    .GrowingYourPharmacyHeroSection {
        padding: 100px 20px 60px 20px;
    }

    .GrowingYourPharmacyHeroInner {
        flex-direction: column;
        gap: 32px;
    }

    .GrowingYourPharmacyHeroImageWrapper {
        max-width: 100%;
        order: 1;
    }

    .GrowingYourPharmacyHeroContent {
        order: 2;
        text-align: center;
    }
}

@media (max-width: 767px) {
    .GrowingYourPharmacyHeroSection {
        padding: 75px 20px 40px 20px;
    }

    .GrowingYourPharmacyHeroTitle {
        font-size: 32px;
    }

    .GrowingYourPharmacyHeroDescription {
        font-size: 1.1rem;
    }
}

@media (max-width: 575px) {
    .GrowingYourPharmacyHeroSection {
        padding: 60px 15px 30px 15px;
    }

    .GrowingYourPharmacyHeroDescription {
        font-size: 1rem;
    }
}

.GrowingYourPharmacyBackLinkContainer {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 0 16px;
    box-sizing: border-box;
}

.GrowingYourPharmacyBackLink {
    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;
}

.GrowingYourPharmacyLayoutWrapper {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    gap: 24px;
    box-sizing: border-box;
    padding: 0 16px;
    padding-top: 16px;
}

.GrowingYourPharmacyAttachmentContainer {
    border: 1px solid #B3D9F2;
    background-color: #ffffff;
    border-radius: 12px;
    padding: 12px 24px;
    box-sizing: border-box;
    flex: 0 0 65%;
    max-width: 65%;
    margin-top: 0;
}

.GrowingYourPharmacyInlineImage {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 32px 0;
}

    .GrowingYourPharmacyInlineImage .GrowingYourPharmacyMainImage {
        max-width: 500px;
        width: 100%;
    }

.GrowingYourPharmacySummarySection {
    max-width: 1200px;
    width: calc(100% - 32px);
    margin: 60px auto 0 auto;
    padding: 48px 24px;
    box-sizing: border-box;
    background: white;
    border: 1px solid #B3D9F2;
    border-radius: 12px;
    text-align: center;
}

.GrowingYourPharmacySummaryTitle {
    font-family: 'Nunito', sans-serif;
    font-size: 32px;
    font-weight: 700;
    color: #1C48B2;
    margin: 0 0 24px 0;
}

.GrowingYourPharmacySummaryContent {
    font-family: 'Nunito', sans-serif;
    font-size: 18px;
    line-height: 1.6;
    color: #333;
    margin: 0 auto 32px auto;
    max-width: 1200px;
}

.GrowingYourPharmacySummarySection .btn-secondary {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    color: white;
}

    .GrowingYourPharmacySummarySection .btn-secondary img {
        width: 16px;
        height: 16px;
    }

.GrowingYourPharmacyRelatedSection {
    max-width: 1200px;
    width: 100%;
    margin: 60px auto 0 auto;
    padding: 0 16px 48px 16px;
    box-sizing: border-box;
}

.GrowingYourPharmacyRelatedHeader {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-bottom: 24px;
    gap: 16px;
    flex-wrap: wrap;
}

.GrowingYourPharmacyRelatedSection .GrowingYourPharmacyRelatedTitle {
    font-family: 'Nunito', sans-serif;
    font-size: 32px;
    font-weight: 700;
    color: #1C48B2;
    margin: 0;
}

.GrowingYourPharmacyCarouselNav {
    position: absolute;
    right: 0;
    display: flex;
    align-items: center;
    gap: 8px;
}

.GrowingYourPharmacyCarouselBtn {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 1px solid #1C48B2;
    background: #fff;
    color: #1C48B2;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
}

    .GrowingYourPharmacyCarouselBtn:hover:not(:disabled) {
        background: #1C48B2;
        color: #fff;
    }

    .GrowingYourPharmacyCarouselBtn:disabled {
        opacity: 0.4;
        cursor: not-allowed;
    }

.GrowingYourPharmacyCarouselBtnIcon {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
}

.GrowingYourPharmacyCarouselWrapper {
    overflow: hidden;
    width: 100%;
}

.GrowingYourPharmacyCarouselTrack {
    display: flex;
    gap: 25px;
    transition: transform 0.3s ease;
}

.GrowingYourPharmacyRelatedCard {
    flex: 0 0 calc((100% - 50px) / 3);
    background: white;
    border-radius: 18px;
    box-shadow: 0 4px 24px rgba(44, 62, 80, 0.08);
    padding: 40px 30px 40px 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    transition: box-shadow 0.2s;
    text-decoration: none;
    cursor: pointer;
    color: inherit;
    min-width: 0;
}

    .GrowingYourPharmacyRelatedCard:hover {
        box-shadow: 0 8px 32px rgba(44, 62, 80, 0.16);
        text-decoration: none;
        color: inherit;
    }

.GrowingYourPharmacyRelatedCardImage {
    width: 215px;
    height: 215px;
    object-fit: contain;
    margin-bottom: 18px;
    border-radius: 18px;
}

.GrowingYourPharmacyRelatedCardHeading {
    font-family: 'Nunito', sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #1C48B2;
    margin-bottom: 12px;
    margin-top: 0;
    text-align: center;
}

.GrowingYourPharmacyRelatedCardDescription {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 18px;
    color: #202328;
    margin-bottom: 24px;
    line-height: 1.5;
    text-align: center;
}

@media (max-width: 991px) {
    .GrowingYourPharmacyRelatedCard {
        flex: 0 0 calc((100% - 25px) / 2);
    }

    .GrowingYourPharmacyHeroInner {
        display: flex;
        flex-direction: column-reverse;
    }
}

@media (max-width: 768px) {
    .GrowingYourPharmacyRelatedSection .GrowingYourPharmacyRelatedTitle {
        font-size: 26px;
    }

    .GrowingYourPharmacyRelatedCard {
        flex: 0 0 100%;
    }

    .GrowingYourPharmacyRelatedCard {
        padding: 24px 12px;
    }
}

.GrowingYourPharmacyRightPanel {
    display: flex;
    flex-direction: column;
    gap: 16px;
    flex: 0 0 32%;
    max-width: 32%;
    align-items: flex-end;
    margin-top: 0;
}

@media (min-width: 1025px) {
    .GrowingYourPharmacyRightPanel {
        position: -webkit-sticky !important;
        position: sticky !important;
        top: 110px !important;
        align-self: flex-start !important;
        height: fit-content !important;
        transform: translateZ(0);
        -webkit-transform: translateZ(0);
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        will-change: transform;
    }

    .GrowingYourPharmacyLayoutWrapper {
        overflow: visible !important;
        padding-top: 16px;
    }
}

@media (min-width: 1400px) {
    .GrowingYourPharmacyRightPanel {
        top: 120px !important;
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .GrowingYourPharmacyRightPanel {
        top: 115px !important;
    }
}

@media (min-width: 1025px) and (max-width: 1199px) {
    .GrowingYourPharmacyRightPanel {
        top: 110px !important;
    }
}

.GrowingYourPharmacyShareBox {
    background: #ffffff;
    border: 1px solid #B3D9F2;
    border-radius: 8px;
    padding: 20px;
    box-sizing: border-box;
    width: 100%;
}

.GrowingYourPharmacyShareTitle {
    font-family: 'Nunito', sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #1C48B2;
    margin: 0 0 16px 0;
}

.GrowingYourPharmacyShareIcons {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.GrowingYourPharmacyShareIcon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #1f65c7eb;
    color: #fff;
    text-decoration: none;
    border: 1px solid #1f65c7eb;
    cursor: pointer;
    padding: 0;
    transition: background-color 0.2s, border-color 0.2s, color 0.2s, transform 0.2s, box-shadow 0.2s;
}

    .GrowingYourPharmacyShareIcon:hover {
        background-color: #ecfaff;
        border-color: #1f65c7eb;
        color: #1f65c7eb;
        transform: translateY(-2px);
        box-shadow: 0 4px 8px rgba(31, 101, 199, 0.3);
    }

        .GrowingYourPharmacyShareIcon:hover img,
        .GrowingYourPharmacyShareIcon:hover svg {
            filter: brightness(0);
        }

    .GrowingYourPharmacyShareIcon img,
    .GrowingYourPharmacyShareIcon svg {
        width: 18px;
        height: 18px;
        filter: brightness(0) invert(1);
    }

/* Toastify pop-up (same as Contact Us) */
.custom-toast {
    background: #DCF1FA !important;
    color: #202328 !important;
    font-weight: bold;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    border-right: 5px solid #25B6FF;
    padding: 15px 30px;
    box-shadow: 0px 4px 10px rgba(0,0,0,0.3);
}

.toast-close {
    color: #202328 !important;
    font-size: 18px !important;
    margin-left: 12px !important;
    opacity: 0.8;
    transition: opacity 0.3s ease;
}

    .toast-close:hover {
        opacity: 1;
        color: #202327 !important;
    }

.toastify-right {
    right: 30px !important;
}

.toastify-top {
    top: 140px !important;
}


.GrowingYourPharmacySubscribeBox {
    background: #ffffff;
    border: 1px solid #B3D9F2;
    border-radius: 8px;
    padding: 20px;
    box-sizing: border-box;
    width: 100%;
}

.GrowingYourPharmacySubscribeTitle {
    font-family: 'Nunito', sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #1C48B2;
    margin: 0 0 16px 0;
}

.GrowingYourPharmacySubscribeForm {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.GrowingYourPharmacySubscribeInputWrap {
    position: relative;
    display: flex;
    align-items: center;
}

.GrowingYourPharmacySubscribeIcon {
    position: absolute;
    left: 12px;
    flex-shrink: 0;
    color: #6b7280;
}

.GrowingYourPharmacySubscribeInput {
    width: 100%;
    padding: 12px 12px 12px 40px;
    border: 1px solid #B3D9F2 !important;
    border-radius: 8px;
    font-family: 'Nunito', sans-serif;
    font-size: 14px;
    box-sizing: border-box;
    outline: none !important;
    box-shadow: none !important;
}

    .GrowingYourPharmacySubscribeInput:focus,
    .GrowingYourPharmacySubscribeInput:invalid,
    .GrowingYourPharmacySubscribeInput:valid {
        outline: none !important;
        box-shadow: none !important;
        border-color: #B3D9F2 !important;
    }

    .GrowingYourPharmacySubscribeInput::placeholder {
        color: #9ca3af;
    }

.GrowingYourPharmacySubscribeError {
    font-size: 13px;
    color: #dc2626;
}

.GrowingYourPharmacySubscribeForm .btn-secondary {
    border: none;
    cursor: pointer;
    align-self: flex-start;
    padding: 8px 20px;
    font-size: 14px;
}

    .GrowingYourPharmacySubscribeForm .btn-secondary img {
        width: 14px;
        height: 14px;
    }

@media (max-width: 1024px) {
    .GrowingYourPharmacyRightPanel {
        flex: 1 1 100% !important;
        max-width: 100% !important;
        align-items: stretch;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 16px;
    }

        .GrowingYourPharmacyRightPanel .GrowingYourPharmacyShareBox,
        .GrowingYourPharmacyRightPanel .GrowingYourPharmacySubscribeBox {
            min-width: 0;
        }

        .GrowingYourPharmacyRightPanel .GrowingYourPharmacySubscribeBox {
            display: flex;
            flex-direction: column;
        }

            .GrowingYourPharmacyRightPanel .GrowingYourPharmacySubscribeBox .GrowingYourPharmacySubscribeForm {
                display: flex;
                flex-direction: column;
                gap: 12px;
            }

                .GrowingYourPharmacyRightPanel .GrowingYourPharmacySubscribeBox .GrowingYourPharmacySubscribeForm .btn-secondary {
                    flex-shrink: 0;
                }
}

@media (max-width: 600px) {
    .GrowingYourPharmacyRightPanel {
        grid-template-columns: 1fr;
    }
}

.GrowingYourPharmacyAISection {
    padding: 0px 5px 32px 16px;
}

    .GrowingYourPharmacyAISection .GrowingYourPharmacyAIHeading {
        color: #202328;
    }

.GrowingYourPharmacyAttachmentBox1 {
    background-color: #FFFFFF;
    border: 1px solid #B3D9F2;
    border-radius: 8px;
    padding: 20px;
    box-sizing: border-box;
    width: 100%;
}

.GrowingYourPharmacyAIHeading {
    font-family: 'Nunito', sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #1C48B2;
    margin: 0 0 16px 0;
    text-align: left;
}

.GrowingYourPharmacyAIButtons {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    width: 100%;
}

.GrowingYourPharmacyAIButton {
    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;
}

    .GrowingYourPharmacyAIButton .GrowingYourPharmacyAIIcon {
        filter: brightness(0) invert(1);
    }

@media (min-width: 1025px) {
    .GrowingYourPharmacyAIButton:hover {
        background-color: #ecfaff;
        border-color: #1f65c7eb;
        color: #1f65c7eb;
        transform: translateY(-2px);
        box-shadow: 0 4px 8px rgba(31, 101, 199, 0.3);
    }

        .GrowingYourPharmacyAIButton:hover .GrowingYourPharmacyAIIcon {
            filter: none;
        }

    /* Claude AI icon: black on hover (desktop only) */
    .GrowingYourPharmacyAIButton[href*="claude.ai"]:hover svg.GrowingYourPharmacyAIIcon {
        filter: brightness(0);
    }
}

@media (max-width: 1024px) {
    /* Claude button: no hover effect on tablet/mobile */
    .GrowingYourPharmacyAIButton[href*="claude.ai"]:hover {
        background-color: #1f65c7eb !important;
        border-color: #1f65c7eb !important;
        color: #FFFFFF !important;
        transform: none !important;
        box-shadow: none !important;
    }

        .GrowingYourPharmacyAIButton[href*="claude.ai"]:hover svg.GrowingYourPharmacyAIIcon {
            filter: brightness(0) invert(1) !important;
        }
}

.GrowingYourPharmacyAIButton:active {
    transform: translateY(0);
    box-shadow: 0 2px 4px rgba(124, 58, 237, 0.15);
}

.GrowingYourPharmacyAIIcon {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    stroke: currentColor;
}

.GrowingYourPharmacyAttachmentBox2 {
    background-color: #FFFFFF;
    border: 1px solid #B3D9F2;
    border-radius: 8px;
    padding: 20px 20px 5px 20px;
    box-sizing: border-box;
    width: 100%;
    display: block;
}

    .GrowingYourPharmacyAttachmentBox2 .BlogCardCompact {
        display: flex;
        flex-direction: row;
        gap: 12px;
        align-items: center;
    }

    .GrowingYourPharmacyAttachmentBox2 .BlogCardCompactImageWrapper {
        flex: 0 0 120px;
        width: 120px;
        height: 120px;
        overflow: hidden;
        background-color: #ffffff;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 8px;
    }

    .GrowingYourPharmacyAttachmentBox2 .BlogCardCompactImage {
        width: 92%;
        height: auto;
        object-fit: cover;
        display: block;
    }

    .GrowingYourPharmacyAttachmentBox2 .BlogCardCompactContent {
        flex: 1;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        padding: 0;
    }

@media (max-width: 1024px) {
    .GrowingYourPharmacyAttachmentBox2 {
        display: none;
    }
}

.GrowingYourPharmacyAttachmenthiddenbox {
    background-color: #FFFFFF;
    border: 1px solid #B3D9F2;
    border-radius: 8px;
    padding: 24px;
    box-sizing: border-box;
    width: 100%;
    max-width: 1200px;
    margin-top: 8%;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    display: none;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

@media (max-width: 1024px) {
    .GrowingYourPharmacyLayoutWrapper {
        flex-direction: column-reverse;
        padding-top: 16px;
    }

    .GrowingYourPharmacyAttachmentContainer {
        padding: 20px;
        flex: 1;
        max-width: 100%;
        width: 100%;
        margin-top: 0;
    }

    .GrowingYourPharmacyRightPanel {
        flex: 1 1 100% !important;
        max-width: 100% !important;
        width: 100% !important;
        min-width: 100% !important;
        margin-top: 0;
    }

    .GrowingYourPharmacyAttachmentBox1 {
        margin-top: 0;
        display: block !important;
        width: 100%;
    }


    .GrowingYourPharmacyAIButtons {
        gap: 8px;
        display: flex !important;
        visibility: visible !important;
    }

    .GrowingYourPharmacyAIButton {
        padding: 8px 12px;
        font-size: 12px;
        display: flex !important;
        visibility: visible !important;
    }

    .GrowingYourPharmacyAIIcon {
        width: 14px;
        height: 14px;
        display: block !important;
        visibility: visible !important;
    }

    .GrowingYourPharmacyAttachmenthiddenbox {
        display: block;
        padding: 20px;
        margin-top: 40px;
        margin-bottom: 40px;
        margin-left: 12px;
        margin-right: 12px;
        width: calc(100% - 24px);
        max-width: calc(100% - 24px);
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    }

    .GrowingYourPharmacyHiddenboxContent {
        width: 100%;
    }

        .GrowingYourPharmacyHiddenboxContent .BlogCardCompactContainer {
            display: flex;
            flex-direction: row;
            align-items: stretch;
            gap: 16px;
            overflow-x: auto;
            overflow-y: hidden;
            padding-bottom: 8px;
            -webkit-overflow-scrolling: touch;
        }

        .GrowingYourPharmacyHiddenboxContent .BlogCardCompact {
            flex: 0 0 auto;
            min-width: 280px;
            width: 280px;
            height: 100%;
            display: flex;
            flex-direction: column;
            gap: 0;
            padding: 0;
            border-radius: 8px;
            overflow: hidden;
            background-color: #FFFFFF;
            border: none;
            transition: all 0.3s ease;
        }

            .GrowingYourPharmacyHiddenboxContent .BlogCardCompact:hover {
                transform: translateY(-4px);
                box-shadow: 0 4px 12px rgba(28, 72, 178, 0.15);
            }

        .GrowingYourPharmacyHiddenboxContent .BlogCardCompactImageWrapper {
            width: 100%;
            height: 180px;
            overflow: hidden;
            background-color: #ffffff;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .GrowingYourPharmacyHiddenboxContent .BlogCardCompactImage {
            width: 60%;
            height: auto;
            object-fit: cover;
            display: block;
            margin: 0;
            padding: 0;
        }

        .GrowingYourPharmacyHiddenboxContent .BlogCardCompact {
            gap: 0;
        }

        .GrowingYourPharmacyHiddenboxContent .BlogCardCompactContent {
            width: 100%;
            padding: 16px;
            display: flex;
            flex-direction: column;
            gap: 8px;
            flex: 1;
            min-height: fit-content;
        }

        .GrowingYourPharmacyHiddenboxContent .BlogCardCompactHeading {
            font-family: 'Nunito', sans-serif;
            font-size: 14px;
            font-weight: 600;
            color: #1C48B2;
            line-height: 1.4;
            margin: 0;
            -webkit-line-clamp: 2;
            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);
        }

        .GrowingYourPharmacyHiddenboxContent .BlogCardCompactContainer::-webkit-scrollbar {
            height: 6px;
        }

        .GrowingYourPharmacyHiddenboxContent .BlogCardCompactContainer::-webkit-scrollbar-track {
            background: #f1f1f1;
            border-radius: 10px;
        }

        .GrowingYourPharmacyHiddenboxContent .BlogCardCompactContainer::-webkit-scrollbar-thumb {
            background: #B3D9F2;
            border-radius: 10px;
        }

            .GrowingYourPharmacyHiddenboxContent .BlogCardCompactContainer::-webkit-scrollbar-thumb:hover {
                background: #1C48B2;
            }

    .GrowingYourPharmacyAttachmenthiddenbox .GrowingYourPharmacyRelatedTitle {
        margin-bottom: 16px;
    }

    .GrowingYourPharmacyAttachmenthiddenbox .BlogCardCompactHeading {
        font-size: 16px;
    }

    .GrowingYourPharmacyAttachmenthiddenbox .BlogCardCompactContainer {
        gap: 0px;
    }
}

@media (min-width: 1025px) {
    .GrowingYourPharmacyAttachmenthiddenbox {
        display: none;
    }
}

.GrowingYourPharmacyHiddenboxContent {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.GrowingYourPharmacyRelatedTitle {
    font-family: 'Nunito', sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #1C48B2;
    margin: 0 0 5px 0;
    text-align: left;
}

.GrowingYourPharmacyMainSection {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 48px;
}

.GrowingYourPharmacyMainContent {
    width: 100%;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: center;
    border-radius: 16px;
    padding: 0;
}

.GrowingYourPharmacyMainImage {
    width: 100%;
    max-width: 460px !important;
    height: auto;
    object-fit: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border-radius: 12px;
    display: block;
    margin: 0 auto;
}

.GrowingYourPharmacyTextContent {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 94%;
    max-width: 100%;
    padding: 0;
}

.GrowingYourPharmacyMainTitle {
    font-family: 'Nunito', sans-serif;
    font-size: 32px;
    color: #1C48B2;
    font-weight: 700;
    margin-bottom: 18px;
    margin-top: 0;
}

.GrowingYourPharmacyParagraph {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 18px;
    color: #202328;
    line-height: 1.6;
    margin-bottom: 16px;
}

@media (max-width: 1100px) {
    .GrowingYourPharmacyMainContent {
        width: 100%;
        max-width: 100%;
        padding: 0;
    }
}

@media (max-width: 1024px) {
    .GrowingYourPharmacyMainContent {
        flex-direction: column;
        align-items: center;
        gap: 20px;
        padding: 0;
    }

    .GrowingYourPharmacyMainImage {
        width: 70%;
        max-width: 500px;
        margin-bottom: 0;
    }

    .GrowingYourPharmacyImagetext {
        width: 100% !important;
    }

    .GrowingYourPharmacyTextContent {
        flex: 1;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        width: 96%;
        max-width: 100%;
        padding: 0;
        ;
    }

    .GrowingYourPharmacyMainSection {
        margin-bottom: -60px;
    }

    .GrowingYourPharmacyBackLink {
        margin-left: 30px;
    }

    .GrowingYourPharmacyImagetext {
        width: 100% !important;
    }

    .GrowingYourPharmacyContainer {
        margin: 0px !important;
    }
}

@media only screen and (max-width: 1024px) and (min-width: 767px) {
    .GrowingYourPharmacyMainTitle {
        font-size: 26px;
        text-align: left;
        padding: 1px 30px;
    }
}

@media (max-width: 767px) {
    .GrowingYourPharmacyMainTitle {
        font-size: 20px;
        text-align: left;
        padding: 1px 30px;
        margin-bottom: 0px !important;
    }
}

@media (max-width: 480px) and (min-width: 320px) {
    .GrowingYourPharmacyMainImage {
        width: 100%;
        max-width: 100%;
        height: auto;
        object-fit: contain;
    }
}

.GrowingYourPharmacySection {
    width: 100%;
    max-width: 1020px;
    margin: 48px auto 0 auto;
    padding: 0 16px;
}

.GrowingYourPharmacySectionTitle {
    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;
}

.GrowingYourPharmacySubSectionTitle {
    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;
}

.GrowingYourPharmacySectionContent {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 18px;
    color: #202328;
    line-height: 1.6;
    margin-bottom: 16px;
}

.GrowingYourPharmacyReadMoreCard {
    display: block;
    border: 1px solid #1f65c7eb;
    border-radius: 12px;
    padding: 16px 20px;
    margin: 16px 0;
    text-decoration: none;
    color: #ffffff;
    background-color: #1f65c7eb;
    transition: all 0.3s ease;
}

    .GrowingYourPharmacyReadMoreCard:hover {
        background-color: #ecfaff;
        border-color: #1f65c7eb;
        color: #1f65c7eb;
        transform: translateY(-2px);
        box-shadow: 0 4px 8px rgba(31, 101, 199, 0.3);
    }

        .GrowingYourPharmacyReadMoreCard:hover .GrowingYourPharmacyReadMoreLabel {
            color: #000000;
        }

.GrowingYourPharmacyReadMoreLabel {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 18px;
    font-weight: 700;
    text-decoration: underline;
    margin-right: 6px;
    color: inherit;
}

.GrowingYourPharmacyReadMoreText {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 18px;
    text-decoration: none;
}

.GrowingYourPharmacySectionList {
    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;
}

    .GrowingYourPharmacySectionList li {
        margin-bottom: 10px;
        line-height: 1.6;
        color: #202328;
    }

/* Table Styles */
.GrowingYourPharmacyTableContainer {
    width: 100%;
    overflow-x: auto;
    margin: 24px 0;
}

.GrowingYourPharmacyTable {
    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);
}

    .GrowingYourPharmacyTable thead {
        background: linear-gradient(180deg, #1C48B2 0%, #25B6FF 100%);
        color: #FFFFFF;
    }

    .GrowingYourPharmacyTable th {
        padding: 16px;
        text-align: center;
        font-weight: 900;
        font-family: 'Nunito', sans-serif;
        font-size: 18px;
    }

    .GrowingYourPharmacyTable td {
        padding: 16px;
        border: 1px solid #E5E7EB !important;
        color: #202328;
        text-align: center;
        background-color: #ECFAFF;
    }

    .GrowingYourPharmacyTable tbody tr:last-child td {
        border-bottom: none;
    }

    .GrowingYourPharmacyTable tbody tr:hover {
        background-color: #F9FAFB;
    }

.GrowingYourPharmacyCtaSection {
    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;
}

.GrowingYourPharmacyCtaTitle {
    color: #fff;
    font-family: 'Nunito', sans-serif;
    font-size: 32px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 18px;
}

.GrowingYourPharmacyCtaDescription {
    color: #fff;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 18px;
    text-align: center;
    margin-bottom: 32px;
}

.GrowingYourPharmacyCtaButtons {
    display: flex;
    gap: 24px;
    justify-content: center;
    flex-wrap: wrap;
}

.GrowingYourPharmacyCtaButton {
    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;
}

    .GrowingYourPharmacyCtaButton:hover {
        background: linear-gradient(90deg, #25B6FF 0%, #CC338D 100%);
        box-shadow: 0 4px 16px rgba(44, 62, 80, 0.18);
    }

.GrowingYourPharmacyCtaArrow {
    font-size: 1.1em;
    margin-left: 4px;
}

@media (max-width: 1100px) {
    .GrowingYourPharmacyCtaSection {
        max-width: 98vw;
        padding: 32px 20px;
    }
}

@media (max-width: 600px) {
    .GrowingYourPharmacyCtaSection {
        max-width: 95vw;
        padding: 40px 10px 40px 10px;
    }

    .GrowingYourPharmacyCtaTitle {
        font-size: 22px;
    }

    .GrowingYourPharmacyCtaDescription {
        font-size: 15px;
    }

    .GrowingYourPharmacyCtaButtons {
        flex-direction: column;
        gap: 16px;
    }

    .GrowingYourPharmacyCtaButton {
        width: 100%;
        justify-content: center;
    }

    .GrowingYourPharmacyTableContainer {
        overflow-x: scroll;
    }

    .GrowingYourPharmacyTable {
        font-size: 14px;
    }

        .GrowingYourPharmacyTable th,
        .GrowingYourPharmacyTable td {
            padding: 12px;
        }
}

.GrowingYourPharmacyContainer {
    max-width: 1020px;
    width: 100%;
    margin: 20px auto;
    box-sizing: border-box;
}

/* Section spacing for GrowingYourPharmacyPage */
.GrowingYourPharmacySection, .GrowingYourPharmacyMainSection, .GrowingYourPharmacyCtaSection {
    margin-bottom: 30px;
}
/* Heading-description gap for GrowingYourPharmacyPage */
.GrowingYourPharmacyMainTitle, .GrowingYourPharmacySectionTitle, .GrowingYourPharmacyCtaTitle {
    margin-bottom: 20px;
}

.GrowingYourPharmacyFaqSection {
    max-width: 1020px;
    width: 100%;
    margin: 60px auto;
    padding: 0 20px;
    box-sizing: border-box;
}

.GrowingYourPharmacyFaqTitle {
    font-family: 'Nunito', sans-serif;
    font-weight: 700;
    font-size: 32px;
    color: #1C48B2;
    text-align: center;
    margin-bottom: 40px;
    line-height: 1.3;
}

.GrowingYourPharmacyFaqContainer {
    display: flex;
    gap: 40px;
    justify-content: space-between;
}

.GrowingYourPharmacyFaqColumn {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.GrowingYourPharmacyFaqItem {
    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;
}

    .GrowingYourPharmacyFaqItem:hover {
        box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
        transform: translateY(-2px);
    }

.GrowingYourPharmacyFaqQuestion {
    font-family: 'Nunito', sans-serif;
    font-weight: 670;
    font-size: 18px;
    color: #1C48B2;
    margin-bottom: 12px;
    line-height: 1.4;
}

.GrowingYourPharmacyFaqAnswer {
    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) {
    .GrowingYourPharmacyFaqContainer {
        flex-direction: column;
        gap: 20px;
    }

    .GrowingYourPharmacyFaqColumn {
        gap: 20px;
    }

    .GrowingYourPharmacyFaqTitle {
        font-size: 28px;
        margin-bottom: 30px;
    }

    .GrowingYourPharmacyFaqItem {
        padding: 20px;
    }

    .GrowingYourPharmacyFaqQuestion {
        font-size: 16px;
    }

    .GrowingYourPharmacyFaqAnswer {
        font-size: 15px;
    }
}

@media (max-width: 480px) {
    .GrowingYourPharmacyFaqSection {
        padding: 0 15px;
        margin: 40px auto;
    }

    .GrowingYourPharmacyFaqTitle {
        font-size: 24px;
        margin-bottom: 25px;
    }

    .GrowingYourPharmacyFaqItem {
        padding: 16px;
    }

    .GrowingYourPharmacyFaqQuestion {
        font-size: 15px;
        margin-bottom: 10px;
    }

    .GrowingYourPharmacyFaqAnswer {
        font-size: 14px;
    }
}

.GrowingYourPharmacyImagetext {
    width: 100%;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    margin-bottom: 0;
}

.GrowingYourPharmacyMainTitleRow {
    width: 94%;
}

.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);
    }

.BlogCardCompactImageWrapper {
    flex-shrink: 0;
}

.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;
    margin-bottom: 4px;
}

.home-faq-item.faq-hidden {
    display: none;
}

.home-faq-read-more-container {
    text-align: center;
    margin-top: 32px;
    padding: 20px 0;
}

.home-faq-read-more-btn {
    background: linear-gradient(90deg, #1C48B2 0%, #25B6FF 100%);
    color: #FFFFFF;
    border: none;
    border-radius: 24px;
    padding: 12px 32px;
    font-family: 'Nunito', sans-serif;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(28, 72, 178, 0.2);
}

    .home-faq-read-more-btn:hover {
        background: linear-gradient(90deg, #25B6FF 0%, #1C48B2 100%);
        box-shadow: 0 4px 16px rgba(28, 72, 178, 0.3);
        transform: translateY(-2px);
    }

@media (max-width: 767px) {
    .home-faq-read-more-btn {
        padding: 10px 24px;
        font-size: 14px;
    }
}
