/*!
Theme Name: ardens
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ardens
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

*/

.footer_logo{
	width: 140px;
}

section.testimonial-area-5 {
    background: #fcfcfc;
}

.insta_left {
    display: flex;
}


a.creator_insta {
    color: #000;
}


.accordion_1 {
  --bs-accordion-border-radius: 0px;
    --bs-accordion-inner-border-radius: 0px;
    border-top: 1px solid rgba(14, 15, 17, 0.1);
}

.accordion_item {
  border-bottom: 1px solid #ddd;
  padding: 18px 0;
  cursor: pointer;
  transition: background 0.3s;
}

.accordion_item:hover {
  background: #fff;
}

.accordion_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 500;
    font-size: 20px;
}

.accordion_symbol {
    width: 30px;
    height: 30px;
    border: 1px solid var(--primary);
  border-radius: 50%;
  color: #000;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 0.3s, background 0.3s;
}

.accordion_item.active .accordion_symbol {
  background: #fff;
  transform: rotate(180deg);
}

.accordion_item.active .accordion_content{
padding: 0px 0px 23px 0px;
}

.accordion_content {
  max-height: 0;
  overflow: hidden;
      font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    
    border: none;
  line-height: 1.5;
  transition: max-height 0.4s ease, opacity 0.3s ease;
  opacity: 0;
  padding-right: 35px;
}

.accordion_item.active .accordion_content {
  max-height: 300px;
  opacity: 1;
  margin-top: 10px;
}


.section-header.desc_s p strong {
    font-weight: bold;
    
}

.section-header.desc_s p{
  margin-bottom: 20px;
}

.section-header.desc_s ul{
  padding: 0 0 20px 20px;
}

.section-header.desc_s ul li{
  list-style: disc;
  padding-bottom: 10px;
  font-size: 18px;
}

h2.section-title.title_about {
    font-size: 30px;
}

ul.lang {
    display: flex;
    gap: 10px;
}

ul.lang .current-lang a{
  font-weight: 600;
}



@media only screen and (max-width: 1210px) {
  h2.section-title.title_about {
    font-size: 24px;
  }
}

@media only screen and (max-width: 991px) {
  h2.section-title.title_about {
    font-size: 20px;
  }
}