{"id":161,"date":"2026-03-01T19:15:53","date_gmt":"2026-03-01T19:15:53","guid":{"rendered":"https:\/\/tavaresandtavares.com\/?page_id=161"},"modified":"2026-03-06T10:43:41","modified_gmt":"2026-03-06T10:43:41","slug":"about","status":"publish","type":"page","link":"https:\/\/tavaresandtavares.com\/?page_id=161","title":{"rendered":"ABOUT"},"content":{"rendered":"    <div class=\"wp-block-bplugins-custom-html\" id='bPluginsCustomHtml-1'>\n    \n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Cinzel:wght@400;700&#038;family=Playfair+Display:ital,wght@0,400;0,700;1,400&#038;family=Inter:wght@300;400;600&#038;display=swap\" rel=\"stylesheet\">\n    \n    <style>\n        :root { \n            --royal-red: #b30000; \n            --royal-gold: #996515; \n            --bg-white: #ffffff; \n            --bg-off: #fdfdfd; \n            --text-dark: #1a1a1a; \n            --text-muted: #555555;\n            --border-light: #eeeeee;\n        }\n\n        \/* RESET & BASE *\/\n        *, *::before, *::after { box-sizing: border-box; }\n        body { \n            margin: 0; \n            padding: 0; \n            font-family: 'Inter', sans-serif; \n            background-color: var(--bg-white); \n            color: var(--text-dark); \n            line-height: 1.6; \n            overflow-x: hidden; \n        }\n        h1, h2, h3, h4 { font-family: 'Cinzel', serif; font-weight: 700; margin-top: 0; }\n        \n        \/* SCROLL ANIMATIONS *\/\n        .reveal { \n            opacity: 0; \n            transform: translateY(30px); \n            transition: all 1s cubic-bezier(0.2, 0.8, 0.2, 1); \n        }\n        .reveal.visible { \n            opacity: 1; \n            transform: translateY(0); \n        }\n\n        \/* 1. HERO SECTION *\/\n        .hero-about {\n            position: relative; \n            width: 100%; \n            padding: 140px 10%; \n            text-align: center; \n            background: linear-gradient(rgba(0,0,0,0.65), rgba(0,0,0,0.65)), url('https:\/\/tavaresandtavares.com\/wp-content\/uploads\/2026\/03\/WhatsApp-Image-2026-03-05-at-12.07.40-PM.jpeg'); \n            background-size: cover; \n            background-position: center; \n            background-attachment: fixed;\n            border-bottom: 4px solid var(--royal-red);\n            color: white;\n        }\n        .hero-about h1 {\n            font-size: clamp(2.5rem, 6vw, 4.5rem); \n            color: var(--royal-gold); \n            text-transform: uppercase; \n            letter-spacing: 4px; \n            margin-bottom: 10px;\n        }\n        .hero-about p {\n            font-size: clamp(1rem, 2vw, 1.2rem); \n            letter-spacing: 3px; \n            text-transform: uppercase;\n            font-family: 'Inter', sans-serif;\n            font-weight: 600;\n        }\n\n        \/* 2. OUR STORY *\/\n        .story-section {\n            padding: 100px 10%;\n            background: var(--bg-white);\n            text-align: center;\n            max-width: 1200px;\n            margin: 0 auto;\n        }\n        .story-section h2 {\n            color: var(--royal-red);\n            font-size: clamp(2rem, 4vw, 2.8rem);\n            margin-bottom: 30px;\n        }\n        .story-intro {\n            font-family: 'Playfair Display', serif;\n            font-size: clamp(1.2rem, 3vw, 1.6rem);\n            color: var(--royal-red); \/* Changed to Red as requested *\/\n            font-style: italic;\n            margin-bottom: 40px;\n            line-height: 1.5;\n        }\n        .story-text {\n            font-size: 1.1rem;\n            color: var(--text-muted);\n            line-height: 1.8;\n            max-width: 900px;\n            margin: 0 auto 30px auto;\n            text-align: justify;\n            text-align-last: center;\n        }\n\n        \/* 3. HERITAGE \/ MISSION \/ VISION CARDS *\/\n        .mv-section {\n            padding: 80px 10%;\n            background: var(--bg-off);\n            border-top: 1px solid var(--border-light);\n            border-bottom: 1px solid var(--border-light);\n        }\n        .grid-cards {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n            gap: 40px;\n            max-width: 1200px;\n            margin: 0 auto;\n        }\n        .royal-card {\n            background: var(--bg-white);\n            padding: 50px 30px;\n            border: 1px solid var(--border-light);\n            border-bottom: 4px solid var(--royal-red);\n            text-align: center;\n            transition: 0.4s ease;\n            box-shadow: 0 5px 20px rgba(0,0,0,0.02);\n        }\n        .royal-card:hover {\n            transform: translateY(-10px);\n            box-shadow: 0 15px 30px rgba(0,0,0,0.08);\n            border-bottom-color: var(--royal-gold);\n        }\n        .royal-card h3 {\n            color: var(--royal-gold);\n            letter-spacing: 2px;\n            font-size: 1.5rem;\n            margin-bottom: 20px;\n        }\n        .royal-card p {\n            color: var(--text-muted);\n            font-size: 1rem;\n        }\n\n        \/* 4. WHO WE SERVE *\/\n        .serve-section {\n            padding: 100px 10%;\n            text-align: center;\n            background: var(--bg-white);\n        }\n        .serve-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));\n            gap: 20px;\n            max-width: 1000px;\n            margin: 50px auto 0;\n        }\n        .serve-item {\n            padding: 30px 20px;\n            background: var(--bg-white);\n            border: 1px solid var(--royal-gold);\n            color: var(--royal-red);\n            font-weight: 600;\n            text-transform: uppercase;\n            letter-spacing: 1px;\n            transition: 0.3s;\n        }\n        .serve-item:hover {\n            background: var(--royal-red);\n            color: white;\n            border-color: var(--royal-red);\n        }\n\n        \/* 5. FAQ \/ INQUIRIES *\/\n        .faq-section {\n            padding: 80px 10%;\n            background: var(--bg-off);\n            border-top: 1px solid var(--border-light);\n        }\n        .faq-container {\n            max-width: 900px;\n            margin: 0 auto;\n        }\n        .faq-box {\n            background: var(--bg-white);\n            border: 1px solid var(--border-light);\n            border-left: 4px solid var(--royal-red);\n            padding: 30px;\n            margin-bottom: 20px;\n            transition: 0.3s;\n        }\n        .faq-box:hover {\n            box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n        }\n        .faq-box h4 {\n            color: var(--royal-gold);\n            font-size: 1.2rem;\n            margin-bottom: 10px;\n            letter-spacing: 1px;\n        }\n        .faq-box p {\n            color: var(--text-muted);\n            margin: 0;\n            font-size: 1rem;\n        }\n\n        \/* 6. CTA SECTION *\/\n        .cta-section {\n            padding: 100px 10%;\n            background: var(--royal-red);\n            text-align: center;\n            color: white;\n        }\n        .cta-btn {\n            display: inline-block;\n            margin-top: 30px;\n            padding: 18px 50px;\n            background: transparent;\n            color: var(--royal-gold);\n            text-decoration: none;\n            font-family: 'Cinzel', serif;\n            font-weight: 700;\n            border: 2px solid var(--royal-gold);\n            text-transform: uppercase;\n            letter-spacing: 2px;\n            transition: 0.3s;\n        }\n        .cta-btn:hover {\n            background: var(--royal-gold);\n            color: white;\n        }\n\n        \/* RESPONSIVENESS *\/\n        @media (max-width: 768px) {\n            .hero-about { padding: 100px 5%; height: 400px; display: flex; flex-direction: column; justify-content: center; }\n            .story-section, .mv-section, .serve-section, .faq-section, .cta-section { padding: 60px 5%; }\n            .story-text { text-align: left; text-align-last: left; }\n            .faq-box { padding: 20px; }\n        }\n    <\/style>\n<\/head>\n<body>\n\n    <section class=\"hero-about\">\n        <div class=\"reveal\">\n            <h1>About Tavares &#038; Tavares<\/h1>\n            <p>&#8220;A legacy of knowledge &#8211; delivered&#8221;<\/p>\n        <\/div>\n    <\/section>\n\n    <section class=\"story-section\">\n        <div class=\"reveal\">\n            <h2>A Haven for Knowledge Seekers<\/h2>\n            \n            <p class=\"story-intro\">\n                Welcome to Tavares and Tavares, your gateway to more than a lakh books of literary and scholarly excellence.\n            <\/p>\n            \n            <p class=\"story-text\">\n                For 16 years, we have been more than just a bookstore; we are a landmark for learners and a sanctuary for story seekers. Our shelves are home to an extraordinary collection of over <strong>1,00,000 books<\/strong>, spanning every interest and age group.\n            <\/p>\n\n            <p class=\"story-text\" style=\"margin-top: 30px;\">\n                While we specialize in children\u2019s reading sections and adolescent development\u2014offering adventure, moral stories, and vibrant early readers\u2014our catalog also spans global classics, mysteries, comics, fiction, and regional languages. We pride ourselves on having the <em>\u201cright book for every reader\u201d<\/em> to nurture the next generation of thinkers.\n            <\/p>\n            \n            <p class=\"story-text\">\n                We are proud to operate as both a retail and wholesale hub. We aim to provide quality literature to our welcoming walk-in customers to discover their next favorite read, while also providing schools and libraries with a seamless procurement experience. We understand the critical role a well-stocked library plays, and we are fully equipped to support your institution.\n            <\/p>\n        <\/div>\n    <\/section>\n\n    <section class=\"mv-section\">\n        <div class=\"grid-cards\">\n            <div class=\"royal-card reveal\">\n                <h3>Our Heritage<\/h3>\n                <p>Based in the heart of Sadar, Nagpur, we have built a legacy on integrity, vast inventory, and an unwavering commitment to the educational ecosystem of Maharashtra over the past 16 years.<\/p>\n            <\/div>\n            <div class=\"royal-card reveal\">\n                <h3>Our Mission<\/h3>\n                <p>Guided by our mission\u2014<strong>\u201ca legacy of knowledge delivered\u201d<\/strong>\u2014we bridge the gap between world-class literature and the community, ensuring seamless access to the finest printed resources available today.<\/p>\n            <\/div>\n            <div class=\"royal-card reveal\">\n                <h3>Our Vision<\/h3>\n                <p>To simplify book procurement for both retailers and institutions through innovation, transparency, and logistical excellence, nurturing a generation defined by their curiosity.<\/p>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <section class=\"serve-section\">\n        <div class=\"reveal\">\n            <h2 style=\"color: var(--royal-red); font-size: 2.5rem; margin-bottom: 10px;\">Who We Serve<\/h2>\n            <p style=\"color: var(--text-muted); font-size: 1.1rem;\">A trusted partner for diverse educational and retail networks.<\/p>\n        <\/div>\n        <div class=\"serve-grid reveal\">\n            <div class=\"serve-item\">Retailers<\/div>\n            <div class=\"serve-item\">Schools<\/div>\n            <div class=\"serve-item\">Colleges<\/div>\n            <div class=\"serve-item\">Coaching Institutes<\/div>\n            <div class=\"serve-item\">Libraries<\/div>\n            <div class=\"serve-item\">NGOs<\/div>\n        <\/div>\n    <\/section>\n\n    <section class=\"faq-section\">\n        <div class=\"faq-container\">\n            <h2 class=\"reveal\" style=\"text-align: center; font-size: 2.5rem; margin-bottom: 50px; color: var(--text-dark);\">General Inquiries<\/h2>\n            \n            <div class=\"faq-box reveal\">\n                <h4>How long have you been in business?<\/h4>\n                <p>We have 16 years of experience in the Nagpur book trade, fostering deep-rooted connections with logistics and publishing partners to ensure unparalleled service.<\/p>\n            <\/div>\n\n            <div class=\"faq-box reveal\">\n                <h4>Are you authorized distributors?<\/h4>\n                <p>Yes, we work exclusively with trusted publishers to ensure every book in our warehouse of 1,00,000+ titles is authentic and high-quality.<\/p>\n            <\/div>\n\n            <div class=\"faq-box reveal\">\n                <h4>Can new retailers register?<\/h4>\n                <p>Absolutely. We welcome new retail partners. Please contact our Sadar office with your GST details to begin a seamless procurement experience.<\/p>\n            <\/div>\n\n            <div class=\"faq-box reveal\">\n                <h4>Do you offer long-term contracts?<\/h4>\n                <p>Yes, we provide specialized annual contracts for schools, colleges, and libraries, understanding the critical role well-stocked institutions play in development.<\/p>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <section class=\"cta-section reveal\">\n        <h2 style=\"font-size: clamp(1.8rem, 4vw, 2.5rem); margin-bottom: 15px;\">Ready to Partner with Us?<\/h2>\n        <p style=\"font-size: 1.2rem; font-family: 'Playfair Display', serif; font-style: italic; opacity: 0.9;\">Ensure you have seamless access to the finest printed resources today.<\/p>\n        <a href=\"tel:07122543239\" class=\"cta-btn\">Contact Our Sales Team<\/a>\n    <\/section>\n\n    <script>\n        document.addEventListener(\"DOMContentLoaded\", function() {\n            const observer = new IntersectionObserver((entries) => {\n                entries.forEach(entry => {\n                    if (entry.isIntersecting) {\n                        entry.target.classList.add('visible');\n                    }\n                });\n            }, { threshold: 0.15 });\n\n            document.querySelectorAll('.reveal').forEach(el => {\n                observer.observe(el);\n            });\n        });\n    <\/script>\n<\/body>\n<\/html>    <\/div>\n    ","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"disabled","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"class_list":["post-161","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/tavaresandtavares.com\/index.php?rest_route=\/wp\/v2\/pages\/161","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/tavaresandtavares.com\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/tavaresandtavares.com\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/tavaresandtavares.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/tavaresandtavares.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=161"}],"version-history":[{"count":8,"href":"https:\/\/tavaresandtavares.com\/index.php?rest_route=\/wp\/v2\/pages\/161\/revisions"}],"predecessor-version":[{"id":623,"href":"https:\/\/tavaresandtavares.com\/index.php?rest_route=\/wp\/v2\/pages\/161\/revisions\/623"}],"wp:attachment":[{"href":"https:\/\/tavaresandtavares.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=161"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}