/* 
Theme Name:		 Finovate Child
Theme URI:		 http://childtheme-generator.com/
Description:	 Finovate Child is a child theme of Finovate, created by ChildTheme-Generator.com
Author:			 staffdomain
Author URI:		 http://childtheme-generator.com/
Template:		 finovate
Version:		 1.0.0
Text Domain:	 finovate-child
*/



html {
    overflow-x: hidden;
}

::-webkit-scrollbar {
	width: 4px;
	height: 3px;
}

::-webkit-scrollbar-thumb {
	background: #104f6e;
}

::-webkit-scrollbar-track {
	background: #ffffff;
}


.grayscalehover img {
    filter: grayscale(100%);
    opacity: 0.7;
    transition: all 0.4s ease-in-out;
    height: 80px !important;
    object-fit: contain !important;
}
.grayscalehover img:hover {
    filter: grayscale(0%);
    opacity: 1;
}


.industries-stroke    { stroke: #024BB9; fill: none; }
.industries-icon-fill { fill: #024BB9;   stroke: none; }

.tagsstyle ul {
    margin: 0 !important;
    padding: 0 !important;
}
.tagsstyle li {
    background: white;
    margin: 0px 5px 7px 0px !important;
    padding: 5px 10px !important;
    border-radius: 25px;
    font-size: 14px !important;
}

.homesvghtml svg {
    padding: 0 !important;
    width: 48px;
    height: 48px;
}

.ct-wrap {
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}
.ct-table {
	width: 100%;
	min-width: 600px;
	border-collapse: collapse;
	table-layout: fixed;
}

/* ---- HEADER ROW ---- */
.ct-table thead tr th {
	padding: 18px 20px;
	font-size: 0.9rem;
	font-weight: 500;
	border-bottom: 2px solid #e5e7eb;
	vertical-align: bottom;
}
.ct-th-feature {
	width: 20%;
	color: #6b7280;
	text-align: left;
}
.ct-th-bpo, .ct-th-diy {
	width: 25%;
	color: #374151;
	text-align: center;
	font-weight: 400;
}
.ct-th-sd {
	width: 30%;
	background: #1e3a8a;
	color: #ffffff !important;
	text-align: center;
	font-weight: 700;
	font-size: 1rem;
	border-radius: 8px 8px 0 0;
}

/* ---- BODY ROWS ---- */
.ct-table tbody tr {
	border-bottom: 1px solid #e5e7eb;
}
.ct-table tbody tr:last-child {
	border-bottom: none;
}
.ct-table tbody td {
	padding: 22px 20px;
	vertical-align: top;
	font-size: 0.88rem;
	line-height: 1.5;
}

/* Feature label col */
.ct-td-feature {
	font-weight: 700;
	color: #111827;
	font-size: 0.92rem;
}

/* BPO / DIY cols */
.ct-td-bpo, .ct-td-diy {
	text-align: center;
	color: #6b7280;
}

/* Staff Domain col */
.ct-td-sd {
	background: #eff6ff;
	text-align: center;
	color: #1e3a8a;
	border-left: 1px solid #dbeafe;
	border-right: 1px solid #dbeafe;
}
.ct-table tbody tr:last-child .ct-td-sd {
	border-radius: 0 0 8px 8px;
	border-bottom: 1px solid #dbeafe;
}

/* Status badges */
.ct-status-bad {
	color: #dc2626;
	font-weight: 700;
	font-size: 0.95rem;
	display: block;
	margin-bottom: 4px;
}
.ct-status-good {
	color: #1e3a8a;
	font-weight: 700;
	font-size: 0.95rem;
	display: block;
	margin-bottom: 4px;
}
.ct-sub {
	color: #6b7280;
	font-size: 0.8rem;
	display: block;
	font-weight: 400;
}
.ct-sub-sd {
	color: #374151;
	font-size: 0.8rem;
	display: block;
	font-weight: 400;
}

/* Icons */
.ct-cross {
	color: #dc2626;
	font-size: 1.1rem;
	display: block;
	margin-bottom: 4px;
}
.ct-check {
	color: #16a34a;
	font-size: 1.1rem;
	display: block;
	margin-bottom: 4px;
}
.ct-check-label {
	color: #1e3a8a;
	font-weight: 600;
	font-size: 0.85rem;
}

/* ===================== MOBILE ===================== */
/* Mobile card layout — hidden by default, shown on small screens */
.ct-mobile { display: none; }

@media (max-width: 640px) {
	.ct-wrap { overflow-x: visible; }
	.ct-table { display: none !important; }
	.ct-mobile { display: block !important; }
}
.ct-mob-row {
	margin-bottom: 16px;
	border-radius: 12px;
	overflow: hidden;
	border: 1px solid #e5e7eb;
	box-shadow: 0 1px 3px rgba(0,0,0,0.06);
}
.ct-mob-feature {
	background: #f9fafb;
	padding: 12px 16px;
	font-weight: 700;
	font-size: 0.9rem;
	color: #111827;
	border-bottom: 1px solid #e5e7eb;
}
.ct-mob-cols {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
}
.ct-mob-col {
	padding: 14px 10px;
	text-align: center;
	border-right: 1px solid #e5e7eb;
	font-size: 0.78rem;
}
.ct-mob-col:last-child { border-right: none; }
.ct-mob-col-head {
	font-size: 0.68rem;
	color: #9ca3af;
	font-weight: 600;
	margin-bottom: 8px;
	text-transform: uppercase;
	letter-spacing: 0.3px;
}
.ct-mob-sd-col {
	background: #eff6ff;
	border-left: 2px solid #1e3a8a;
}
.ct-mob-sd-col .ct-mob-col-head {
	color: #1e3a8a;
}
.ct-mob-val-bad  { color: #dc2626; font-weight: 700; font-size: 0.82rem; }
.ct-mob-val-good { color: #1e3a8a; font-weight: 700; font-size: 0.82rem; }
.ct-mob-val-grey { color: #6b7280; font-size: 0.8rem; }
.ct-mob-sub      { color: #9ca3af; font-size: 0.7rem; margin-top: 3px; line-height: 1.3; }
.ct-mob-sub-sd   { color: #374151; font-size: 0.7rem; margin-top: 3px; line-height: 1.3; }





