<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* === Review Wrap Styles === */
.review_wrap .review_head { display: flex; justify-content: space-between; align-items: center; }
@media only screen and (max-width: 991px) { .review_wrap .review_head { flex-wrap: wrap; } }
.review_wrap .review_head a { display: flex; align-items: center; outline: none; }
@media only screen and (max-width: 991px) { .review_wrap .review_head a { width: 100%; } }
.review_wrap .review_head a:focus { color: #444444; }
.review_wrap .review_head img { height: 35px; width: 33px; }
.review_wrap .review_head .rating_star { display: flex; justify-content: center; }
@media only screen and (max-width: 991px) { .review_wrap .review_head .rating_star { margin-top: 20px; width: 100%; } }
.review_wrap .review_head .rating_star img { width: 35px; height: 32px; display: inline-block; }
.review_wrap .review_comment { display: flex; flex-wrap: wrap; }
.review_wrap .review_comment p { height: 41px; overflow: hidden; text-overflow: ellipsis; }
.review_wrap .review_comment p.active { height: auto; overflow: auto; }
.review_wrap .review_comment a { width: 100%; color: #CF9453; font-size: 14px; line-height: 18.66px; padding-top: 4px; font-family: 'PlayfairDisplay-Regular'; }
.review_wrap h3 { display: inline-block; padding-top: 5px; margin: 0; }
.review_wrap h3 span { font-size: 16px; }
.feedback_title { display: inline-block !important; font-size: 22px; margin-bottom: 20px; margin-top: 0; border-bottom: none !important; }
@media only screen and (min-width: 991px) { .feedback_title { font-size: 30px; } }

/* === Dropdown Styles === */
.dropdown { position: relative; display: inline-block; }
.dropbtn { background-color: unset; border: none; font-size: 14px; font-weight: 400; line-height: 21px; color: rgba(0, 0, 0, 1); transition: all 0.35s ease-in-out; font-family: 'Poppins-Regular'; }
.dropdown-content { display: none; position: absolute; background-color: #f9f9f9; min-width: 160px; box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2); z-index: 1; }
.dropdown-content a { color: black; padding: 12px 16px; text-decoration: none; display: block; }
.dropdown-content a:hover { background-color: #f1f1f1; }

/* === Form Styles === */
.works-form-r { display: flex; justify-content: space-between; align-items: center; flex-direction: row; text-align: left; width: 100%; max-width: 1000px; margin: 0 auto; }
.form-fields { display: flex; flex-direction: column; justify-content: center; width: 100%; }
.form-fields div { display: flex; flex-direction: column; align-items: center; justify-content: center; margin-bottom: 15px; }
.form-fields label { text-align: center; font-weight: 600; margin-bottom: 8px; }
.form-fields select { width: 80%; max-width: 400px; padding: 10px; border-radius: 5px; }
.search-btnform { align-self: center; margin-left: 20px; width: 120px; height: 45px; }
#certificationForm select.form-control { display: block !important; visibility: visible !important; opacity: 1 !important; width: 150px !important; max-width: 150px !important; min-width: 150px !important; }
.hidden-dropdown { display: none !important; }

/* === Guide Section Styles === */
.guide-section { padding: 30px; background: #f8f8f8; }
.main-title { font-size: 36px; color: #CF9453; text-align: center; margin-bottom: 20px; }
.sub-title { font-size: 24px; color: #333; text-align: center; margin-bottom: 40px; }
.qa-content { background: #fff; padding: 20px; border-radius: 12px; box-shadow: 0 0 10px rgba(0, 0, 0, 0.05); }
.qa-content h3, .qa-content h4 { color: #CF9453; margin-top: 20px; margin-bottom: 10px; }
.qa-content p, .qa-content ul { line-height: 1.7; margin-bottom: 20px; }
.qa-block { margin-bottom: 40px; }
ul.bullet-list { list-style-type: disc; padding-left: 40px; }
table { width: 100%; border-collapse: collapse; margin: 20px 0; }
table, th, td { border: 1px solid #ddd; }
th, td { padding: 10px; text-align: left; }
th { background-color: #CF9453; color: #fff; }

/* === Organisation Links Section Styles === */
.organisation-links-section { background: #fff; padding: 40px 20px; margin-top: 40px; border-radius: 12px; box-shadow: 0 0 10px rgba(0, 0, 0, 0.05); }
.organisation-links-section h2 { font-size: 26px; color: #CF9453; margin-bottom: 20px; text-align: center; }
.organisation-links-section table { width: 100%; border-collapse: collapse; margin: 20px 0; }
.organisation-links-section th, .organisation-links-section td { border: 1px solid #ddd; padding: 10px; text-align: left; vertical-align: top; }
.organisation-links-section th { background-color: #CF9453; color: #fff; }



/* === Quality Graphics Section Styles (3x bigger and horizontal scroll) === */
.quality-graphics-section h2 { 
    font-size: 36px; 
    margin-bottom: 30px; 
    font-weight: 700; 
    color: #b45f06;
    text-align: center;  /* &lt;-- Add this line to center it */
}



.graphics-scroll-container {
    display: flex;
    flex-wrap: nowrap;
    white-space: nowrap;
    gap: 30px;
    overflow-x: auto;
    padding-bottom: 30px;
    scroll-behavior: smooth;
}

.graphic-card { 
    width: 500px !important;  /* force width down from 1000px or whatever it was */
    flex: 0 0 500px !important; 
    height: 350px !important;  
    border: 1px solid #ddd; 
    padding: 15px; 
    border-radius: 12px; 
    transition: all 0.3s ease; 
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); 
    display: flex; 
    flex-direction: column; 
    justify-content: space-between; 
}

.image-container { 
    width: 80% !important; 
    max-width: 400px !important;
    margin: 0 auto; 
    height: auto;   
    max-height: 300px; 
    display: flex; 
    align-items: center; 
    justify-content: center; 
    overflow: hidden; 
}

.image-container img { 
    width: 100% !important;   
    height: auto !important;  
    object-fit: contain !important; 
}

@media (max-width: 768px) {
    .graphic-card {
        width: 90% !important; 
        flex: 0 0 90% !important;
        height: auto !important;
    }
}


</pre></body></html>