/* Default style: No background, black text */
/* .accordion-title a {
    background-color: transparent;
    color: black;
} */
.details-button:hover ~ .lqd-cc--el {
    display: none !important;
}


/* Style applied only to the open item */
.accordion-title a.active-accordion {
    background-color: #73a200!important;
    color: white !important;
}

.inner-down-list  a:hover {
    color: #f4911d !important; /* Change text color */
    transition: 0.1s ease-in-out;
}

.one-down-items > a.active {
    color: #73a200!important; /* Change to your desired color */
  
}
/* Modal Styles */

.bg-black {
    background: #292929;
}

.padding-L {
    padding-left: 30px;
}
.for-hover:hover, .for-hover:focus, .for-hover:active {
    color: #f4911d !important; /* Change to your desired hover color */
}

.for-hover li {
    transition: color 0.1s ease;
}

    .dropdown-list {
        display: none;
    }
    .dropdown-list.show {
        display: block;
    }

/* The Modal (background) */

.modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 9999999999999;
    /* Sit on top */
    padding-top: 100px;
    /* Location of the box */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
}


/* Modal Content */
/* Active state for accordion items */
.accordion-item.active .accordion-button {
    background-color: red !important; /* Green background */
    color: white !important; /* White text */
}



.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
}


/* The Close Button */

.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.hidden-email {
    display: none;
    /* Hidden initially */
    opacity: 0;
    /* Fully transparent */
    transform: translateY(-30px);
    /* Slide from higher position */
    transition: opacity 0.8s cubic-bezier(0.25, 0.8, 0.25, 1), transform 0.8s cubic-bezier(0.25, 0.8, 0.25, 1);
    /* Smooth easing */
}

.hidden-email.visible {
    display: block;
    /* Make it visible */
    opacity: 1;
    /* Fully visible */
    transform: translateY(0);
    /* Slide to original position */
}

.lqd-contact-form label {
    color: red !important;
}

.accordion-text {
    color: #000000 !important;
    line-height: 1.2em !important;
    font-size: 13px !important;
}

.why-arete-accordion-text {
    color: #000000 !important;
    line-height: 1.2em !important;
}

.link-grey a {
    color: #878c93 !important;
}

.Resources-arrow-style {
    font-size: 9px;
}

.Resources-ul-style {
    display: block;
    position: absolute;
    top: 41px;
    background-color: white;
    transition: 0.3s;
    min-width: 258px;
    z-index: 999;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 22px 50px 0px;
    padding-left: 29px;
    padding-top: 0px;
    padding-bottom: 15px;
}

.dropdown-arrow {
    display: inline-block;
    margin-left: 5px;
    transition: transform 0.3s ease;
}

.dropdown-toggle[aria-expanded="true"] .dropdown-arrow {
    transform: rotate(180deg);
}

.blogs-para {
    font-size: 16px;
    font-weight: lighter;
    color: rgb(0 0 0 / 50%);
}

.custom-accordion .accordion-item {
    border: none;
    margin-bottom: 10px;
}

.custom-accordion .accordion-button {
    background-color: #8BA663;
    /* Olive green color from image */
    color: white;
    border-radius: 4px;
    padding: 15px 20px;
    font-size: 16px;
    font-weight: 500;
}

.custom-accordion .accordion-button:not(.collapsed) {
    background-color: #8BA663;
    color: white;
    box-shadow: none;
}

.custom-accordion .accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.custom-accordion .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.custom-accordion .accordion-body {
    background-color: #f8f9fa;
    color: #6B7280;
    padding: 15px 20px;
    font-size: 15px;
    line-height: 1.5;
}


/* Skills Progress Bar Styling */

.skill-item {
    margin-bottom: 25px;
}

.skill-name {
    display: flex;
    justify-content: space-between;
    color: #6B7280;
    font-size: 16px;
    margin-bottom: 10px;
}

.progress {
    height: 8px;
    background-color: #F3F4F6;
    border-radius: 20px;
    overflow: hidden;
}

.progress-bar {
    background: linear-gradient(90deg, #8B5CF6 0%, #22D3EE 100%);
    border-radius: 20px;
    transition: width 1s ease-in-out;
}


/* Modal Styling */

.modal-content {
    border-radius: 12px;
    border: none;
}

.modal-header {
    border-bottom: 1px solid #E5E7EB;
    padding: 20px 24px;
}

.modal-body {
    padding: 24px;
}

.modal-title {
    font-weight: 600;
    color: #111827;
}