.elementor-accordion-item {
    border-width: 0px 0px 1px 0px !important;
}

.row-cols-md-2 .fbox-7 {
    padding: 10px 10px 10px;
}
.fbox-7 {
    border: 0px;
}
p {
  font-size: inherit;
}

/* blog */

/* Image Caption */
figcaption {
    text-align: center;
    font-size: 12px;
}
.widget_recent_entries li{  
	padding: 6px;
	border-bottom: 1px solid #eee;
    line-height: normal;
    font-size: 16px !important;
}
.widget_recent_entries span{  
display: block;
}
.widget_categories select{
    padding: 10px !important;
}
.single-post-title h2 {
    border-left: 5px solid #005aaa;
    padding: 0 10px;
}
/* blog */
.wsmenu > .wsmenu-list.nav-theme > li > ul.sub-menu > li > a .wsarrow:after {
    border-left: 4px solid rgba(0, 0, 0, 0);
    border-right: 4px solid rgba(0, 0, 0, 0);
    border-top: 4px solid;
    content: "";
    float: right;
    right: 0;
    height: 0;
    margin: 0 0 0 14px;
    position: absolute;
    text-align: right;
    top: 21px;
    width: 0;
    transform: rotate(-90deg);
}
.wsmenu > .wsmenu-list > li > ul.sub-menu > li > ul.sub-menu > li > a .wsarrow:after {
    border-left: 4px solid rgba(0, 0, 0, 0);
    border-right: 4px solid rgba(0, 0, 0, 0);
    border-top: 4px solid;
    content: "";
    float: right;
    right: 0;
    height: 0;
    margin: 0 0 0 14px;
    position: absolute;
    text-align: right;
    top: 18px;
    width: 0;
    transform: rotate(-90deg);
}
.wsmenu > .wsmenu-list > li > ul.sub-menu > li:hover > ul.sub-menu {
    margin-left: 2px;
}
.wsmenu > .wsmenu-list > li > ul.sub-menu > li > ul.sub-menu > li:hover > ul.sub-menu {
    margin-left: 8px;
    margin-top: 10px;
}
.wsmenu>.wsmenu-list>li>ul.sub-menu>li>ul.sub-menu>li>a:hover {
    padding: 11px 9px;
    color: var(--bs-primary) !important;
}

tbody, td, tfoot, th, thead, tr {
    border-color: #000000;
    border-style: solid;
    border-width: 1px;
	    padding: 15px;

}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: 0.5rem !important;
	 margin-top: 1.0rem !important;
}

.elementor-widget-image img {
    height: auto !important;
}

.widget_categories select {
    width: 100%;
}

/* Container to hold the design */
.canvas {
  position: relative;
  width: 500px;
  height: 500px;
  background-color: #ffffff; /* Or dark for more contrast */
  overflow: hidden;
  border: 1px solid #eee;
}

/* Base style for the glowing orbs */
.glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(40px); /* Adjust this for more/less "fuzz" */
  opacity: 0.8;
  /* Soft blue gradient: center to transparent */
  background: radial-gradient(circle, rgba(160, 210, 255, 1) 0%, rgba(160, 210, 255, 0) 70%);
}

/* Positioning based on your image layout */
.circle-top {
  width: 300px;
  height: 300px;
  top: -150px;
  left: -50px;
}

.circle-left {
  width: 450px;
  height: 450px;
  top: 100px;
  left: -180px;
}

.circle-right {
  width: 400px;
  height: 400px;
  top: 150px;
  right: -100px;
}

.footer ol, ul {
    padding-left: 24px;
}

.inner-page-hero {
    padding-top: 70px;
}

.blue-text {
  color: #005aaa;
}
/*latest resource css*/
.rhub-section-lite .rhub-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    max-width: 1200px;
    margin: 20px auto;
}
.rhub-section-lite .rhub-card {
    background: #fff;
    border: 1px solid #e2e6ea;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    text-decoration: none;
    overflow: hidden;
    transition: all 0.3s ease;
}
.rhub-section-lite .rhub-card:hover { transform: translateY(-5px); box-shadow: 0 10px 20px rgba(0,0,0,0.05); }
.rhub-section-lite .rhub-thumb { height: 180px; background: #f3f4f6; display: flex; align-items: center; justify-content: center; overflow: hidden; }
.rhub-section-lite .rhub-thumb img { width: 100%; height: 100%; object-fit: cover; }
.rhub-section-lite .rhub-card__body { padding: 20px; flex-grow: 1; }
.rhub-section-lite .rhub-meta { display: flex; justify-content: space-between; font-size: 11px; text-transform: uppercase; color: #6b7280; margin-bottom: 8px; font-weight: bold; }
.rhub-section-lite .rhub-card__title { font-size: 17px; line-height: 1.4; color: #111; margin: 0; font-weight: 600; }
.rhub-section-lite .rhub-card__footer { padding: 0 20px 20px; }
.rhub-section-lite .rhub-cta { color: #005aaa; font-weight: 700; font-size: 13px; }

@media (max-width: 768px) {
    .rhub-section-lite .rhub-grid { grid-template-columns: 1fr; padding: 0 20px; }
}

h2.statistic-number {
    line-height: 0;
    font-weight: 700;
    letter-spacing: -1px;
    margin-bottom: 0;
}


.elementor-widget-n-menu .e-n-menu-title-container:not(.e-link) * {
    cursor: pointer !important;
}

.elementor-widget-counter .elementor-counter-title {
    line-height: normal;
    text-align: center;
}
.elementor-element.elementor-button-info .elementor-button {
    border: 2px solid #fff !important;
}
.elementor-element.elementor-button-success .elementor-button {
    border: 2px solid #000 !important;
}
.color--white a {
    border: 2px solid #fff !important;
    color: #fff !important;
}