/*
Theme Name: WPResidence
Theme URI: https://themeforest.net/user/wpestate
Description:WPResidence is a premium & responsive WordPress theme designed for Real Estate companies and independent agents.
Version: 5.5.1
Author: wpestate
Author URI: https://www.wpestate.org
Text Domain: wpresidence
Tags: white, one-column, two-columns,left-sidebar, right-sidebar, fluid-layout , custom-menu, theme-options, translation-ready
License:
License URI: 
---------------------------------------------------------------*/ 

/*
Staring with version 5.0 we swithc to Bootstrap 5.3 and Scss code. The compiled css code is /public/css/main.css
Please review this document https://help.wpresidence.net/article/wpresidence-theme-5-0-scss-css-and-bootstrap-integration-documentation/ for more details
*/
/* Takastan AI Custom Quick Links */
.takastanai-quick-pills-wrapper { width: 100%; display: flex; justify-content: center; margin-bottom: -15px; position: relative; z-index: 10; float: left; }
.takastanai-quick-pills-container { display: flex; gap: 15px; }
.takastanai-pill-btn { background: #fff; border-radius: 30px; padding: 10px 20px; display: inline-flex; align-items: center; gap: 10px; color: #333; font-weight: 600; text-decoration: none; box-shadow: 0 2px 10px rgba(0,0,0,0.05); transition: all 0.3s ease; }
.takastanai-pill-btn:hover { box-shadow: 0 5px 15px rgba(0,0,0,0.1); transform: translateY(-2px); }
.pill-icon { font-size: 16px; }
.pill-icon-red { color: #e74c3c; }
.pill-icon-blue { color: #0d47a1; }
#search_wrapper { position: relative; z-index: 5; margin-top: 15px; }

