/*
 Theme Name:   Braintech Child
 Theme URI:    http://keenitsolutions.com/products/wordpress/braintech/
 Description:  Unitek Child
 Author:       RS Theme
 Author URI:   http://rstheme.com
 Template:     braintech
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
 */



/* General reset and base styles */

/* Layout Containers */
/* .cdfgrt_container_x7y2 {
    max-width: 1200px;
    margin: 0 auto;
    padding: 80px 40px;
}
 */
.cdfgrt_section_p1m4 {
    position: relative;
    padding: 60px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.cdfgrt_section_p1m4:last-child {
    border-bottom: none;
}

.cdfgrt_section_no_border_b2h9 {
    border: none;
    padding: 0;
}

.cdfgrt_header_q9r5 {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 50px;
}

/* Typography */
.cdfgrt_label_v3s2 {
    color: #EB5F6B;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: block;
    margin-bottom: 8px;
}

.cdfgrt_title_k8w1 {
    color: #1A3668;
    font-size: 42px;
    font-weight: 800;
    margin: 0;
    letter-spacing: -1px;
}

.cdfgrt_number_m6z3 {
    color: rgba(26, 54, 104, 0.1);
    font-size: 84px;
    font-weight: 800;
    line-height: 1;
    margin-top: -15px;
}

.cdfgrt_hero_section_a1b2 {
    margin-bottom: 60px;
}

.cdfgrt_hero_title_c3d4 {
    font-size: 52px;
    font-weight: 800;
    margin-bottom: 25px;
    letter-spacing: -2px;
    line-height: 1.1;
    color: #1A3668;
}

.cdfgrt_hero_subtitle_e5f6 {
    font-size: 20px;
    font-weight: 500;
    color: #1A3668;
    max-width: 800px;
    margin-bottom: 30px;
    line-height: 1.4;
}

.cdfgrt_outlook_box_g7h8 {
    padding: 30px;
    background: rgba(26, 54, 104, 0.03);
    border-left: 4px solid #EB5F6B;
    border-radius: 4px;
}

.cdfgrt_outlook_text_v5r1 {
    font-size: 16px;
    color: #444;
    max-width: 900px;
    line-height: 1.6;
}

/* Grid System */
.cdfgrt_grid_j4n8 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    align-items: start;
}

.cdfgrt_grid_3col_w2v7 {
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

.cdfgrt_hero_title_large_k8w2 {
    font-size: 58px;
    letter-spacing: -3px;
}

.cdfgrt_flabel_b2h9 {
    display: block;
    font-size: 16px;
    font-weight: 800;
    color: #000;
    margin-bottom: 15px;
}

.cdfgrt_fdesc_c5d1 {
    font-size: 14px;
    color: #333;
    line-height: 1.6;
    margin: 0;
}

/* List Styles */
.cdfgrt_list_u7i2 {
    margin: 0;
    padding: 0;
    list-style: none;
}

.cdfgrt_litem_t3k1 {
    font-size: 14px;
    margin-bottom: 6px;
    position: relative;
    padding-left: 15px;
}

.cdfgrt_bullet_f9g4 {
    position: absolute;
    left: 0;
    color: #EB5F6B;
    font-weight: bold;
}

/* Responsive Utilities */
.cdfgrt_spacer_h1o9 {
    margin-top: 100px;
}

.cdfgrt_span2_e5p0 {
    grid-column: span 2;
}

/* Responsive Overrides */
@media (max-width: 1024px) {
    .cdfgrt_grid_j4n8 {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 40px !important;
    }
}

@media (max-width: 600px) {
    .cdfgrt_grid_j4n8 {
        grid-template-columns: 1fr !important;
    }

    .cdfgrt_header_q9r5 {
        flex-direction: column-reverse !important;
        gap: 20px !important;
    }

    .cdfgrt_number_m6z3 {
        align-self: flex-end !important;
        font-size: 60px !important;
    }

    .cdfgrt_title_k8w1 {
        font-size: 32px !important;
    }
}