.sub-title h2 {
	font-size: 1.5rem;
}
.customers-logos .swiper-wrapper {
	align-items: center;
}

@media (min-width: 768px) {
    .main-navigation ul.menu ul.sub-menu > li.menu-item > a,
	.main-navigation ul.nav-menu ul.sub-menu > li.menu-item > a {
		text-transform: none;
	}
}

.post-content .entry-meta-top,
.post-thumbnail .posted-on {
	display: none;
}

.reference-use a {
	width: 400px;
	max-width: 100%;
}
.single-service .widget.widget_recent_entries .widget-content li {
	padding-bottom: 0;
	margin-bottom: 0;
}
.single-service .widget.widget_recent_entries .widget-content li i {
	padding-left: 8px;
}



/* === User dropdown styles === */
.header-user-menu {
    position: relative;
    display: inline-block;
}

.user-toggle {
    background: none;
    border: none;
    cursor: pointer;
    padding: 4px;
}

.user-icon {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 36px;
    height: 36px;
}
/* Avatar (logged-in) */
.user-icon img.user-avatar {
    border-radius: 50%;
    width: 36px;
    height: 36px;
}
/* Font Awesome icon (logged-out) */
.user-icon i.fa-user-circle {
    font-size: 36px;
    line-height: 36px;
    color: #006177;
}
/* Hover effect */
.user-login-btn:hover .fa-user-circle {
    color: #008ea1;
}

.user-dropdown {
    display: none;
    position: absolute;
    right: 0;
    top: 120%;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    padding: 12px 16px;
    min-width: 200px;
    z-index: 1000;
}

/* Εμφάνιση dropdown στο click */
.header-user-menu.active .user-dropdown {
	display: block;
}

.user-dropdown p {
    margin: 0 0 4px;
    color: #333;
    font-size: 14px;
}
.user-dropdown hr {
	background-color: #006177;
	margin: 20px 0;
}
.user-dropdown a {
    display: block;
    color: #006177;
    font-weight: 500;
    text-decoration: none;
    margin-top: 6px;
}
.user-dropdown a.logout-link {
    color: #b33;
}
.user-dropdown a.delete-account-link {
	color: #b00;
	font-weight: 600;
}
.user-dropdown a:hover {
    text-decoration: underline;
}

/* --- User info section --- */
.user-info {
    border-bottom: 1px solid #eee;
    margin-bottom: 10px;
    padding-bottom: 8px;
}

.user-label {
    font-size: 11px;
    color: #888;
    margin: 6px 0 2px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.user-value {
    margin: 0;
    font-size: 14px;
    color: #333;
    font-weight: 500;
}

/* --- Actions --- */
.user-actions a {
    display: block;
    color: #006177;
    font-weight: 500;
    text-decoration: none;
    margin-top: 6px;
}

.user-actions a.logout-link {
    color: #b33;
}

.user-actions a:hover {
    text-decoration: underline;
}

.user-login-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #006177;
    font-weight: 500;
    text-decoration: none;
}
.user-login-btn:hover {
    color: #008ea1;
}

.industras-service .service-block .service_icon img {
	width: 64px;
}



.page-id-7777 .elementor-3135 .trp-hero-banner {
	--overlay-opacity: 0;
}

.bullet-title p {
	margin: 0;
}

#rd-projects .elementor-image-box-img img {
	height: 350px;
	object-fit: cover;
}

@media (max-width: 767px) {
	.elementor-7803 .elementor-element.elementor-element-7b3f649a .elementor-brand-image img {
		opacity: 1;
	}
}