{"id":4928,"date":"2026-02-09T10:39:29","date_gmt":"2026-02-09T10:39:29","guid":{"rendered":"https:\/\/asiantex.co\/thikana\/?page_id=4928"},"modified":"2026-02-12T13:01:39","modified_gmt":"2026-02-12T13:01:39","slug":"home","status":"publish","type":"page","link":"https:\/\/asiantex.co\/thikana\/","title":{"rendered":"Home"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"4928\" class=\"elementor elementor-4928\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-55ddffa e-con-full e-flex e-con e-parent\" data-id=\"55ddffa\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-8e6670f elementor-widget elementor-widget-html\" data-id=\"8e6670f\" 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 <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Lato:wght@300;400;700&family=Playfair+Display:ital,wght@0,400;0,700;1,400&family=Montserrat:wght@400;700&display=swap\" rel=\"stylesheet\">\r\n    \r\n    <style>\r\n        \/* --- RESET & CORE --- *\/\r\n        * { margin: 0; padding: 0; box-sizing: border-box; }\r\n        body { font-family: 'Lato', sans-serif; background: #000; color: #333; overflow-x: hidden; }\r\n\r\n        \/* --- INTRO ANIMATION CONTAINER --- *\/\r\n        #intro-overlay {\r\n            position: fixed; top: 0; left: 0; width: 100%; height: 100%;\r\n            background: #fff; z-index: 9999;\r\n            display: flex; justify-content: center; align-items: center;\r\n            animation: fadeOutOverlay 0.6s ease-out 4.2s forwards;\r\n            pointer-events: none;\r\n        }\r\n\r\n        \/* SVG STYLES *\/\r\n        .logo-svg { width: 340px; overflow: visible; }\r\n        \r\n        \/* 1. THE HANDLE (T) *\/\r\n        .t-stem { fill: #1a2b3c; }\r\n        .t-lever-group { transform-origin: 45px 55px; }\r\n        .t-lever { fill: #1a2b3c; }\r\n\r\n        \/* Animation: Lever clicks down *\/\r\n        .animate-handle {\r\n            animation: clickLever 0.8s cubic-bezier(0.2, 0.8, 0.2, 1) 0.5s forwards;\r\n        }\r\n\r\n        \/* 2. THE BED (H) & TEXT (IKANNA) *\/\r\n        .text-group { opacity: 0; transform: translateX(-30px); }\r\n        .bed-shape { fill: #5D8E7E; } \/* Muted Teal *\/\r\n        .logo-text { fill: #1a2b3c; font-family: 'Montserrat', sans-serif; font-weight: 700; font-size: 42px; letter-spacing: 2px; }\r\n\r\n        \/* Animation: Slide in frame and text *\/\r\n        .animate-text {\r\n            animation: slideInText 0.8s cubic-bezier(0.25, 1, 0.5, 1) 1.1s forwards;\r\n        }\r\n\r\n        \/* 3. THE PILLOW (Soft Shape) *\/\r\n        .bed-pillow { fill: #4a7265; opacity: 0; }\r\n        \r\n        \/* Animation: Pillow drops AFTER the lag *\/\r\n        .animate-pillow {\r\n            animation: dropPillow 0.7s cubic-bezier(0.3, 1.6, 0.6, 1) 2.2s forwards;\r\n        }\r\n\r\n        \/* 4. THE ROOF *\/\r\n        .roof-path {\r\n            fill: none;\r\n            stroke: #5D8E7E;\r\n            stroke-width: 3;\r\n            stroke-linecap: round;\r\n            stroke-linejoin: round;\r\n            stroke-dasharray: 450;\r\n            stroke-dashoffset: 450;\r\n        }\r\n\r\n        \/* Animation: Draws the line AFTER pillow lands *\/\r\n        .animate-roof {\r\n            animation: drawLine 1.4s ease-out 2.8s forwards;\r\n        }\r\n\r\n        \/* --- KEYFRAMES --- *\/\r\n        @keyframes clickLever {\r\n            0% { transform: rotate(0deg); }\r\n            30% { transform: rotate(45deg); } 60% { transform: rotate(45deg); } 100% { transform: rotate(0deg); }\r\n        }\r\n\r\n        @keyframes slideInText {\r\n            to { opacity: 1; transform: translateX(0); }\r\n        }\r\n\r\n        @keyframes dropPillow {\r\n            0% { opacity: 0; transform: translateY(-20px) scale(0.9); }\r\n            60% { transform: translateY(2px) scale(1.05); } \/* Squish slightly on impact *\/\r\n            100% { opacity: 1; transform: translateY(0) scale(1); }\r\n        }\r\n\r\n        @keyframes drawLine {\r\n            to { stroke-dashoffset: 0; }\r\n        }\r\n\r\n        @keyframes fadeOutOverlay {\r\n            to { opacity: 0; visibility: hidden; }\r\n        }\r\n\r\n        \/* --- LANDING PAGE (SPLIT SCREEN) --- *\/\r\n        #landing-page { display: flex; height: 100vh; width: 100%; position: fixed; top: 0; left: 0; z-index: 100; }\r\n        \r\n        .split { flex: 1; display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; padding: 2rem; position: relative; }\r\n        .left-split { background: linear-gradient(135deg, #004d40 0%, #00695c 100%); color: white; }\r\n        .right-split { background: linear-gradient(135deg, #C5A059 0%, #D4AF37 100%); color: white; }\r\n\r\n        .landing-title { color:#fff; font-family: 'Playfair Display', serif; font-size: 3rem; margin-bottom: 1rem; }\r\n        .landing-desc { font-size: 1.1rem; opacity: 0.9; margin-bottom: 2rem; max-width: 350px; line-height: 1.6; }\r\n        \r\n        .btn-outline {\r\n            padding: 15px 40px; border: 1px solid rgba(255,255,255,0.6); color: white;\r\n            text-transform: uppercase; letter-spacing: 2px; text-decoration: none; cursor: pointer;\r\n            transition: all 0.3s ease; background: transparent; font-size: 0.9rem;\r\n        }\r\n        .btn-outline:hover { background: white; color: #004d40; border-color: white; }\r\n        .btn-gold:hover { color: #9A7B2C; }\r\n\r\n        \/* CENTER BADGE - TEXT ONLY *\/\r\n        .logo-badge {\r\n            position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);\r\n            background: white; color: #004d40; padding: 25px 50px;\r\n            font-family: 'Montserrat', sans-serif; font-weight: 700; letter-spacing: 4px; font-size: 1.2rem;\r\n            z-index: 200; box-shadow: 0 20px 50px rgba(0,0,0,0.3); white-space: nowrap;\r\n        }\r\n\r\n        \/* --- THE \"FULL\" MONTHLY WEBSITE --- *\/\r\n        #monthly-site { background: #f9f9f9; width: 100%; min-height: 100vh; display: none; }\r\n\r\n        .navbar {\r\n            background: #004d40; color: white; padding: 20px 40px; display: flex; justify-content: space-between; align-items: center;\r\n            position: sticky; top: 0; z-index: 500;\r\n        }\r\n        .nav-logo { font-family: 'Playfair Display', serif; font-weight: 700; letter-spacing: 2px; }\r\n        .nav-back { color: white; text-decoration: none; font-size: 0.9rem; text-transform: uppercase; letter-spacing: 1px; cursor: pointer; }\r\n\r\n        \/* --- UPDATED HERO SECTION WITH IMAGE --- *\/\r\n        .hero { \r\n            \/* This adds a dark green overlay on top of the image so text is readable *\/\r\n            background: linear-gradient(rgba(0, 77, 64, 0.85), rgba(0, 77, 64, 0.85)), \r\n                        url('https:\/\/images.unsplash.com\/photo-1600585154340-be6161a56a0c?q=80&w=2070');\r\n            background-size: cover;\r\n            background-position: center;\r\n            color: white; \r\n            padding: 120px 20px; \r\n            text-align: center; \r\n        }\r\n        .hero h1 { font-family: 'Playfair Display', serif; font-size: 3.5rem; margin-bottom: 20px; }\r\n        .hero p { font-size: 1.25rem; opacity: 0.9; max-width: 600px; margin: 0 auto 40px auto; line-height: 1.6; }\r\n        \r\n        .stats-bar {\r\n            display: flex; justify-content: center; gap: 50px; padding: 40px 20px; background: white;\r\n            box-shadow: 0 10px 30px rgba(0,0,0,0.05); margin-top: -30px; position: relative; max-width: 900px; margin-left: auto; margin-right: auto; border-radius: 4px;\r\n        }\r\n        .stat-item { text-align: center; }\r\n        .stat-num { display: block; font-size: 2rem; font-weight: 700; color: #004d40; font-family: 'Playfair Display', serif; }\r\n        .stat-label { font-size: 0.9rem; text-transform: uppercase; color: #666; letter-spacing: 1px; }\r\n\r\n        .section { padding: 80px 20px; max-width: 1200px; margin: 0 auto; }\r\n        .section-title { text-align: center; font-family: 'Playfair Display', serif; font-size: 2.5rem; color: #004d40; margin-bottom: 60px; }\r\n        \r\n        \/* --- UTILITIES & HELPERS --- *\/\r\n        .hidden { display: none !important; }\r\n        .fade-in { animation: fadeIn 0.8s ease-out; }\r\n        @keyframes fadeIn { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } }\r\n\r\n        \/* --- CARDS & GRIDS --- *\/\r\n        .grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }\r\n        \r\n        \/* Standard Info Card *\/\r\n        .card { background: white; padding: 30px; text-align: center; box-shadow: 0 5px 20px rgba(0,0,0,0.05); transition: transform 0.3s ease; border-radius: 8px; }\r\n        .card:hover { transform: translateY(-5px); box-shadow: 0 10px 30px rgba(0,0,0,0.1); }\r\n        .icon { font-size: 2.5rem; margin-bottom: 15px; display: block; }\r\n        .card h3 { margin-bottom: 10px; color: #004d40; font-size: 1.1rem; }\r\n        .card p { color: #666; line-height: 1.5; font-size: 0.9rem; }\r\n\r\n        \/* New Image Card Style *\/\r\n        .image-card { background: white; border-radius: 8px; overflow: hidden; box-shadow: 0 5px 20px rgba(0,0,0,0.05); transition: transform 0.3s ease; }\r\n        .image-card:hover { transform: translateY(-5px); box-shadow: 0 15px 40px rgba(0,0,0,0.15); }\r\n        .card-img { width: 100%; height: 250px; object-fit: cover; }\r\n        .card-content { padding: 25px; text-align: center; }\r\n        .card-content h3 { color: #004d40; font-family: 'Playfair Display', serif; font-size: 1.3rem; margin-bottom: 10px; }\r\n        .card-content p { color: #666; font-size: 0.9rem; }\r\n\r\n        \/* --- TESTIMONIALS --- *\/\r\n        .testimonial-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; width: 100%; }\r\n        .testimonial-slide { display: none; background: white; padding: 40px; border-top: 5px solid #C5A059; box-shadow: 0 5px 15px rgba(0,0,0,0.05); height: 100%; }\r\n        .testimonial-slide.active { display: block; animation: fadeIn 0.8s ease-out; }\r\n        .quote { font-style: italic; font-size: 0.95rem; color: #444; display: block; line-height: 1.6; margin-bottom: 25px; min-height: 140px; }\r\n        .author-info { display: flex; align-items: center; border-top: 1px solid #eee; padding-top: 20px; }\r\n        .author-img { width: 60px; height: 60px !important; border-radius: 50% !important; object-fit: cover; object-position: top center; margin-right: 15px; border: 2px solid #C5A059 !important; }\r\n        .author { font-weight: 700; color: #004d40; font-size: 1rem; }\r\n        .role { color: #888; font-size: 0.8rem; }\r\n        \r\n        .cta-footer { background: #004d40; color: white; text-align: center; padding: 100px 20px; }\r\n        .whatsapp-btn-large {\r\n            background: #25D366; color: white; padding: 20px 50px; font-size: 1.2rem; font-weight: 700; text-decoration: none; border-radius: 50px;\r\n            display: inline-block; margin-top: 30px; box-shadow: 0 10px 20px rgba(0,0,0,0.2); transition: background 0.3s;\r\n        }\r\n        .whatsapp-btn-large:hover { background: #128C7E; }\r\n\r\n        @media (max-width: 768px) {\r\n            #landing-page { flex-direction: column; }\r\n            .logo-badge { padding: 10px 20px; font-size: 1rem; }\r\n            .hero h1 { font-size: 2.5rem; }\r\n            .stats-bar { flex-direction: column; gap: 20px; }\r\n            .grid { grid-template-columns: 1fr; } \r\n            .testimonial-grid { grid-template-columns: 1fr; }\r\n        }\r\n    <\/style>\r\n    \r\n        <div id=\"intro-overlay\">\r\n        <svg class=\"logo-svg\" viewBox=\"0 0 340 120\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\r\n            <path class=\"roof-path animate-roof\" d=\"M10,60 L90,20 L330,60\" \/>\r\n\r\n            <rect x=\"40\" y=\"55\" width=\"10\" height=\"40\" class=\"t-stem\" \/>\r\n            <g class=\"t-lever-group animate-handle\">\r\n                <rect x=\"25\" y=\"55\" width=\"55\" height=\"10\" rx=\"2\" class=\"t-lever\" \/>\r\n            <\/g>\r\n\r\n            <g class=\"text-group animate-text\">\r\n                <rect x=\"90\" y=\"50\" width=\"8\" height=\"45\" class=\"bed-shape\" \/> \r\n                \r\n                <rect x=\"120\" y=\"65\" width=\"8\" height=\"30\" class=\"bed-shape\" \/> \r\n                \r\n                <rect x=\"90\" y=\"75\" width=\"38\" height=\"8\" class=\"bed-shape\" \/> \r\n                \r\n                <path class=\"bed-pillow animate-pillow\" d=\"M94,74 Q94,64 101,64 Q108,64 108,74 Q101,76 94,74 Z\" \/>\r\n\r\n                <text x=\"135\" y=\"90\" class=\"logo-text\">IKANNA<\/text>\r\n            <\/g>\r\n        <\/svg>\r\n    <\/div>\r\n\r\n    <div id=\"landing-page\">\r\n        <div class=\"logo-badge\">THIKANNA<\/div>\r\n\r\n        <div class=\"split left-split\">\r\n            <h1 class=\"landing-title\">Monthly Living<\/h1>\r\n            <p class=\"landing-desc\">Premium corporate housing in Karachi. <br>Safe, secure, and fully serviced.<\/p>\r\n            <button class=\"btn-outline\" onclick=\"showMonthlySite()\">Explore Residency<\/button>\r\n        <\/div>\r\n        <div class=\"split right-split\">\r\n            <h1 class=\"landing-title\">Daily Escapes<\/h1>\r\n            <p class=\"landing-desc\">Luxury vacation rentals. The consistency of a hotel, the soul of a home. <br><br>Murree. Islamabad. Lahore. Karachi.<\/p>\r\n            <a href=\"https:\/\/asiantex.co\/thikana\/book-your-stay\" class=\"btn-outline btn-gold\">Book Your Stay<\/a>\r\n        <\/div>\r\n    <\/div>\r\n\r\n    <div id=\"monthly-site\">\r\n        <nav class=\"navbar\">\r\n            <div class=\"nav-logo\">THIKANNA LIVING<\/div>\r\n            <a class=\"nav-back\" onclick=\"showLanding()\">\u2715 Back to Home<\/a>\r\n        <\/nav>\r\n\r\n        <header class=\"hero fade-in\">\r\n            <h1 class=\"landing-title\">More Than a Room. <br>A Sanctuary.<\/h1>\r\n            <p>For 5 years, we have provided Karachi's young professionals with a safe, dignified, and hassle-free living experience.<\/p>\r\n        <\/header>\r\n\r\n        <div class=\"stats-bar fade-in\">\r\n            <div class=\"stat-item\"><span class=\"stat-num\">Since 2020<\/span><span class=\"stat-label\">Established<\/span><\/div>\r\n            <div class=\"stat-item\"><span class=\"stat-num\">100%<\/span><span class=\"stat-label\">Vetted Community<\/span><\/div>\r\n            <div class=\"stat-item\"><span class=\"stat-num\">1<\/span><span class=\"stat-label\">Monthly Bill<\/span><\/div>\r\n        <\/div>\r\n\r\n        <section class=\"section\">\r\n            <h2 class=\"section-title\">The Hassle-Free Standard<\/h2>\r\n            <div class=\"grid\">\r\n                <div class=\"card\"><span class=\"icon\">\ud83e\uddfe<\/span><h3>Smart Utilities<\/h3><p>WiFi, Gas, and Maintenance included. AC sub-metered for fair usage.<\/p><\/div>\r\n                <div class=\"card\"><span class=\"icon\">\ud83e\uddf9<\/span><h3>Daily Housekeeping<\/h3><p>Professional cleaning service to keep your space pristine.<\/p><\/div>\r\n                <div class=\"card\"><span class=\"icon\">\ud83d\udece\ufe0f<\/span><h3>24\/7 On-Site Staff<\/h3><p>A helper is always present at the property to assist you day or night.<\/p><\/div>\r\n                <div class=\"card\"><span class=\"icon\">\ud83d\udee1\ufe0f<\/span><h3>CCTV & Security<\/h3><p>24\/7 video surveillance and strictly vetted community for peace of mind.<\/p><\/div>\r\n                <div class=\"card\"><span class=\"icon\">\ud83d\udca7<\/span><h3>Mineral Water<\/h3><p>Clean, filtered drinking water provided on-site 24\/7.<\/p><\/div>\r\n                <div class=\"card\"><span class=\"icon\">\ud83d\udcfa<\/span><h3>Personal Smart TV<\/h3><p>Your own entertainment system in the privacy of your room.<\/p><\/div>\r\n                <div class=\"card\"><span class=\"icon\">\ud83e\udd1d<\/span><h3>Zero Commission<\/h3><p>Direct booking means 0% commission. No hidden agent fees.<\/p><\/div>\r\n                <div class=\"card\"><span class=\"icon\">\ud83d\udd13<\/span><h3>Minimal Deposit<\/h3><p>Small security deposit required. We don't tie up your capital.<\/p><\/div>\r\n                <div class=\"card\"><span class=\"icon\">\ud83c\udf93<\/span><h3>Vetted Network<\/h3><p>Live among like-minded young professionals. We filter for quality.<\/p><\/div>\r\n            <\/div>\r\n        <\/section>\r\n\r\n        <section class=\"section\" style=\"background: #f1f1f1;display:none\">\r\n            <h2 class=\"section-title\">Our Spaces<\/h2>\r\n            <div class=\"grid\">\r\n                <div class=\"image-card\">\r\n                    <img decoding=\"async\" src=\"https:\/\/images.unsplash.com\/photo-1598928506311-1555d33145ee?q=80&w=800\" alt=\"Room\" class=\"card-img\">\r\n                    <div class=\"card-content\">\r\n                        <h3>Private Bedrooms<\/h3>\r\n                        <p>Fully furnished with en-suite bathrooms and workstations.<\/p>\r\n                    <\/div>\r\n                <\/div>\r\n                <div class=\"image-card\">\r\n                    <img decoding=\"async\" src=\"https:\/\/images.unsplash.com\/photo-1600607686527-6fb886090705?q=80&w=800\" alt=\"Lounge\" class=\"card-img\">\r\n                    <div class=\"card-content\">\r\n                        <h3>Community Lounge<\/h3>\r\n                        <p>Comfortable common areas to relax and network.<\/p>\r\n                    <\/div>\r\n                <\/div>\r\n                <div class=\"image-card\">\r\n                    <img decoding=\"async\" src=\"https:\/\/images.unsplash.com\/photo-1556911220-bff31c812dba?q=80&w=800\" alt=\"Kitchen\" class=\"card-img\">\r\n                    <div class=\"card-content\">\r\n                        <h3>Shared Kitchen<\/h3>\r\n                        <p>Equipped with fridge, microwave, and cooking essentials.<\/p>\r\n                    <\/div>\r\n                <\/div>\r\n            <\/div>\r\n        <\/section>\r\n\r\n        <section class=\"section\" style=\"background: white;\">\r\n            <h2 class=\"section-title\">Resident Stories<\/h2>\r\n            <div class=\"testimonial-grid\">\r\n                <div class=\"testimonial-slide\">\r\n                    <span class=\"quote\">\"I stayed at Thikanna\u2019s Karachi Beach residency for a few months in Karachi while assigned to a work project. It\u2019s a great place overall in terms of location and service. The apartment was located in a central and safe place, the building staff was really supportive, and the house help Ihsan bhai was kind. The apartment itself was well maintained and clean! Will definitely recommend!\"<\/span>\r\n                    <div class=\"author-info\">\r\n                        <img decoding=\"async\" src=\"https:\/\/asiantex.co\/thikana\/wp-content\/uploads\/2026\/02\/PHOTO-2026-01-05-18-39-51.jpg-e1770901266918.jpeg\" alt=\"Abdul Sami\" class=\"author-img\">\r\n                        <div><div class=\"author\">Abdul Sami<\/div><div class=\"role\">McKinsey<\/div><\/div>\r\n                    <\/div>\r\n                <\/div>\r\n                <div class=\"testimonial-slide\">\r\n                    <span class=\"quote\">\"My 3 years at the Seaview property were a lifesaver during my cardiology residency. The training was insane, but Thikanna wasn't just a room\u2014it was a support system. No utility hassles, no maintenance headaches, just pure peace. It allowed me to focus 100% on my career. A 10\/10 experience indeed!\"<\/span>\r\n                    <div class=\"author-info\">\r\n                        <img decoding=\"async\" src=\"https:\/\/i.ibb.co\/pBk56Z6d\/IMG-8625.jpg\" alt=\"Dr. Fahad Athar\" class=\"author-img\">\r\n                        <div><div class=\"author\">Dr. Fahad Athar<\/div><div class=\"role\">Aga Khan University Hospital<\/div><\/div>\r\n                    <\/div>\r\n                <\/div>\r\n                <div class=\"testimonial-slide\">\r\n                    <span class=\"quote\">\"My stay at Thikanna has been absolutely fantastic, hassle-free, and incredibly comfortable. As promised, all amenities are readily available, including daily room cleaning, reliable Wi-Fi, and uninterrupted water\/electricity. The best part? My concerns are always listened to with respect and promptly addressed. I wholeheartedly recommend Thikanna.\"<\/span>\r\n                    <div class=\"author-info\">\r\n                        <img decoding=\"async\" src=\"https:\/\/i.ibb.co\/Z6rVXN6s\/IMG-8624.jpg\" alt=\"Hamza Khan\" class=\"author-img\">\r\n                        <div><div class=\"author\">Hamza Khan<\/div><div class=\"role\">Actor<\/div><\/div>\r\n                    <\/div>\r\n                <\/div>\r\n                <div class=\"testimonial-slide\">\r\n                    <span class=\"quote\">\"Had an incredible time staying at Thikanna. Have been living in Karachi for over a year but the few months I was with Thikanna was the first time I was living stress free. The teams do a brilliant job at providing great value for money and I would recommend anyone moving to Karachi for work to definitely give this service a try for a wholesome hassle free living experience!\"<\/span>\r\n                    <div class=\"author-info\">\r\n                        <img decoding=\"async\" src=\"https:\/\/i.ibb.co\/GQmqkH2H\/IMG-8014.jpg\" alt=\"Syed Ahmad Hassan\" class=\"author-img\">\r\n                        <div><div class=\"author\">Syed Ahmad Hassan<\/div><div class=\"role\">LUMS\/LOREAL<\/div><\/div>\r\n                    <\/div>\r\n                <\/div>\r\n                <div class=\"testimonial-slide\">\r\n                    <span class=\"quote\">\"My stay with Thikanna for over 6 months has been perfect in every aspect. From the very first time I met the Owners of Thikanna - I knew immediately that I was dealing with professionals who have a keen insight of what their clients want. From taking personal care of their Thikanna residents with every requirement to making sure it feels just like home, they have been exceptional. I highly recommend Thikanna for your stay in Karachi and personally vouch for their commitment to service and ease of moving in.\"<\/span>\r\n                    <div class=\"author-info\">\r\n                        <img decoding=\"async\" src=\"https:\/\/i.ibb.co\/HpFH6tMv\/PHOTO-2022-05-30-23-23-56.jpg\" alt=\"Ali Sattar\" class=\"author-img\">\r\n                        <div><div class=\"author\">Ali Sattar<\/div><div class=\"role\">Award Winning Cinematographer<\/div><\/div>\r\n                    <\/div>\r\n                <\/div>\r\n                <div class=\"testimonial-slide\">\r\n                    <span class=\"quote\">\"It has been 7 months since I moved to Thikanna DHA property. It has been a pleasure staying at this well maintained property, which is hardly five minute walk from the beach. Moving from Lahore to Karachi is a big task however the residence matter has been well taken care of by Thikanna.\"<\/span>\r\n                    <div class=\"author-info\">\r\n                        <img decoding=\"async\" src=\"https:\/\/i.ibb.co\/tGGndHC\/Screenshot-2026-01-23-at-01-50-58.png\" alt=\"Hassan\" class=\"author-img\">\r\n                        <div><div class=\"author\">Hassan<\/div><div class=\"role\">Bank Alfalah<\/div><\/div>\r\n                    <\/div>\r\n                <\/div>\r\n                <div class=\"testimonial-slide\">\r\n                    <span class=\"quote\">\"I stayed at the Thikanna's Sea View Apartment for 10 months when I moved to Karachi!! A new city especially Karachi brought a strange anxiety, however, my living experience at Thikanna has been something very close to home!! The location of the property was very ideal, safe and peaceful. It was literally 5 minutes away from the beach as well as Dolmen Mall. The room and the washroom were cleaned everyday. It was a good size room with a study table that I could set my laptop on & work very comfortably. The helper and the management team were always respectful and responsive. I would whole heartedly recommend Thikanna!\"<\/span>\r\n                    <div class=\"author-info\">\r\n                        <img decoding=\"async\" src=\"https:\/\/i.ibb.co\/39MzwC7D\/PHOTO-2026-01-23-02-10-35.jpg\" alt=\"Dr. Rahma Shakir\" class=\"author-img\">\r\n                        <div><div class=\"author\">Dr. Rahma Shakir<\/div><div class=\"role\">Doctor<\/div><\/div>\r\n                    <\/div>\r\n                <\/div>\r\n                <div class=\"testimonial-slide\">\r\n                    <span class=\"quote\">\"The experience at Thikanna can be compared with any of the comfortable hotel chains. The only difference is it costs astonishingly less and is a catch for professionals who are looking for a home away from home.\"<\/span>\r\n                    <div class=\"author-info\">\r\n                        <img decoding=\"async\" src=\"https:\/\/i.pravatar.cc\/150?img=68\" alt=\"Asad Naseer\" class=\"author-img\">\r\n                        <div><div class=\"author\">Asad Naseer<\/div><div class=\"role\">Telenor<\/div><\/div>\r\n                    <\/div>\r\n                <\/div>\r\n                <div class=\"testimonial-slide\">\r\n                    <span class=\"quote\">\"I spent my entire 4-year undergraduate journey at CBM living at Thikanna. It wasn't just a place to sleep; it was the foundation of my student life. From the clean environment to the incredibly supportive owners who became like family, Thikanna provided the peace of mind I needed to focus on my degree. Truly the perfect accommodation for any student looking for a long-term home.\"<\/span>\r\n                    <div class=\"author-info\">\r\n                        <img decoding=\"async\" src=\"https:\/\/i.ibb.co\/QFpqtRnb\/Screenshot-2026-01-26-at-02-09-20.png\" alt=\"Shahmeer Babar\" class=\"author-img\">\r\n                        <div><div class=\"author\">Shahmeer Babar<\/div><div class=\"role\">CBM Graduate<\/div><\/div>\r\n                    <\/div>\r\n                <\/div>\r\n            <\/div>\r\n        <\/section>\r\n\r\n        <footer class=\"cta-footer\">\r\n            <h2 class=\"landing-title\" style=\"font-family: 'Playfair Display'; margin-bottom: 20px;\">Join the Community<\/h2>\r\n            <p style=\"opacity: 0.8; margin-bottom: 20px;\">We process applications carefully to ensure community fit.<\/p>\r\n            <a href=\"https:\/\/wa.me\/923344114111?text=Hi,%20I%20reviewed%20the%20Thikanna%20website%20and%20would%20like%20to%20apply%20for%20residency.\" class=\"whatsapp-btn-large\">\r\n                Start Application on WhatsApp\r\n            <\/a>\r\n        <\/footer>\r\n    <\/div>\r\n\r\n    <script>\r\n        function showMonthlySite() {\r\n            document.getElementById('landing-page').style.opacity = '0';\r\n            setTimeout(() => {\r\n                document.getElementById('landing-page').classList.add('hidden');\r\n                document.getElementById('monthly-site').style.display = 'block';\r\n                window.scrollTo(0,0);\r\n            }, 500);\r\n        }\r\n\r\n        function showLanding() {\r\n            document.getElementById('monthly-site').style.display = 'none';\r\n            const landing = document.getElementById('landing-page');\r\n            landing.classList.remove('hidden');\r\n            setTimeout(() => { landing.style.opacity = '1'; }, 50);\r\n        }\r\n\r\n        \/\/ === ROTATION LOGIC FOR 9 REVIEWS ===\r\n        let startIndex = 0;\r\n        const slides = document.querySelectorAll('.testimonial-slide');\r\n        const totalSlides = slides.length; \r\n\r\n        function updateVisibleSlides() {\r\n            slides.forEach(slide => slide.classList.remove('active'));\r\n            let idx1 = startIndex % totalSlides;\r\n            let idx2 = (startIndex + 1) % totalSlides;\r\n            let idx3 = (startIndex + 2) % totalSlides;\r\n            slides[idx1].classList.add('active');\r\n            slides[idx2].classList.add('active');\r\n            slides[idx3].classList.add('active');\r\n            startIndex = (startIndex + 1) % totalSlides;\r\n        }\r\n\r\n        updateVisibleSlides();\r\n        setInterval(updateVisibleSlides, 10000); \/\/ Rotates every 10 seconds\r\n    <\/script>\t\t\t\t<\/div>\n\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>IKANNA THIKANNA Monthly Living Premium corporate housing in Karachi. Safe, secure, and fully serviced. Explore Residency Daily Escapes Luxury vacation rentals. The consistency of a hotel, the soul of a home. Murree. Islamabad. Lahore. Karachi. Book Your Stay THIKANNA LIVING \u2715 Back to Home More Than a Room. A Sanctuary. For 5 years, we have [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_canvas","meta":{"footnotes":""},"class_list":["post-4928","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/asiantex.co\/thikana\/wp-json\/wp\/v2\/pages\/4928","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/asiantex.co\/thikana\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/asiantex.co\/thikana\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/asiantex.co\/thikana\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/asiantex.co\/thikana\/wp-json\/wp\/v2\/comments?post=4928"}],"version-history":[{"count":28,"href":"https:\/\/asiantex.co\/thikana\/wp-json\/wp\/v2\/pages\/4928\/revisions"}],"predecessor-version":[{"id":5069,"href":"https:\/\/asiantex.co\/thikana\/wp-json\/wp\/v2\/pages\/4928\/revisions\/5069"}],"wp:attachment":[{"href":"https:\/\/asiantex.co\/thikana\/wp-json\/wp\/v2\/media?parent=4928"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}