/*-------------- cspt-ihbox-style-30 ----------------*/
.cspt-ihbox-style-30 .cspt-ihbox-svg-wrapper,
.cspt-ihbox-style-30 .cspt-second-image img,
.cspt-ihbox-style-30 .cspt-ihbox-icon-wrapper {
	-webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
	-o-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.cspt-element-miconheading-style-30 .cspt-ihbox-style-30 {
	margin-bottom: 20px;
}
.cspt-ihbox-style-30 {
	position: relative;
}
.cspt-ihbox-style-30 .cspt-ihbox-icon-wrap {
	position: relative;
}
.cspt-ihbox-style-30 .cspt-second-image {
	height: 250px;
	width: 100%;
	border-radius: 20px;
	overflow: hidden;
}
.cspt-ihbox-style-30 .cspt-second-image img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.cspt-ihbox-style-30:hover .cspt-second-image img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.cspt-ihbox-style-30 .cspt-ihbox-icon {
	position: absolute;
	right: 45px;
	bottom: 0;
	background-color: var(--cspt-greenly-white-color);
	padding: 8px;
	border-radius: 25px 25px 0 0;
}
.cspt-ihbox-style-30 .cspt-ihbox-icon:has(.cspt-ihbox-icon-type-image) {
	position: static;
	padding: 0;
}
.cspt-ihbox-style-30 .cspt-ihbox-icon::before,
.cspt-ihbox-style-30 .cspt-ihbox-icon::after {
	content: "";
    position: absolute;
    background-color: transparent;
    bottom: 0;
    right: 100%;
    height: 20px;
    width: 20px;
    background-image: radial-gradient(circle farthest-side at 0% 0%, transparent 100%, var(--cspt-greenly-white-color));
}
.cspt-ihbox-style-30 .cspt-ihbox-icon::after {
    right: auto;
	left: 100%;
    background-image: radial-gradient(circle farthest-side at 100% 0%, transparent 100%, var(--cspt-greenly-white-color));
}
.cspt-ihbox-style-30 .cspt-ihbox-icon .cspt-ihbox-icon-type-image {
	border-radius: 20px;
	overflow: hidden;
}
.cspt-ihbox-style-30 .cspt-ihbox-icon-wrapper,
.cspt-ihbox-style-30 .cspt-ihbox-svg-wrapper {
	width: 45px;
	min-width: 45px;
	height: 45px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: var(--cspt-greenly-global-color);
	margin-bottom: -20px;
}
.cspt-ihbox-style-30 .cspt-ihbox-contents {
	margin-top: 32px;
}
.cspt-ihbox-style-30 .cspt-ihbox-contents,
.cspt-ihbox-style-30 * {
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}
.cspt-ihbox-style-30 .cspt-ihbox-icon-type-text,
.cspt-ihbox-style-30 .cspt-ihbox-icon-wrapper i {
	font-size: 16px;
	line-height: 16px;
	color: var(--cspt-greenly-white-color);
}
.cspt-ihbox-style-30 .cspt-ihbox-icon-wrapper svg,
.cspt-ihbox-style-30 .cspt-ihbox-svg-wrapper svg {
	width: 16px;
	height: 16px;
	fill: var(--cspt-greenly-white-color);
}
.cspt-ihbox-style-30 .cspt-ihbox-icon-wrapper.cspt-ihbox-icon-type-image {
	height: 250px;
	width: 100%;
	justify-content: flex-start;
}
.cspt-ihbox-style-30 .cspt-ihbox-icon-wrapper.cspt-ihbox-icon-type-image img {
	border-radius: 20px;
}
.cspt-ihbox-style-30:hover .cspt-ihbox-icon-wrapper.cspt-ihbox-icon-type-image,
.cspt-ihbox-style-30 .cspt-ihbox-icon-wrapper.cspt-ihbox-icon-type-image {
	background-color: transparent !important;
	box-shadow: none;
}
.cspt-ihbox-style-30 .cspt-element-title {
	font-size: 28px;
	line-height: 34px;
	margin-bottom: 12px;
}
.cspt-ihbox-style-30 .cspt-heading-desc {
	margin-bottom: 20px;
}
.cspt-ihbox-style-30 h4 {
	font-size: 20px;
	line-height: 28px;
	margin: 0 0 10px;
}
/* Button */
.cspt-ihbox-style-30 .cspt-ihbox-btn a {
	text-transform: uppercase;
	position: relative;
	padding-right: 20px;
	color: var(--cspt-greenly-global-color);
}
.cspt-ihbox-style-30 .cspt-ihbox-btn a::after {
	display: none;
}
.cspt-ihbox-style-30 .cspt-ihbox-btn a::before {
	content: "\e810";
	font-family: "creativesplanet-base-icons";
	width: auto;
	height: auto;
	bottom: auto;
    left: auto;
	top: 50%;
    right: 0;
    background-color: transparent;
	font-size: 14px;
	line-height: 14px;
	transform: translate(0, -50%);
}
.cspt-ihbox-style-30 .cspt-ihbox-btn a:hover:before {
	transform: translate(3px, -50%);
}

/*--- Different Color ---*/
.cspt-elementor-bg-color-light .cspt-ihbox-style-30 .cspt-ihbox-icon {
	background-color: var(--cspt-greenly-light-bg-color);
}
.cspt-elementor-bg-color-light .cspt-ihbox-style-30 .cspt-ihbox-icon::before {
    background-image: radial-gradient(circle farthest-side at 0% 0%, transparent 100%, var(--cspt-greenly-light-bg-color));
}
.cspt-elementor-bg-color-light .cspt-ihbox-style-30 .cspt-ihbox-icon::after {
    background-image: radial-gradient(circle farthest-side at 100% 0%, transparent 100%, var(--cspt-greenly-light-bg-color));
}
.cspt-elementor-bg-color-gradient .cspt-ihbox-style-30 .cspt-ihbox-icon {
	background-color: var(--cspt-greenly-global-color);
}
.cspt-elementor-bg-color-gradient .cspt-ihbox-style-30 .cspt-ihbox-icon::before {
    background-image: radial-gradient(circle farthest-side at 0% 0%, transparent 100%, var(--cspt-greenly-global-color));
}
.cspt-elementor-bg-color-gradient .cspt-ihbox-style-30 .cspt-ihbox-icon::after {
    background-image: radial-gradient(circle farthest-side at 100% 0%, transparent 100%, var(--cspt-greenly-global-color));
}
.cspt-elementor-bg-color-globalcolor .cspt-ihbox-style-30 .cspt-ihbox-icon {
	background-color: var(--cspt-greenly-global-color);
}
.cspt-elementor-bg-color-globalcolor .cspt-ihbox-style-30 .cspt-ihbox-icon::before {
    background-image: radial-gradient(circle farthest-side at 0% 0%, transparent 100%, var(--cspt-greenly-global-color));
}
.cspt-elementor-bg-color-globalcolor .cspt-ihbox-style-30 .cspt-ihbox-icon::after {
    background-image: radial-gradient(circle farthest-side at 100% 0%, transparent 100%, var(--cspt-greenly-global-color));
}
.cspt-elementor-bg-color-secondary .cspt-ihbox-style-30 .cspt-ihbox-icon {
	background-color: var(--cspt-greenly-secondary-color);
}
.cspt-elementor-bg-color-secondary .cspt-ihbox-style-30 .cspt-ihbox-icon::before {
    background-image: radial-gradient(circle farthest-side at 0% 0%, transparent 100%, var(--cspt-greenly-secondary-color));
}
.cspt-elementor-bg-color-secondary .cspt-ihbox-style-30 .cspt-ihbox-icon::after {
    background-image: radial-gradient(circle farthest-side at 100% 0%, transparent 100%, var(--cspt-greenly-secondary-color));
}
.cspt-elementor-bg-color-blackish .cspt-ihbox-style-30 .cspt-ihbox-icon {
	background-color: var(--cspt-greenly-blackish-color);
}
.cspt-elementor-bg-color-blackish .cspt-ihbox-style-30 .cspt-ihbox-icon::before {
    background-image: radial-gradient(circle farthest-side at 0% 0%, transparent 100%, var(--cspt-greenly-blackish-color));
}
.cspt-elementor-bg-color-blackish .cspt-ihbox-style-30 .cspt-ihbox-icon::after {
    background-image: radial-gradient(circle farthest-side at 100% 0%, transparent 100%, var(--cspt-greenly-blackish-color));
}

.cspt-elementor-bg-color-globalcolor .cspt-ihbox-style-30 .cspt-ihbox-icon-wrapper,
.cspt-elementor-bg-color-gradient .cspt-ihbox-style-30 .cspt-ihbox-icon-wrapper,
.cspt-elementor-bg-color-globalcolor .cspt-ihbox-style-30 .cspt-ihbox-svg-wrapper,
.cspt-elementor-bg-color-gradient .cspt-ihbox-style-30 .cspt-ihbox-svg-wrapper {
	background-color: var(--cspt-greenly-blackish-color);
}

.cspt-elementor-bg-color-blackish .cspt-ihbox-style-30 h2,
.cspt-elementor-bg-color-secondary .cspt-ihbox-style-30 h2,
.cspt-elementor-bg-color-globalcolor .cspt-ihbox-style-30 h2,
.cspt-elementor-bg-color-gradient .cspt-ihbox-style-30 h2,
.cspt-elementor-bg-color-blackish .cspt-ihbox-style-30 h4,
.cspt-elementor-bg-color-secondary .cspt-ihbox-style-30 h4,
.cspt-elementor-bg-color-globalcolor .cspt-ihbox-style-30 h4,
.cspt-elementor-bg-color-gradient .cspt-ihbox-style-30 h4 {
	color: var(--cspt-greenly-white-color);
}
.cspt-elementor-bg-color-blackish .cspt-ihbox-style-30 .cspt-heading-desc,
.cspt-elementor-bg-color-secondary .cspt-ihbox-style-30 .cspt-heading-desc,
.cspt-elementor-bg-color-globalcolor .cspt-ihbox-style-30 .cspt-heading-desc,
.cspt-elementor-bg-color-gradient .cspt-ihbox-style-30 .cspt-heading-desc {
	color: rgba(var(--cspt-greenly-white-color-rgb), .8);
}
/*--- Different Column ---*/


/*--- Responsive ---*/
@media (max-width: 1024px) {
	.cspt-ihbox-style-30 .cspt-second-image {
		height: 100%;
	}
}
@media (max-width: 991px) {
	.cspt-element-miconheading-style-30 .cspt-ihbox-style-30 {
		padding: 30px 25px;
	}
}
@media (max-width: 575px) {
	.cspt-ihbox-style-30 .cspt-ihbox-contents {
		margin-top: 20px;
	}
	.cspt-ihbox-style-30 .cspt-element-title {
		font-size: 22px;
    	line-height: 30px;
		margin-bottom: 6px;
	}
	.cspt-ihbox-style-30 .cspt-heading-desc {
		margin-bottom: 15px;
	}
	.cspt-ihbox-style-30 .cspt-ihbox-contents {
		margin-top: 20px;
	}
}