/*
Theme Name: Balloons Unlimited
Theme URI: https://balloonsunlimitedarunachal.com
Author: Balloons Unlimited Arunachal
Author URI: https://balloonsunlimitedarunachal.com
Description: Custom WordPress theme for Balloons Unlimited — premier balloon decoration services in Arunachal Pradesh.
Version: 1.0.0
Requires at least: 5.8
Tested up to: 6.6
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: balloons-unlimited
Tags: one-page, custom-logo, custom-menu, featured-images, threaded-comments, responsive-layout
*/

/* ──────────────────────────────────────────
   HEADER
────────────────────────────────────────── */
.header {
  background-color: #ffffff;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.08);
  padding: 8px 0;
  min-height: 90px;
}

.scrolled .header {
  background-color: #ffffff;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.12);
}

.header .container-fluid {
  padding-left: 60px;
  padding-right: 60px;
  align-items: center;
}

.header .custom-logo-link {
  display: block;
  margin-left: 0;
  margin-right: auto;
}

.header .custom-logo {
  max-height: 75px;
  width: 75px;
  max-width: 75px;
  object-fit: contain;
  display: block;
}


/* ──────────────────────────────────────────
   NAVIGATION
────────────────────────────────────────── */
@media (min-width: 1200px) {
  .navmenu a,
  .navmenu a:focus {
    color: #333333;
    padding: 18px 12px;
    font-size: 14px;
    font-weight: 500;
  }

  .navmenu li:hover > a,
  .navmenu .active,
  .navmenu .active:focus {
    color: #845EC2;
  }

  /* Contact — solid pill button */
  .navmenu ul li:last-child a {
    background-color: #845EC2;
    color: #ffffff;
    padding: 8px 22px;
    border-radius: 25px;
    font-weight: 600;
    margin-left: 8px;
  }

  .navmenu ul li:last-child a:hover {
    background-color: #6a3fa0;
    color: #ffffff;
  }
}

/* ──────────────────────────────────────────
   HERO
────────────────────────────────────────── */
.hero:before {
  background: rgba(132, 94, 194, 0.65);
}

.hero h2 {
  color: #ffffff;
}

.hero p {
  color: #f0e6ff;
}

.hero .btn-get-started {
  color: #ffffff;
  border-color: #ffffff;
}

.hero .btn-get-started:hover {
  background-color: #ffffff;
  color: #845EC2;
  border-color: #ffffff;
}

/* ──────────────────────────────────────────
   FOOTER
────────────────────────────────────────── */
.footer .custom-logo,
.footer .footer-about .logo img {
  max-height: 110px;
  max-width: 150px;
  width: auto;
}

/* ──────────────────────────────────────────
   WHATSAPP FLOATING BUTTON
────────────────────────────────────────── */
.whatsapp-float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 30px;
  right: 30px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.3);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s;
}

.whatsapp-float:hover {
  background-color: #128c7e;
  color: #fff;
}

.whatsapp-float i {
  font-size: 28px;
}

/* ──────────────────────────────────────────
   FLOATING BALLOONS
────────────────────────────────────────── */
.balloon {
  position: fixed;
  bottom: -150px;
  border-radius: 50% 50% 50% 50% / 40% 40% 60% 60%;
  animation: floatUp linear infinite;
  opacity: 0.8;
  z-index: 999;
  pointer-events: none;
}

.balloon::before {
  content: '';
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 1.5px;
  height: 15px;
  background: rgba(0, 0, 0, 0.25);
}

.balloon::after {
  content: '';
  position: absolute;
  bottom: -18px;
  left: 50%;
  transform: translateX(-50%);
  width: 5px;
  height: 5px;
  background: inherit;
  border-radius: 50%;
  opacity: 0.6;
}

@keyframes floatUp {
  0%   { bottom: -150px; opacity: 0.8;  transform: translateX(0px)  rotate(-3deg); }
  25%  {                                transform: translateX(18px)  rotate(3deg);  }
  50%  {                 opacity: 0.65; transform: translateX(-14px) rotate(-3deg); }
  75%  {                                transform: translateX(14px)  rotate(3deg);  }
  100% { bottom: 110vh;  opacity: 0;    transform: translateX(-8px)  rotate(-3deg); }
}

/* ──────────────────────────────────────────
   INNER PAGES (page.php / single.php)
────────────────────────────────────────── */
.page-content-area {
  padding: 120px 0 60px;
  min-height: 60vh;
}

.page-content-area .entry-title {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 30px;
}


/* ──────────────────────────────────────────
   MOBILE NAV TOGGLE
────────────────────────────────────────── */
.mobile-nav-toggle {
  color: #845EC2;
  font-size: 28px;
  cursor: pointer;
  line-height: 1;
  margin-left: 12px;
  z-index: 9999;
}
