{"id":5798,"date":"2026-04-02T09:13:29","date_gmt":"2026-04-02T08:13:29","guid":{"rendered":"https:\/\/99.weblv.xyz\/?page_id=5798"},"modified":"2026-04-02T09:33:14","modified_gmt":"2026-04-02T08:33:14","slug":"standards-of-conduct","status":"publish","type":"page","link":"https:\/\/99.weblv.xyz\/index.php\/standards-of-conduct\/","title":{"rendered":"Standards Of Conduct"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"5798\" class=\"elementor elementor-5798\">\n\t\t\t\t        <section class=\"elementor-section elementor-top-section elementor-element elementor-element-088f7cd elementor-section-full_width elementor-section-stretched elementor-section-height-default elementor-section-height-default ct-header-fixed-none ct-row-max-none\" data-id=\"088f7cd\" data-element_type=\"section\" data-settings=\"{&quot;stretch_section&quot;:&quot;section-stretched&quot;}\">\n            \n                        <div class=\"elementor-container elementor-column-gap-no \">\n                    <div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-7021670\" data-id=\"7021670\" data-element_type=\"column\">\n        <div class=\"elementor-widget-wrap elementor-element-populated\">\n                    \n        \t\t<div class=\"elementor-element elementor-element-601f15c elementor-widget elementor-widget-html\" data-id=\"601f15c\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<section class=\"wf-conduct-section\">\r\n    <div class=\"wf-container\">\r\n\r\n        <!-- Header -->\r\n        <div class=\"wf-header animate\">\r\n            <h2>Code of Conduct & Disciplinary Standards<\/h2>\r\n        <\/div>\r\n\r\n        <!-- Intro -->\r\n        <p class=\"animate\">\r\n            World\u2019s Finest Hospitality, LLC expects all associates to maintain the highest standards of professionalism and job performance while on assignment. This includes interactions with guests, vendors, employees, and leadership.\r\n        <\/p>\r\n\r\n        <p class=\"animate\">\r\n            The company reserves the right to discipline or discharge any associate for violating company policy or standards of conduct. This list outlines expectations but is not exhaustive. WORLD\u2019S FINEST retains full discretion in determining unacceptable behavior and appropriate action.\r\n        <\/p>\r\n\r\n        <!-- Section 1 -->\r\n        <div class=\"wf-card animate\">\r\n            <h3>Performance-Based Disciplinary Actions<\/h3>\r\n            <ul>\r\n                <li>Unsatisfactory quality or quantity of work<\/li>\r\n                <li>Violation of attendance policies<\/li>\r\n                <li>Failure to follow rules or procedures<\/li>\r\n                <li>Failure to follow safety guidelines<\/li>\r\n            <\/ul>\r\n        <\/div>\r\n\r\n        <!-- Section 2 -->\r\n        <div class=\"wf-card animate\">\r\n            <h3>Serious Violations (Up to Immediate Termination)<\/h3>\r\n            <ul>\r\n                <li>Falsifying employment or company records<\/li>\r\n                <li>Falsifying time records<\/li>\r\n                <li>Insubordination or refusal to perform duties<\/li>\r\n                <li>Harassment, threats, or obscene language<\/li>\r\n                <li>Violence, bullying, or fighting<\/li>\r\n                <li>Theft or misuse of property<\/li>\r\n                <li>Possession of weapons on client property<\/li>\r\n                <li>Use of drugs or alcohol on duty<\/li>\r\n                <li>Conflict of interest violations<\/li>\r\n                <li>Unauthorized disclosure of confidential information<\/li>\r\n                <li>Criminal conduct affecting employment<\/li>\r\n                <li>Dismissal from a client assignment<\/li>\r\n            <\/ul>\r\n        <\/div>\r\n\r\n    <\/div>\r\n<\/section>\r\n\r\n<style>\r\n.wf-conduct-section {\r\n    padding: 60px 20px;\r\n    background: #f5f7fb;\r\n    font-family: 'Segoe UI', sans-serif;\r\n}\r\n\r\n.wf-container {\r\n    max-width: 1100px;\r\n    margin: auto;\r\n}\r\n\r\n.wf-header {\r\n    display: flex;\r\n    align-items: center;\r\n    gap: 12px;\r\n    margin-bottom: 25px;\r\n}\r\n\r\n.wf-header h2 {\r\n    margin: 0;\r\n    color: #1a2b49;\r\n    font-size: 26px;\r\n}\r\n\r\n.wf-conduct-section p {\r\n    line-height: 1.7;\r\n    color: #555;\r\n    margin-bottom: 20px;\r\n}\r\n\r\n.wf-card {\r\n    background: #fff;\r\n    padding: 25px;\r\n    border-radius: 10px;\r\n    margin-top: 20px;\r\n    box-shadow: 0 8px 20px rgba(0,0,0,0.05);\r\n    border-left: 4px solid #1a2b49;\r\n}\r\n\r\n.wf-card h3 {\r\n    margin-top: 0;\r\n    color: #1a2b49;\r\n    font-size: 20px;\r\n}\r\n\r\n.wf-card ul {\r\n    padding-left: 18px;\r\n}\r\n\r\n.wf-card li {\r\n    margin-bottom: 10px;\r\n    color: #444;\r\n}\r\n\r\n\/* Motion effect - initial state *\/\r\n.animate {\r\n    opacity: 0;\r\n    transform: translateY(30px);\r\n    transition: all 0.8s ease-out;\r\n}\r\n\r\n\/* Motion effect - visible *\/\r\n.animate.visible {\r\n    opacity: 1;\r\n    transform: translateY(0);\r\n}\r\n\r\n\/* Responsive *\/\r\n@media (max-width: 768px) {\r\n    .wf-header {\r\n        flex-direction: column;\r\n        align-items: flex-start;\r\n    }\r\n}\r\n<\/style>\r\n\r\n<script>\r\n\/\/ Scroll animation using Intersection Observer\r\nconst observer = new IntersectionObserver((entries) => {\r\n    entries.forEach(entry => {\r\n        if(entry.isIntersecting){\r\n            entry.target.classList.add('visible');\r\n        }\r\n    });\r\n}, { threshold: 0.2 });\r\n\r\ndocument.querySelectorAll('.animate').forEach(el => observer.observe(el));\r\n<\/script>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t            <\/div>\n        <\/div>\n                    <\/div>\n        <\/section>\n        \t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Code of Conduct &#038; Disciplinary Standards World\u2019s Finest Hospitality, LLC expects all associates to maintain the highest standards of professionalism and job performance while on assignment. This includes interactions with guests, vendors, employees, and leadership. The company reserves the right to discipline or discharge any associate for violating company policy or standards of conduct. This [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-5798","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/99.weblv.xyz\/index.php\/wp-json\/wp\/v2\/pages\/5798","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/99.weblv.xyz\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/99.weblv.xyz\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/99.weblv.xyz\/index.php\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/99.weblv.xyz\/index.php\/wp-json\/wp\/v2\/comments?post=5798"}],"version-history":[{"count":10,"href":"https:\/\/99.weblv.xyz\/index.php\/wp-json\/wp\/v2\/pages\/5798\/revisions"}],"predecessor-version":[{"id":5836,"href":"https:\/\/99.weblv.xyz\/index.php\/wp-json\/wp\/v2\/pages\/5798\/revisions\/5836"}],"wp:attachment":[{"href":"https:\/\/99.weblv.xyz\/index.php\/wp-json\/wp\/v2\/media?parent=5798"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}