/* COMPETITOR COMPARISON CHART ------------------------------------------------------------ */
.custom-table-wrapper {
	max-width: 1440px;
	margin: 0 auto;
	font-family: Manrope, sans-serif;
	color: black;
	font-size: 16px !important;
}
.chart-title {
	font-size: 30px !important;
	line-height: 50px !important;
	color: #000000;
	font-family: Manrope;
}
td.light-grey {
	background: #ececec !important;
}

.comparison-table {
	width: 100%;
	border-collapse: collapse;
}

.comparison-table th,
.comparison-table td {
	height: 80px !important;
	padding: 20px 20px !important;
	text-align: left;
	vertical-align: middle;
	border: 1px solid transparent;
}

/* White background for Logo 1 */
.comparison-table th.logo-cell.logo-bg {
	height: 120px;
	background-color: white;
	width: 440px;
	text-align: center;
	vertical-align: middle;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}

/* Transparent background for Logo 2 */
.comparison-table th.logo-cell.logo-transparent {
	height: 120px;
	background-color: transparent;
	width: 440px;
	text-align: center;
	vertical-align: middle;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}

.comparison-table th.logo-cell img {
	max-height: 150px;
	max-width: 170px;
	display: inline-block;
	vertical-align: middle;
}
.logo-cell-simple img {
	margin: 0 auto;
	width: 200px;
}

/* White background for specific cells in column 2 (middle column) */
.white-bg {
	background-color: white;
}

/* Grey background for highlight rows with rounded corners */
.highlight-row td {
	background-color: rgba(0, 0, 0, 0.05); /* Light grey background for specific rows */
}

/* Round left corners for column 1 */
.highlight-row td:first-child {
	border-top-left-radius: 15px;
	border-bottom-left-radius: 15px;
}

/* Round right corners for column 3 */
.highlight-row td:last-child {
	border-top-right-radius: 15px;
	border-bottom-right-radius: 15px;
}

.icon-text {
	display: flex;
	align-items: center;
}

.icon-text .icon-check,
.icon-text .icon-cross {
	margin-right: 10px;
	flex-shrink: 0;
	align-items: center;
	margin-top: 10px;
}

.custom-table-wrapper {
	border-radius: 15px
}
.comparison-row {
	padding: 10px;
}

.comparison-label {
	font-size: 16px;
	margin-bottom: 5px;
}

.comparison-row.light-grey {
	background: #f0f0f0;
	padding: 20px;
}
.comparison-row.white-bg {
	padding: 20px;
}


/* Mobile css */

@media screen and (max-width: 480px) {
	.comparison-table td.label {
		font-size: 14px;
		padding: 20px 10px 20px 10px;
	}
	.chart-title-mobile {
		font-size:20px;
		color: #000000 !important;
		text-align: left !important;
		padding: 20px 10px 20px 10px !important;
	}
	.comparison-table-wrapper {
		width: 100%;
		max-width: 600px;
		margin: 0 auto;
		font-family: Manrope, sans-serif;
		color: #000000;
	}

	.comparison-table {
		width: 100%;
		border-collapse: collapse;
	}

	.comparison-table th,
	.comparison-table td {
		text-align: center;
	}

	.comparison-table th {
		background-color: transparent;
	}

	.comparison-table td.label {
		text-align: left;
	}

	.comparison-table td.icon-cell-aiq {
		background-color: #ffffff;
		border-bottom: 1px solid #b7b7b7;
	}

	.comparison-table td.icon-cell img {
		width: 32px;
		height: 32px;
	}
	.comparison-table tr + tr td.label {
		margin-top: 15px;
	}
	td.label {
		background: transparent !important;
		box-shadow: none !important;
		line-height: 20px;
		border-bottom: 1px solid #b7b7b7;
	}
	
	th.logo-cell-aiq {
    width: 100px;
	}
	
	.icon-cell-aiq img {
		max-height: 100px;
		max-width: 100px;
		background: #ffffff;
	}
	.icon-cell-competitor img {
		max-height: 100px;
		max-width: 100px;
	}
	.icon-cell-competitor {
		border-bottom: 1px solid #b7b7b7 !important;
	}
	.logo-cell-aiq {
		padding: 20px !important;
		background: #ffffff !important;
		border-top-left-radius: 20px !important; 
		border-top-right-radius: 20px !important;
	}
	.logo-cell-competitor {
		padding: 20px !important;
		border-top-left-radius: 20px !important; 
		border-top-right-radius: 20px !important;
	}
}

/* VENUES AND EVENTS PAGE ------------------------------------------------------------ */
img.q12025 {
    vertical-align: middle;
    padding-left: 10px;
}

th.others-title {
    font-size: 30px;
	color:#000000 !important;
	text-align: center;
}
/* VENUES AND EVENTS PAGE ------------------------------------------------------------ */

/* SPRINGBIG COMPETITOR PAGE ------------------------------------------------------------ */
.custom-table-wrapper-springbig {
 max-width: 100%; 
 margin: 0 auto;
 font-family: Manrope, sans-serif;
 color: black;
 font-size: 16px !important;
}

.icon-text-springbig img {
 width: 35px;
 height: 35px;
}

.icon-cross-springbig img {
 width: 27px;
 height: 27px;
}

.chart-title-springbig {
 font-size: 40px !important;
 line-height: 50px !important;
 color: #000000;
 font-family: Manrope;
}
td.light-grey-springbig {
 background: #ececec !important;
}

.comparison-table-springbig {
 width: 100%;
 border-collapse: collapse;
}

.comparison-table-springbig th,
.comparison-table-springbig td {
 text-align: left;
 vertical-align: middle;
 border: 1px solid transparent;
}

/* White background for Logo 1 */
.comparison-table-springbig th.logo-cell-springbig.logo-bg-springbig {
 background-color: white;
 text-align: center;
 vertical-align: middle;
 border-top-left-radius: 15px;
 border-top-right-radius: 15px;
 padding: 20px;
}

/* Transparent background for Logo 2 */
.comparison-table-springbig th.logo-cell-springbig.logo-transparent-springbig {
 background-color: transparent;
 text-align: center;
 vertical-align: middle;
}

/* White background for specific cells in column 2 (middle column) */
.white-bg-springbig {
 background-color: white;
}

/* Grey background for highlight rows with rounded corners */
.highlight-row-springbig td {
 background-color: rgba(0, 0, 0, 0.05); /* Light grey background for specific rows */
}

/* Round left corners for column 1 */
.highlight-row-springbig td:first-child {
 border-top-left-radius: 15px;
 border-bottom-left-radius: 15px;
}

/* Round right corners for column 3 */
.highlight-row-springbig td:last-child {
 border-top-right-radius: 15px;
 border-bottom-right-radius: 15px;
}

.icon-text-springbig {
 display: flex;
 align-items: center;
  padding-top: 5px;
}

.icon-text-springbig .icon-check-springbig,
.icon-text-springbig .icon-cross-springbig {
 margin: 0 auto;
 flex-shrink: 0;

}

 .comparison-label-springbig {
 font-size: 16px;
 margin-bottom: 5px;
 }

 .comparison-row-springbig.light-grey-springbig {
 background: #f0f0f0;
}

/* Mobile css */

@media screen and (max-width: 480px) {
 .comparison-table-springbig td.label-springbig {
 font-size: 14px;
 padding: 20px 10px 20px 10px;
}
 .chart-title-mobile-springbig {
 font-size:24px;
 color: #000000 !important;
 text-align: left !important;
 padding: 20px 10px 20px 10px !important;
 }
.comparison-table-wrapper-springbig {
 width: 100%;
 max-width: 600px;
 margin: 0 auto;
 font-family: Manrope, sans-serif;
 color: #000000;
}

.comparison-table-springbig {
 width: 100%;
 border-collapse: collapse;
}

.comparison-table-springbig th,
.comparison-table-springbig td {
 text-align: center;
}

.comparison-table-springbig th {
 background-color: transparent;
}

.comparison-table-springbig td.label-springbig {
 text-align: left;
}

.comparison-table-springbig td.icon-cell-aiq-springbig {
 background-color: #ffffff;
 border-bottom: 1px solid #b7b7b7;
}

.comparison-table-springbig td.icon-cell-springbig img {
 width: 32px;
 height: 32px;
}
.comparison-table-springbig tr + tr td.label-springbig {
 margin-top: 15px;
}
td.label-springbig {
 background: transparent !important;
 box-shadow: none !important;
 line-height: 20px;
 border-bottom: 1px solid #b7b7b7;
}
.icon-cell-aiq-springbig img {
 max-height: 100px;
 max-width: 100px;
 background: #ffffff;
}
 .icon-cell-springbig img {
 max-height: 100px;
 max-width: 100px;
}
.icon-cell-springbig {
 border-bottom: 1px solid #b7b7b7 !important;
 }
.logo-cell-aiq-springbig {
 padding: 20px !important;
 background: #ffffff !important;
 border-top-left-radius: 20px !important; 
 border-top-right-radius: 20px !important;
 }
.logo-cell-springbig {
 padding: 20px !important;
 border-top-left-radius: 20px !important; 
 border-top-right-radius: 20px !important;
 }
 .icon-cell-aiq-springbig img {
 width:30px
 }
 .icon-cell-springbig img {
 width:23px
 }
}
/* SPRINGBIG COMPETITOR PAGE ------------------------------------------------------------ */

/* Non-Profit PAGE ------------------------------------------------------------ */
.logo-cell.logo-transparent.other-competitors {
	font-size: 30px;
	color:#000000;
}
/* Non-Profit PAGE ------------------------------------------------------------ */

/*Case Studies PAGE ------------------------------------------------------------ */
/* Container for the case study element */
.case-study-container {
    width: 100%;
    height: 575px;
    border: 2px solid #e2e6ed;
    border-radius: 15px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    font-family: 'Manrope', sans-serif;
	transition: transform 0.3s ease, box-shadow 0.3s ease, border 0.3s ease;
}

/* Top product image wrapper */
.image-wrapper {
    width: 100%;
  	height: 220px;
}

.product-image {
    width: 100%;
    height: 220px;
    object-fit: cover;
    transition: transform 0.3s ease; /* Smooth hover effect for image zoom */
}

/* Logo wrapper and logo image */
.rootdown-logo-wrapper {
    display: flex;
    padding: 30px 0 20px 20px ;

}

.logo-image {
    width: 150px;
  	height: auto;
}

/* Text wrapper for content */
.text-wrapper {
    padding: 0px 20px 20px 20px;
    flex-grow: 1;
}

/* Headline styling */
.case-study-headline {
    font-size: 24px;
    font-weight: bold;
    color: black;
    margin-bottom: 10px;
}

/* Subtext styling */
.case-study-subtext {
    font-size: 16px;
    font-weight: 400;
    color: #333;
    line-height: 1.5;
    margin-bottom: 20px;
}

/* Read more link styling */
.case-study-link {
    font-size: 16px;
    font-weight: bold;
    color: #0075FF;
    text-decoration: none;
}

.case-study-link:hover {
    text-decoration: underline;
}

/* Mobile-specific styles */
@media (max-width: 768px) {
    .case-study-container {
        width: 100%;
      	margin: 0 auto;
        height: auto;
        transition: none; /* Disable hover effect for mobile */
    }

    .image-wrapper {
        height: 250px;
    }

    .text-wrapper {
        padding: 20px;
    }

    .case-study-headline {
        font-size: 20px !important;
    }

    .case-study-subtext {
        font-size: 16px;
    }

    .case-study-link {
        font-size: 15px;
    }
}
/*Case Studies PAGE ------------------------------------------------------------ */

