﻿/* accourdon */



.custom-accordion-content, .custom-sub-accordion-content {
    display: none; /* Hide content by default */
    margin-left: 20px; /* Indent the content */
    padding: 10px 20; /* Padding around content */
}

.custom-accordion-content ul, .custom-sub-accordion-content ul {
    list-style-type: none; /* Remove bullet points */
    padding-left: 0; /* Remove left padding */
}

/* Adjusting margin-bottom for li elements for spacing */
.custom-accordion-content ul li, .custom-sub-accordion-content ul li {
    margin-bottom: 12px; /* Increase spacing between <li> buttons */
    text-align: left; /* Align text to the left */
}
.custom-accordion .accordion-item {
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
}

.custom-accordion .accordion-toggle {
    text-transform: none !important;
}

.custom-accordion .accordion-toggle {
    background-color: #fff;
    color: #000;
    border-radius: 6px;
    font-weight: bold;
    font-size: 18px;
    padding: 0 0 0 20px;
    width: 100%;
    text-align: left;
    border: none;
    cursor: pointer;
    outline: none;
    transition: color 0.3s ease;
}
.custom-accordion button.accordion-toggle:hover {
    color: #a67a05 !important;
}
.custom-accordion .accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    padding: 0 20px;
    background-color: #f9f9f9;    
}

.custom-accordion .accordion-content p {
    font-size: 20px;
    padding: 0 0 0 0px;
      
}

.custom-accordion .accordion-content x {
    font-size: 16px;
    padding: 0 0 0 0px;
      
}

.xcustom-accordion .accordion-content h3 {

padding-top:0px;
      
}

.custom-accordion .accordion-toggle {
    display: block;
    width: 100%;
    height: auto;

    box-sizing: border-box;

    padding: 12px 16px;
    line-height: 1.4;

    white-space: normal;
    overflow: visible;

    text-align: left;
}