{"id":2995,"date":"2025-07-07T21:36:36","date_gmt":"2025-07-07T17:36:36","guid":{"rendered":"https:\/\/staging.mydent-ge.com\/main\/"},"modified":"2026-05-05T23:16:18","modified_gmt":"2026-05-05T19:16:18","slug":"main","status":"publish","type":"page","link":"https:\/\/staging.mydent-ge.com\/en\/","title":{"rendered":"Main"},"content":{"rendered":"\n<link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin>\n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Roboto:wght@400;500;700&#038;family=Oswald:wght@500;700&#038;display=swap\" rel=\"stylesheet\">\n    <link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.0.0-beta3\/css\/all.min.css\">\n    \n    <style>\n        :root {\n            --main-dark-blue: #0e1a2b; \n            --accent-blue: #79c5ff;\n            --light-bg-blue: rgba(220, 240, 255, 0.85);\n            --white: #ffffff;\n            --grey-text: #666666;\n            --hover-blue: #5aa7e6;\n            --border-color-light: #d4e6ff;\n            --star-color: #f5a623;\n        }\n\n        * {\n            box-sizing: border-box;\n        }\n        html, body {\n            margin: 0;\n            padding: 0;\n            overflow-x: hidden;\n            font-family: 'Roboto', Arial, sans-serif;\n            line-height: 1.6;\n            background-color: var(--white);\n            color: var(--main-dark-blue);\n        }\n        \n        \/* LCP Styles: Background image is now an <img> tag *\/\n        .hero-section {\n            position: relative;\n            height: 80vh;\n            min-height: 500px;\n            width: 100%;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            text-align: center;\n            color: var(--white);\n        }\n        .hero-background-image {\n            position: absolute;\n            top: 0;\n            left: 0;\n            width: 100%;\n            height: 100%;\n            object-fit: cover;\n            z-index: 0; \/* Place background behind content *\/\n        }\n        .hero-section::before {\n            content: '';\n            position: absolute;\n            top: 0; left: 0; right: 0; bottom: 0;\n            background-color: rgba(14, 26, 43, 0.2);\n            z-index: 1; \/* Place overlay between background and content *\/\n        }\n        .hero-content {\n            position: relative;\n            z-index: 2; \/* Place content on top *\/\n            max-width: 800px;\n            padding: 20px;\n        }\n        .hero-content h1 {\n            font-family: 'Oswald', sans-serif;\n            font-size: 3.5em;\n            color: var(--white);\n            line-height: 1.2;\n            margin-bottom: 10px;\n            text-shadow: 2px 2px 4px rgba(0,0,0,0.7);\n        }\n        .hero-content p {\n            font-size: 1.3em;\n            color: var(--white);\n            font-weight: 500;\n            text-shadow: 1px 1px 3px rgba(0,0,0,0.7);\n            margin-bottom: 30px;\n        }\n        \n        .section {\n            padding: 60px 0; \n        }\n        .section-inner {\n            max-width: 1240px;\n            margin: 0 auto;\n            padding: 0 20px; \n        }\n        \n        .section-full-bleed {\n            width: 100vw;\n            margin-left: calc(50% - 50vw);\n            box-sizing: border-box;\n        }\n        \n        h2, h3 {\n            font-family: 'Oswald', sans-serif;\n            color: var(--main-dark-blue);\n            text-align: center;\n        }\n        h2 {\n            font-size: 2.5em;\n            margin-bottom: 40px;\n        }\n        h3 {\n            font-size: 1.4em;\n        }\n        \n        .cta-button {\n            display: inline-flex;\n            align-items: center;\n            gap: 8px;\n            background-color: var(--accent-blue);\n            color: var(--main-dark-blue);\n            padding: 14px 28px;\n            border-radius: 6px;\n            font-size: 1.1em;\n            margin: 5px;\n            transition: background-color 0.3s ease, transform 0.2s ease;\n            text-decoration: none;\n            font-weight: 600;\n            border: 1px solid transparent;\n        }\n        .cta-button:hover {\n            background-color: var(--hover-blue);\n            transform: translateY(-2px);\n        }\n        .cta-button.secondary {\n            background-color: transparent;\n            color: var(--white);\n            border: 1px solid var(--white);\n        }\n        .cta-button.secondary:hover {\n            background-color: var(--white);\n            color: var(--main-dark-blue);\n        }\n        .cta-button.full-width {\n            width: 100%; \n            justify-content: center;\n            margin-top: 20px;\n        }\n        \n        .services-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n            gap: 25px;\n        }\n        .service-card {\n            background: var(--white);\n            border: 2px solid var(--border-color-light);\n            border-radius: 10px;\n            padding: 30px;\n            text-align: center;\n            text-decoration: none;\n            color: var(--main-dark-blue);\n            box-shadow: 0 4px 15px rgba(0,0,0,0.05);\n            transition: transform 0.3s ease, box-shadow 0.3s ease;\n        }\n        .service-card:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 8px 25px rgba(121, 197, 255, 0.2);\n            border-color: var(--accent-blue);\n        }\n        .service-card img {\n            width: 80px;\n            height: 80px;\n            border-radius: 50%;\n            display: block;\n            margin: 0 auto 20px;\n            border: 3px solid var(--accent-blue);\n        }\n        .service-card p {\n            font-size: 0.95em;\n            color: var(--grey-text);\n        }\n\n        .about-section {\n            background-color: #f8faff;\n        }\n        .about-content {\n            display: flex;\n            gap: 40px;\n            align-items: center;\n        }\n        .about-content .column-text { flex: 1; text-align: left; }\n        .about-content .column-image { flex: 1; }\n        .about-content h2, .about-content h3 { text-align: left; }\n        .about-content h3.tagline {\n            font-size: 1.5em; \n            color: var(--main-dark-blue);\n            margin-bottom: 15px;\n        }\n        .about-content p {\n            text-align: left;\n            margin-bottom: 15px;\n        }\n        .about-content img { width: 100%; border-radius: 10px; box-shadow: 0 10px 25px rgba(0,0,0,0.1); margin: 0; }\n        .about-content .sub-section {\n            margin-top: 20px;\n            padding-top: 20px;\n            border-top: 1px solid var(--border-color-light);\n        }\n        .about-content .sub-section h3 {\n            font-size: 1.4em;\n        }\n\n        .reviews-container {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n            gap: 25px;\n        }\n        .review-item {\n            background: var(--light-bg-blue);\n            border: 1px solid var(--accent-blue);\n            border-radius: 10px;\n            padding: 25px;\n            display: flex;\n            flex-direction: column;\n            text-align: center;\n        }\n        .review-item .review-text {\n            font-style: italic;\n            color: var(--main-dark-blue);\n            flex-grow: 1; \n        }\n        .review-item .review-author {\n            margin-top: 20px;\n            font-weight: 600;\n            font-size: 0.95em;\n        }\n        .review-item .review-author a {\n            color: var(--main-dark-blue);\n            text-decoration: underline;\n        }\n        .review-item .review-author a:hover {\n            text-decoration: underline;\n        }\n        .review-item .stars {\n            color: var(--star-color);\n            margin: 15px 0;\n        }\n        \n        #cta-section { \n            background: var(--main-dark-blue); \n            padding: 50px 0; \n            color: var(--white); \n            text-align: center; \n            margin-top: 40px;\n        }\n        #cta-section .section-inner {\n            padding: 50px 20px;\n        }\n        #cta-section h2 { \n            color: var(--accent-blue); \n            border: none; \n            margin-top: 0;\n        }\n        .form-container { \n            max-width: 600px; \n            margin: 40px auto 0; \n            text-align: left; \n        }\n        #cta-section .form-container p, #cta-section .social-links-container p {\n             color: var(--white);\n        }\n        #cta-section input[type=\"text\"],\n        #cta-section input[type=\"tel\"] {\n            background-color: var(--white);\n            color: var(--main-dark-blue) !important;\n        }\n        #cta-section textarea {\n            background-color: var(--light-bg-blue);\n            color: var(--main-dark-blue) !important;\n        }\n        #cta-section input, #cta-section textarea {\n            border: 1px solid var(--accent-blue); \n            width: 100%; \n            padding: 12px; \n            margin-bottom: 15px;\n            border-radius: 6px; \n            font-size: 1rem; \n            font-family: 'Roboto', sans-serif;\n        }\n        .additional-contact-info {\n            margin: 30px 0;\n            color: rgba(255, 255, 255, 0.9);\n            line-height: 1.8;\n        }\n        .additional-contact-info a {\n            color: var(--accent-blue);\n        }\n        .social-links-container {\n            margin-top: 30px;\n            padding-top: 30px;\n            border-top: 1px solid rgba(255, 255, 255, 0.2);\n        }\n        .social-buttons-grid {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 15px;\n            justify-content: center;\n            max-width: 500px;\n            margin-left: auto;\n            margin-right: auto;\n        }\n        .social-button {\n            display: inline-flex; align-items: center; gap: 10px;\n            padding: 10px 20px; border-radius: 6px; text-decoration: none;\n            font-weight: 600; transition: opacity 0.3s ease; justify-content: center;\n            flex-basis: calc(50% - 7.5px);\n        }\n        .social-button, .social-button i {\n            color: var(--white) !important;\n        }\n        .social-button:hover { opacity: 0.85; }\n        .social-button.whatsapp { background-color: #25D366; }\n        .social-button.telegram { background-color: #1d759b; }\n        .social-button.instagram { background: #c22a61; }\n        .social-button.facebook { background-color: #1877F2; }\n\n        @media (max-width: 768px) {\n            .hero-content h1 { font-size: 2.5em; }\n            .hero-content p { font-size: 1.1em; }\n            h2 { font-size: 2em; }\n            .about-content { flex-direction: column; }\n            .about-content h2, .about-content h3, .about-content p, .about-content .column-text { text-align: center; }\n            .social-button {\n                flex-basis: 100%;\n            }\n            .section-inner {\n                padding-left: 15px;\n                padding-right: 15px;\n            }\n        }\n    <\/style>\n\n<header class=\"hero-section\">\n    <img decoding=\"async\" src=\"\/wp-content\/uploads\/2026\/05\/modern-dental-clinic-batumi.webp\" alt=\"Modern dentistry in Batumi - MyDENT clinic\" class=\"hero-background-image\" fetchpriority=\"high\" \/>\n    <div class=\"hero-content\">\n        <h1>Modern Dentistry in Batumi<\/h1>\n        <p>Quality, comfort, and the latest technology \u2014 with care for you<\/p>\n        <div>\n            <a href=\"#cta-section\" class=\"cta-button\">Book an Appointment<\/a>\n            <a href=\"#services\" class=\"cta-button secondary\">Our Services<\/a>\n        <\/div>\n    <\/div>\n<\/header>\n\n    <section id=\"services\" class=\"section-full-bg\">\n        <div class=\"section-inner\">\n            <h2>Our Dental Services in Batumi: From Cavity Treatment to Dental Implants<\/h2>\n            <div class=\"services-grid\">\n                <a href=\"https:\/\/staging.mydent-ge.com\/en\/oral-surgery\/\" class=\"service-card\">\n                    <img decoding=\"async\" src=\"\/wp-content\/uploads\/2025\/07\/hirurgiya.png\" alt=\"Surgical Dentistry in Batumi\">\n                    <h3>Surgical Dentistry<\/h3>\n                    <p>Tooth extractions, tooth-preserving surgeries, apical surgery, laser surgery.<\/p>\n                <\/a>\n                <a href=\"https:\/\/staging.mydent-ge.com\/en\/dental-implants\/\" class=\"service-card\">\n                    <img decoding=\"async\" src=\"\/wp-content\/uploads\/2025\/07\/implantacia.png\" alt=\"Dental Implants\">\n                    <h3>Implantation<\/h3>\n                    <p>Digital planning, surgical guides, bone grafting, sinus lifts.<\/p>\n                <\/a>\n                <a href=\"https:\/\/staging.mydent-ge.com\/uslugi\/professionalnaya-gigiena-polosti-rta\/\" class=\"service-card\">\n                    <img decoding=\"async\" src=\"\/wp-content\/uploads\/2025\/07\/chistka-zubov.png\" alt=\"Professional Hygiene\">\n                    <h3>Professional Hygiene<\/h3>\n                    <p>Ultrasonic cleaning, Air Flow, plaque and tartar removal, gum disease prevention.<\/p>\n                <\/a>\n                <a href=\"https:\/\/staging.mydent-ge.com\/en\/restorative-dentistry\/\" class=\"service-card\">\n                    <img decoding=\"async\" src=\"\/wp-content\/uploads\/2025\/07\/terapevticheskaya-stomatologia.png\" alt=\"General Dentistry\">\n                    <h3>General Dentistry<\/h3>\n                    <p>Cavity treatment, restorations, fillings, cosmetic dentistry.<\/p>\n                <\/a>\n                <a href=\"https:\/\/staging.mydent-ge.com\/uslugi\/protezirovanie-zubov-v-batumi-vosstanovite-ulybku-s-my-dent\/\" class=\"service-card\">\n                    <img decoding=\"async\" src=\"\/wp-content\/uploads\/2025\/07\/protezirovanie.png\" alt=\"Dental Prosthetics\">\n                    <h3>Prosthodontics<\/h3>\n                    <p>Crowns, bridges, veneers, partial and full dentures.<\/p>\n                <\/a>\n                <a href=\"https:\/\/staging.mydent-ge.com\/uslugi\/ortodontiya-i-vyravnivanie-zubov\/\" class=\"service-card\">\n                    <img decoding=\"async\" src=\"\/wp-content\/uploads\/2025\/07\/ortodontia.png\" alt=\"Orthodontics\">\n                    <h3>Orthodontics<\/h3>\n                    <p>Braces, aligners, retainers, bite correction for children and adults.<\/p>\n                <\/a>\n                <a href=\"https:\/\/staging.mydent-ge.com\/en\/lazernoe-otbelivanie-2\/\" class=\"service-card\">\n                    <img decoding=\"async\" src=\"\/wp-content\/uploads\/2025\/08\/lazernoe-otbelivanie.png\" alt=\"Laser Teeth Whitening\">\n                    <h3>Laser Whitening<\/h3>\n                    <p>Modern, safe laser teeth whitening. Results from the first visit.<\/p>\n                <\/a>\n                <a href=\"https:\/\/staging.mydent-ge.com\/en\/childrens-dentistry-in-batumi\/\" class=\"service-card\">\n                    <img decoding=\"async\" src=\"\/wp-content\/uploads\/2025\/08\/detskaya-stomatologia.png\" alt=\"Pediatric Dentistry\">\n                    <h3>Pediatric Dentistry<\/h3>\n                    <p>Painless dental treatment for children. A friendly atmosphere and cartoons in the chair.<\/p>\n                <\/a>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <section class=\"section-full-bg about-section\">\n        <div class=\"section-inner\">\n            <div class=\"about-content\">\n                <div class=\"column-text\">\n                    <h2>About MyDENT Clinic \u2014 Your Dentistry in Batumi<\/h2>\n                    <h3 class=\"tagline\">Don&#8217;t extract your teeth, we will save them!<\/h3>\n                    <p><strong>My Dent<\/strong> is a <strong>modern dental clinic in Batumi<\/strong>, Georgia, that focuses on <strong>preserving patients&#8217; natural teeth<\/strong>. For <strong>quality treatment<\/strong>, we use only high-quality materials and innovative equipment that will not harm your health.<\/p>\n                    <p>We believe that a beautiful, snow-white smile is a symbol of health and success, and regular visits to the dentist are essential for everyone who values their health.<\/p>\n                    <div class=\"sub-section\">\n                        <h3>A Special Approach for Children<\/h3>\n                        <p>If your children are visiting a dentist for the first time and you don&#8217;t want them to experience stress, you must visit us! At MY DENT, we care for every little patient. We will watch their favorite cartoon together and gladly treat your children&#8217;s teeth without trauma, pain, or tears.<\/p>\n                    <\/div>\n                <\/div>\n                <div class=\"column-image\">\n                    <img decoding=\"async\" src=\"\/wp-content\/uploads\/2026\/05\/mydent-dental-clinic-batumi.webp\" alt=\"Interior of MyDENT dental clinic in Batumi\" style=\"max-width: 100%; height: auto;\" width=\"1200\" height=\"800\" loading=\"lazy\">\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <section id=\"reviews\" class=\"section-full-bg\">\n        <div class=\"section-inner\">\n            <h2>Reviews from Our Patients<\/h2>\n            <div class=\"reviews-container\">\n                <div class=\"review-item\">\n                    <p class=\"review-text\">&#8220;Very attentive doctors, they explained everything and did it without pain. Thank you for your care!&#8221;<\/p>\n                    <div class=\"stars\">\n                        <i class=\"fas fa-star\"><\/i><i class=\"fas fa-star\"><\/i><i class=\"fas fa-star\"><\/i><i class=\"fas fa-star\"><\/i><i class=\"fas fa-star\"><\/i>\n                    <\/div>\n                    <p class=\"review-author\">\u2014 Anna K., <a href=\"#\" target=\"_blank\" rel=\"noopener\">Google Reviews<\/a><\/p>\n                <\/div>\n                <div class=\"review-item\">\n                    <p class=\"review-text\">&#8220;I got implants \u2014 everything went perfectly. Modern equipment and top-level professionalism.&#8221;<\/p>\n                    <div class=\"stars\">\n                        <i class=\"fas fa-star\"><\/i><i class=\"fas fa-star\"><\/i><i class=\"fas fa-star\"><\/i><i class=\"fas fa-star\"><\/i><i class=\"fas fa-star\"><\/i>\n                    <\/div>\n                    <p class=\"review-author\">\u2014 George M., <a href=\"#\" target=\"_blank\" rel=\"noopener\">Google Reviews<\/a><\/p>\n                <\/div>\n                <div class=\"review-item\">\n                    <p class=\"review-text\">&#8220;I brought my child \u2014 the doctors found the right approach, everything went smoothly. Highly recommend!&#8221;<\/p>\n                    <div class=\"stars\">\n                        <i class=\"fas fa-star\"><\/i><i class=\"fas fa-star\"><\/i><i class=\"fas fa-star\"><\/i><i class=\"fas fa-star\"><\/i><i class=\"fas fa-star\"><\/i>\n                    <\/div>\n                    <p class=\"review-author\">\u2014 Marina L., <a href=\"#\" target=\"_blank\" rel=\"noopener\">Google Reviews<\/a><\/p>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <section id=\"cta-section\" class=\"section-full-bg\">\n        <div class=\"section-inner\">\n            <h2>Book a Consultation<\/h2>\n            <p>Take the first step towards a healthy smile. Sign up for a <strong>consultation<\/strong>, and we will create an <strong>individual treatment plan<\/strong> for you.<\/p>\n            <div>\n                <a href=\"https:\/\/wa.me\/995514117070\" target=\"_blank\" rel=\"noopener\" class=\"cta-button\"><i class=\"fab fa-whatsapp\"><\/i> Message on WhatsApp<\/a>\n                <a href=\"tel:+995514117070\" class=\"cta-button secondary\"><i class=\"fas fa-phone-alt\"><\/i> Call Us<\/a>\n            <\/div>\n            <div class=\"additional-contact-info\">\n                <p><strong>Address:<\/strong> <strong>Batumi<\/strong>, 43 Vakhtang Gorgasali St<\/p>\n                <p><strong>Email:<\/strong> <a href=\"mailto:mydentge@yahoo.com\">mydentge@yahoo.com<\/a><\/p>\n                <p><strong>Working Hours:<\/strong> Mon\u2013Fri: 10:00 \u2013 20:00, Sat: 10:00 \u2013 19:00 (Sun: Closed)<\/p>\n            <\/div>\n            <div class=\"social-links-container\">\n                <p><strong>Follow us on social media:<\/strong><\/p>\n                <div class=\"social-buttons-grid\">\n                    <a href=\"https:\/\/wa.me\/995514117070\" target=\"_blank\" rel=\"noopener\" class=\"social-button whatsapp\"><i class=\"fab fa-whatsapp\"><\/i> WhatsApp<\/a>\n                    <a href=\"https:\/\/t.me\/mydent_batumi\" target=\"_blank\" rel=\"noopener\" class=\"social-button telegram\"><i class=\"fab fa-telegram\"><\/i> Telegram<\/a>\n                    <a href=\"https:\/\/www.instagram.com\/my_dent_batumi\/\" target=\"_blank\" rel=\"noopener\" class=\"social-button instagram\"><i class=\"fab fa-instagram\"><\/i> Instagram<\/a>\n                    <a href=\"https:\/\/www.facebook.com\/mydentbatumi\/\" target=\"_blank\" rel=\"noopener\" class=\"social-button facebook\"><i class=\"fab fa-facebook\"><\/i> Facebook<\/a>\n                <\/div>\n            <\/div>\n            <div class=\"form-container\">\n                <p>Or leave a request, and we will call you back:<\/p>\n                <form action=\"#\" method=\"post\">\n                    <input type=\"text\" name=\"name\" placeholder=\"Your Name\" required>\n                    <input type=\"tel\" name=\"phone\" placeholder=\"Your Phone Number\" required>\n                    <textarea name=\"comment\" placeholder=\"Your Comment (optional)\" rows=\"3\"><\/textarea>\n                    <button type=\"submit\" class=\"cta-button full-width\">Send Request<\/button>\n                <\/form>\n            <\/div>\n        <\/div>\n    <\/section>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Modern Dentistry in Batumi Quality, comfort, and the latest technology \u2014 with care for you Book an Appointment Our Services Our Dental Services in Batumi: From Cavity Treatment to Dental Implants Surgical Dentistry Tooth extractions, tooth-preserving surgeries, apical surgery, laser surgery. Implantation Digital planning, surgical guides, bone grafting, sinus lifts. Professional Hygiene Ultrasonic cleaning, Air&#8230;<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_kadence_starter_templates_imported_post":false,"_kad_post_transparent":"disable","_kad_post_title":"hide","_kad_post_layout":"fullwidth","_kad_post_sidebar_id":"","_kad_post_content_style":"unboxed","_kad_post_vertical_padding":"hide","_kad_post_feature":"","_kad_post_feature_position":"","_kad_post_header":false,"_kad_post_footer":false,"footnotes":""},"class_list":["post-2995","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/staging.mydent-ge.com\/en\/wp-json\/wp\/v2\/pages\/2995","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/staging.mydent-ge.com\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/staging.mydent-ge.com\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/staging.mydent-ge.com\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/staging.mydent-ge.com\/en\/wp-json\/wp\/v2\/comments?post=2995"}],"version-history":[{"count":6,"href":"https:\/\/staging.mydent-ge.com\/en\/wp-json\/wp\/v2\/pages\/2995\/revisions"}],"predecessor-version":[{"id":4926,"href":"https:\/\/staging.mydent-ge.com\/en\/wp-json\/wp\/v2\/pages\/2995\/revisions\/4926"}],"wp:attachment":[{"href":"https:\/\/staging.mydent-ge.com\/en\/wp-json\/wp\/v2\/media?parent=2995"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}