.elementor-450 .elementor-element.elementor-element-8427125{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:060px;--padding-bottom:60px;--padding-left:0px;--padding-right:0px;}.elementor-450 .elementor-element.elementor-element-8427125:not(.elementor-motion-effects-element-type-background), .elementor-450 .elementor-element.elementor-element-8427125 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#5D87CF;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-450 .elementor-element.elementor-element-6665a06{text-align:center;}.elementor-450 .elementor-element.elementor-element-6665a06 .elementor-heading-title{font-family:"Libre Baskerville", Sans-serif;font-size:40px;font-weight:700;color:#FFFFFF;}@media(max-width:1024px){.elementor-450 .elementor-element.elementor-element-8427125{--padding-top:60px;--padding-bottom:60px;--padding-left:10px;--padding-right:10px;}.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );}}@media(max-width:767px){.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );}}/* Start custom CSS for html, class: .elementor-element-167ce1e */.blog-container {
            max-width: 1400px;
            margin: 0 auto;
        }

        .blog-header {
            text-align: center;
            margin-bottom: 60px;
        }

        .blog-header h1 {
            color: white;
            font-size: 56px;
            font-weight: 400;
            letter-spacing: 8px;
            text-transform: uppercase;
        }

        .view-all-container {
            text-align: center;
            margin-top: 60px;
        }

        .view-all-btn {
            display: inline-block;
            background: white;
            font-size: 16px;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 2px;
            cursor: pointer;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
            padding: 12px 55px;
            background-color: #1fab89;
            color: #ffffff;
            border-radius: 5px;
            transition: all 0.3s;
            border: 1px solid #1fab89;
        }

        .view-all-btn:hover {
            background: #1a5d4d;
            color: white;
            transform: translateY(-2px);
            box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
        }

        .view-all-btn:active {
            transform: translateY(0);
        }

        .blog-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 20px;
            padding: 0 20px;
            align-items: start;
        }

        .blog-card {
            background: white;
            border-radius: 12px;
            overflow: hidden;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            cursor: pointer;
        }

        .blog-card:hover {
            transform: translateY(-8px);
            box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
        }

        .blog-card-image {
            width: 100%;
            height: 280px;
            overflow: hidden;
            position: relative;
        }

        .blog-card-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.3s ease;
        }

        .blog-card:hover .blog-card-image img {
            transform: scale(1.1);
        }

        .blog-card-content {
            padding: 20px;
            text-align: center;
        }

        .blog-date {
            display: flex;
            align-items: center;
            gap: 8px;
            color: #666;
            font-size: 14px;
            margin-bottom: 18px;
            font-family: 'Arial', sans-serif;
        }


        .blog-title {
            font-size: 20px;
            font-weight: 600;
            color: #1a1a1a;
            margin-bottom: 20px;
            line-height: 1.4;
            min-height: 68px;
        }

        .blog-excerpt {
            color: #444;
            font-size: 16px;
            line-height: 1.7;
            margin-bottom: 25px;
            font-family: 'Arial', sans-serif;
        }

        .blog-footer {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding-top: 20px;
            border-top: 1px solid #e0e0e0;
        }

        .blog-author {
            display: flex;
            align-items: center;
            gap: 8px;
            color: #333;
            font-size: 14px;
            font-family: 'Arial', sans-serif;
        }

        .blog-comments {
            display: flex;
            align-items: center;
            gap: 6px;
            color: #666;
            font-size: 14px;
            font-family: 'Arial', sans-serif;
        }


        /* Image placeholders with gradients */
        .placeholder-1 {
            background: linear-gradient(135deg, #d4e8f0 0%, #b8d9e8 100%);
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .placeholder-2 {
            background: linear-gradient(135deg, #7eb4d9 0%, #5a9ac7 100%);
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .placeholder-3 {
            background: linear-gradient(135deg, #c8d9e8 0%, #a8c5db 100%);
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .stethoscope-icon {
            width: 120px;
            height: 120px;
            opacity: 0.3;
        }

        @media (max-width: 1200px) {
            .blog-grid {
                grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
                gap: 20px;
            }
        }

        @media (max-width: 768px) {
            .blog-header h1 {
                font-size: 42px;
                letter-spacing: 6px;
            }

            .view-all-btn {
                padding: 14px 40px;
                font-size: 15px;
            }

            .blog-grid {
                grid-template-columns: 1fr;
                gap: 25px;
            }

            .blog-card-content {
                padding: 25px;
            }

            .blog-title {
                font-size: 22px;
                min-height: auto;
            }
        }

        @media (max-width: 480px) {
            body {
                padding: 40px 15px;
            }

            .blog-header h1 {
                font-size: 36px;
                letter-spacing: 4px;
            }

            .view-all-btn {
                padding: 12px 36px;
                font-size: 14px;
                letter-spacing: 1.5px;
            }

            .blog-card-content {
                padding: 20px;
            }

            .blog-title {
                font-size: 20px;
            }

            .blog-excerpt {
                font-size: 15px;
            }
        }/* End custom CSS */