/*
Theme Name: childtheme
Theme URI: http://wordpress.org/themes/childtheme
Author: childtheme Team
Author URI: http://wordpress.org/
Description: Description Goes Here.
Version: 1.0
License: GNU General Public License v2 or later
Tags: black, brown, orange, tan, white, yellow, light, one-column, two-columns, right-sidebar, flexible-width, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, translation-ready


This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


/* ============================
   HelloBiz Product Page Styles
   ============================ */

.hellobizProduct {
  background: #f8fafc;
}


/* Headings */
.productDtlPgBlock1ColRRow1 h3 {
  font-size: 30px;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 8px;
}

.productDtlPgBlock1ColRRow1 h4 {
  font-size: 18px;
  font-weight: 500;
  color: #2563eb;
  margin-bottom: 20px;
}

/* Section sub-headings */
.productDtlPgBlock1ColRRow2 h5 {
  font-size: 20px;
  font-weight: 600;
  color: #0f172a;
  margin-top: 30px;
  margin-bottom: 12px;
  position: relative;
}

.productDtlPgBlock1ColRRow2 h5::before {
  content: "";
  position: absolute;
  left: -12px;
  top: 4px;
  width: 4px;
  height: 20px;
  background: #2563eb;
  border-radius: 2px;
}

/* Paragraphs */
.productDtlPgBlock1ColRRow2 p {
  font-size: 16px;
  line-height: 1.75;
  color: #334155;
  margin-bottom: 16px;
}

/* Lists */
.productDtlPgBlock1ColRRow2 ul,
.productDtlPgBlock1ColRRow2 ol {
  padding-left: 22px;
  margin-bottom: 20px;
}

.productDtlPgBlock1ColRRow2 ul li,
.productDtlPgBlock1ColRRow2 ol li {
  font-size: 15.5px;
  line-height: 1.6;
  color: #334155;
  margin-bottom: 8px;
}

/* Highlight links */
.productDtlPgBlock1ColRRow2 a {
  color: #2563eb;
  font-weight: 500;
  text-decoration: none;
}

.productDtlPgBlock1ColRRow2 a:hover {
  text-decoration: underline;
}

/* Image styling */
.productDtlPgBlock1ColLPic img {
  width: 100%;
  border-radius: 16px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}



/* Responsive */
@media (max-width: 991px) {
  .productDtlPgBlock1ColRBx {
    padding: 25px;
  }

  .productDtlPgBlock1ColRRow1 h3 {
    font-size: 26px;
  }
}
