:root { --ctoc-offset: 100px; --ctoc-color: #033571; }

/* Anchor offset for sticky header */
[id] { scroll-margin-top: var(--ctoc-offset); }
[id]::before { content:""; display:block; height:var(--ctoc-offset); margin-top:calc(-1*var(--ctoc-offset)); visibility:hidden; }

.ctoc { border:0; box-shadow:none; background:transparent; margin:1rem 0; overflow-anchor: none; }

/* Title as H2, no background */
.ctoc__toggle {
  width:100%; background:none; border:0; padding:0; cursor:pointer;
}
.ctoc__title {
  display:flex; align-items:center; gap:0.5rem;
  font-size:1.5em; /* h2 size */
  font-weight:700;
  color:var(--ctoc-color);
  margin:0;
}
.ctoc__icon { transition: transform .2s ease; color:var(--ctoc-color); }
.ctoc[data-collapsed="yes"] .ctoc__body { display:none; }
.ctoc[aria-open="true"] .ctoc__icon { transform: rotate(180deg); }

/* Numbered items, same color */
.ctoc__body { padding-top:0.5rem; }
.ctoc__list {
  list-style: decimal;
  padding-left:1.5rem;
  margin:0.25rem 0;
  color:var(--ctoc-color);
}
.ctoc__list--child { list-style: lower-alpha; margin-left:1.5rem; }
.ctoc__item { margin:0.125rem 0; }
.ctoc__link { text-decoration:none; color:var(--ctoc-color); }
.ctoc__link:hover { text-decoration:underline; }

/* Prevent smooth scroll on load interfering */
html { scroll-behavior: auto !important; }

/* Remove any background/focus highlight from the ToC header */
.ctoc__toggle,
.ctoc__toggle:focus,
.ctoc__toggle:active,
.ctoc__toggle:hover {
  background: none !important;
  outline: none !important;
  box-shadow: none !important;
}

.ctoc__title,
.ctoc__title:focus,
.ctoc__title:active,
.ctoc__title:hover {
  background: none !important;
}


.testimonial-item-wrap {
    padding: 0 25px 25px 10px; /* Increased padding for a more spacious feel */
    border-radius: 5px; /* Slightly rounded corners */
    box-shadow: 0 3px 5px 0 rgba(0,0,0,.06);
}

.testimonials-slider .testimonial-item {
    padding: 25px; /* Increased padding for a more spacious feel */
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    background-color: #FDFDFD;
    border-radius: 5px 5px 5px 5px;
    
}
.testimonial-remaining {
    max-height: 0; /* Initially hidden */
    overflow: hidden;
    display: inline-block;
    padding: 0;
    transition: max-height 0.3s ease, padding 0.3s ease;
}

.testimonial-remaining.show {
    padding: 10px 0; /* Adjust as needed */
}
.testimonial-read-more .arrow {
    display: inline-block;
    transition: transform 0.3s ease;
}

.testimonial-read-more .arrow.rotate {
    transform: rotate(180deg);
}
.testimonial-content {
    position: relative;
}
.testimonials-slider .testimonial-image {
    display: flex;
    margin-bottom: 10px;
    margin-top: 20px;
    align-items: center;
    justify-content: center;
}

.testimonials-slider .testimonial-image img {
    border-radius: 50%;
    overflow: hidden;
    width: 100px; /* Larger image for better emphasis */
    height: 100px;
    object-fit: cover;
    border: 3px solid #4c83b6; /* Orange border around the photo */
}

.testimonials-slider .testimonial-name {
    font-weight: bold;
    margin-bottom: 5px;
}

.testimonials-slider .testimonial-position {
    font-size: 18px;
    color: #FFB000;
    font-weight: bold;
    font-style: italic;
    text-decoration: overline;
    margin-bottom: 15px;
}

.testimonials-slider .testimonial-description {
    margin-bottom: 20px; /* More spacing below the description */
}

.testimonials-slider .testimonial-read-more {
    font-family: "Roboto", Sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2.8px;
    word-spacing: 5px;
    text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.3);
    fill: #FFFFFF;
    color: #FFFFFF;
    background-color: #4175FC;
    transition-duration: 0.3s;
    border-radius: 40px;
    padding: 15px 30px;
}

.testimonials-slider .testimonial-read-more:hover {
  color: #FDFDFD;
    background-color: #FF6D2D;
}

.testimonials-slider .testimonial-read-more:focus {
    outline: none;
    box-shadow: 0 0 0 2px #0056b3; /* Blue focus state */
}

.testimonials-slider .slick-next:before, .testimonials-slider .slick-prev:before {
    color: #093772;
}
.testimonials-slider .slick-dots .slick-active button:before {
    opacity: .75;
    color: #093772;
}
.testimonials-slider .slick-dots li button:before {
    color: #093772;
    font-size: 13px;
}


html .calendly-popup {
    font-family: "DS Sans", Sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    text-shadow: 0 0 0 rgba(0, 0, 0, .3);
    color: var(--e-global-color-astglobalcolor5);
    background-color: #084af3;
    transition-duration: .3s;
    border: 1px solid #084af3;
    border-radius: 40px 40px 40px 40px;
    padding: 15px 20px;
}

.elementor-star-rating {
    color: #ccd6df;
    font-family: eicons;
    display: inline-block;
}
.elementor-star-rating i {
    display: inline-block;
    position: relative;
    font-style: normal;
    cursor: default;
}
.elementor-star-rating i:before {
    content: "\e934";
    display: block;
    font-size: inherit;
    font-family: inherit;
    position: absolute;
    overflow: hidden;
    color: #f0ad4e;
    top: 0;
    left: 0;
}


/* Hide arrows on mobile screens */
@media (max-width: 768px) {
   .testimonials-slider .slick-prev, .testimonials-slider .slick-next {
        display: none !important;
    }
    .testimonials-slider .testimonial-item {
    padding:0; /* Increased padding for a more spacious feel */
   
    
}
}

