{"id":987870,"date":"2026-04-15T19:56:40","date_gmt":"2026-04-15T19:56:40","guid":{"rendered":"https:\/\/ameskids.co.in\/?page_id=987870"},"modified":"2026-07-18T05:49:14","modified_gmt":"2026-07-18T05:49:14","slug":"careers-2","status":"publish","type":"page","link":"https:\/\/ameskids.co.in\/index.php\/careers-2\/","title":{"rendered":"Careers"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"987870\" class=\"elementor elementor-987870\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-62e56a4 e-flex e-con-boxed e-con e-parent\" data-id=\"62e56a4\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-db729d9 elementor-widget elementor-widget-html\" data-id=\"db729d9\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<!-- Fully Isolated CSS for the Inverted AMES Kids Career Block -->\n<style>\n    .ames-bento-career {\n        --ames-primary: #6c5ce7; \/* Vibrant Violet from your main design *\/\n        --ames-sunny: #ffcc00; \/* Warm Sunny Yellow from your main design *\/\n        --ames-light-bg: #f8f9fa;\n        --text-dark: #2d3436;\n        --text-gray: #636e72;\n        \n        font-family: 'Quicksand', sans-serif;\n        max-width: 950px;\n        width: 100%;\n        margin: 40px auto;\n        display: flex;\n        border-radius: 35px; \/* Matches your bento card border radius *\/\n        overflow: hidden;\n        box-shadow: 0 15px 35px rgba(0,0,0,0.05);\n        box-sizing: border-box;\n    }\n\n    .ames-bento-career *, \n    .ames-bento-career *:before, \n    .ames-bento-career *:after {\n        box-sizing: border-box;\n    }\n\n    \/* Left Info Side *\/\n    .ames-bento-career .info-side {\n        flex: 1.2;\n        background: var(--ames-light-bg);\n        padding: 50px;\n        display: flex;\n        flex-direction: column;\n        justify-content: center;\n        border-left: 10px solid var(--ames-primary); \n    }\n\n    .ames-bento-career .tagline {\n        color: var(--ames-primary);\n        font-weight: 700;\n        text-transform: uppercase;\n        font-size: 0.85rem;\n        letter-spacing: 1.5px;\n        margin-bottom: 8px;\n    }\n\n    .ames-bento-career h2.headline {\n        font-size: 2.8rem !important;\n        font-weight: 700 !important;\n        color: var(--text-dark) !important;\n        margin: 0 0 15px 0 !important;\n        line-height: 1.2 !important;\n        border: none !important;\n    }\n\n    .ames-bento-career h2.headline span {\n        color: var(--ames-primary);\n    }\n\n    .ames-bento-career p.paragraph {\n        font-size: 1.05rem !important;\n        line-height: 1.6 !important;\n        color: var(--text-gray) !important;\n        margin: 0 0 35px 0 !important;\n    }\n\n    \/* Action Email Row *\/\n    .ames-bento-career .contact-row {\n        display: flex;\n        align-items: center;\n        gap: 15px;\n    }\n\n    .ames-bento-career .icon-box {\n        width: 50px;\n        height: 50px;\n        background: var(--ames-primary);\n        border-radius: 50%;\n        display: flex;\n        align-items: center;\n        justify-content: center;\n        font-size: 1.3rem;\n        color: white;\n    }\n\n    .ames-bento-career .contact-text {\n        display: flex;\n        flex-direction: column;\n    }\n\n    .ames-bento-career .contact-label {\n        font-size: 0.8rem;\n        font-weight: 700;\n        color: var(--text-gray);\n        text-transform: uppercase;\n        letter-spacing: 0.5px;\n    }\n\n    .ames-bento-career a.email-anchor {\n        font-size: 1.5rem !important;\n        font-weight: 700 !important;\n        color: var(--ames-primary) !important;\n        text-decoration: none !important;\n        transition: color 0.2s ease !important;\n        border: none !important;\n    }\n\n    .ames-bento-career a.email-anchor:hover {\n        color: var(--ames-sunny) !important;\n    }\n\n    \/* Right Identity Side - Reimagined with Inverted Violet & Gold *\/\n    .ames-bento-career .identity-side {\n        flex: 0.8;\n        background: var(--ames-primary);\n        padding: 50px 40px;\n        display: flex;\n        flex-direction: column;\n        align-items: center;\n        justify-content: center;\n        text-align: center;\n        position: relative;\n    }\n\n    \/* Soft design accent overlay to give depth *\/\n    .ames-bento-career .identity-side::before {\n        content: '';\n        position: absolute;\n        width: 100%;\n        height: 100%;\n        background: radial-gradient(circle, rgba(255,255,255,0.15) 0%, transparent 70%);\n        pointer-events: none;\n    }\n\n    .ames-bento-career .logo-img {\n        max-width: 140px;\n        height: auto;\n        margin-bottom: 30px;\n        position: relative;\n        z-index: 1;\n        \/* Drops white background behind logo slightly if needed for transparency safety *\/\n        background: rgba(255, 255, 255, 0.9);\n        padding: 10px;\n        border-radius: 20px;\n    }\n\n    .ames-bento-career p.quote {\n        font-size: 1.05rem !important;\n        line-height: 1.6 !important;\n        color: var(--ames-sunny) !important; \/* Elegant gold quote text color *\/\n        max-width: 260px;\n        margin: 0 !important;\n        font-weight: 700;\n        position: relative;\n        z-index: 1;\n    }\n\n    \/* Responsive Handling *\/\n    @media (max-width: 850px) {\n        .ames-bento-career {\n            flex-direction: column;\n            border-radius: 25px;\n        }\n        .ames-bento-career .info-side {\n            border-left: none;\n            border-top: 10px solid var(--ames-primary);\n            padding: 35px 25px;\n        }\n        .ames-bento-career .identity-side {\n            padding: 40px 25px;\n        }\n        .ames-bento-career h2.headline {\n            font-size: 2.2rem !important;\n        }\n        .ames-bento-career a.email-anchor {\n            font-size: 1.3rem !important;\n        }\n    }\n<\/style>\n\n<!-- Clean Markup Code Panel -->\n<div class=\"ames-bento-career\">\n    \n    <!-- Content Section -->\n    <div class=\"info-side\">\n        <div class=\"tagline\">Work With Us<\/div>\n        <h2 class=\"headline\">Join Our <span>Family<\/span><\/h2>\n        \n        <p class=\"paragraph\">\n            We are always looking for passionate, innovative, and dedicated educators and professionals to join the AMES Kids team. If you are committed to shaping the leaders of tomorrow through Deen and Duniya, we would love to hear from you.\n        <\/p>\n        \n        <div class=\"contact-row\">\n            <div class=\"icon-box\">\ud83d\udce9<\/div>\n            <div class=\"contact-text\">\n                <div class=\"contact-label\">Direct HR Inquiry<\/div>\n                <a href=\"mailto:admin@ameskids.co.in?subject=Application for Career Opportunity at AMES Kids\" class=\"email-anchor\">\n                    admin@ameskids.co.in\n                <\/a>\n            <\/div>\n        <\/div>\n    <\/div>\n\n    <!-- Accent Branding Panel -->\n    <div class=\"identity-side\">\n        <img decoding=\"async\" src=\"https:\/\/ameskids.co.in\/wp-content\/uploads\/2026\/04\/AMES-LOGO.png\" alt=\"AMES Kids Logo\" class=\"logo-img\">\n        <p class=\"quote\">\n            Providing the perfect blend of moral values, discipline, and modern academic excellence.\n        <\/p>\n    <\/div>\n\n<\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Work With Us Join Our Family We are always looking for passionate, innovative, and dedicated educators and professionals to join the AMES Kids team. If you are committed to shaping the leaders of tomorrow through Deen and Duniya, we would love to hear from you. \ud83d\udce9 Direct HR Inquiry admin@ameskids.co.in Providing the perfect blend of&#8230;<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"footnotes":""},"class_list":["post-987870","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/ameskids.co.in\/index.php\/wp-json\/wp\/v2\/pages\/987870","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/ameskids.co.in\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/ameskids.co.in\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/ameskids.co.in\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/ameskids.co.in\/index.php\/wp-json\/wp\/v2\/comments?post=987870"}],"version-history":[{"count":13,"href":"https:\/\/ameskids.co.in\/index.php\/wp-json\/wp\/v2\/pages\/987870\/revisions"}],"predecessor-version":[{"id":989045,"href":"https:\/\/ameskids.co.in\/index.php\/wp-json\/wp\/v2\/pages\/987870\/revisions\/989045"}],"wp:attachment":[{"href":"https:\/\/ameskids.co.in\/index.php\/wp-json\/wp\/v2\/media?parent=987870"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}