/*
            Theme Name: Bountykinds Theme
            Author: HTML WP
            Description: Theme Bountykinds Theme created by HTML WP.you can change this after theme creation.
            Version: 1.0
            */

header .header-logo {
    width: 120px;
}

.about-bountykinds-heading h2{
	font-size: 35px;
    line-height: 43px;
}

.accordion {
      max-width: 700px;
      margin: 0 auto;
    }

    .accordion-item {
      margin-bottom: 12px;
      border-radius: 8px;
      overflow: hidden;
    }

    .accordion-header {
      width: 100%;
      text-align: left;
      padding: 1rem 1.25rem;
      background-color: #fff;
      color: #000;
      font-weight: 500;
      border: none;
      display: flex;
      align-items: center;
      justify-content: space-between;
      text-transform: uppercase;
      cursor: pointer;
      transition: background-color 0.3s ease;
      border-radius: 8px;
			font-family: "Barlow", sans-serif;
    text-transform: uppercase;
    padding: 2rem;
			1rem;
    }

    .accordion-header.active {
      background-color: #6457F9;
    }

    .accordion-icon {
      transition: transform 0.3s ease;
			margin-left:30px;
			width: 30px;
  height: 30px;
    }

    .accordion-header.active .accordion-icon {
      transform: rotate(180deg);
    }

    .accordion-content {
      display: none;
      background-color: #000;
      color: #fff;
      border: 1px solid #6457F9;
      border-top: none;
      border-radius: 0 0 8px 8px;
    }
.accordion-header.active {
  background-color: #6457F9;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

    .accordion-body {
      padding: 1.25rem;
      font-size: 0.95rem;
      line-height: 1.7;
    }

/* MOBILE */
@media (max-width: 767px){
	.about-bountykinds-heading h2 {
		font-size: 28px;
		line-height: 38px;
	}
}