.maincontent {
    padding:0;
    position:relative;
    max-width:100%;
    border:0;
}
    

/**** Estimate Box *****/
.estimate-box .form_field_text, .form_field_select, .estimate-box .form_field_textarea {
	width: 100%;
	background: #ffffff0d!important;
}

.form_field_element option{
	color: #000!important;
}


.form_field_element {
	color: #fff!important;
}

.form_field_select, .form_field_text {
	border: #cccccc57 1px solid!important;
}
    

.owl-carousel .owl-item img {
	display: block;
	width: 100%;
	height: auto;
}

.featured-image-wrapper figcaption {
	background: #ffffffb5;
	position: relative;
	top: -45px;
	text-align: center;
	font-weight: 600;
}

.global_26167 {
display: none;
}



/* Scroll Buttons */
.scroll-btn {
    background: rgba(0, 0, 0, 0.6);
    color: white;
    border: none;
    padding: 15px;
    cursor: pointer;
    font-size: 24px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
    transition: background 0.3s ease;
}

.scroll-btn:hover {
    background: rgba(0, 0, 0, 0.8);
}

.left-btn {
    left: 10px;
}

.right-btn {
    right: 10px;
}



/**** Process Section ****/
.process {
	position: relative;
	display: block;
	background-color: #ff4f47;
	padding: 117px 0 30px;
	counter-reset: count;
	z-index: 1;
}


.process-bg {
	background-image: url(/imageserver/UserMedia/edgeline/wr//process-bg.jpg);
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	opacity: 0.15;
	z-index: -1;
}

.process__single {
	position: relative;
	display: block;
	margin-bottom: 70px;
}

.process__content-box {
	position: relative;
	display: block;
	padding-left: 130px;
}

.process__icon-box {
	position: absolute;
	top: 50px;
	left: 0;
}
.process__icon-box::before {
	position: absolute;
	bottom: -120px;
	left: 50%;
	transform: translateX(-50%);
	content: "";
	background-image: -moz-linear-gradient(270deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
	background-image: -webkit-linear-gradient(270deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
	background-image: -ms-linear-gradient(270deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
	width: 4px;
	height: 120px;
}

.process__icon-box::after {
	position: absolute;
	top: -168px;
	left: 50%;
	transform: translateX(-50%);
	content: "";
	background-image: -moz-linear-gradient(90deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
	background-image: -webkit-linear-gradient(90deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
	background-image: -ms-linear-gradient(90deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
	width: 4px;
	height: 120px;
}

.process__icon {
	position: relative;
	height: 100px;
	width: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.process__shape {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.process__shape img {
	margin: 15px;
}

.process__count {
	position: absolute;
	top: -50px;
	left: 50%;
	height: 40px;
	width: 40px;
	border-radius: 50%;
	background-color: #222;
	z-index: 2;
	transform: translateX(-50%);
}

.process__count::before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	font-size: 14px;
	line-height: 40px;
	font-weight: 700;
	counter-increment: count;
	content: "0"counter(count);
	transition: all 200ms linear;
	transition-delay: 0.1s;
	color: #fff;
	text-align: center;
}

.process__text {
	color: #fff;
}

@media (max-width: 1200px) {
.process__icon-box::before,
.process__icon-box::after {
display: none!important;
}


/*** Image Slider Section ***/
.image-slider-section {
    width: 98.5%;
    max-width: 1300px;
margin-inline: auto;
    position: relative;
    overflow: hidden;
}

.image-slider-container {
    overflow: hidden;
    width: 100%;
}


.image-slider-wrapper {
    display: flex;
    transition: transform 0.5s ease-in-out;
}


.image-slide {
    min-width: 500px;
width: 500px;
}

.image-slide figure{
    width: 500px;
    border-radius: 8px;
}

.image-slide figure img{
    width: 98%;
text-align: center;
}

.image-slider-dots {
    display: flex;
    justify-content: center;
    margin-top: 10px;
    gap: 8px;
}

.hero-dot,
.featured-dot {
    width: 12px;
    height: 12px;
    background: red;
    border-radius: 50%;
    cursor: pointer;
    transition: background 0.3s ease;
}

.hero-dot.active,
.featured-dot.active {
    background: #222;
}

    /* Accordion Styling */
    .accordion-section {
        border: 1px solid #ddd;
        margin-bottom: 10px;
    }

    .accordion-title {
        background-color: #f0f0f0;
        padding: 10px;
        margin: 0;
        cursor: pointer;
    }

    .accordion-content {
        display: none;
        padding: 10px;
    }

/* Responsive */
@media (max-width: 768px) {
    .image-slider-section {
        width: 100%;
    }
}