/* Sell Template CSS */
#inner-page-wrapper {
	margin-bottom: 0;
}
#inner-page-wrapper > .container {
	width: 100%;
	padding: 0;
}
#content-sidebar, #content-full {
	margin-top: 0;
}

/* True Value START */
.ip-true-value-outer {
	padding: 99px 0 85px;
	text-align: center;
}
.ip-true-value-bg {
	background-color: #ffffff;
}
.ip-true-value-bg canvas {
	opacity: 0.1;
	filter: grayscale(1);
}
.ip-true-value-content {
	margin-top: 35px;
}
#content .ip-true-value-content p {
	font-size: 15px;
	line-height: 2;
    letter-spacing: 0.05em;
}
.ip-true-value-btns-wrap {
	margin-top: 40px;
}
.ip-true-value-btn {
	margin-left: 35px;
}
.ip-true-value-btn:first-child {
	margin-left: 0;
}
/* True Value END */


/* Concierge START */
.ip-concierge-outer {
	padding-top: 90px;
}
.ip-concierge-main-title {
	text-align: center;
}
.ip-concierge-list {
	margin-top: 70px;
}
.ip-concierge-item {
	padding-bottom: 100px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.ip-concierge-item:nth-child(odd) {
	flex-flow: row-reverse;
}
.ip-concierge-item:last-child {
	padding-bottom: 70px;
}
.ip-concierge-text {
	width: 50%;
	padding-top: 15px;
}
	.ip-concierge-item:nth-child(odd) .ip-concierge-text {
		padding-left: 7.017%;
	}
	.ip-concierge-item:nth-child(even) .ip-concierge-text {
		padding-right: 7.017%;
	}
	.ip-concierge-title {
		margin-bottom: 40px;
	}
	#content .ip-concierge-text p {
		font-size: 15px;
		line-height: 2;
	    letter-spacing: 0.05em;
	}
	.ip-concierge-btn {
		margin-top: 15px;
	}
.ip-concierge-photo {
	width: 50%;
	padding-bottom: 40px;
	position: relative;
}
	.ip-concierge-photo::before {
		width: calc(100% - 40px);
		height: calc(100% - 40px);
		content: '';
		position: absolute;
		bottom: 0;
		background-color: var(--secondary);
	}
	.ip-concierge-item:nth-child(odd) .ip-concierge-photo {
		padding-left: 40px;
	}
		.ip-concierge-item:nth-child(odd) .ip-concierge-photo::before {
			left: 0;
		}
	.ip-concierge-item:nth-child(even) .ip-concierge-photo {
		padding-right: 40px;
	}
		.ip-concierge-item:nth-child(even) .ip-concierge-photo::before {
			right: 0;
		}

	.ip-concierge-photo a {
		display: block;
		position: relative;
		background-color: #000000;
	}
		.ip-concierge-photo a .canvas_img::before {
			width: 50px;
			height: 50px;
			content: '';
			position: absolute;
			z-index: 2;
			top: 50%;
			left: 0;
			right: 0;
			margin: 0 auto;
			transform: translate(0,-50%);
			background-image: url(/wp-content/uploads/2024/09/ip-play-icon.png);
			background-size: contain;
			background-repeat: no-repeat;
			background-position: center;
			pointer-events: none;
		}
		.ip-concierge-photo a .canvas_img img {
			opacity: 0.8;
			transition: var(--default-transition);
		}
			.ip-concierge-photo a:hover .canvas_img img {
				opacity: 0.6;
			}
/* Concierge END */


/* Marketing START */
.ip-marketing-outer {
	padding-top: 85px;
}
.ip-marketing-bg {
	background-color: #ffffff;
}
.ip-marketing-bg canvas {
	opacity: 0.1;
	filter: grayscale(1);
	background-position: top center;
}
.ip-marketing-main-title {
	text-align: center;
}
.ip-marketing-list {
	margin-top: 70px;
}
.ip-marketing-item {
	padding-bottom: 100px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.ip-marketing-item:nth-child(odd) {
	flex-flow: row-reverse;
}
.ip-marketing-text {
	width: 50%;
	padding-top: 15px;
}
	.ip-marketing-item:nth-child(odd) .ip-marketing-text {
		padding-left: 7.017%;
	}
	.ip-marketing-item:nth-child(even) .ip-marketing-text {
		padding-right: 7.017%;
	}
	.ip-marketing-title {
		margin-bottom: 40px;
	}
	#content .ip-marketing-text p {
		font-size: 15px;
		line-height: 2;
	    letter-spacing: 0.05em;
	}
	.ip-marketing-btn {
		margin-top: 15px;
	}
.ip-marketing-photo {
	width: 50%;
	padding-bottom: 40px;
	position: relative;
}
	.ip-marketing-photo::before {
		width: calc(100% - 40px);
		height: calc(100% - 40px);
		content: '';
		position: absolute;
		bottom: 0;
		background-color: var(--secondary);
	}
	.ip-marketing-item:nth-child(odd) .ip-marketing-photo {
		padding-left: 40px;
	}
		.ip-marketing-item:nth-child(odd) .ip-marketing-photo::before {
			left: 0;
		}
	.ip-marketing-item:nth-child(even) .ip-marketing-photo {
		padding-right: 40px;
	}
		.ip-marketing-item:nth-child(even) .ip-marketing-photo::before {
			right: 0;
		}

	.ip-marketing-photo a {
		display: block;
		position: relative;
		background-color: #000000;
	}
		.ip-marketing-photo a .canvas_img::before {
			width: 50px;
			height: 50px;
			content: '';
			position: absolute;
			z-index: 2;
			top: 50%;
			left: 0;
			right: 0;
			margin: 0 auto;
			transform: translate(0,-50%);
			background-image: url(/wp-content/uploads/2024/09/ip-play-icon.png);
			background-size: contain;
			background-repeat: no-repeat;
			background-position: center;
			pointer-events: none;
		}
		.ip-marketing-photo a .canvas_img img {
			opacity: 0.8;
			transition: var(--default-transition);
		}
			.ip-marketing-photo a:hover .canvas_img img {
				opacity: 0.6;
			}

			.ip-concierge-text li, .ip-marketing-text li {
				display: block;
				position: relative;
				padding-left: 23px;
				font-size: 15px;
				line-height: 2;
				letter-spacing: 0.05em;
				text-align: left;
			 }
			 
			 .ip-concierge-text li:before, .ip-marketing-text li:before {
				position: absolute;
				content: '';
				top: 7px;
				left: 0;
				width: 15px;
				height: 15px;
				background-image: url(../../../assets/images/ai-diamond-icon.png);
				background-position: center;
				background-repeat: no-repeat;
				background-size: contain;
			 }

.ip-marketing-list.single-text {
	margin-top: 20px;
	font-size: 15px;
    line-height: 2;
    letter-spacing: 0.05em;
    text-align: center;
}
/* Marketing END */


/* MOBILE */

/* iPad(portrait) | Galaxy Tab 4(portrait)  */
@media only screen and (max-width: 991px) {
	.ip-true-value-btns-wrap {
		display: flex;
		align-items: center;
		flex-flow: column;
	}
	.ip-true-value-btn {
		margin: 0;
	}

	.ip-concierge-item,
	.ip-concierge-item:nth-child(odd) {
		flex-flow: column;
	}
	.ip-concierge-text {
		width: 100%;
		padding: 0 !important;
		margin-bottom: 30px;
		text-align: center;
	}
	.ip-concierge-photo {
		width: 100%;
	}

	.ip-marketing-item,
	.ip-marketing-item:nth-child(odd) {
		flex-flow: column;
	}
	.ip-marketing-text {
		width: 100%;
		padding: 0 !important;
		margin-bottom: 30px;
		text-align: center;
	}
	.ip-marketing-photo {
		width: 100%;
	}
}


/* Galaxy Tab 3(portrait) | Galaxy S5(landscape) */
@media only screen and (max-width: 767px) {
	.ip-marketing-item:nth-child(even) .ip-marketing-photo {
	    padding: 0 20px 20px 0px !important;
	}
	.ip-marketing-item:nth-child(odd) .ip-marketing-photo {
	    padding: 0 0 20px 20px !important;
	}

}

/* Galaxy S5(portrait) | iPod Touch(landscape) | iPod Touch(portrait) */
@media only screen and (max-width: 480px) {
	.ip-concierge-photo {
		padding-bottom: 20px;
	}
	.ip-concierge-item:nth-child(odd) .ip-concierge-photo {
	    padding-left: 20px;
	}
	.ip-concierge-item:nth-child(even) .ip-concierge-photo {
	    padding-right: 20px;
	}
}
