.text-size-cust{
	font-size: 60px !important;
}

.arun-story-wrapper {
	background-image: url(../images/about-bg.jpg);
	/* background-color: red !important; */
	height: 100vh;
	min-height: 500px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

/* ===== Custom Unique Classes ===== */

.arun-story-wrapper {
	position: relative;
	overflow: hidden;
}

.arun-story-image {
	width: 100%;
	height: 500px;
	object-fit: cover;
}

.arun-story-overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 60px 0;
	background: linear-gradient(to top, rgba(0,0,0,0.95), rgba(0,0,0,0.7), rgba(0,0,0,0.0));
	color: #ffffff;
}

.arun-story-small-title {
	font-size: 18px;
	opacity: 0.7;
	margin-bottom: 15px;
}

.arun-story-heading {
    font-size: 26px;
    font-weight: 400;
    line-height: 1.6;
    max-width: 880px;
}

@media (max-width: 768px) {
	.arun-story-image {
		height: 400px;
	}

	.arun-story-heading {
		font-size: 18px;
	}
}

.timeline-container {
    position: relative;
    padding-top: 120px !important;
}

/* Background line */
.timeline-line-bg {
	position: absolute;
	left: 40px;
	top: 0;
	width: 2px;
	height: 100%;
	background: #e5e5e5;
}

/* Progress line */
#progress-bar {
	position: absolute;
	left: 40px;
	top: 0;
	width: 2px;
	height: 0%;
	background: #000;
	transition: height 0.2s ease-out, background 0.4s ease;
	z-index: 2;
}

/* Moving ball */
#moving-circle {
	position: absolute;
	left: 32px;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #000;
	z-index: 5;
	transition: top 0.2s ease-out, background 0.4s ease;
}

/* Sections */
.timeline-section {
	position: relative;
	padding-left: 100px;
	margin-bottom: 120px;
}

.timeline-dot {
	position: absolute;
	left: 20px;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #ccc;
	transition: background 0.5s ease;
}

.timeline-card {
	background: #f5f5f5;
	border-radius: 12px;
}

@media(max-width:768px){
	.timeline-section {
		padding-left: 70px;
	}
	.timeline-line-bg,
	#progress-bar {
		left: 25px;
	}
	.timeline-dot,
	#moving-circle {
		left: 16px;
	}
}

/* Background Section */
.ui-gettouch-wrapper{
	position: relative;
	background-image: url('../images/process-bg.jpg'); /* your image */
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	min-height: 520px;
	display: flex;
	align-items: center;
}

/* Dark Overlay */
.ui-gettouch-wrapper::before{
	content:'';
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background: rgba(0,0,0,0.35);
}

/* Content */
.ui-gettouch-content{
	position: relative;
	z-index: 2;
	color:#fff;
}

/* Title */
.ui-gettouch-title{
	font-size:60px;
	font-weight:500;
	margin-bottom:180px;
}

/* Small text */
.ui-gettouch-sub{
	font-size:12px;
	letter-spacing:3px;
	display:flex;
	align-items:center;
	gap:12px;
}

/* Dot */
.ui-gettouch-dot{
	width:6px;
	height:6px;
	background:#fff;
	border-radius:50%;
	display:inline-block;
}

.logo-header-cust{
	border-radius: 20px;
}

.border-full-cust{
	border-radius: 100px !important;
}

#progress-bar {
	transition: height 0.5s ease;
}

#moving-circle {
	transition: top 0.5s ease, background 0.3s ease;
}
.arunbx-brand-section{
	background:#022f22;
	padding:80px 0;
}

.arunbx-brand-box {
	background: linear-gradient(90deg, #d2272a, #fe3132);
	padding: 50px;
	border-radius: 16px;
	color: #fff !important;
}

.arunbx-title-row {
	display: flex;
	align-items: center;
	gap: 8px;
	/* margin-left: -36px; */
}

.arunbx-number{
	color:#8ec9b0;
	font-size:14px;
}

.arunbx-title{
	font-size:40px;
	font-weight:600;
	margin:0;
}

.arunbx-img{
	border-radius:14px;
	height:260px;
	object-fit:cover;
	width:100%;
}

.arunbx-tags {
    display: flex;
    gap: 20px;
    color: #ffffff;
    font-size: 14px;
    margin-bottom: 30px;
    text-transform: uppercase;
    letter-spacing: 2px;
    flex-flow: wrap;
}

.arunbx-number {
	color: #ffffff;
	font-size: 14px;
}

.arunbx-btn{
	display:inline-flex;
	align-items:center;
	gap:15px;
	background:white;
	color:black;
	padding:12px 24px;
	border-radius:30px;
	text-decoration:none;
	font-weight:500;
}

.arunbx-arrow {
	background: #000000;
	color: white !important;
	width: 34px;
	height: 34px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
}

p.arunbx-text {
	font-size: 18px;
}

.arunbx-brand-box-2 {
	/* background: linear-gradient(90deg, #d2272a, #fe3132); */
	padding: 50px;
	border-radius: 16px;
	color: #000000 !important;
}

.arunbx-btn-2 {
	display: inline-flex;
	align-items: center;
	gap: 15px;
	background: #e3e3e3;
	color: black;
	padding: 12px 24px;
	border-radius: 30px;
	text-decoration: none;
	font-weight: 500;
}

.arunbx-tags-2 {
    display: flex;
    gap: 20px;
    color: #5b5b5b;
    font-size: 14px;
    margin-bottom: 30px;
    text-transform: uppercase;
    letter-spacing: 2px;
    flex-flow: wrap;
}

.arunbx-number-2 {
	color: #676767;
	font-size: 14px;
}

/* Video Container */
.arunbx-video-wrapper{
	position:relative;
	border-radius:16px;
	overflow:hidden;
}

/* Video */
.arunbx-video-player{
	width:100%;
	height:260px;
	object-fit:cover;
	border-radius:16px;
}

/* Play Button */
.arunbx-video-play{
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%, -50%);
	width:70px;
	height:70px;
	background:white;
	border:none;
	border-radius:50%;
	display:flex;
	align-items:center;
	justify-content:center;
	cursor:pointer;
	z-index:2;
}

/* Play Icon */
.arunbx-video-icon{
	font-size:22px;
	color:#000;
	margin-left:4px;
}

/* Pulse Animation */
.arunbx-video-play::before{
	content:'';
	position:absolute;
	width:70px;
	height:70px;
	background:white;
	border-radius:50%;
	opacity:0.5;
	z-index:-1;
	animation:arunbxPulse 1.8s infinite;
}

.arunbx-video-play::after{
	content:'';
	position:absolute;
	width:70px;
	height:70px;
	background:white;
	border-radius:50%;
	opacity:0.3;
	z-index:-2;
	animation:arunbxPulse 1.8s infinite 0.6s;
}

@keyframes arunbxPulse{
	0%{
		transform:scale(1);
		opacity:0.6;
	}
	70%{
		transform:scale(1.7);
		opacity:0;
	}
	100%{
		opacity:0;
	}
}

.arvix-hero-sec{
	background:#f4f3f1;
	padding:120px 0;
}

/* heading */

.arvix-hero-title{
	font-size:64px;
	font-weight:700;
	line-height:1.1;
	color:#000;
	max-width:900px;
}

/* paragraph */

.arvix-hero-text{
	font-size:18px;
	line-height:1.8;
	color:#6b7470;
/*max-width:520px;*/
}
.arvix-hero-title{
	letter-spacing:-1px;
}

.uxpro-expertise-sec{
	background:#f5f4f2;
	padding:100px 0;
}

/* heading */

.uxpro-title{
	font-size:48px;
	font-weight:700;
	line-height:1.2;
	color:#000;
	margin-bottom:25px;
}

/* description */

.uxpro-desc{
	font-size:16px;
	color:#6c756f;
	line-height:1.8;
	margin-bottom:25px;
}

/* list */

.uxpro-list{
	list-style:none;
	padding:0;
	margin-bottom:30px;
}

.uxpro-list li{
	margin-bottom:10px;
	color:#2f3e37;
	position:relative;
	padding-left:22px;
}

.uxpro-list li::before{
	content:"✓";
	position:absolute;
	left:0;
	color:#0b3b2c;
	font-weight:bold;
}

/* button */

.uxpro-btn{
	display:inline-flex;
	align-items:center;
	gap:12px;
	background:#072f22;
	color:#fff;
	padding:12px 24px;
	border-radius:30px;
	text-decoration:none;
	font-weight:500;
}

.uxpro-arrow{
	background:#fff;
	color:#072f22;
	width:32px;
	height:32px;
	display:flex;
	align-items:center;
	justify-content:center;
	border-radius:50%;
}

/* image */

.uxpro-img{
	border-radius:18px;
	width:100%;
	object-fit:cover;
}

a {
	color: rgb(253 50 50);
}

section.banner-section {
	min-height: 60vh;
}

.logo-ipsum{
	min-height: 40vh;
}

span.badge {
	padding: 20px !important;
	border-radius: 80px !important;
}

.work-details a{
	color: #ff3131;
}

.work:hover a h4{
	color: #ff3131 !important;
}

section.banner-section {
	min-height: 100vh !important;
	display: flex;
	justify-content: center;
	align-items: center;
}

.btn:hover {
	border-color: #ff3131;
}

.ui-gettouch-title {
	color: #fff;
}

section#aboutus {
	min-height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
}

section#services {
	height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
}

.card-cust{
	background: #f5f5f5 !important;
	border: none !important;
}

.link-hover:hover {
	color: #ff3131 !important;
}

.lh-property-section{
	/*background:#f5f5f5;*/
}

.lh-property-title{
	font-size:32px;
	font-weight:600;
}

.lh-label{
	font-size:14px;
	color:#888;
	margin-bottom:3px;
}

.lh-small-text{
	font-size:14px;
	color:#555;
}

.lh-price{
	font-weight:600;
}

.lh-price span{
	font-size:14px;
	color:#888;
}

.lh-icon-group{
	display:flex;
	gap:10px;
	justify-content:flex-end;
}

.lh-icon-btn{
	border:1px solid #ddd;
	background:#fff;
	width:36px;
	height:36px;
	border-radius:8px;
}

.lh-main-image{
	position:relative;
	overflow:hidden;
	border-radius:16px;
}

.lh-main-image img {
    width: 110%;
    height: 430px;
    object-fit: cover;
    transition: ease .3s;
}

.lh-main-image img:hover {
    /*position: rri;*/
    transform: translate(-50px);
}

.lh-small-img {
    overflow: hidden;
    border-radius: 16px;
    height: 100%;
    background: beige;
}

.lh-small-img img{
	width:110%;
	height:100%;
	object-fit:cover;
    transition: ease .3s;
}

.lh-small-img img:hover{
	transform: translate(-30px);
}

.lh-photo-buttons{
	position:absolute;
	bottom:20px;
	right:20px;
	display:flex;
	gap:10px;
}

.lh-video-btn{
	width:42px;
	height:42px;
	border-radius:50%;
	border:none;
	background:white;
}

.lh-view-btn{
	background:#2b6ef5;
	color:white;
	border:none;
	padding:10px 18px;
	border-radius:25px;
}

.pd-title{
	font-size:24px;
	font-weight:600;
	margin-bottom:15px;
}

.pd-subtitle{
	font-size:22px;
	font-weight:600;
}

.pd-view-more{
	display:inline-block;
	margin-top:10px;
	color:#000;
	text-decoration:underline;
}

.pd-overview-box{
	background:white;
	padding:15px;
	border-radius:10px;
	border:1px solid #eee;
}

.pd-overview-box span{
	display:block;
	font-size:14px;
	color:#777;
}

.pd-overview-box strong{
	font-size:16px;
}

.pd-list{
	list-style:disc;
	padding-left:18px;
	line-height:30px;
}

.pd-floor-box{
	background:white;
	padding:20px;
	border-radius:12px;
}

.pd-floor-img{
	border-radius:10px;
	margin-top:15px;
}

.set-full-height-cust{
	height: 100%;
}

.set-full-height-cust-2{
	height: -webkit-fill-available;
}

.ux-project-info-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #ffffff;
    padding: 30px 20px;
    border-radius: 65px;
    flex-wrap: wrap;
    margin-top: 20px;
}

.ux-project-info-item{
    display:flex;
    align-items:center;
    gap:15px;
}

.ux-project-icon{
    width:60px;
    height:60px;
    background:#a8e063;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:24px;
}

.ux-project-label{
    display:block;
    font-size:14px;
    color:#7a7a7a;
    margin-bottom:4px;
}

.ux-project-value{
    margin:0;
    font-size:18px;
    font-weight:600;
    color:#222;
}	

.add-cust {
    text-transform: uppercase;
    font-weight: 700;
    color: #c5c5c5;
} 

.icon-color-loaction {
    color: #ff3131;
    margin-right: 5px !important;
}

.icon-third-cust{
	color: #fff;
}

.uxprop-sidebar-box{
background:#f4f4f4;
padding:25px;
border-radius:8px;
}

.uxprop-title{
font-size:22px;
margin-bottom:20px;
}

.uxprop-feature-list{
list-style:none;
padding:0;
margin:0 0 25px 0;
}

.uxprop-feature-list li{
display:flex;
align-items:center;
gap:12px;
padding:12px 0;
border-bottom:1px solid #ddd;
font-size:15px;
color:#444;
}

.uxprop-feature-list i{
color:#555;
font-size:16px;
width:20px;
}

.uxprop-agent-card{
position:relative;
background-image:url('https://images.unsplash.com/photo-1600585154340-be6161a56a0c');
background-size:cover;
background-position:center;
border-radius:18px;
overflow:hidden;
min-height:360px;
display:flex;
align-items:flex-end;
}

.uxprop-agent-overlay{
position:absolute;
top:0;
left:0;
right:0;
bottom:0;
background:linear-gradient(to bottom, rgba(0,0,0,0.1), rgba(0,0,0,0.7));
}

.uxprop-agent-content{
position:relative;
color:white;
padding:25px;
z-index:2;
}

.uxprop-agent-content h4{
font-size:22px;
font-weight:500;
margin-bottom:20px;
}

.uxprop-support small,
.uxprop-email small{
font-size:12px;
opacity:0.8;
}

.uxprop-support h5,
.uxprop-email h5{
margin:5px 0 15px 0;
font-size:18px;
font-weight:600;
}

p.text-cust-03 {
    font-size: 20px;
}

.bg-theme-cust{
	background: #ff3131 !important;
}