/*
Theme Name:   Prestige Marketing Child
Theme URI:    https://prestigemarketing.com/
Description:  Child theme for Hello Elementor
Author:       Syed Zeeshan Haider
Author URI:   https://upwork.com/freelancers/syed99
Template:     hello-elementor
Version:      1.0.0
Text Domain:  prestige-marketing-child
*/



/* Place your global TOC styles here */
.elementor-toc--collapsed .elementor-toc__list-wrapper {
    max-height: 0 !important;
    overflow: hidden !important;
    opacity: 0 !important;
    transition: max-height 0.3s ease, opacity 0.3s ease;
}

/***** Align the right content wrt TOC widget***********/

[id^="elementor-toc__heading-anchor"] {
  scroll-margin-top: 110px !important;
}

/***** Design TOC widget***********/
.custom-toc{
  background-color: #f9f9f5;
  padding: 24px;
  border-left: 4px solid #7b9933;
  border-radius: 12px;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.05);
}
.custom-toc .elementor-toc__list-item-text-wrapper {
    align-items: start;
}

/*****End*******/





@media(max-width:768px)
{
[id^="elementor-toc__heading-anchor"] {
  scroll-margin-top: 180px !important;
}    
}


@media(max-width:480px)
{
[id^="elementor-toc__heading-anchor"] {
  scroll-margin-top: 180px !important;
}

.text_editor img
{
  width: 100%;
margin-bottom:20px;
}

.custom-toc{
  padding: 10px;
  }


}

/*****End*****/