 .slider-content h3 {
    color: #331b0e;
}
   .tab-button-group {
    border: 1px solid #331b0e;
    display: flex;
    padding: 0;
    width: fit-content;
    gap: 30px;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    border-radius: 30px;
}


            .tab-button-group a {
    color: #331b0e;
    text-transform: capitalize;
    border-radius: 30px;
    padding: 7px 25px;
    font-weight: 500;
    font-size: 16px;
    border: 1.75px solid #331b0e;
    line-height: 20px;
}
 .tab-button-group a.active {
   
  background-color: var(--secondary-color);
  
}
h3.product-name {
  
    font-family: 'Montserrat', sans-serif;
    color: #331b0e;
    font-weight: 700;
   
    margin: 0;
    font-size: 22px;
    line-height: 24px;
    text-transform: uppercase;
    padding-top: 10px;
}
p.product-tagline {
    margin-bottom: 0;
    color: #331b0e;
    text-transform: uppercase;
    font-size: 11px;
    opacity: 0.5;
    display: none;
}

p.product-price {
    font-size: 18px;
    color: #6e421a;
    font-weight: 800;
    line-height: 1;
    font-weight: 900;
    font-family: 'Montserrat', sans-serif;
    margin: 10px 0;
    
}
a.productButton {
    padding: 16px 30px;
    border-radius: 100px;
    background-color: #6e421a;
    transition: all cubic-bezier(.4, 0, .2, 1) .15s;
    font-weight: 700;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: .05em;
    text-transform: uppercase;
    color: #f5ebdf;
    margin-top: 0;
    display: inline-block;
}
   .akuTabContent h2{
               font-size: 48px;
               margin-bottom:20px;
    
    
    
          }
          
          .akuTabContent p{
             color: #331b0e;
          }
          .akuTabContent-image{
              padding: 30px;
          }
          h3.number {
    color: #331b0e;
    font-weight: 900;
    font-size: 44px;
    
}
.list-box img {
    max-width: 100px;
}
.list-box {
    padding: 10px 20px;
 box-shadow: 0 2px 4px -1px rgba(0, 0, 0, .16), 0 4px 5px 0 rgba(0, 0, 0, .05), 0 1px 10px 0 rgba(0, 0, 0, .08);
    border-radius: 10px;
}
img.main-image.w-100 {
    filter: drop-shadow(10px 10px 10px rgba(0, 0, 0, 0.1));
    transition: all 0.5s ease 0s;
}
.product-listing:hover img.main-image.w-100 {
  transform: scale(0.95);  
} 
hr.akuhr {
    margin: 60px 0;
    padding: 0px;
    border-bottom: 3px solid #331b0e;
    border-top: 0px;
    border: none;
    height: 3px;
    width: 99%;
    background: #331b0e;
    opacity: 1;
    margin-left: auto;
    margin-right: auto;
}
    .pyramidBox {
    padding: 40px 30px;
    background: #fbb315;
    border-radius: 1000px 1000px 10px 10px;
    text-align: center;
}
.pyramidBox img{
    max-width: 250px;
}
.pyramidBox.two {
   
    background: #e46849;
   
}
 .video-area{
                  background-image: url(https://holycap.shop/cdn/shop/files/Frame_33_1800x.png);
    height: 100vh;
    position: relative;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top:40px;
          }
           .testimonial-upper-box h3 {
    font-size: 24px;
    line-height: 28px;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-weight: 900;
    color: #fff;
    margin: 20px 0;
}
.testimonialbox {
   padding: 20px;
    background: #4f823b;
    border-radius: 10px;
    border: 8px solid #fff;
}
.testimonialbox.two{
     background:#da5036;
}
.testimonialbox.three{
     background: #fea100;
}


.testimonial-upper-box.d-flex {
    justify-content: space-between;
}
.testmonialimgbox img{
        border: 3px solid #285a28;
    border-radius: 10px;
}
.testimonial-bottom-box svg {
    width: 56px;
  
    padding-top: 20px;
    padding-bottom: 10px;
}

.starimgbox img {
    max-width: 100px;
    margin-bottom: 10px;
    margin:10px auto;
}
.testimonial-bottom-box p {
    color: #f5ebdf;
    font-size: 13px;
    line-height: 1.8;
}
.testimonialbox.two .testmonialimgbox img {
    border-color: #a03e2c;
  
}
.testimonialbox.three .testmonialimgbox img {
    border-color: #c5830fe8;
  
}
   section.call-to-action {
    background: linear-gradient(180deg, #F15C22 0%, #FA6F2C 100%);
    position: relative;
    overflow: hidden;
}
  section.call-to-action h2.text-white {
    color: #f5ebdf !important;
}
.call-list-box {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}
.call-item {
    background: #f5ebdf;
    width: 175px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    border-radius: 6px;
}
.call-item img {
    width: 100px;
}
.cat-absolute{
    position: absolute;
    right: 0;
    width: 400px;
    bottom: 0;
}

section#homefaq .card-header {
   
  
     background: transparent;
    border: none;
    padding-left: 0;
    padding-right:0;
}
#homefaq #accordionp .card-title {
    font-size: 20px;
    font-weight: 600;
    display: inline-block;
    line-height: 28px;
    margin-top: .5rem;
    text-transform: capitalize;
    color: #331b0e;
    padding-right: 30px;
    position: relative;
}
section#homefaq .accordion .card-header:after {
    float: right;
    content: "-";
    font-size: 32px;
    line-height: 28px;
    position: absolute;
    right: 0;
    top: 5%;
    color: #dec27f;
}


section#homefaq .accordion .card-header.collapsed:after {
    content: "+";
}
section#homefaq .card {
    background: none;
    
    border: none;
    border-top: 1px solid #dec27f;
    border-left: none;
    border-right: none;
    border-radius: 0;
}
section#homefaq .card:last-child {
    border-bottom: 1px solid #dec27f;
}
section#homefaq .card-body {
    padding-left: 0;
    padding-right: 0;
    color: #331b0e;
    font-size: 15px;
}

.faqimgbox img{
    margin-top:40px;
    max-width: 500px;
}


/*gobal faqs code start here*/

section.homefaq .card-header {
   
  
     background: transparent;
    border: none;
    padding-left: 0;
    padding-right:0;
}
.homefaq .accordionp .card-title {
    font-size: 20px;
    font-weight: 700;
    display: inline-block;
    line-height: 28px;
    margin-top: .5rem;
    text-transform: uppercase;
    color: #331b0e;
  
    padding-right:30px;
    position: relative;
}
section.homefaq .accordion .card-header:after {
    float: right;
    content: "-";
    font-size: 32px;
    line-height: 28px;
    position: absolute;
    right: 0;
    top: 5%;
    color: #dec27f;
}


section.homefaq .accordion .card-header.collapsed:after {
    content: "+";
}
section.homefaq .card {
    background: none;
    
    border: none;
    border-top: 1px solid #dec27f;
    border-left: none;
    border-right: none;
    border-radius: 0;
}
section.homefaq .card:last-child {
    border-bottom: 1px solid #dec27f;
}
section.homefaq .card-body {
    padding-left: 0;
    padding-right: 0;
    color: #331b0e;
    font-size: 15px;
}

