/*
Theme Name: CuraMedix Child
Template: curamedix
Author: Muhammad Tarek Reza
Author URI: https://muhammadtarekreza.com
Description: CuraMedix is a lightweight, responsive WordPress theme designed for clinics, hospitals, and healthcare professionals. It offers clean layouts, Elementor compatibility, customizable colors, featured images, and translation support to help you build a professional medical website.
Tags: blog,custom-logo,custom-menu,featured-images,full-width-template,one-column,two-columns,right-sidebar,theme-options,threaded-comments,translation-ready
Version: 1.1.3.1773057479
Updated: 2026-03-09 11:57:59

*/

.pb-90 {
  padding-bottom: 12px !important;
}
.pt-90 {
  padding-top: 13px !important;
}

.tr-header-area {
    background-color: #262C45;
}

.tr-header-area .tr-header-menu ul li a {
    color: #ffffff;
}

.tr-header-area .tr-header-menu ul li a:hover {
    color: #cccccc;
}

.tr-nav-toogle-btn {
    color: #ffffff;
}

.tr-page-area{
   padding-top: 10px;
     padding-bottom: 10px;
}

blockquote p::after {
  display:none !important;
  content: "”";
}
blockquote p::before {
   display:none !important;
  content: "“";
}
/* ---- CONTAINER ---- */

.container {
    padding-bottom: 20px;
}

/* ---- HEADINGS ---- */

h1.wp-block-heading {
    font-size: clamp(1.9rem, 4vw, 2.8rem);
    font-weight: 800;
    color: #0d1b2e;
    letter-spacing: -0.03em;
    line-height: 1.15;
    margin-top: 1.6rem;
    margin-bottom: 1.2rem;
}

h2.wp-block-heading {
    font-size: clamp(1.4rem, 2.5vw, 1.9rem);
    font-weight: 700;
    color: #0d1b2e;
    letter-spacing: -0.02em;
    margin-top: 2.2rem;
    margin-bottom: 0.9rem;
    padding-bottom: 0.4rem;
    position: relative;
}

h2.wp-block-heading::after {
    content: '';
    display: block;
    width: 48px;
    height: 3px;
    background: linear-gradient(90deg, #2a7de1, #5ab4f5);
    border-radius: 2px;
    margin-top: 0.4rem;
}

h3.wp-block-heading {
    font-size: 1.4rem;
    font-weight: 700;
    color: #0d1b2e;
    letter-spacing: -0.01em;
    margin-top: 0.7rem;
    margin-bottom: 0.7rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

h3.wp-block-heading::before {
    content: '⬡';
    font-size: 0.75rem;
    color: #2a7de1;
    flex-shrink: 0;
    line-height: 1;
    position: relative;
    top: 1px;
}

/* ---- SCIENCE BLOCK ---- */

.science-block {
    background: #ffffff;
    border: 1px solid #dce8f5;
    padding: 1.6rem 1.8rem !important;
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
    position: relative;
    overflow: hidden;
    transition: border-color 0.25s ease, box-shadow 0.25s ease;
    box-shadow: 0 2px 10px rgba(13, 27, 46, 0.06);
}
.science-block h3 {
    margin-top: 0rem !important;
    color: #2a7de1  !important;
}
.science-block::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #2a7de1 0%, #5ab4f5 50%, #a8d8f8 100%);
}

.science-block::after {
    content: '';
    position: absolute;
    bottom: -40px;
    right: -40px;
    width: 130px;
    height: 130px;
    background: radial-gradient(circle, rgba(42, 125, 225, 0.05) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
}

.science-block:hover {
    border-color: #9dc4e8;
    box-shadow: 0 6px 24px rgba(42, 125, 225, 0.12);
}

.science-block .wp-block-group__inner-container {
    padding: 0 !important;
}


/* ---- CONTACTS BLOCK ---- */

ul.contacts-block {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 0 1rem 0 !important;
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem 1.4rem;
}

ul.contacts-block li {
    padding: 0 !important;
    margin: 0 !important;
    font-size: 0.9rem;
    color: #2c3e55;
    display: flex;
    align-items: center;
    gap: 0.4rem;
}

ul.contacts-block li:first-child::before {
    content: '📍';
    font-size: 0.85rem;
    flex-shrink: 0;
}

ul.contacts-block li:nth-child(2)::before {
    content: '📞';
    font-size: 0.85rem;
    flex-shrink: 0;
}

ul.contacts-block li strong {
    font-weight: 600;
    color: #0d1b2e;
}

/* ---- FACTS BLOCK ---- */

p.facts-block {
    background: #f2f7fd;
    border: 1px solid #d6e6f7;
    border-radius: 8px;
    padding: 0.75rem 1rem !important;
    margin-top: 0.9rem !important;
    font-size: 0.875rem;
    color: #2a7de1;
    line-height: 1.8;
}

p.facts-block strong {
    color: #0d1b2e;
}

p.facts-block strong ~ * {
    color: #2c3e55;
}

/* ---- STYLED LIST (page 1) ---- */

ul.styled-list {
    list-style: none !important;
    padding: 0 !important;
    margin: 1.4rem 0 1.4rem 0 !important;
    display: flex;
    flex-direction: column;
    gap: 0.55rem;
}

ul.styled-list li {
    padding: 0.6rem 1rem 0.6rem 0.85rem !important;
    margin: 0 !important;
    background: #f8fbff;
    border: 1px solid #ddeaf8;
    border-radius: 6px;
    font-size: 0.92rem;
    color: #2c3e55;
    line-height: 1.5;
    display: flex;
    align-items: flex-start;
    gap: 0.6rem;
    transition: background 0.2s ease;
}

ul.styled-list li::before {
    content: '◈';
    color: #2a7de1;
    font-size: 0.85rem;
    flex-shrink: 0;
    margin-top: 0.15rem;
}

ul.styled-list li:hover {
    background: #eef4fd;
}

ul.styled-list li strong {
    color: #0d1b2e;
}

/* ---- BLOCKQUOTE ---- */

.wp-block-quote {
    border: none !important;
    background: linear-gradient(135deg, #0d1b2e 0%, #1a3558 100%);
    border-radius: 10px;
    padding: 1.2rem 1.5rem !important;
    margin: 1.4rem 0 !important;
    position: relative;
    overflow: hidden;
}

.wp-block-quote p {
    color: #c8ddf5 !important;
    font-style: italic;
    font-size: 0.95rem;
    line-height: 1.65;
    margin: 0 !important;
    position: relative;
    z-index: 1;
}

/* ---- TABLES ---- */

.wp-block-table,
.wp-block-table * {
    border-radius: 0 !important;
}

.wp-block-table {
    overflow-x: auto;
    border: 1px solid #dde6f0;
    overflow: hidden;
    margin: 1.2rem 0 !important;
}

.wp-block-table table.mtr-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.875rem;
}

.wp-block-table table.mtr-table thead td {
    background: #0d1b2e;
    color: #ffffff;
    padding: 0.65rem 0.85rem;
    font-weight: 700;
    text-align: center !important;
    letter-spacing: 0.02em;
}

.wp-block-table table.mtr-table tbody tr {
    border-bottom: 1px solid #eaeff6;
    transition: background 0.18s ease;
}

.wp-block-table table.mtr-table tbody tr:last-child {
    border-bottom: none;
}

.wp-block-table table.mtr-table tbody tr:hover {
    background: #f3f8ff;
}

.wp-block-table table.mtr-table tbody td {
    padding: 0.6rem 0.85rem;
    color: #2c3e55;
    text-align: center !important;
    vertical-align: middle;
}

.wp-block-table table.mtr-table tbody td strong {
    color: #0d1b2e;
}

/* ---- WP COLUMNS ---- */

.wp-block-columns {
    gap: 1.4rem !important;
    margin-bottom: 1.2rem !important;
}

.wp-block-column > [class^="styled-b"],
.wp-block-column > .wp-block-group > .wp-block-group__inner-container > [class^="styled-b"] {
    height: 100%;
    box-sizing: border-box;
    margin-bottom: 0 !important;
}

.wp-block-columns + .wp-block-columns {
    margin-top: 0 !important;
}

.science-block .wp-block-columns {
    margin-top: 0.8rem;
    align-items: center;
}

.science-block .wp-block-column figure.wp-block-image img {
    border-radius: 6px;
    width: 100%;
    height: auto;
    display: block;
    border: 1px solid #dde6f0;
}

/* ============================================
   PAGE 2 — PRODUCT BLOCKS
   ============================================ */

/* ---- BASE FOR ALL STYLED-B ---- */

[class^="styled-b"] {
    background: #ffffff;
    border: 1px solid #dce8f5;
    padding: 1.4rem 1.6rem !important;
    margin-bottom: 1.6rem !important;
    margin-top: 0 !important;
    position: relative;
    overflow: hidden;
    transition: border-color 0.25s ease, box-shadow 0.25s ease;
    box-shadow: 0 2px 8px rgba(13, 27, 46, 0.05);
}

[class^="styled-b"] h3.wp-block-heading {
    margin-top: 0.2rem;
    margin-bottom: 0.7rem;
}

[class^="styled-b"] .wp-block-group__inner-container {
    padding: 0 !important;
}

[class^="styled-b"]:hover {
    border-color: #9dc4e8;
    box-shadow: 0 5px 20px rgba(42, 125, 225, 0.1);
}

/* h3 разделитель снизу */
[class*="styled-b"] h3.wp-block-heading {
    padding-bottom: 0.6rem;
    border-bottom: 1px solid #e8f0fa;
}

/* параграфы внутри блоков */
[class*="styled-b"] p {
    font-size: 0.92rem !important;
    line-height: 1.65 !important;
    color: #374f6b !important;
    margin-bottom: 0.6rem !important;
}

/* strong-лейблы типа "Includes:", "Features:" */
[class*="styled-b"] p > strong:only-child {
    display: inline-block;
    font-size: 0.78rem !important;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #2a7de1 !important;
}

/* последний параграф — итоговая фраза */
[class*="styled-b"] p:last-of-type {
    color: #5a7a9a !important;
    font-size: 0.875rem !important;
    font-style: italic;
    margin-top: 0.5rem !important;
    margin-bottom: 0 !important;
}

/* ---- STYLED-B — lab / chemistry ---- */

.styled-b {
    border-top: 3px solid #2a7de1;
    margin-top: 1rem !important;
}
.styled-b h3 {
    margin-top: 1rem !important;
}

.styled-b h3.wp-block-heading::before {
    content: '⚗';
    color: #2a7de1;
    font-size: 1.15rem;
    font-style: normal;
}

/* ---- STYLED-B-1 — astronomy ---- */

.styled-b-1 {
    background: linear-gradient(160deg, #f7fbff 0%, #ffffff 70%);
    border-top: 3px solid #0d1b2e;
}
.styled-b-1 h3 {
    margin-top: 1rem !important;
}
.styled-b-1 h3.wp-block-heading::before {
    content: '🔭';
    font-size: 1.1rem;
    font-style: normal;
}

/* ---- STYLED-B-2 — optics / physics ---- */

.styled-b-2 {
    border-top: 3px solid #5ab4f5;
}
.styled-b-2 h3 {
    margin-top: 1rem !important;
}
.styled-b-2 h3.wp-block-heading::before {
    content: '◉';
    color: #5ab4f5;
    font-size: 1.15rem;
}

/* ---- STYLED-B-3 — electronics / microscopy ---- */

.styled-b-3 {
    background: #fafcff;
    border-top: 3px solid #1a5fa8;
}
.styled-b-3 h3 {
    margin-top: 1rem !important;
}
.styled-b-3 h3.wp-block-heading::before {
    content: '⚡';
    color: #1a5fa8;
    font-size: 1.15rem;
    font-style: normal;
}

/* ---- STYLED-B-4 — renewable energy / solar ---- */

.styled-b-4 {
    background: linear-gradient(160deg, #fffdf5 0%, #ffffff 70%);
    border-top: 3px solid #e8a020;
}
.styled-b-4 h3 {
    margin-top: 1rem !important;
}
.styled-b-4 h3.wp-block-heading::before {
    content: '☀';
    color: #e8a020;
    font-size: 1.2rem;
    font-style: normal;
}

/* ---- STYLED-B-5 — general / mixed ---- */

.styled-b-5 {
    background: #f9fbfe;
    border-top: 3px solid #2a7de1;
}
.styled-b-5 > .wp-block-group__inner-container {
    padding-top: 1.4rem !important;
}
.styled-b-5 h3.wp-block-heading::before {
    content: '▸';
    color: #2a7de1;
    font-size: 1.2rem;
}

/* ---- STYLED-B-6 — geology / earth science ---- */

.styled-b-6 {
    background: linear-gradient(160deg, #f6f9fb 0%, #ffffff 70%);
    border-top: 3px solid #6b8fa8;
}
.styled-b-6 h3 {
    margin-top: 1rem !important;
}
.styled-b-6 h3.wp-block-heading::before {
    content: '◆';
    color: #6b8fa8;
    font-size: 1rem;
}

/* ---- ST-L LIST — simple arrow list ---- */

ul.st-l {
    list-style: none !important;
    padding: 0 !important;
    margin: 0.5rem 0 0.9rem 0 !important;
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
}

ul.st-l li {
    padding: 0.25rem 0 0.25rem 1.3rem !important;
    margin: 0 !important;
    font-size: 0.9rem;
    color: #2c3e55;
    line-height: 1.5;
    position: relative;
}

ul.st-l li::before {
    content: '›';
    position: absolute;
    left: 0.2rem;
    color: #2a7de1;
    font-size: 1.15rem;
    font-weight: 700;
    line-height: 1.25;
}

/* ---- STYLE-LIST-BL — spec list with dots ---- */

ul.style-list-bl {
    list-style: none !important;
    padding: 0 !important;
    margin: 0.5rem 0 0.9rem 0 !important;
    display: flex;
    flex-direction: column;
    gap: 0;
}

ul.style-list-bl li {
    padding: 0.35rem 0 0.35rem 1.4rem !important;
    margin: 0 !important;
    font-size: 0.9rem;
    color: #2c3e55;
    line-height: 1.5;
    position: relative;
    border-bottom: 1px solid #eef3fb;
}

ul.style-list-bl li:last-child {
    border-bottom: none;
}

ul.style-list-bl li::before {
    content: '';
    position: absolute;
    left: 0.35rem;
    top: 0.7rem;
    width: 6px;
    height: 6px;
    background: #2a7de1;
    border-radius: 50%;
}

ul.style-list-bl li strong {
    color: #0d1b2e;
}

/* ---- FUN FACT — italic paragraph inside blocks ---- */

[class^="styled-b"] p > em {
    display: block;
    background: #eef5ff;
    border: 1px dashed #b0ccee;
    padding: 0.55rem 0.9rem;
    border-radius: 6px;
    font-size: 0.875rem;
    color: #2c5282;
    line-height: 1.65;
    font-style: italic;
    margin-top: 0.9rem;
}

/* ---- ENERGY BLOCK ---- */

.energy-block {
    background: #f4f8ff;
    border: 1px solid #d0e4f7;
    border-top: 3px solid #2a7de1;
    padding: 1.2rem 1.4rem !important;
    margin-bottom: 0 !important;
    position: relative;
    overflow: hidden;
    height: 100%;
    box-sizing: border-box;
    transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.energy-block .wp-block-group__inner-container {
    padding: 0 !important;
}

.energy-block::after {
    content: '';
    position: absolute;
    bottom: -30px;
    right: -30px;
    width: 100px;
    height: 100px;
    background: radial-gradient(circle, rgba(42, 125, 225, 0.07) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
}

.energy-block:hover {
    border-color: #9dc4e8;
    box-shadow: 0 4px 16px rgba(42, 125, 225, 0.1);
}

.energy-block h3.wp-block-heading {
    font-size: 1rem;
    margin-top: 0;
    margin-bottom: 0.65rem;
    color: #0d1b2e;
}

.energy-block h3.wp-block-heading::before {
    content: '◎';
    color: #2a7de1;
    font-size: 0.9rem;
}

/* ---- RESPONSIVE ---- */

@media (max-width: 768px) {
figure.wp-block-table table.mtr-table {
    white-space: normal !important;
}
    .science-block,
    [class^="styled-b"] {
        padding: 1rem 1.1rem !important;
    }

    ul.contacts-block {
        flex-direction: column;
        gap: 0.4rem;
    }

    .wp-block-columns {
        flex-direction: column;
    }

    h1.wp-block-heading {
        font-size: 1.65rem;
    }

    .energy-block {
        height: auto;
        margin-bottom: 1rem !important;
    }
}

@media (max-width: 650px) {
    figure.wp-block-table table.mtr-table td.mtr-td-tag {
        display: flex !important;
        justify-content: space-between !important;
        align-items: center !important;
        gap: 1rem !important;
        text-align: left !important;
    }

    figure.wp-block-table table.mtr-table .mtr-cell-content {
        text-align: right !important;
        flex: 1 !important;
        max-width: none !important;
        float: none !important;
    }
}