/* ITConnect Pro 6.0.18 — final requested UI polish. */

/* Prominent public phone in the main header. */
.itc-v617-call{
	display:inline-flex;align-items:center;gap:8px;white-space:nowrap;
	padding:9px 14px;border:1px solid rgba(61,156,4,.34);border-radius:999px;
	background:rgba(61,156,4,.07);color:var(--itc-fg);
	font:700 .84rem/1 "Space Grotesk",sans-serif;transition:.22s ease;
}
.itc-v617-call svg{width:17px;height:17px;color:var(--itc-accent)}
.itc-v617-call:hover{color:var(--itc-accent);border-color:var(--itc-accent);background:rgba(61,156,4,.12);transform:translateY(-1px)}
@media(max-width:1120px){.itc-v617-call{padding:9px}.itc-v617-call__text{display:none}}
@media(max-width:640px){.itc-v617-call{display:inline-flex!important;width:38px;height:38px;padding:0;justify-content:center}.itc-v617-call svg{width:19px;height:19px}}

/* Homepage: make “Δείτε όλο το E-shop” impossible to miss. */
.itc-home6 .itc-home60-shop-all{
	align-self:center;flex:0 0 auto;min-width:max-content;
}
.itc-home6 .itc-home60-shop-all .itc-shopbtn__t,
.itc-home6 .itc-home60-shop-all .itc-shopbtn__dot{display:inline-flex}
@media(max-width:860px){
	.itc-home6 .itc-home60-shop-all{margin-top:4px}
}

/* Product search thumbnails: always show the whole product. */
.itc-lsitem img,.itc-lsimg{
	object-fit:contain!important;object-position:center!important;
	padding:3px!important;box-sizing:border-box!important;background:#fff!important;
	transform:none!important;
}

/* WooCommerce product tab panels: tab labels are enough. */
.woocommerce div.product .woocommerce-tabs #tab-description>h2:first-child,
.woocommerce div.product .woocommerce-tabs #tab-additional_information>h2:first-child{
	display:none!important;
}

/* Cashier page: official RBS partner certification treatment. */
.itc-rbs-certified-v617{
	position:relative!important;overflow:visible!important;
	padding-top:76px!important;
}
.itc-rbs-certified-v617::before{
	content:"";display:block;position:absolute;top:8px;left:50%;transform:translateX(-50%);
	width:min(210px,72%);height:58px;background:url('img/rbs-logo.png') center/contain no-repeat;
}
.itc-rbs-certified-v617 strong,
.itc-rbs-certified-v617 .elementor-heading-title{
	font-weight:700!important;color:var(--itc-fg)!important;
}

/* Μηχανογραφικά section #2: strong, framed, high-contrast solution cards. */
.itc-v617-mich{
	padding:54px 0 58px;background:linear-gradient(180deg,#fff,#f6f9f4);
	border-block:1px solid var(--itc-border);
}
.itc-v617-mich__head{max-width:860px;margin-bottom:28px}
.itc-v617-mich__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}
.itc-v617-mich__card{
	position:relative;display:flex;align-items:center;gap:14px;min-height:92px;
	padding:18px 18px 18px 20px;background:#fff;border:2px solid rgba(61,156,4,.25);
	border-radius:15px;box-shadow:0 8px 24px rgba(16,40,22,.06);overflow:hidden;
	transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease;
}
.itc-v617-mich__card::before{content:"";position:absolute;left:0;top:0;bottom:0;width:5px;background:linear-gradient(180deg,var(--itc-accent),var(--itc-accent2))}
.itc-v617-mich__card:hover{transform:translateY(-3px);border-color:rgba(61,156,4,.55);box-shadow:0 14px 30px rgba(16,40,22,.10)}
.itc-v617-mich__icon{display:grid;place-items:center;width:44px;height:44px;flex:0 0 44px;border-radius:12px;background:rgba(61,156,4,.10);color:var(--itc-accent)}
.itc-v617-mich__icon svg{width:23px;height:23px}
.itc-v617-mich__card strong{font:700 .98rem/1.25 "Space Grotesk",sans-serif;color:var(--itc-fg)}
@media(max-width:960px){.itc-v617-mich__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:560px){
	.itc-v617-mich{padding:42px 0}
	.itc-v617-mich__grid{grid-template-columns:1fr;gap:10px}
	.itc-v617-mich__card{min-height:76px;padding:14px 14px 14px 18px}
}
