/*
 Theme Name:   Finbiz Child
 Theme URI:    https://reactheme.com/products/wordpress/finbiz
 Description:  Finbiz Child
 Author:       ReacThemes
 Author URI:   http://reactheme.com
 Template:     finbiz
 Version:      2.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
 */

@media (min-width: 768px) {
  .big-bg-porduct-details .project-info {
    margin: 20px;
  }
}

@media (max-width: 768px) {
  .big-bg-porduct-details img {
	display: None;
	}
}

.elementor-inline-item {
	margin: 10px;
}

.counter-top-area.style2 .rts-counter-list .count-text {
	box-shadow: none !important;
}

#content p {
	margin-bottom: 0;
}

.about-accordion .e-n-accordion-item {
  border: 1px solid #eee;
  border-radius: 12px;
  margin-bottom: 1rem;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
  transition: box-shadow 0.3s ease;
}

.about-accordion .e-n-accordion-item[open] {
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

.about-accordion .e-n-accordion-item .e-n-accordion-item-title-icon span>i {
    color: white;
}

.about-accordion .e-n-accordion-item-title {
  padding: 1rem 1.25rem;
  font-weight: 600;
  font-size: 1.05rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.about-accordion .e-n-accordion-item-title-icon {
  background: #C53A3E; /* primary red */
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  transition: transform 0.3s ease;
}

.about-accordion details[open] .e-n-accordion-item-title-icon {
  transform: rotate(180deg);
}

.about-accordion .nested-ul {
    list-style: display;
    padding-left: 20px
}

.about-accordion [role="region"] {
  padding: 1rem 1.25rem;
  font-size: 0.95rem;
  color: #444;
  line-height: 1.6;
  background: #fafafa;
}