/* Remove meta data */
.entry-meta .byline, .entry-meta .cat-links { display: none; }

.entry-meta .posted-on {
  display: none; 
}


/* Change the background color of the drop-down menu to black */
ul.sub-menu {
    background-color: black !important;

}

/* Style the default text color in the drop-down menu to white */
ul.sub-menu li a {
    color: white !important;
    transition: color 0.3s;
	/* Smooth transition for text color */


}

/* Style the drop-down menu's link text color on hover */
ul.sub-menu li a:hover {
    color: #9466cc !important; /* Change the text color on hover */
}

/* Change the color of the drop-down arrow symbol to white on phones and tablets */
@media screen and (max-width: 767px) {
    .menu-item-has-children > a:after {
        color: white !important;
    }
}

.menu-item-has-children > a::after {
    color: #ffffff; /* Replace with your desired color code */
}

#tidio-chat-iframe {
    bottom: 60px !important;
}

@media only screen and (max-width: 980px) {
    #tidio-chat-iframe {
        bottom: 60px !important;
    }
}

.blinking{
animation:blinkingmenu 0.9s infinite;
}
@keyframes blinkingmenu{
 0%{     color: #000000;}
49%{    color: #ffffff; }
60%{    color: #ffeb00; }
99%{    color:#f95e68;  }
100%{   color: #ffffff; }
}

.border
{
 background-color:#6013C0;
 border-width:2px;
 border-radius:8px;
 font-size:12px;
 padding:3px;
}

.menu-button{
background:#6013C0 !important;
	color:#fff !important;
	height:40px;
	margin-top:0px;
	display:flex !important;
	justify-content:center;
	align-items:center;
	border-radius:10px;
}
.menu-button a {
    color: white !important; /* Ensures the text is white */
 
}

#jp-relatedposts {
    display: none !important;
    padding-top: 1em;
    margin: 1em 0;
    position: relative;
    clear: both;
}

.elementor-33928 .elementor-element.elementor-element-130bd09 > .elementor-element-populated {
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 0px 0px 0px 0px;
    visibility: hidden;
}


.elementor-34045 .elementor-element.elementor-element-130bd09 > .elementor-element-populated {
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 0px 0px 0px 0px;
    visibility: hidden;
}

.



.f-label-wrap .f-key
Specificity: (0,2,0)
 {
    visibility: hidden !important;
}
.card {
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 6px;
    position: relative;
    padding: 16px;
    box-shadow: 0 1px 3px rgb(0 0 0 / 0.05);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: box-shadow 0.2s ease, transform 0.2s ease;
}
.card:hover {
    transform: translateY(-6px);
    box-shadow: 0 4px 12px rgb(0 0 0 / 0.15);
}




.elementor-38694 .elementor-element.elementor-element-9b9ab1d .elementor-tab-title {
    border: 1.5px solid #d1d5db !important; /* grey border */
    color: #555; /* optional: grey text */
	border-radius: 20px !important;
	padding: 5px 14px !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    cursor: pointer !important;
    transition: all .2s !important;
    white-space: nowrap !important;
}

/* active stays purple */
.elementor-38694 .elementor-element.elementor-element-9b9ab1d .elementor-tab-title.elementor-active,
.elementor-38694 .elementor-element.elementor-element-9b9ab1d .elementor-tab-title.elementor-active a {
    background: #6d28d9 !important;
    color: #fff !important;
    border-color: #6d28d9 !important;
	    border-radius: 20px !important;
}

.elementor-widget-tabs .elementor-tabs-wrapper {
    overflow: hidden;
    background: var(--clbs-white);
    border-bottom: 2px solid #ede9fe;
    padding: 14px 40px;
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    position: sticky;
    top: 64px;
    z-index: 90;
}



.elementor-38792 .elementor-element.elementor-element-c9cdbd1 .hfe-post-title a {
    color: var(--e-global-color-secondary);
    font-size: 11.5px;
    font-family: "DM Sans", Sans-serif;
    font-size: 12px !important;
    font-weight: 500;
    line-height: 1.2em;
    margin-bottom: 0px;
}