.elementor-12 .elementor-element.elementor-element-9c27e78{--display:flex;}.elementor-12 .elementor-element.elementor-element-454b1a3{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-12 .elementor-element.elementor-element-4f68e50{--display:flex;--overlay-opacity:0.2;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-12 .elementor-element.elementor-element-4f68e50::before, .elementor-12 .elementor-element.elementor-element-4f68e50 > .elementor-background-video-container::before, .elementor-12 .elementor-element.elementor-element-4f68e50 > .e-con-inner > .elementor-background-video-container::before, .elementor-12 .elementor-element.elementor-element-4f68e50 > .elementor-background-slideshow::before, .elementor-12 .elementor-element.elementor-element-4f68e50 > .e-con-inner > .elementor-background-slideshow::before, .elementor-12 .elementor-element.elementor-element-4f68e50 > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{background-image:url("https://radiixassociates.com/wp-content/uploads/2026/07/pngtree-abstract-elegant-wave-art-white-gray-raster-gradient-halftone-dots-blur-image_753889.jpg");--background-overlay:'';background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-12 .elementor-element.elementor-element-17ff115{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}/* Start custom CSS for text-editor, class: .elementor-element-182f5f2 */* { 
    margin: 0; 
    padding: 0; 
    box-sizing: border-box; 
    font-family: 'Segoe UI', sans-serif; 
}

.about-section {
    padding: 100px 10%;
    background: #f8fbff;
    position: relative;
}

.about-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.about-content h2 { 
    font-size: 2.8rem; 
    color: #1a1a1a; 
    margin-bottom: 25px; 
}

.about-content h2 span { 
    color: #007BFF; 
}

.about-content p {
    font-size: 1.1rem;
    line-height: 1.7;
    color: #444;
    margin-bottom: 20px;
}

/* Highlights Cards */
.features-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    margin-top: 30px;
}

.feature-card {
    background: white;
    padding: 20px;
    border-radius: 15px;
    border-left: 4px solid #007BFF;
    box-shadow: 0 10px 20px rgba(0,0,0,0.05);
}

.feature-card h4 { 
    color: #1a1a1a; 
    margin-bottom: 5px; 
}

.feature-card p { 
    font-size: 0.9rem; 
    margin: 0; 
    color: #666; 
}

/* Image Section */
.img-wrapper { 
    position: relative; 
}

.about-img {
    width: 100%;
    height: 500px;
    background: url('https://radiixassociates.com/wp-content/uploads/2026/07/WhatsApp-Image-2026-07-15-at-10.44.54.jpeg') center/cover no-repeat;
    border-radius: 30px;
}

.floating-box {
    position: absolute;
    bottom: -30px;
    left: -30px;
    background: #007BFF;
    color: white;
    padding: 30px;
    border-radius: 20px;
    width: 85%;
    box-shadow: 0 20px 40px rgba(0,123,255,0.3);
}

.floating-box h3 {
    margin-bottom: 10px;
}

.floating-box p {
    font-size: 0.95rem;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.9);
}

/* Responsive Design */
@media (max-width: 992px) {
    .about-container { 
        grid-template-columns: 1fr; 
        gap: 40px;
    }
    
    .about-content h2 {
        font-size: 2.2rem;
    }
    
    .floating-box { 
        width: 100%; 
        position: relative; 
        bottom: 0; 
        left: 0; 
        margin-top: 20px; 
    }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-3e163c2 */* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.radiix-team-section {
    padding: 80px 20px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.section-heading {
    text-align: center;
    color: #000;
    margin-bottom: 60px;
    font-size: 2.5rem;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.team-container {
    display: flex;
    justify-content: center;
    gap: 50px;
    flex-wrap: wrap;
}

.director-card {
    width: 300px;
    background: #ffffff;
    padding: 15px;
    border-radius: 15px;
    border: 1px solid #eee;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    transition: all 0.4s ease;
}

.director-card:hover {
    transform: translateY(-15px);
    box-shadow: 0 20px 40px rgba(0, 123, 255, 0.2);
    border-color: #007bff;
}

.image-box {
    width: 100%;
    height: 320px;
    overflow: hidden;
    border-radius: 10px;
    background-color: #f4f4f4;
    display: flex;
    align-items: center;
    justify-content: center;
}

.image-box img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.details {
    padding: 20px 0 10px;
    text-align: center;
}

.details h3 {
    margin: 0;
    color: #000;
    font-size: 1.5rem;
}

.details p {
    color: #007bff; /* Logo Blue */
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-size: 0.9rem;
    margin-top: 8px;
}

/* Responsive Design */
@media (max-width: 768px) {
    .director-card { 
        width: 100%; 
        max-width: 350px; 
    }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-076ffda */.mission-vision-section { 
        padding: 80px 5%; 
        background: #ffffff; 
        font-family: 'Segoe UI', sans-serif; 
    }

    .mv-container { 
        display: grid; 
        grid-template-columns: repeat(auto-fit, minmax(400px, 1fr)); 
        gap: 40px; 
        max-width: 1200px; 
        margin: 0 auto; 
    }

    .mv-card { 
        padding: 50px; 
        border-radius: 30px; 
        background: #f8fbff; 
        border: 1px solid #eef2f7;
        transition: 0.4s;
        position: relative;
        overflow: hidden;
    }

    .mv-card:hover { 
        transform: translateY(-10px); 
        box-shadow: 0 20px 40px rgba(0,0,0,0.05); 
        background: #fff;
    }

    .mv-card h2 { 
        font-size: 2rem; 
        color: #1a1a1a; 
        margin-bottom: 20px; 
        display: flex; 
        align-items: center; 
        gap: 15px;
    }

    .mv-card p { 
        font-size: 1.1rem; 
        color: #555; 
        line-height: 1.8; 
    }

    /* Icon style */
    .icon-box {
        width: 50px;
        height: 50px;
        background: #007BFF;
        color: white;
        border-radius: 12px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 1.5rem;
    }

    @media (max-width: 768px) {
        .mv-container { grid-template-columns: 1fr; }
        .mv-card { padding: 30px; }
    }/* End custom CSS */