html, body, .body {
		max-width: 100%;
		overflow-x: hidden;
		background-color: #FFFDF0;
}

.custom-font-size-1 {	
		font-size: 50px;
		line-height: 1;
}

@media (min-width: 992px) {
		.custom-font-size-1 {
				font-size: 70px;
		}
}

.btn-outline {
		border-width: 1px;
}

@media (min-width: 992px) {
		#header .header-nav-main nav > ul > li > a {
				font-size: 14px;
		}
}

.custom-stroke-text-effect-1 {
		-webkit-text-fill-color: transparent;
		-webkit-text-stroke-width: 1px;
		-webkit-text-stroke-color: var(--default);
		white-space: nowrap;
}




/* .custom-carousel-1 {
	position: relative;
	background-size: cover;
	width: 100%;
	max-width: 363px;
	height: auto;
	aspect-ratio: 363 / 670;
}  */

.custom-carousel-1 img {
	width: 100%; 
	height: auto;
	border-radius: 30px;
} 

/* .custom-carousel-1 {
		position: relative;
		background: url(../../img/demos/app-landing/backgrounds/Untitled\ design\ \(6\).png);
		background-repeat: no-repeat;
		background-size: cover;
		width: 363px;
		height: 670px;
} */



.custom-carousel-1 .owl-carousel {
		border-radius: 20px;
		padding: 25px 0 0 0px;
}

@media (max-width: 767px) {
	.custom-carousel-1 .owl-carousel .owl-nav button.owl-next:before,
	.custom-carousel-1 .owl-carousel .owl-nav button.owl-prev:before,
	.custom-carousel-1 .owl-carousel .owl-nav button.owl-prev,
	.custom-carousel-1 .owl-carousel .owl-nav button.owl-next {
		display: none;
	}
}

.custom-feature-box-1 .feature-box-icon {
		width: 4.5em;
		height: 4.5em;
}

.custom-feature-box-1 .feature-box-icon:after {
		display: none !important;
}

@media (min-width: 992px) {
		.custom-img-1 {
				position: absolute;
				top: -35%;
				right: -25px;
		}
}

.custom-svg-1 {
	color: #660033;
	opacity: 0.8;
		position: absolute;
		right: -200%;
		top: -60%;
}

@media (min-width: 992px) {
		.custom-svg-1 {
				right: -78%;
		}
}

@media (min-width: 1200px) {
		.custom-svg-1 {
				right: -45%;
		}
}

@media (min-width: 1440px) {
		.custom-svg-1 {
				right: -35%;
		}
}

@media (min-width: 1680px) {
		.custom-svg-1 {
				right: -21%;
		}
}

.custom-svg-2 {
		position: absolute;
		left: -120%;
		top: -57%;
		display: none;
}

@media (min-width: 992px) {
		.custom-svg-2 {
				display: block;
		}
}

@media (min-width: 1200px) {
		.custom-svg-2 {
				left: -100%;
		}
}

@media (min-width: 1440px) {
		.custom-svg-2 {
				left: -75%;
		}
}

@media (min-width: 1680px) {
		.custom-svg-2 {
				left: -55%;
		}
}

.custom-svg-3 {
		position: absolute;
		right: -120%;
		top: 12%;
		display: none;
}

@media (min-width: 992px) {
		.custom-svg-3 {
				display: block;
		}
}

@media (min-width: 1200px) {
		.custom-svg-3 {
				right: -100%;
		}
}

@media (min-width: 1440px) {
		.custom-svg-3 {
				right: -75%;
		}
}

@media (min-width: 1680px) {
		.custom-svg-3 {
				right: -55%;
		}
}

.custom-svg-4 {
		position: absolute;
		left: -120%;
		top: 0%;
		display: none;
}

@media (min-width: 992px) {
		.custom-svg-4 {
				display: block;
		}
}

@media (min-width: 1200px) {
		.custom-svg-4 {
				left: -100%;
		}
}

@media (min-width: 1440px) {
		.custom-svg-4 {
				left: -75%;
		}
}

@media (min-width: 1680px) {
		.custom-svg-4 {
				left: -55%;
		}
}

.custom-el {
		position: absolute;
		display: none;
}

@media (min-width: 992px) {
		.custom-el {
				display: block;
		}
}

.custom-el-circle {
		border: 2px solid var(--grey-500);
		border-radius: 50%;
}

.custom-el-rounded-rectangle {
		border: 2px solid var(--grey-500);
		border-radius: var(--border-radius);
}

.custom-el-blur-1 {
		filter: blur(1px);
}

.custom-el-blur-2 {
		filter: blur(2px);
}

.custom-rotate-45 {
		transform: rotate(45deg);
}

@media (min-width: 992px) {
		.custom-steps-icons {
				display: flex;
		}
}

.custom-steps-icons .custom-steps-icon {
		text-align: center;
}

.custom-steps-icons .custom-steps-icon .animated-icon {
		border: 1px solid #d9d9d9;
		padding: 14px;
		border-radius: 50%;
		max-width: 105px;
		margin: 0 20px 0 20px !important;
}

.custom-steps-icons .custom-steps-icon h4 {
		font-size: 18px;
		font-weight: bold;
		letter-spacing: -0.5px;
		display: inline-block;
		margin-top: 5px;
		margin-bottom: 15px;
}

@media (min-width: 992px) {
		.custom-steps-icons .custom-steps-icon h4 {
				margin-top: 10px;
				margin-bottom: 0;
		}
}

.custom-steps-icons .custom-steps-connect {
		position: relative;
		min-width: 115px;
}

.custom-steps-icons .custom-steps-connect-dots {
		position: absolute;
		top: 15%;
		left: 5px;
		visibility: hidden;
}

@media (min-width: 992px) {
		.custom-steps-icons .custom-steps-connect-dots {
				visibility: visible;
		}
}

.custom-steps-icons .custom-steps-connect-point {
		position: absolute;
		top: 15%;
		left: 98px;
		margin-top: 15px;
		visibility: hidden;
}

@media (min-width: 992px) {
		.custom-steps-icons .custom-steps-connect-point {
				visibility: visible;
		}
}


@media only screen and (max-width: 768px) { 
	.custom-steps-icons{

			display: flex;
			justify-content: center;
			flex-direction: column;
			align-items: center;
	}

}



/* @media (max-width: 990px) {
	.custom-carousel-1 {
	  display: none;
	}
  } */

/*
* Contact Form
*/
.custom-form-style-1 .form-control {
	height: calc(1.8em + 1.85rem + 2px);
	padding: 15.6px 20px;
	padding: 0.975rem 1.25rem;
	background: var(--grey-100);
	border-color: var(--grey-100);
	line-height: 1.5 !important;
}

.custom-form-style-1 .form-control:focus {
	border-color: var(--grey-500);
}

.custom-form-style-1 .form-control::-webkit-input-placeholder {
	color: #a9a9a9;
}

.custom-form-style-1 .form-control::-moz-placeholder {
	color: #a9a9a9;
}

.custom-form-style-1 .form-control:-ms-input-placeholder {
	color: #a9a9a9;
}

.custom-form-style-1 select {
	color: #495057;
}

.custom-form-style-1 select option {
	color: #a9a9a9;
}

.custom-form-style-1 select option[selected] {
	color: #a9a9a9;
}

.custom-form-style-1 textarea.form-control {
	height: auto;
}
.custom-big-font-size-1 {
	font-size: 147.2px;
	font-size: 9.2rem;
}


.step-title-part1, .step-title-part2 {
    display: inline; /* Keep them on the same line by default */
}

/* Media query for mobile view (e.g., screens smaller than 768px) */
@media (max-width: 767px) {
    .step-title-part1, .step-title-part2 {
        display: block; /* Stack them vertically on mobile */
        text-align: center; /* Center the text */
    }
}



