.elementor-6674 .elementor-element.elementor-element-8c9e886 > .elementor-background-overlay{background-color:transparent;background-image:linear-gradient(180deg, #F10B0B 0%, #0260E6 100%);opacity:0.5;}.elementor-bc-flex-widget .elementor-6674 .elementor-element.elementor-element-df7a3f5.elementor-column .elementor-widget-wrap{align-items:flex-start;}.elementor-6674 .elementor-element.elementor-element-df7a3f5.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated{align-content:flex-start;align-items:flex-start;}.elementor-6674 .elementor-element.elementor-element-f37ea80 > .elementor-widget-container{margin:-22px 1px 1px 1px;}.elementor-6674 .elementor-element.elementor-element-0c94590{border-style:solid;border-width:10px 10px 10px 10px;border-color:#EC4CE0E0;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-6674 .elementor-element.elementor-element-843d45c{width:100%;max-width:100%;text-align:center;}.elementor-6674 .elementor-element.elementor-element-843d45c > .elementor-widget-container{background-color:#5D91ECC4;}.elementor-6674 .elementor-element.elementor-element-843d45c .elementor-heading-title{color:var( --e-global-color-nvsitebg );}/* Start custom CSS for section, class: .elementor-element-8c9e886 *//* Fix Right Column Background */
#rightColumn {
    background: #ffd4e5 !important; /* Ensure Pink Background Stays */
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    width: 100%;
    max-width: 300px; /* Match left column */
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

/* Fix Right Column Image Size */
#right\.agentImage {
    width: 100%;
    max-width: 220px;
    height: 250px;
    border-radius: 10px;
    object-fit: cover;
    display: block;
    margin: 0 auto;
}

/* Ensure Right Column Name & Profile Message Have Correct Styling */
#right\.agentName, #right\.agentProfileMessage {
    font-size: 24px;
    font-weight: bold;
    color: white !important;
    text-align: center;
    margin: 10px 0;
}

/* Make Sure Right Column Buttons Match Left Column */
#rightColumn .button-group button {
    width: 100%;
    background-color: #ff69b4;
    border: none;
    padding: 12px 15px;
    color: white;
    border-radius: 25px;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    transition: background-color 0.3s;
    margin-top: 10px;
}

#rightColumn .button-group button:hover {
    background-color: #ff1493;
}

/* Restore Chat Window Gradient */
#center\.chatlog {
    flex-grow: 1;
    overflow-y: auto;
    max-height: 300px;
    padding: 15px;
    background: linear-gradient(135deg, pink, blue, red) !important; /* Restore gradient */
    border: 2px solid yellow;
    border-radius: 10px;
    width: 90%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}/* End custom CSS */