ADVERTISEMENT

Ahtisa Manalo gives a peek at her Miss Universe 2025 preparations during send-off

Published Oct 24, 2025 08:28 am
Miss Universe Philippines 2025 Ahtisa Manalo is ready to represent the country at the Miss Universe 2025 pageant in Bangkok this coming November.
Speaking during her official send-off yesterday at Citadines Millennium Hotel in Ortigas, the 28-year-old beauty queen from Quezon expressed her excitement and gratitude to everyone, saying she is determined to give her "best self" as she strives to bring home the Philippines’ fifth Miss Universe crown.
Miss Universe Philippines 2025 Ahtisa Manalo
Miss Universe Philippines 2025 Ahtisa Manalo
Ahtisa admitted to "feeling the pressure," as she knows all eyes will be on her. However, she added, "But I know that it’s one of those things that will push me to become better and to serve the Philippines better."
Pageant watchers can expect a strong fashion showcase in Bangkok. Ahtisa revealed that her national costume will be designed by Mak Tumang, the designer behind Catriona Gray’s iconic “Mayon Volcano” gown in 2018.
"It’s a national costume that hasn’t been seen in a while on the Miss Universe stage," she teased. "It’s a good representation of Filipino culture and also my own personality."
Her evening gown will be created by Val Taguba, who also designed what she wore in Miss Universe Philippines 2025. "My team has already seen the gowns," she said. "All I can say is they’re very happy."
Fans can also look forward to fireworks with her pasarela, which is being handled by seasoned coach Ian Mendajar and no less than MUPH CEO Jonas Gaffud.In terms of her physical fitness, Ahtisa said she made sure to finish her full workout regimen because "when we get to Thailand, our schedules will be grueling," she pointed out. "There’s no time to prepare when you’re there."
Ahtisa Manalo (middle) with officers of Miss Universe Philippines
Ahtisa Manalo (middle) with officers of Miss Universe Philippines
For nutrition, Ahtisa said she emphasizes a balanced diet. "I can’t deprive myself and make myself unhappy just to force certain kinds of food. I’m mindful, but I make sure I’m fueling myself well."
Beyond beauty and fitness, Ahtisa’s heart remains with Alon Akademie, her personal advocacy that empowers the youth. "I believe in teaching people how to fish instead of giving them a fish," she said.
"If I can help guide the future of our country, that’s what truly matters to me."Ahtisa revealed that she recently had a bout of the flu, which forced her to take a week off from training."I felt like I wasted a whole week not being able to prepare,’ she revealed.
"But my mom told me, 'You’ve prepared for this for 18 years. What’s a week off? You’re human.' That reminded me to be kind to myself."
Miss Universe Philippines Ahtisa Manalo with her mother and sister
Miss Universe Philippines Ahtisa Manalo with her mother and sister
"As much as I’m pushing myself, I should also remember to be kind to myself. Seeing everyone here supporting my dreams, it’s a reminder that I’m well-loved. I’ll fight, but I’ll also be happy and content with who I am because who I am is enough," Ahtisa narrated.
As she heads to Bangkok, Ahtisa is aware that she carries the hopes of Filipinos, many of whom remain enthralled and inspired by her humble beginnings in pageantry. "It took 18 years and three attempts to get this crown," she said.
"So, I hope anyone who hears my story sees that your dreams can seem far-fetched to other people, but as long as you push for them, as long as you work hard and never give up, it’s possible. I’m a living example of that."
Among those who delivered their send-off greetings to show their support for Ahtisa were Miss Universe Philippines Executive Vice-President Voltaire Tayag, MUPH National Director Ariella Arida, Miss Universe 2011 third runner-up Shamcey Supsup-Lee, The Miss Philippines Supranational 2026 Katrina Llegado, The Miss Philippines Eco International 2026 Gabriella Mai Carballo, and several other queens who wished Ahtisa well on her journey to the Miss Universe crown.
ADVERTISEMENT
.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1561_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1562_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1563_widget.title }}

{{ articles_filter_1564_widget.title }}

.mb-article-details { position: relative; } .mb-article-details .article-body-preview, .mb-article-details .article-body-summary{ font-size: 17px; line-height: 30px; font-family: "Libre Caslon Text", serif; color: #000; } .mb-article-details .article-body-preview iframe , .mb-article-details .article-body-summary iframe{ width: 100%; margin: auto; } .read-more-background { background: linear-gradient(180deg, color(display-p3 1.000 1.000 1.000 / 0) 13.75%, color(display-p3 1.000 1.000 1.000 / 0.8) 30.79%, color(display-p3 1.000 1.000 1.000) 72.5%); position: absolute; height: 200px; width: 100%; bottom: 0; display: flex; justify-content: center; align-items: center; padding: 0; } .read-more-background a{ color: #000; } .read-more-btn { padding: 17px 45px; font-family: Inter; font-weight: 700; font-size: 18px; line-height: 16px; text-align: center; vertical-align: middle; border: 1px solid black; background-color: white; } .hidden { display: none; }
function initializeAllSwipers() { // Get all hidden inputs with cms_article_id document.querySelectorAll('[id^="cms_article_id_"]').forEach(function (input) { const cmsArticleId = input.value; const articleSelector = '#article-' + cmsArticleId + ' .body_images'; const swiperElement = document.querySelector(articleSelector); if (swiperElement && !swiperElement.classList.contains('swiper-initialized')) { new Swiper(articleSelector, { loop: true, pagination: false, navigation: { nextEl: '#article-' + cmsArticleId + ' .swiper-button-next', prevEl: '#article-' + cmsArticleId + ' .swiper-button-prev', }, }); } }); } setTimeout(initializeAllSwipers, 3000); const intersectionObserver = new IntersectionObserver( (entries) => { entries.forEach((entry) => { if (entry.isIntersecting) { const newUrl = entry.target.getAttribute("data-url"); if (newUrl) { history.pushState(null, null, newUrl); let article = entry.target; // Extract metadata const author = article.querySelector('.author-section').textContent.replace('By', '').trim(); const section = article.querySelector('.section-info ').textContent.replace(' ', ' '); const title = article.querySelector('.article-title h1').textContent; // Parse URL for Chartbeat path format const parsedUrl = new URL(newUrl, window.location.origin); const cleanUrl = parsedUrl.host + parsedUrl.pathname; // Update Chartbeat configuration if (typeof window._sf_async_config !== 'undefined') { window._sf_async_config.path = cleanUrl; window._sf_async_config.sections = section; window._sf_async_config.authors = author; } // Track virtual page view with Chartbeat if (typeof pSUPERFLY !== 'undefined' && typeof pSUPERFLY.virtualPage === 'function') { try { pSUPERFLY.virtualPage({ path: cleanUrl, title: title, sections: section, authors: author }); } catch (error) { console.error('ping error', error); } } // Optional: Update document title if (title && title !== document.title) { document.title = title; } } } }); }, { threshold: 0.1 } ); function showArticleBody(button) { const article = button.closest("article"); const summary = article.querySelector(".article-body-summary"); const body = article.querySelector(".article-body-preview"); const readMoreSection = article.querySelector(".read-more-background"); // Hide summary and read-more section summary.style.display = "none"; readMoreSection.style.display = "none"; // Show the full article body body.classList.remove("hidden"); } document.addEventListener("DOMContentLoaded", () => { let loadCount = 0; // Track how many times articles are loaded const offset = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]; // Offset values const currentUrl = window.location.pathname.substring(1); let isLoading = false; // Prevent multiple calls if (!currentUrl) { console.log("Current URL is invalid."); return; } const sentinel = document.getElementById("load-more-sentinel"); if (!sentinel) { console.log("Sentinel element not found."); return; } function isSentinelVisible() { const rect = sentinel.getBoundingClientRect(); return ( rect.top < window.innerHeight && rect.bottom >= 0 ); } function onScroll() { if (isLoading) return; if (isSentinelVisible()) { if (loadCount >= offset.length) { console.log("Maximum load attempts reached."); window.removeEventListener("scroll", onScroll); return; } isLoading = true; const currentOffset = offset[loadCount]; window.loadMoreItems().then(() => { let article = document.querySelector('#widget_1690 > div:nth-last-of-type(2) article'); intersectionObserver.observe(article) loadCount++; }).catch(error => { console.error("Error loading more items:", error); }).finally(() => { isLoading = false; }); } } window.addEventListener("scroll", onScroll); });

Sign up by email to receive news.