/**
Theme Name: Same day decoration
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: same-day-decoration
Template: astra
*/

/* ----------------------- */
/* Location Modal Styling  */
/* ----------------------- */

.city-modal {
    display: none;
    position: fixed;
    z-index: 99999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
}

.city-modal-content {
    background: #fff;
    margin: 10% auto;
    padding: 20px 30px;
    width: 320px;
    border-radius: 15px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.2);
    position: relative;
    animation: cityFadeIn 0.3s ease-in-out;
}

.city-modal-content h3 {
    margin-top: 0;
    font-size: 22px;
    text-align: center;
}

.city-close {
    position: absolute;
    right: 15px;
    top: 10px;
    cursor: pointer;
    font-size: 24px;
    color: #333;
}

#citySearch {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    border-radius: 8px;
    border: 1px solid #ccc;
}

#cityList li {
    list-style: none;
    padding: 12px;
    cursor: pointer;
    border-bottom: 1px solid #eee;
    transition: background 0.3s;
}

#cityList li:hover {
    background: #f7f7f7;
}

/* Button style */
#selectCityBtn {
    position: fixed;
    top: 20px;
    left: 20px;
    z-index: 9999;
    background: #ff0057;
    color: #fff;
    padding: 10px 15px;
    border-radius: 30px;
    border: none;
    font-weight: bold;
    box-shadow: 0 4px 10px rgba(0,0,0,0.15);
    transition: background 0.3s;
}

#selectCityBtn:hover {
    background: #e6004c;
}

/* Animation */
@keyframes cityFadeIn {
    from { opacity: 0; transform: scale(0.95); }
    to { opacity: 1; transform: scale(1); }
}



/* ===========================
   Base / Clean Corporate Style
   =========================== */

/* Shared style for all ACF tab boxes */
.sdd-acf-box{
  border:1px solid #e5e7eb;
  background:#fafafa;
  padding:20px 22px;
  border-radius:12px;
  box-shadow:0 2px 10px rgba(0,0,0,.05);
}

/* Title inside tabs */
.sdd-acf-title{
  margin:0 0 12px;
  font-size:1.25rem;
  font-weight:600;
}

.sdd-acf-box p{ margin:0 0 10px; }
.sdd-acf-box ul, .sdd-acf-box ol{ margin:10px 0 10px 1.25em; }
.sdd-acf-box li{ margin:6px 0; }

/* ===========================
   Optional Pastel Color Scheme
   (edit/remove if not needed)
   =========================== */

.sdd-package {
  background:#fffef5;   /* light yellow */
  border-color:#facc15;
}

.sdd-faq {
  background:#f0f9ff;   /* light blue */
  border-color:#38bdf8;
}

.sdd-delivery {
  background:#fef2f2;   /* light red/pink */
  border-color:#f87171;
}

.sdd-care {
  background:#f9f9f9;   /* soft grey */
  border-color:#9ca3af;
}
