{"id":375,"date":"2026-05-30T15:17:29","date_gmt":"2026-05-30T15:17:29","guid":{"rendered":"https:\/\/pencilkidz.com\/?page_id=375"},"modified":"2026-05-30T15:18:07","modified_gmt":"2026-05-30T15:18:07","slug":"pencil-kidz-chromepet","status":"publish","type":"page","link":"https:\/\/pencilkidz.com\/index.php\/pencil-kidz-chromepet\/","title":{"rendered":"PENCIL KIDZ CHROMEPET"},"content":{"rendered":"\n<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n<meta charset=\"UTF-8\">\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n<title>Drawing Classes in Chrompet | Painting Classes in Chrompet \u2013 Pencil Kidz<\/title>\n<meta name=\"description\" content=\"Join Pencil Kidz Chrompet for Drawing, Painting, Handwriting &#038; Art Classes in Chrompet, Lakshmipuram, Chennai. Kids art classes with individual attention by A. Beula, Branch Head &#038; Artist.\">\n<meta name=\"keywords\" content=\"Drawing classes in Chrompet, Painting classes in Chrompet, Handwriting classes in Chrompet, Kids classes in Chrompet, art classes chrompet, drawing school chrompet, pencil kidz chrompet, art classes lakshmipuram\">\n<link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Fredoka+One&#038;family=Nunito:wght@400;600;700;800&#038;display=swap\" rel=\"stylesheet\">\n<style>\n  :root {\n    --pink: #e91e8c;\n    --yellow: #FFD600;\n    --orange: #FF6B35;\n    --purple: #7B2FBE;\n    --teal: #00BCD4;\n    --green: #4CAF50;\n    --dark: #1a1a2e;\n    --light: #fff9f0;\n  }\n\n  * { margin: 0; padding: 0; box-sizing: border-box; }\n\n  body {\n    font-family: 'Nunito', sans-serif;\n    background: var(--light);\n    color: var(--dark);\n    overflow-x: hidden;\n  }\n\n  \/* Paint drip top *\/\n  .paint-drip-top {\n    width: 100%;\n    height: 60px;\n    background: linear-gradient(90deg, #00BCD4, #4CAF50, #FFD600, #FF6B35, #e91e8c, #7B2FBE, #00BCD4);\n    background-size: 400% 100%;\n    animation: shimmer 6s linear infinite;\n    position: relative;\n    overflow: hidden;\n  }\n  .paint-drip-top::after {\n    content: '';\n    position: absolute;\n    bottom: -20px; left: 0;\n    width: 100%; height: 30px;\n    background: url(\"data:image\/svg+xml,%3Csvg xmlns='http:\/\/www.w3.org\/2000\/svg' viewBox='0 0 1200 30'%3E%3Cpath fill='%2300BCD4' d='M0,0 Q50,30 100,10 Q150,30 200,5 Q250,30 300,8 Q350,30 400,12 Q450,30 500,6 Q550,30 600,10 Q650,30 700,4 Q750,30 800,14 Q850,30 900,8 Q950,30 1000,6 Q1050,30 1100,10 Q1150,30 1200,5 L1200,0 Z'\/%3E%3C\/svg%3E\") repeat-x;\n    background-size: 1200px 30px;\n  }\n  @keyframes shimmer {\n    0% { background-position: 0% 50%; }\n    100% { background-position: 400% 50%; }\n  }\n\n  \/* NAV *\/\n  nav {\n    background: #fff;\n    padding: 12px 40px;\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n    box-shadow: 0 2px 15px rgba(0,0,0,0.08);\n    position: sticky;\n    top: 0;\n    z-index: 100;\n  }\n  .nav-logo-text {\n    font-family: 'Fredoka One', cursive;\n    font-size: 1.8rem;\n    background: linear-gradient(135deg, var(--teal), var(--purple));\n    -webkit-background-clip: text;\n    -webkit-text-fill-color: transparent;\n    background-clip: text;\n  }\n  .nav-logo-sub {\n    font-size: 0.65rem;\n    font-weight: 700;\n    color: var(--orange);\n    letter-spacing: 2px;\n    text-transform: uppercase;\n    display: block;\n    margin-top: -4px;\n  }\n  .nav-badge {\n    background: linear-gradient(135deg, var(--teal), var(--green));\n    color: white;\n    font-weight: 800;\n    font-size: 0.75rem;\n    padding: 6px 16px;\n    border-radius: 50px;\n    text-decoration: none;\n  }\n\n  \/* HERO *\/\n  .hero {\n    background: linear-gradient(135deg, #e0fdf4 0%, #fff8e1 50%, #f0f8ff 100%);\n    padding: 70px 40px 60px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    gap: 60px;\n    position: relative;\n    overflow: hidden;\n  }\n  .hero::before {\n    content: '\ud83c\udfa8\u270f\ufe0f\ud83d\udd8c\ufe0f\ud83c\udfad\ud83d\udd8d\ufe0f\ud83c\udfa8';\n    position: absolute;\n    font-size: 4rem;\n    top: 20px; right: -20px;\n    opacity: 0.06;\n    transform: rotate(15deg);\n    letter-spacing: 10px;\n  }\n  .hero-text { max-width: 560px; }\n  .hero-tag {\n    display: inline-block;\n    background: linear-gradient(135deg, var(--teal), var(--green));\n    color: white;\n    font-weight: 800;\n    font-size: 0.75rem;\n    padding: 5px 16px;\n    border-radius: 50px;\n    letter-spacing: 1.5px;\n    text-transform: uppercase;\n    margin-bottom: 16px;\n  }\n  .hero h1 {\n    font-family: 'Fredoka One', cursive;\n    font-size: 3.2rem;\n    line-height: 1.15;\n    color: var(--dark);\n    margin-bottom: 12px;\n  }\n  .hero h1 span {\n    background: linear-gradient(135deg, var(--teal), var(--purple));\n    -webkit-background-clip: text;\n    -webkit-text-fill-color: transparent;\n    background-clip: text;\n  }\n  .hero-sub {\n    font-size: 1.1rem;\n    color: #555;\n    line-height: 1.7;\n    margin-bottom: 28px;\n  }\n  .hero-cta { display: flex; gap: 14px; flex-wrap: wrap; }\n  .btn-primary {\n    background: linear-gradient(135deg, var(--teal), var(--purple));\n    color: white;\n    font-family: 'Nunito', sans-serif;\n    font-weight: 800;\n    font-size: 1rem;\n    padding: 14px 32px;\n    border-radius: 50px;\n    text-decoration: none;\n    box-shadow: 0 6px 20px rgba(0,188,212,0.35);\n    transition: transform 0.2s, box-shadow 0.2s;\n    display: inline-block;\n  }\n  .btn-primary:hover { transform: translateY(-2px); box-shadow: 0 10px 28px rgba(0,188,212,0.5); }\n  .btn-secondary {\n    background: var(--yellow);\n    color: var(--dark);\n    font-family: 'Nunito', sans-serif;\n    font-weight: 800;\n    font-size: 1rem;\n    padding: 14px 32px;\n    border-radius: 50px;\n    text-decoration: none;\n    box-shadow: 0 6px 20px rgba(255,214,0,0.4);\n    transition: transform 0.2s;\n    display: inline-block;\n  }\n  .btn-secondary:hover { transform: translateY(-2px); }\n\n  \/* TEAM CARDS *\/\n  .team-cards {\n    display: flex;\n    flex-direction: column;\n    gap: 16px;\n    flex-shrink: 0;\n  }\n  .teacher-card {\n    background: white;\n    border-radius: 24px;\n    padding: 22px 20px;\n    text-align: center;\n    box-shadow: 0 12px 40px rgba(0,188,212,0.15);\n    position: relative;\n    min-width: 210px;\n  }\n  .teacher-card::before {\n    content: '';\n    position: absolute;\n    top: -3px; left: -3px; right: -3px; bottom: -3px;\n    background: linear-gradient(135deg, var(--teal), var(--yellow), var(--purple), var(--pink));\n    border-radius: 26px;\n    z-index: -1;\n  }\n  .teacher-card.main-card { padding: 26px 22px; }\n  .teacher-img-wrap {\n    width: 130px;\n    height: 155px;\n    margin: 0 auto 14px;\n    border-radius: 14px;\n    overflow: hidden;\n    background: #f0fdfd;\n  }\n  .teacher-img-wrap img {\n    width: 100%;\n    height: 100%;\n    object-fit: cover;\n    object-position: top center;\n  }\n  .teacher-name {\n    font-family: 'Fredoka One', cursive;\n    font-size: 1.2rem;\n    color: var(--dark);\n    margin-bottom: 4px;\n  }\n  .teacher-qual {\n    font-size: 0.78rem;\n    font-weight: 700;\n    color: white;\n    background: linear-gradient(135deg, var(--teal), var(--purple));\n    padding: 3px 12px;\n    border-radius: 50px;\n    display: inline-block;\n    margin-bottom: 5px;\n  }\n  .teacher-role { font-size: 0.83rem; color: #888; font-weight: 600; }\n\n  \/* small staff card *\/\n  .staff-card {\n    background: white;\n    border-radius: 16px;\n    padding: 14px 18px;\n    box-shadow: 0 6px 20px rgba(0,0,0,0.08);\n    display: flex;\n    align-items: center;\n    gap: 14px;\n    border-left: 4px solid var(--teal);\n  }\n  .staff-avatar {\n    width: 44px; height: 44px;\n    border-radius: 50%;\n    background: linear-gradient(135deg, var(--teal), var(--purple));\n    display: flex; align-items: center; justify-content: center;\n    font-size: 1.3rem; flex-shrink: 0; color: white; font-weight: 800;\n  }\n  .staff-card h4 { font-weight: 800; font-size: 0.95rem; color: var(--dark); }\n  .staff-card p { font-size: 0.8rem; color: #888; font-weight: 600; }\n\n  \/* COURSES *\/\n  .courses-section {\n    padding: 70px 40px;\n    background: white;\n  }\n  .section-title { text-align: center; margin-bottom: 50px; }\n  .section-title h2 {\n    font-family: 'Fredoka One', cursive;\n    font-size: 2.5rem;\n    color: var(--dark);\n    margin-bottom: 10px;\n  }\n  .section-title p { font-size: 1.05rem; color: #777; max-width: 500px; margin: 0 auto; }\n  .section-title .title-line {\n    width: 60px; height: 5px;\n    background: linear-gradient(90deg, var(--teal), var(--yellow));\n    border-radius: 10px;\n    margin: 14px auto 0;\n  }\n  .courses-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fill, minmax(170px, 1fr));\n    gap: 18px;\n    max-width: 960px;\n    margin: 0 auto;\n  }\n  .course-chip {\n    background: linear-gradient(135deg, #e0fdf4, #fff8e1);\n    border-radius: 16px;\n    padding: 20px 16px;\n    text-align: center;\n    font-weight: 700;\n    font-size: 0.95rem;\n    color: var(--dark);\n    transition: transform 0.2s, box-shadow 0.2s;\n    position: relative;\n    overflow: hidden;\n  }\n  .course-chip::before {\n    content: '';\n    position: absolute; inset: 0;\n    border-radius: 14px; padding: 2px;\n    background: linear-gradient(135deg, var(--teal), var(--yellow), var(--purple));\n    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);\n    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);\n    -webkit-mask-composite: xor; mask-composite: exclude;\n  }\n  .course-chip:hover { transform: translateY(-4px); box-shadow: 0 10px 24px rgba(0,188,212,0.2); }\n  .course-chip .icon { font-size: 1.8rem; margin-bottom: 8px; display: block; }\n\n  \/* ABOUT *\/\n  .about-section {\n    padding: 70px 40px;\n    background: linear-gradient(135deg, #e0fdf4 0%, #f0e8ff 100%);\n    display: flex;\n    gap: 60px;\n    align-items: center;\n    justify-content: center;\n    flex-wrap: wrap;\n  }\n  .about-pillars {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 12px;\n    max-width: 300px;\n    flex-shrink: 0;\n  }\n  .pillar-card {\n    background: white;\n    border-radius: 18px;\n    padding: 20px 14px;\n    text-align: center;\n    box-shadow: 0 6px 20px rgba(0,0,0,0.08);\n  }\n  .pillar-card:first-child {\n    grid-column: 1 \/ -1;\n    background: linear-gradient(135deg, var(--teal), var(--purple));\n    color: white;\n  }\n  .pillar-card .p-icon { font-size: 1.8rem; margin-bottom: 6px; display: block; }\n  .pillar-card h4 { font-weight: 800; font-size: 0.82rem; line-height: 1.3; }\n  .pillar-card:first-child h4 { color: rgba(255,255,255,0.9); font-size: 0.95rem; }\n\n  .about-text { max-width: 520px; }\n  .about-text h2 {\n    font-family: 'Fredoka One', cursive;\n    font-size: 2.2rem;\n    color: var(--dark);\n    margin-bottom: 16px;\n    line-height: 1.2;\n  }\n  .about-text p {\n    font-size: 1rem;\n    color: #555;\n    line-height: 1.8;\n    margin-bottom: 12px;\n  }\n  .about-quote {\n    margin-top: 20px;\n    padding: 16px 20px;\n    border-left: 4px solid var(--teal);\n    background: white;\n    border-radius: 0 16px 16px 0;\n    font-style: italic;\n    font-weight: 700;\n    color: var(--purple);\n    font-size: 1.05rem;\n  }\n\n  \/* ADVANTAGES *\/\n  .advantages-section {\n    padding: 70px 40px;\n    background: var(--dark);\n    text-align: center;\n  }\n  .advantages-section h2 {\n    font-family: 'Fredoka One', cursive;\n    font-size: 2.5rem;\n    color: white;\n    margin-bottom: 40px;\n  }\n  .advantages-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));\n    gap: 20px;\n    max-width: 900px;\n    margin: 0 auto;\n  }\n  .adv-card {\n    background: rgba(255,255,255,0.06);\n    border: 1px solid rgba(255,255,255,0.12);\n    border-radius: 20px;\n    padding: 28px 20px;\n    transition: transform 0.2s, background 0.2s;\n  }\n  .adv-card:hover { transform: translateY(-4px); background: rgba(255,255,255,0.1); }\n  .adv-card .icon { font-size: 2.2rem; margin-bottom: 12px; display: block; }\n  .adv-card h3 { font-weight: 800; color: var(--yellow); font-size: 0.95rem; line-height: 1.3; }\n\n  \/* CONTACT *\/\n  .contact-section {\n    padding: 70px 40px;\n    background: white;\n    display: flex;\n    gap: 50px;\n    align-items: flex-start;\n    justify-content: center;\n    flex-wrap: wrap;\n  }\n  .contact-info { max-width: 380px; }\n  .contact-info h2 {\n    font-family: 'Fredoka One', cursive;\n    font-size: 2rem;\n    color: var(--dark);\n    margin-bottom: 24px;\n  }\n  .contact-item {\n    display: flex;\n    align-items: flex-start;\n    gap: 14px;\n    margin-bottom: 16px;\n    padding: 16px;\n    background: #e0fdf4;\n    border-radius: 16px;\n  }\n  .ci-icon {\n    font-size: 1.4rem;\n    flex-shrink: 0;\n    width: 44px; height: 44px;\n    background: linear-gradient(135deg, var(--teal), var(--purple));\n    border-radius: 12px;\n    display: flex; align-items: center; justify-content: center;\n  }\n  .contact-item h4 { font-weight: 800; font-size: 0.78rem; color: #aaa; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 2px; }\n  .contact-item p { font-weight: 700; font-size: 0.97rem; color: var(--dark); }\n  .contact-item a { color: var(--teal); text-decoration: none; font-weight: 700; }\n\n  .map-embed {\n    flex: 1; min-width: 300px; max-width: 500px;\n    border-radius: 20px; overflow: hidden;\n    box-shadow: 0 12px 40px rgba(0,0,0,0.12);\n    height: 340px; background: #eee;\n  }\n  .map-embed iframe { width: 100%; height: 100%; border: none; }\n\n  \/* SEO *\/\n  .seo-section {\n    padding: 60px 40px;\n    background: #f0fdfd;\n  }\n  .seo-section .seo-inner { max-width: 860px; margin: 0 auto; }\n  .seo-section h2 {\n    font-family: 'Fredoka One', cursive;\n    font-size: 1.8rem;\n    color: var(--dark);\n    margin-bottom: 14px;\n  }\n  .seo-section p { font-size: 0.97rem; color: #666; line-height: 1.8; margin-bottom: 10px; }\n  .seo-tags { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 20px; }\n  .seo-tag {\n    background: #e0fdf4;\n    color: #00796B;\n    font-weight: 700; font-size: 0.8rem;\n    padding: 6px 14px;\n    border-radius: 50px;\n    border: 1px solid rgba(0,188,212,0.25);\n  }\n\n  \/* FOOTER *\/\n  footer {\n    background: var(--dark);\n    color: rgba(255,255,255,0.7);\n    text-align: center;\n    padding: 32px 40px;\n    font-size: 0.9rem;\n  }\n  footer a { color: var(--yellow); text-decoration: none; }\n  .footer-logo {\n    font-family: 'Fredoka One', cursive;\n    font-size: 1.8rem;\n    background: linear-gradient(135deg, var(--teal), var(--yellow));\n    -webkit-background-clip: text;\n    -webkit-text-fill-color: transparent;\n    background-clip: text;\n    margin-bottom: 8px;\n  }\n\n  \/* Float CTA *\/\n  .float-cta {\n    position: fixed;\n    bottom: 28px; right: 28px;\n    background: linear-gradient(135deg, var(--teal), var(--purple));\n    color: white;\n    font-family: 'Nunito', sans-serif;\n    font-weight: 800;\n    font-size: 0.9rem;\n    padding: 14px 24px;\n    border-radius: 50px;\n    text-decoration: none;\n    box-shadow: 0 8px 28px rgba(0,188,212,0.5);\n    z-index: 200;\n    animation: pulse 2s infinite;\n  }\n  @keyframes pulse {\n    0%,100% { box-shadow: 0 8px 28px rgba(0,188,212,0.5); }\n    50% { box-shadow: 0 8px 40px rgba(0,188,212,0.8); }\n  }\n\n  \/* Responsive *\/\n  @media (max-width: 768px) {\n    .hero { flex-direction: column; padding: 50px 20px 40px; text-align: center; gap: 30px; }\n    .hero h1 { font-size: 2.2rem; }\n    .hero-cta { justify-content: center; }\n    .team-cards { flex-direction: row; flex-wrap: wrap; justify-content: center; }\n    nav { padding: 12px 20px; }\n    .nav-logo-text { font-size: 1.4rem; }\n    .courses-section, .about-section, .contact-section, .advantages-section, .seo-section { padding: 50px 20px; }\n    .about-section { flex-direction: column; }\n    .about-pillars { max-width: 100%; }\n    .contact-section { flex-direction: column; }\n    .map-embed { min-width: unset; width: 100%; }\n  }\n<\/style>\n<\/head>\n<body>\n\n<div class=\"paint-drip-top\"><\/div>\n\n<!-- NAV -->\n<nav>\n  <div>\n    <span class=\"nav-logo-text\">PENCIL KIDZ<\/span>\n    <span class=\"nav-logo-sub\">School of Arts \u2013 Chrompet<\/span>\n  <\/div>\n  <a href=\"tel:9003189162\" class=\"nav-badge\">\ud83d\udcde 900 318 9162<\/a>\n<\/nav>\n\n<!-- HERO -->\n<section class=\"hero\">\n  <div class=\"hero-text\">\n    <span class=\"hero-tag\">\ud83c\udfa8 Chrompet, Chennai<\/span>\n    <h1>Drawing &amp; Painting<br>Classes in <span>Chrompet<\/span><\/h1>\n    <p class=\"hero-sub\">Welcome to Pencil Kidz Chrompet \u2014 where creativity meets happiness! Expert-led classes in Drawing, Painting, Handwriting &amp; more, in a joyful and engaging environment for every child.<\/p>\n    <div class=\"hero-cta\">\n      <a href=\"tel:9003189162\" class=\"btn-primary\">\ud83d\udcde Enrol Now<\/a>\n      <a href=\"#courses\" class=\"btn-secondary\">\ud83c\udfa8 Our Courses<\/a>\n    <\/div>\n  <\/div>\n\n  <div class=\"team-cards\">\n    <!-- Main teacher -->\n    <div class=\"teacher-card main-card\">\n      <div class=\"teacher-img-wrap\">\n        <img decoding=\"async\" src=\"https:\/\/pencilkidz.com\/wp-content\/uploads\/2026\/05\/WhatsApp-Image-2026-05-18-at-10.39.27-PM.jpeg\" alt=\"A. Beula \u2013 Branch Head &#038; Artist, Pencil Kidz Chrompet\">\n      <\/div>\n      <div class=\"teacher-name\">A. Beula<\/div>\n      <span class=\"teacher-qual\">B.Com, MBA<\/span>\n      <div class=\"teacher-role\">Branch Head &amp; Artist<\/div>\n    <\/div>\n    <!-- Staff -->\n    <div class=\"staff-card\">\n      <div class=\"staff-avatar\">AE<\/div>\n      <div>\n        <h4>A. Eshwari<\/h4>\n        <p>Trainer<\/p>\n      <\/div>\n    <\/div>\n    <div class=\"staff-card\">\n      <div class=\"staff-avatar\" style=\"background: linear-gradient(135deg,var(--orange),var(--pink));\">KV<\/div>\n      <div>\n        <h4>K. Vinoth Kumar<\/h4>\n        <p>Branch Head<\/p>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- COURSES -->\n<section class=\"courses-section\" id=\"courses\">\n  <div class=\"section-title\">\n    <h2>What We Teach<\/h2>\n    <p>A rich curriculum for every young artist \u2014 from beginners to advanced learners.<\/p>\n    <div class=\"title-line\"><\/div>\n  <\/div>\n  <div class=\"courses-grid\">\n    <div class=\"course-chip\"><span class=\"icon\">\u270f\ufe0f<\/span>Drawing<\/div>\n    <div class=\"course-chip\"><span class=\"icon\">\ud83d\udd8c\ufe0f<\/span>Painting<\/div>\n    <div class=\"course-chip\"><span class=\"icon\">\u270d\ufe0f<\/span>Handwriting<\/div>\n    <div class=\"course-chip\"><span class=\"icon\">\ud83e\uddf5<\/span>Handicraft<\/div>\n    <div class=\"course-chip\"><span class=\"icon\">\ud83c\udfdb\ufe0f<\/span>Tanjor Painting<\/div>\n    <div class=\"course-chip\"><span class=\"icon\">\ud83c\udfa8<\/span>Acrylic Painting<\/div>\n    <div class=\"course-chip\"><span class=\"icon\">\ud83d\uddbc\ufe0f<\/span>Mural Art<\/div>\n    <div class=\"course-chip\"><span class=\"icon\">\ud83d\udc64<\/span>Portrait<\/div>\n    <div class=\"course-chip\"><span class=\"icon\">\ud83d\udd8a\ufe0f<\/span>Pencil Shading<\/div>\n    <div class=\"course-chip\"><span class=\"icon\">\ud83d\udee2\ufe0f<\/span>Oil Painting<\/div>\n    <div class=\"course-chip\"><span class=\"icon\">\ud83d\udca7<\/span>Water Color<\/div>\n  <\/div>\n<\/section>\n\n<!-- ABOUT -->\n<section class=\"about-section\" id=\"about\">\n  <div class=\"about-pillars\">\n    <div class=\"pillar-card\">\n      <span class=\"p-icon\">\ud83c\udf1f<\/span>\n      <h4>Where Creativity Meets Happiness<\/h4>\n    <\/div>\n    <div class=\"pillar-card\">\n      <span class=\"p-icon\">\ud83c\udfa8<\/span>\n      <h4>Building Creativity &amp; Imagination<\/h4>\n    <\/div>\n    <div class=\"pillar-card\">\n      <span class=\"p-icon\">\ud83d\ude0a<\/span>\n      <h4>Joyful Learning Atmosphere<\/h4>\n    <\/div>\n    <div class=\"pillar-card\">\n      <span class=\"p-icon\">\ud83d\ude80<\/span>\n      <h4>Blending Education with Entertainment<\/h4>\n    <\/div>\n    <div class=\"pillar-card\">\n      <span class=\"p-icon\">\ud83d\udcac<\/span>\n      <h4>Encouraging Self-Expression<\/h4>\n    <\/div>\n  <\/div>\n  <div class=\"about-text\">\n    <h2>Meet Your Teacher \u2013<br><span style=\"color:var(--teal)\">A. Beula<\/span><\/h2>\n    <p>Hi, I&#8217;m Beula \u2014 a passionate educator, artist, and lifelong learner. I hold a B.Com and an MBA, but my true calling has always been in the world of creativity and expression. From a young age, I discovered my deep love for singing and drawing.<\/p>\n    <p>Today, I proudly run this drawing institute where I don&#8217;t just teach art \u2014 I create an environment filled with joy, creativity, and meaningful learning. My goal is to ensure that children don&#8217;t feel like they are attending a regular class, but rather stepping into a space where they can explore, express, and enjoy learning.<\/p>\n    <p>What makes my journey truly special is the <strong>bond I share with my students<\/strong>. Seeing their happiness and excitement when they come to class fills my heart with immense joy. Their smiles, creativity, and growth inspire me every single day.<\/p>\n    <div class=\"about-quote\">\n      &#8220;This is not just a drawing class \u2014 it&#8217;s a place where creativity meets happiness, and where every child feels valued, inspired, and excited to learn.&#8221;\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- ADVANTAGES -->\n<section class=\"advantages-section\">\n  <h2>Why Choose Pencil Kidz?<\/h2>\n  <div class=\"advantages-grid\">\n    <div class=\"adv-card\">\n      <span class=\"icon\">\ud83d\udcda<\/span>\n      <h3>Well Researched Syllabus<\/h3>\n    <\/div>\n    <div class=\"adv-card\">\n      <span class=\"icon\">\ud83c\udfc6<\/span>\n      <h3>Certified Masters<\/h3>\n    <\/div>\n    <div class=\"adv-card\">\n      <span class=\"icon\">\ud83c\udfa8<\/span>\n      <h3>Professional Artist<\/h3>\n    <\/div>\n    <div class=\"adv-card\">\n      <span class=\"icon\">\ud83d\udc41\ufe0f<\/span>\n      <h3>Individual Attention<\/h3>\n    <\/div>\n    <div class=\"adv-card\">\n      <span class=\"icon\">\u2744\ufe0f<\/span>\n      <h3>A\/C Classrooms<\/h3>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- CONTACT -->\n<section class=\"contact-section\" id=\"contact\">\n  <div class=\"contact-info\">\n    <h2>Visit Us in Chrompet<\/h2>\n    <div class=\"contact-item\">\n      <div class=\"ci-icon\">\ud83d\udccd<\/div>\n      <div>\n        <h4>Address<\/h4>\n        <p>G1, Vaidehi Enclave,<br>11\/6 Soundarammal Street,<br>Lakshmipuram, Chrompet,<br>Chennai \u2013 600 044<\/p>\n      <\/div>\n    <\/div>\n    <div class=\"contact-item\">\n      <div class=\"ci-icon\">\ud83d\udcde<\/div>\n      <div>\n        <h4>Phone<\/h4>\n        <p><a href=\"tel:9003189162\">900 318 9162<\/a><\/p>\n      <\/div>\n    <\/div>\n    <div class=\"contact-item\">\n      <div class=\"ci-icon\">\ud83c\udf10<\/div>\n      <div>\n        <h4>Website<\/h4>\n        <p><a href=\"https:\/\/www.pencilkidz.com\">www.pencilkidz.com<\/a><\/p>\n      <\/div>\n    <\/div>\n  <\/div>\n  <div class=\"map-embed\">\n    <iframe\n      src=\"https:\/\/www.google.com\/maps\/embed?pb=!1m18!1m12!1m3!1d3888.5!2d80.1395!3d12.9695!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0x0!2sG1+Vaidehi+Enclave+11%2F6+Soundarammal+Street+Lakshmipuram+Chrompet+Chennai+600044!5e0!3m2!1sen!2sin!4v1680000000001\"\n      loading=\"lazy\" allowfullscreen\n      title=\"Pencil Kidz Chrompet Location Map\">\n    <\/iframe>\n  <\/div>\n<\/section>\n\n<!-- SEO TEXT -->\n<section class=\"seo-section\">\n  <div class=\"seo-inner\">\n    <h2>Drawing Classes in Chrompet \u2013 Pencil Kidz<\/h2>\n    <p>Searching for the best <strong>drawing classes in Chrompet<\/strong>? Pencil Kidz is the leading art school in Lakshmipuram, Chrompet, offering expert-guided drawing and painting programs for children and adults alike.<\/p>\n    <p>Our <strong>painting classes in Chrompet<\/strong> cover everything from watercolors and acrylic painting to oil painting, Tanjor painting, and mural art \u2014 making it one of the most comprehensive art programs in the area.<\/p>\n    <p>We also offer specialized <strong>handwriting classes in Chrompet<\/strong> that make penmanship practice fun and effective. Our <strong>kids classes in Chrompet<\/strong> are designed to build creativity, self-confidence, focus, and imagination from the very beginning.<\/p>\n    <p>Located at Lakshmipuram, Chrompet, our A\/C classrooms provide a safe, cheerful, and inspiring space for every young learner to thrive.<\/p>\n    <div class=\"seo-tags\">\n      <span class=\"seo-tag\">Drawing classes in Chrompet<\/span>\n      <span class=\"seo-tag\">Painting classes in Chrompet<\/span>\n      <span class=\"seo-tag\">Handwriting classes in Chrompet<\/span>\n      <span class=\"seo-tag\">Kids classes in Chrompet<\/span>\n      <span class=\"seo-tag\">Art classes Chrompet<\/span>\n      <span class=\"seo-tag\">Art school Lakshmipuram<\/span>\n      <span class=\"seo-tag\">Drawing classes Lakshmipuram<\/span>\n      <span class=\"seo-tag\">Pencil Kidz Chrompet<\/span>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- FOOTER -->\n<footer>\n  <div class=\"footer-logo\">PENCIL KIDZ<\/div>\n  <p style=\"margin-bottom:6px;\">Chrompet Branch \u2013 G1, Vaidehi Enclave, 11\/6 Soundarammal Street, Lakshmipuram, Chrompet, Chennai 600044<\/p>\n  <p>\ud83d\udcde <a href=\"tel:9003189162\">900 318 9162<\/a> &nbsp;|&nbsp; \ud83c\udf10 <a href=\"https:\/\/www.pencilkidz.com\">www.pencilkidz.com<\/a><\/p>\n  <p style=\"margin-top:16px; font-size:0.8rem; opacity:0.5;\">\u00a9 2026 Pencil Kidz \u2013 School of Arts. All rights reserved.<\/p>\n<\/footer>\n\n<a href=\"tel:9003189162\" class=\"float-cta\">\ud83d\udcde Call to Enrol<\/a>\n\n<\/body>\n<\/html>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Drawing Classes in Chrompet | Painting Classes in Chrompet \u2013 Pencil Kidz PENCIL KIDZ School of Arts \u2013 Chrompet \ud83d\udcde 900 318 9162 \ud83c\udfa8 Chrompet, Chennai Drawing &amp; PaintingClasses in Chrompet Welcome to Pencil Kidz Chrompet \u2014 where creativity meets [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":"","_joinchat":[]},"_links":{"self":[{"href":"https:\/\/pencilkidz.com\/index.php\/wp-json\/wp\/v2\/pages\/375"}],"collection":[{"href":"https:\/\/pencilkidz.com\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/pencilkidz.com\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/pencilkidz.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/pencilkidz.com\/index.php\/wp-json\/wp\/v2\/comments?post=375"}],"version-history":[{"count":3,"href":"https:\/\/pencilkidz.com\/index.php\/wp-json\/wp\/v2\/pages\/375\/revisions"}],"predecessor-version":[{"id":378,"href":"https:\/\/pencilkidz.com\/index.php\/wp-json\/wp\/v2\/pages\/375\/revisions\/378"}],"wp:attachment":[{"href":"https:\/\/pencilkidz.com\/index.php\/wp-json\/wp\/v2\/media?parent=375"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}