/* Gradient for Headings */
.toms {
    background: var(--gradient, linear-gradient(180deg, #E3CB54 20%, #A0510B 100%));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

/* White color for anchor tags */
.anchors .elementor-icon-box-description a {
    color: white !important;
}

/* 3rd link containers */
.con::before {
    content: '';
    padding: 1px;
    background: var(--gradient, linear-gradient(180deg, #E3CB54 39%, #A0510B 100%));
    -webkit-mask: 
        linear-gradient(#fff 0 0) content-box, 
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor; 
            mask-composite: exclude; 
    pointer-events: none;
}

/* Gradient for button */
.btn svg{
    width: 30px !important;
    margin-bottom: -7px;
}

.btn .elementor-button-content-wrapper{
    align-items: center;
}

.btn .elementor-button {
  background-color: transparent;
  padding: 10px 20px;
  border: 2px solid transparent;
  border-image: var(--gradient, linear-gradient(180deg, #E3CB54 39%, #A0510B 100%));
  border-image-slice: 1;
  border-radius: 50px !important;
}

.slidd .swiper-pagination-bullet.swiper-pagination-bullet-active{
     background: var(--gradient, linear-gradient(180deg, #E3CB54 20%, #A0510B 100%));
}

/* Carousel CSS */
.slidd .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
    content: "";
    border: 1px solid white;
    position: absolute;
    padding: 7px;
    border-radius: 100px;
    margin-left: -8px;
    margin-top: -3px; 
}

.workshop-inner .elementor-heading-title {
	font-size: 22px !important;
	line-height: 32px !important;
}

@media only screen and (max-width: 767px){
	.slidd .swiper-pagination-bullet.swiper-pagination-bullet{
    display: none;
	}
}

/* dark color text fix */
.elementor-image-box-description, .elementor-icon-box-description,.elementor-field-type-html, .elementor-field-type-radio,
.elementor-toc__list-item,
.elementor-toc__header-title,
.elementor-widget-container
{color:#cecece;}

/* for menu/link color fix */
a.elementor-item {color:gold;}


