/*
Theme Name: Hajvery Solar Theme
Theme URI: https://hajverysolar.com/
Description: Hajvery Solar custom child theme for the official WoodMart parent theme. Custom PHP and branding are kept here so the WoodMart parent can be updated safely.
Author: Hajvery Solar
Author URI: https://hajverysolar.com/
Template: woodmart
Version: 1.1.4
Text Domain: hajvery-solar-theme
*/


/* =========================================================
 * Hajvery Solar — Preserved Additional CSS (migrated 2026-08-16)
 * Source: WordPress Appearance > Customize > Additional CSS
 * ========================================================= */

.wd-buttons.wd-pos-r-t{
	display: none;
}

.summary-inner>.wd-action-btn{
	display:none;
}

form.cart{
	display: none;
}

/* WooCommerce Price WhatsApp Button Start */

.hajvery-price-whatsapp-box {
  display: inline-block;
  margin-top: 8px;
  margin-bottom: 8px;
  text-align: left;
  line-height: 1.3;
}

.hajvery-price-text {
  display: inline-block;
  margin-bottom: 7px;
  font-size: 14px;
  font-weight: 800;
  color: #1f2933;
  line-height: 1.3;
}

.hajvery-whatsapp-btn {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin-top: 4px;
  padding: 8px 15px;
  background: #25D366;
  color: #ffffff !important;
  text-decoration: none !important;
  border-radius: 7px;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.3;
  border: none;
  box-shadow: 0 8px 18px rgba(37, 211, 102, 0.25);
  transition: all 0.22s ease;
}

.hajvery-whatsapp-btn:hover {
  background: #1ebe5d;
  color: #ffffff !important;
  text-decoration: none !important;
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(37, 211, 102, 0.34);
}

.hajvery-whatsapp-btn::before {
  content: "✆";
  font-size: 15px;
  font-weight: 900;
  line-height: 1;
}

/* Shop / Category / Related Products Button Center */
.products .hajvery-price-whatsapp-box,
.product-grid-item .hajvery-price-whatsapp-box,
.wd-product .hajvery-price-whatsapp-box,
.related.products .hajvery-price-whatsapp-box {
  display: block;
  text-align: center;
  margin-top: 7px;
}

/* Shop / Category / Related Products Text Size */
.products .hajvery-price-text,
.product-grid-item .hajvery-price-text,
.wd-product .hajvery-price-text,
.related.products .hajvery-price-text {
  font-size: 13px;
}

/* Shop / Category / Related Products Button Size */
.products .hajvery-whatsapp-btn,
.product-grid-item .hajvery-whatsapp-btn,
.wd-product .hajvery-whatsapp-btn,
.related.products .hajvery-whatsapp-btn {
  padding: 7px 13px;
  font-size: 13px;
  border-radius: 6px;
}

/* Single Product Page Button */
.single-product .hajvery-price-whatsapp-box {
  display: block;
  margin-top: 10px;
  margin-bottom: 12px;
}

.single-product .hajvery-price-text {
  font-size: 15px;
}

.single-product .hajvery-whatsapp-btn {
  padding: 9px 17px;
  font-size: 15px;
  border-radius: 7px;
}

/* Mobile Responsive WhatsApp Button */
@media (max-width: 768px) {
  .hajvery-price-whatsapp-box {
    margin-top: 7px;
    margin-bottom: 7px;
  }

  .hajvery-price-text {
    font-size: 13px;
  }

  .hajvery-whatsapp-btn {
    padding: 7px 13px;
    font-size: 13px;
    border-radius: 6px;
  }

  .single-product .hajvery-price-text {
    font-size: 14px;
  }

  .single-product .hajvery-whatsapp-btn {
    padding: 8px 15px;
    font-size: 14px;
  }
}

/* WooCommerce Price WhatsApp Button End */


/* Homepage SEO Section - Option 1 Premium White Card Start */

.hajvery-seo-area {
  width: 100%;
  padding: 55px 18px;
  background: linear-gradient(180deg, #ffffff 0%, #f2f8fd 100%);
  overflow: hidden;
}

.hajvery-seo-box {
  max-width: 1180px;
  margin: 0 auto;
  padding: 46px 42px;
  border-radius: 30px;
  background: #ffffff;
  border: 1px solid rgba(29, 117, 186, 0.16);
  box-shadow: 0 22px 55px rgba(29, 117, 186, 0.14);
  position: relative;
  animation: hajveryFadeUp 0.9s ease both;
}

/* Top-right aur bottom-left inner color effects removed */
.hajvery-seo-box::before,
.hajvery-seo-box::after {
  display: none !important;
  content: none !important;
}

.hajvery-seo-tag {
  display: table;
  margin: 0 auto 20px;
  padding: 9px 18px;
  border-radius: 50px;
  background: #1d75ba;
  color: #ffffff;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: 0.3px;
  box-shadow: 0 10px 24px rgba(29, 117, 186, 0.28);
}

.hajvery-seo-title {
  max-width: 1120px;
  margin: 0 auto 26px;
  color: #1d75ba;
  font-size: clamp(30px, 3.2vw, 52px);
  line-height: 1.22;
  font-weight: 850;
  text-align: center;
  letter-spacing: -0.8px;
}

.hajvery-seo-content {
  max-width: 1080px;
  margin: 0 auto;
}

.hajvery-seo-content p {
  color: #5f6873;
  font-size: clamp(17px, 1.45vw, 22px);
  line-height: 1.8;
  font-weight: 400;
  margin: 0 0 20px;
  text-align: left;
}

.hajvery-seo-points {
  max-width: 1080px;
  margin: 30px auto 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.hajvery-seo-points .seo-point {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 15px 16px;
  border-radius: 18px;
  background: #f2f8fd;
  border: 1px solid rgba(29, 117, 186, 0.13);
  transition: all 0.3s ease;
}

.hajvery-seo-points .seo-point:hover {
  transform: translateY(-4px);
  background: #ffffff;
  box-shadow: 0 14px 30px rgba(29, 117, 186, 0.16);
}

.hajvery-seo-points .seo-point span {
  min-width: 27px;
  height: 27px;
  border-radius: 50%;
  background: #1d75ba;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  font-weight: 800;
  box-shadow: 0 8px 18px rgba(29, 117, 186, 0.26);
}

.hajvery-seo-points .seo-point p {
  margin: 0;
  color: #43515f;
  font-size: clamp(15px, 1.2vw, 18px);
  line-height: 1.45;
  font-weight: 600;
}

@keyframes hajveryFadeUp {
  from {
    opacity: 0;
    transform: translateY(26px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .hajvery-seo-area {
    padding: 28px 13px;
  }

  .hajvery-seo-box {
    padding: 28px 18px;
    border-radius: 24px;
  }

  .hajvery-seo-tag {
    margin-bottom: 16px;
    font-size: 12px;
    padding: 8px 14px;
    text-align: center;
  }

  .hajvery-seo-title {
    font-size: 27px;
    line-height: 1.28;
    letter-spacing: -0.4px;
    margin-bottom: 20px;
  }

  .hajvery-seo-content p {
    font-size: 16.5px;
    line-height: 1.75;
    margin-bottom: 17px;
    text-align: left;
  }

  .hajvery-seo-points {
    grid-template-columns: 1fr;
    gap: 11px;
    margin-top: 24px;
  }

  .hajvery-seo-points .seo-point {
    padding: 13px 14px;
    border-radius: 16px;
  }

  .hajvery-seo-points .seo-point span {
    min-width: 25px;
    height: 25px;
    font-size: 15px;
  }

  .hajvery-seo-points .seo-point p {
    font-size: 15.5px;
    line-height: 1.45;
  }
}

/* Extra Small Mobile */
@media (max-width: 420px) {
  .hajvery-seo-title {
    font-size: 24px;
  }

  .hajvery-seo-content p {
    font-size: 16px;
  }

  .hajvery-seo-box {
    padding: 24px 15px;
  }
}

/* Homepage SEO Section - Option 1 Premium White Card End */



.solar-verification-intro {
  max-width: 1180px;
  margin: 45px auto 55px auto;
  padding: 42px 42px 46px 42px;
  text-align: center;
  background: #ffffff;
  border: 1px solid #d7e8f7;
  border-radius: 24px;
  box-shadow: 0 18px 45px rgba(31, 123, 190, 0.13);
}

.solar-intro-badge {
  display: inline-block;
  margin: 0 auto 18px auto;
  padding: 8px 20px;
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  color: #ffffff;
  background: #1f75bb;
  border-radius: 50px;
  box-shadow: 0 10px 24px rgba(31, 123, 190, 0.25);
}

.solar-verification-intro h1 {
  max-width: 980px;
  margin: 0 auto 22px auto;
  font-size: 46px;
  line-height: 1.22;
  font-weight: 800;
  letter-spacing: 0.2px;
  color: #1f75bb;
}

.solar-verification-intro p {
  max-width: 1030px;
  margin: 0 auto 18px auto;
  font-size: 18px;
  line-height: 1.85;
  font-weight: 400;
  text-align: left;
  color: #5f6b7a;
}

.solar-keyword-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  max-width: 1030px;
  margin: 22px auto 0 auto;
  text-align: left;
}

.solar-keyword-grid div {
  position: relative;
  padding: 10px 14px 10px 44px;
  display: flex;
  align-items: center;
  background: #f1f8fe;
  border: 1px solid #c9e2f6;
  border-radius: 12px;
  font-size: 13px;
  line-height: 1.3;
  font-weight: 600;
  color: #304255;
  box-shadow: 0 5px 12px rgba(31, 123, 190, 0.06);
}

.solar-keyword-grid div::before {
  content: "✓";
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #1f75bb;
  color: #ffffff;
  border-radius: 50%;
  font-size: 12px;
  font-weight: 800;
  box-shadow: 0 4px 10px rgba(31, 123, 190, 0.20);
}

@media (max-width: 1024px) {
  .solar-verification-intro {
    max-width: 92%;
    padding: 38px 30px 42px 30px;
  }

  .solar-verification-intro h1 {
    font-size: 38px;
  }

  .solar-keyword-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }
}

@media (max-width: 768px) {
  .solar-verification-intro {
    margin: 28px 15px 38px 15px;
    padding: 32px 20px 34px 20px;
    border-radius: 20px;
  }

  .solar-intro-badge {
    font-size: 12px;
    padding: 8px 15px;
    margin-bottom: 16px;
  }

  .solar-verification-intro h1 {
    font-size: 30px;
    line-height: 1.28;
    margin-bottom: 18px;
  }

  .solar-verification-intro p {
    font-size: 16px;
    line-height: 1.75;
    text-align: left;
  }

  .solar-keyword-grid {
    grid-template-columns: 1fr;
    gap: 8px;
    margin-top: 20px;
  }

  .solar-keyword-grid div {
    font-size: 12.5px;
    padding: 9px 12px 9px 40px;
  }
}

@media (max-width: 480px) {
  .solar-verification-intro h1 {
    font-size: 26px;
  }

  .solar-verification-intro p {
    font-size: 15.5px;
  }
}



/* Main Technical Support Section */
.hajvery-tech-support-section {
  width: 100%;
  padding: 90px 20px 70px;
  font-family: inherit;
  color: #ffffff;
  overflow: hidden;
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
  position: relative;
}

.hajvery-tech-container {
  max-width: 1150px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

/* Intro */
.hajvery-tech-intro {
  max-width: 650px;
  margin-bottom: 45px;
}

.hajvery-tech-icon {
  font-size: 42px;
  line-height: 1;
  margin-bottom: 18px;
}

.hajvery-tech-intro h1 {
  font-size: 54px;
  line-height: 1.12;
  font-weight: 800;
  color: #ffffff;
  margin: 0 0 20px;
}

.hajvery-tech-intro p {
  font-size: 18px;
  line-height: 1.8;
  color: #f3f8ff;
  margin: 0;
  max-width: 620px;
}

/* Service Card */
.hajvery-support-card {
  background: #ffffff;
  color: #073b78;
  border-radius: 18px;
  padding: 35px 28px;
  box-shadow: 0 14px 35px rgba(0, 0, 0, 0.18);
  margin-bottom: 35px;
}

.hajvery-support-card h2 {
  text-align: center;
  font-size: 28px;
  font-weight: 800;
  color: #073b78;
  margin: 0 0 32px;
}

.hajvery-support-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.hajvery-support-item {
  text-align: center;
  padding: 24px 18px;
  border-right: 1px solid #dce8f7;
}

.hajvery-support-item:last-child {
  border-right: none;
}

.support-icon {
  font-size: 38px;
  margin-bottom: 14px;
}

.hajvery-support-item h3 {
  font-size: 17px;
  line-height: 1.35;
  font-weight: 700;
  color: #073b78;
  margin: 0;
}

/* Company Support Box */
.hajvery-company-support {
  background: linear-gradient(135deg, #002f6c 0%, #004f9f 100%);
  border-radius: 16px;
  padding: 32px;
  color: #ffffff;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.16);
}

.support-provider-title {
  font-size: 22px;
  font-weight: 800;
  color: #ffffff;
  margin: 0 0 24px;
}

/* Companies List - One Column */
.support-company-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

/* Each Company Row */
.support-company-card {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  min-height: 92px;
  background: rgba(255, 255, 255, 0.10);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 14px;
  overflow: hidden;
  transition: all 0.25s ease;
}

.support-company-card:hover {
  background: rgba(255, 255, 255, 0.16);
  transform: translateY(-2px);
}

/* Logo Side */
.company-logo-area {
  height: 100%;
  min-height: 92px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 18px 24px;
}

.company-logo-area img {
  max-width: 200px;
  max-height: 64px;
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
}

/* Contact Side */
.company-contact-area {
  height: 100%;
  min-height: 92px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 14px;
  padding: 18px 24px;
  border-left: 1px solid rgba(255, 255, 255, 0.45);
  font-size: 24px;
  font-weight: 800;
  white-space: nowrap;
}

.company-phone-icon {
  font-size: 28px;
  line-height: 1;
}

.company-contact-area a {
  color: #ffffff;
  text-decoration: none;
}

.company-contact-area a:hover {
  color: #d9ecff;
}

/* Tablet Responsive */
@media (max-width: 900px) {
  .hajvery-tech-support-section {
    padding: 75px 20px 60px;
    background-position: center right;
  }

  .hajvery-tech-intro h1 {
    font-size: 42px;
  }

  .hajvery-support-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .hajvery-support-item {
    border-right: none;
    border-bottom: 1px solid #dce8f7;
  }

  .hajvery-support-item:nth-child(3),
  .hajvery-support-item:nth-child(4) {
    border-bottom: none;
  }

  .company-logo-area img {
    max-width: 170px;
  }

  .company-contact-area {
    font-size: 20px;
  }
}

/* Mobile Responsive */
@media (max-width: 600px) {
  .hajvery-tech-support-section {
    padding: 55px 16px 50px;
    background-position: center right;
  }

  .hajvery-tech-intro {
    text-align: left;
    margin-bottom: 32px;
  }

  .hajvery-tech-icon {
    font-size: 36px;
  }

  .hajvery-tech-intro h1 {
    font-size: 32px;
    line-height: 1.18;
  }

  .hajvery-tech-intro p {
    font-size: 16px;
    line-height: 1.75;
  }

  .hajvery-support-card {
    padding: 28px 18px;
    border-radius: 14px;
  }

  .hajvery-support-card h2 {
    font-size: 24px;
  }

  .hajvery-support-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .hajvery-support-item {
    border-right: none;
    border-bottom: 1px solid #dce8f7;
    padding: 22px 12px;
  }

  .hajvery-support-item:last-child {
    border-bottom: none;
  }

  .hajvery-company-support {
    padding: 24px 18px;
  }

  .support-provider-title {
    text-align: center;
    font-size: 19px;
  }

  .support-company-card {
    grid-template-columns: 1fr;
  }

  .company-logo-area {
    justify-content: center;
    min-height: 82px;
    padding: 18px 16px 12px;
  }

  .company-logo-area img {
    max-width: 180px;
    max-height: 64px;
  }

  .company-contact-area {
    justify-content: center;
    min-height: 70px;
    border-left: none;
    border-top: 1px solid rgba(255, 255, 255, 0.45);
    padding: 14px 16px 18px;
    font-size: 20px;
  }

  .company-phone-icon {
    font-size: 24px;
  }
}


/* Hajvery Solar — Automated Pricing Box */

.hajvery-automated-price-box {
    width: 100%;
    margin: 20px 0 24px;
    overflow: hidden;
    border: 1px solid #d7e3ec;
    border-radius: 12px;
    background: #ffffff;
    box-shadow: 0 6px 20px rgba(18, 61, 93, 0.09);
}

.hajvery-price-box-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 13px 18px;
    background: #2179b8;
}

.hajvery-price-box-title {
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3;
}

.hajvery-price-stock {
    flex: 0 0 auto;
    padding: 5px 10px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
}

.hajvery-stock-in {
    background: #dcfce7;
    color: #166534;
}

.hajvery-stock-out {
    background: #fee2e2;
    color: #991b1b;
}

.hajvery-price-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 13px 18px;
    border-bottom: 1px solid #e6edf3;
}

.hajvery-price-label {
    color: #263746;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.4;
}

.hajvery-price-value {
    color: #1475bd;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.4;
    white-space: nowrap;
}

.hajvery-price-value .woocommerce-Price-amount,
.hajvery-price-value .woocommerce-Price-currencySymbol {
    color: inherit;
}

.hajvery-price-last-updated {
    padding: 9px 18px;
    background: #f7fafc;
    color: #64748b;
    font-size: 12px;
    text-align: right;
}

@media screen and (max-width: 600px) {
    .hajvery-price-box-header {
        align-items: flex-start;
        flex-direction: column;
        gap: 8px;
    }

    .hajvery-price-row {
        align-items: flex-start;
        flex-direction: column;
        gap: 5px;
    }

    .hajvery-price-value {
        font-size: 16px;
    }

    .hajvery-price-last-updated {
        text-align: left;
    }
}



.current-home-slider {
    display: none !important;
}

.future-home-slider {
    display: flex !important;
}


/* =========================================================
 * Product description specification tables
 * Lightweight CSS-only front-end alignment.
 * Works with both clean single tables and older fragmented
 * ChatGPT-pasted one-row tables without JavaScript.
 * ========================================================= */
.single-product .woocommerce-Tabs-panel--description table {
    width: 100%;
    margin: 0 !important;
    border-collapse: collapse;
    table-layout: fixed;
    background: #fff;
}

.single-product .woocommerce-Tabs-panel--description table th,
.single-product .woocommerce-Tabs-panel--description table td {
    padding: 11px 14px;
    border-bottom: 1px solid #e7ebef;
    vertical-align: top;
    text-align: left;
    line-height: 1.55;
    overflow-wrap: anywhere;
}

.single-product .woocommerce-Tabs-panel--description table th:first-child,
.single-product .woocommerce-Tabs-panel--description table td:first-child {
    width: 40%;
    font-weight: 600;
}

.single-product .woocommerce-Tabs-panel--description table th:nth-child(2),
.single-product .woocommerce-Tabs-panel--description table td:nth-child(2) {
    width: 60%;
}

.single-product .woocommerce-Tabs-panel--description table thead th {
    background: #f7f9fb;
    color: #1f2937;
    font-weight: 700;
    border-top: 1px solid #e7ebef;
}

.single-product .woocommerce-Tabs-panel--description > div > table {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

@media screen and (max-width: 600px) {
    .single-product .woocommerce-Tabs-panel--description table th,
    .single-product .woocommerce-Tabs-panel--description table td {
        padding: 9px 10px;
        font-size: 13px;
    }

    .single-product .woocommerce-Tabs-panel--description table th:first-child,
    .single-product .woocommerce-Tabs-panel--description table td:first-child {
        width: 44%;
    }

    .single-product .woocommerce-Tabs-panel--description table th:nth-child(2),
    .single-product .woocommerce-Tabs-panel--description table td:nth-child(2) {
        width: 56%;
    }
}
