/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 08 2025 | 08:34:42 */
/* CSS - Add this to your stylesheet */
.desc-p {
    transition: all 0.3s ease;
    position: relative;
}
.desc-p.blurred {
    max-height: 300px;
    overflow: hidden;
    /* text-align: center; */
}
.desc-p.blurred::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 60px;
    background: linear-gradient(transparent 0%, rgba(255,255,255,0.7) 50%, rgba(255,255,255,1) 100%);
    pointer-events: none;
}
.toggle-btn {
    display: block;
    margin: 0px auto 0;
    padding: 10px 20px;
    background: #e0703c;
    color: white;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    font-size: 14px;
    transition: background 0.3s ease;
    text-align: center;
}
.toggle-btn:hover {
    background: #c36033;
}
.toggle-btn.hidden {
    display: none;
}

.ea-header a {
  font-size: 18px !important;     
  background: #e0703c;  
  color: #fff !important;  
  display: block;            
  padding: 10px;  
}

@media only screen and (max-width: 768px) {
  .ea-header a {
    font-size: 14px !important;  
  }
.sp-easy-accordion .sp-ea-single .ea-header a {
    line-height: 15px;
}	
}


.ea-header a .ea-expand-icon {
  color: #fff !important; 
}



.ea-header a {
  color: #fff;
  font-size: 18px;
  display: block;
  padding: 10px 24px; 
    border-radius: 50px;
  );
}

@media only screen and (max-width: 768px) {
  .ea-header a {
    font-size: 14px;
    padding: 8px 12px;
  }
}



.sp-easy-accordion .sp-ea-single .ea-header {
    background-color: #ffffff !important;
}


.sp-easy-accordion .sp-ea-single {
     border: 0px solid !important;
}


.ea-expand-icon {
  display: none;
}

.ea-header a::before {
  content: "";
  display: inline-block;
  border: solid currentColor;
  border-width: 0 2px 2px 0;
  padding: 5px;
  margin-right: 8px;
  transform: rotate(-45deg);
  
  transition: transform 0.3s ease;
}

.ea-header a[aria-expanded="true"]::before {
    transform: rotate(45deg) translateY(-7px);
    margin-right: 10px;
}

@media only screen and (max-width: 768px) {
  .ea-header a::before {
    padding: 2px;
    margin-right: 6px;
  }

ea-header a::before {
  padding: 3px;
  margin-right: 8px;
}
}
