.coe-homepage-quote-box {
    background: linear-gradient(135deg, #fdfbfb, #ebedee);
    border-left: 5px solid #7E3C68; /* Theme color */
    padding: 20px 25px;
    max-width: 500px;
    margin: 20px auto;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    position: relative;
    text-align: center;
}

.coe-homepage-quote-icon {
    font-size: 40px;
    color: #7E3C68; /* Matches your site color */
    position: absolute;
    top: 10px;
    left: 15px;
    opacity: 0.3;
}

.coe-homepage-quote-text {
    font-family: 'Playfair Display', serif;
    font-size: 24px;
    font-style: italic;
    color: #333;
    line-height: 1.5;
    margin: 0 0 10px;
}

.coe-homepage-quote-author {
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #7E3C68;
}

.txt_padding_50{
    padding: 50px ;
}
.txt_color_white{
    color: white !important;
}
.h3_font_size{
    font-size: 20px;
}

.line_space_increaser {
    line-height: 2.8;

}


.branding a img, .branding img { width: 225px !important; }
#phantom .ph-wrap.with-logo .logo-box { width: 225px; overflow: hidden; height: 120px ; }
#phantom .ph-wrap.with-logo .logo-box img { width: 100%; object-fit: contain; }