/*
Theme Name: Wizon Hub Theme
Theme URI: https://wizonhub.ca
Author: Wizon Hub
Author URI: https://wizonhub.ca
Description: A custom WordPress theme using Tailwind CSS.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: wizon
*/

/* ========== BASE ========== */
body {
  overflow-x: clip;
}

body {
  font-family: 'Outfit', system-ui, sans-serif !important;
  color: #1A1A1A;
}

body.no-scroll {
  overflow: hidden;
}

/* WhatsApp Float — kept here for non-front-page fallback */
.whatsapp-float {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 9999;
  width: 50px;
  height: 50px;
  background: #25D366;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 28px;
  box-shadow: 0 4px 15px rgba(37, 211, 102, 0.4);
  transition: all 0.3s ease;
}

.whatsapp-float:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 20px rgba(37, 211, 102, 0.5);
}

/* ========== BUTTONS ========== */
.btn-primary {
  background: #F05A28;
  color: #fff;
  padding: 12px 32px;
  border-radius: 9999px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  text-decoration: none;
  transition: all 0.3s ease;
}

.btn-primary:hover {
  background: #d94d1f;
  transform: translateY(-2px);
  box-shadow: 0px 10px 30px rgba(240, 90, 40, 0.3);
}

.btn-dark {
  background-color: #12343E;
  color: #fff;
  padding: 12px 32px;
  border-radius: 9999px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  text-decoration: none;
  transition: all 0.3s ease;
}

.btn-dark:hover {
  background-color: #1a4a57;
}

.btn-outline {
  border: 2px solid #F05A28;
  color: #F05A28;
  padding: 12px 32px;
  border-radius: 9999px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  background: transparent;
  text-decoration: none;
  transition: all 0.3s ease;
}

.btn-outline:hover {
  background-color: #F05A28;
  color: #fff;
}

/* ========== CONTACT FORM (CF7) ========== */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 textarea {
  width: 100%;
  padding: 14px 20px;
  border: 1px solid #e0e0e0;
  border-radius: 9999px;
  background: #fff;
  color: #020202;
  font-size: 15px;
  font-family: inherit;
  transition: border-color 0.3s ease;
}

.wpcf7 input::placeholder,
.wpcf7 textarea::placeholder {
  color: #999;
}

.wpcf7 input:focus,
.wpcf7 textarea:focus {
  outline: none;
  border-color: #F05A28;
}

.wpcf7 textarea {
  resize: none;
  border-radius: 20px;
  min-height: 120px;
}

.wpcf7 label {
  color: #020202;
  font-size: 14px;
  font-weight: 600;
  display: block;
  margin-bottom: 6px;
}

.wpcf7 .wpcf7-submit {
  width: 100%;
  padding: 14px 32px;
  background: #F05A28;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  border: none;
  border-radius: 9999px;
  cursor: pointer;
  font-family: inherit;
  transition: all 0.3s ease;
}

.wpcf7 .wpcf7-submit:hover {
  background: #d94d1f;
}

.wpcf7 p br,
.wpcf7 label br {
  display: none;
}

.wpcf7 p {
  margin: 0 0 14px;
}

/* ========== FOOTER ========== */
footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

footer ul li a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  font-size: 0.9375rem;
  transition: color 0.3s ease;
}

footer ul li a:hover {
  color: #F05A28;
}

/* ========== BLOG CONTENT ========== */
.blog-content h2 {
  font-size: 1.75rem;
  font-weight: 700;
  color: #020202;
  margin: 2rem 0 1rem;
  line-height: 150%;
}

.blog-content h3 {
  font-size: 1.375rem;
  font-weight: 700;
  color: #020202;
  margin: 1.5rem 0 0.75rem;
  line-height: 150%;
}

.blog-content p {
  color: #4a4a4a;
  font-size: 1.0625rem;
  line-height: 180%;
  margin-bottom: 1.25rem;
}

.blog-content ul,
.blog-content ol {
  color: #4a4a4a;
  font-size: 1.0625rem;
  line-height: 180%;
  margin-bottom: 1.25rem;
  padding-inline-start: 1.5rem;
}

.blog-content li {
  margin-bottom: 0.5rem;
}

.blog-content img {
  border-radius: 16px;
  margin: 1.5rem 0;
  max-width: 100%;
  height: auto;
}

.blog-content blockquote {
  border-left: 4px solid #F05A28;
  padding: 1rem 1.5rem;
  margin: 1.5rem 0;
  background: #f9f9f9;
  border-radius: 0 12px 12px 0;
  color: #020202;
  font-size: 1.125rem;
  font-style: italic;
}

.blog-content a {
  color: #F05A28;
  text-decoration: underline;
  transition: opacity 0.3s ease;
}

.blog-content a:hover {
  opacity: 0.7;
}

/* ========== PAGINATION ========== */
.page-numbers {
  list-style: none;
  display: flex;
  gap: 8px;
  padding: 0;
  margin: 0;
}

.page-numbers li a,
.page-numbers li span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 9999px;
  font-size: 14px;
  font-weight: 600;
  color: #747474;
  border: 1px solid #e0e0e0;
  transition: all 0.3s ease;
  text-decoration: none;
}

.page-numbers li a:hover {
  color: #020202;
  border-color: #020202;
}

.page-numbers li span.current {
  background: #12343E;
  color: #fff;
  border-color: #12343E;
}
