/*
Template Name:Factory
File: Layout CSS
Author: Templates On Web
Author URI: http://templateonweb.com/
Licence: <a href="http://www.templateonweb.com/terms.php?v=content&contentid=152">Website Template Licence</a>
*/


/********************* center ****************/


/********************************/
/*          Hero Headers        */
/********************************/
#center{position:relative}

/* overlay */
#center .overlay{
    position:absolute;
    inset:0;
    /* background:rgba(0,0,0,.55); */
    z-index:1;
}

/* slide height */
#center .carousel,
#center .carousel-inner,
#center .carousel-inner .item{
    height:90vh;
}

/* slide backgrounds */
.slide-1,
.slide-2,
.slide-3,
.slide-4{
    position:absolute;
    width:100%;
    height:100%;
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
}

.slide-1{background-image:url('../img/ban1.webp')}
.slide-2{background-image:url('../img/ban2.webp')}
.slide-3{background-image:url('../img/ban3.webp')}
.slide-4{background-image:url('../img/ban4.webp')}

/* hero box */
#center .hero{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    z-index:2;
    text-align:center;
    background:rgba(5, 87, 81, 0.35);
    border:4px solid #fff;
    padding:30px;
    width:60%;
    color:#fff;
}

.hero span{
    font-size:38px;
    font-weight:800;
}

.hero h3{
    font-size:42px;
    font-weight:700;
}

/* button */
.btn-hero{
    background:#1abc9c;
    border:none;
    color:#fff;
    padding:12px 35px;
}
.btn-hero:hover,
.btn-hero:focus{
    background:#159a80;
    color:#fff;
    outline:none;
    box-shadow:none;
}

/* indicators */
.carousel-indicators li{
    background:#fff;
    border:none;
}
.carousel-indicators .active{
    background:#1abc9c;
}

/* responsive */
@media(max-width:768px){
    #center .carousel-inner .item{height:60vh}
    #center .hero{width:90%}
	#center .carousel,
#center .carousel-inner,
#center .carousel-inner .item{
    height:60vh;
}

}

.midd {
	display: flex;
	justify-content: center;
	align-items: center;
}

.but {
	background-color: #1a918a;
	padding: 10px 20px 10px 20px;
	color: white;
	border-radius: 20px;
}

.gallery h2 {
	text-align: center;
	color: #1a918a;
}

/********************* center_end ****************/
/********************* middle ****************/
#middle {
	padding-top: 80px;
	padding-bottom: 30px;
}

.middle_3 {
	text-align: center;
	padding-top: 50px;
	padding-bottom: 15px;
	box-shadow: 0 0 1px 0px #151414;
	padding-left: 3px;
	padding-right: 3px;
}

.middle_3 h3 {
	font-weight: bold;
}

.middle_3 p {
	padding-top: 10px;
}

.middle_1 {
	position: relative;
}

.middle_4 {
	position: absolute;
	top: 42%;
	left: 0;
	right: 0;
	width: 80px;
	height: 80px;
	border-radius: 100%;
	line-height: 80px;
	text-align: center;
	margin: 0 auto;
	background-color: #fff;
	color: #1a918a;
	font-size: 35px;
}

/********************* middle_end ****************/
/********************* design ****************/
#design {
	padding-top: 30px;
	padding-bottom: 40px;
	background-color: #1a918a;
}

.design_main {
	background-color: #fff;
}

.design_1 {
	text-align: center;
	color: white;
}

.design_1 h2 {
	padding-bottom: 10px;
	color: white;
}

.design_2 {
	padding-top: 20px;
}

.design_2 h2 {
	color: white;
}

.design_3 {
	text-align: center;
	padding-bottom: 20px;
}

.design_3 i {
	font-size: 30px;
	background-color: #1a918a;
	padding: 20px;
	color: #1a918a;
	margin-top: 20px;
}

.design_4 {
	background-color: #fff;
	padding: 20px;
	text-align: center;
}

.design_4:hover {
	background-color: #ecbd06;
	color: #fff;
}

.design_4:hover h4 {
	color: #fff;
}

.design_4:hover a {
	color: #fff;
}

.design_4:hover p {
	color: #fff;
}

.design_4:hover a {
	color: #fff;
}

.design_4:hover i {
	color: #fff;
}

.design_4 h4 {
	color: #000477;
	font-weight: bold;
	padding-bottom: 5px;
}

.design_4 p {
	color: #999;
	padding: 0px;
	margin: 0px;
	padding-bottom: 10px;
}

.design_4 a {
	color: #000477;
	font-size: 18px;
}

.design_4 i {
	vertical-align: middle;
}

/********************* design_end ****************/
/********************* people ****************/
.people_main_1 {
	padding-left: 40px;
	padding-top: 120px;
	background-color: #1a918a;
	padding-bottom: 150px;
}

.people_4 h2 {
	padding-bottom: 10px;
	color: #fff;
}

.people_4 p {
	color: #fff;
}

#people .form-control {
	font-size: 20px;
	border: 2px solid #ebeced;
	color: #707787;
}

#people .form-control::placeholder {
	color: #707787;
}

.people_6 input {
	padding-top: 25px;
	padding-bottom: 25px;
	margin-bottom: 10px;
	width: 90%;
}

.people_8 textarea {
	height: 155px;
	width: 95%;
}

.people_10 {
	padding-top: 30px;
}

/********************* people_end ****************/
/********************* causes ****************/
#causes {
	padding-top: 0px;
	padding-bottom: 40px;
	background-color: #36404c;
}

.causes_2 h4 {
	padding-bottom: 10px;
	color: #f9b03e;
}

.causes_2 h2 {
	color: #fff;
	padding-top: 39px;
}

.causes_3 p {
	color: #fff;
	padding-top: 40px;
	padding-bottom: 40px;
}

#causes .progress .bar {
	width: 0%;
	height: 100%;
	color: #ffffff;
	float: left;
	font-size: 12px;
	text-align: center;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #0e90d2;
	background-image: -moz-linear-gradient(top, #149bdf, #0480be);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#149bdf), to(#0480be));
	background-image: -webkit-linear-gradient(top, #149bdf, #0480be);
	background-image: -o-linear-gradient(top, #149bdf, #0480be);
	background-image: linear-gradient(to bottom, #fabd5d, #f9b03e);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff149bdf', endColorstr='#ff0480be', GradientType=0);
	-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
	-moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: width 0.6s ease;
	-moz-transition: width 0.6s ease;
	-o-transition: width 0.6s ease;
	transition: width 0.6s ease;
}

.causes_9 {
	background-color: #fff;
	padding: 20px 20px 0px 20px;
}

.causes_6 {
	text-align: center;
}

.causes_6 h4 {
	font-weight: bold;
	padding-bottom: 5px;
}

.causes_10 {
	float: right;
}

.causes_8 h6 {
	color: #999;
	font-weight: 800;
}

.causes_10 h6 {
	color: #999;
	font-weight: 800;
}

/********************* causes_end ****************/
/********************* team ****************/
#team {
	padding-top: 40px;
	padding-bottom: 96px;
}

.team_1 {
	text-align: center;
}

.team_1 h2 {
	letter-spacing: 2px;
	font-weight: bold;
	color: #00236b;
	padding-bottom: 5px;
}

.team_1 p {
	padding-bottom: 30px;
}

.team_4 {
	text-align: center;
	background: #071c2e;
}

.team_4 h3 {
	color: #fff;
	font-weight: bold;
	letter-spacing: 2px;
	padding-top: 15px;
}

.team_4 p {
	color: #fff;
}

.team_main {
	position: relative;
}

.team_4 {
	position: absolute;
	left: 10%;
	right: 0;
	width: 80%;
	top: 90%;
}

.team_4:hover {
	left: 0;
	right: 0;
	width: 100%;
	background: #1a918a;
}

/********************* team_end ****************/
/********************* making ****************/
.infor p {
	color: white;
}


#making {
	padding-top: 30px;
	padding-bottom: 30px;

}

.making_1 {
	text-align: center;
}

.making_1 h2 {
	text-align: center;
	color: #1a918a;
}

#making .animate {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

#making .info-card {
	width: 100%;
	border: 1px solid rgb(215, 215, 215);
	position: relative;
	font-family: 'Lato', sans-serif;
	margin-bottom: 20px;
	overflow: hidden;
}

#making .info-card>img {
	width: 100px;
	margin-bottom: 60px;
}

#making .info-card .info-card-details,
#making .info-card .info-card-details .info-card-header {
	width: 100%;
	height: 100%;
	position: absolute;
	bottom: -100%;
	left: 0;
	padding: 0 15px;
	background: rgb(255, 255, 255);
	text-align: center;
}

#making .info-card .info-card-details::-webkit-scrollbar {
	width: 8px;
}

#making .info-card .info-card-details::-webkit-scrollbar-button {
	width: 8px;
	height: 0px;
}

#making .info-card .info-card-details::-webkit-scrollbar-track {
	background: transparent;
}

#making .info-card .info-card-details::-webkit-scrollbar-thumb {
	background: rgb(160, 160, 160);
}

#making .info-card .info-card-details::-webkit-scrollbar-thumb:hover {
	background: rgb(130, 130, 130);
}

#making .info-card .info-card-details .info-card-header {
	height: auto;
	bottom: 100%;
	padding: 10px 5px;
}

#making .info-card:hover .info-card-details {
	bottom: 0px;
	overflow: auto;
	padding-bottom: 25px;
}

#making .info-card:hover .info-card-details .info-card-header {
	position: relative;
	bottom: 0px;
	padding-top: 25px;
	padding-bottom: 5px;
}

#making .info-card .info-card-details .info-card-header h1,
#making .info-card .info-card-details .info-card-header h3 {
	color: rgb(62, 62, 62);
	font-size: 22px;
	font-weight: 900;
	text-transform: uppercase;
	margin: 0 !important;
	padding: 0 !important;
}

#making .info-card .info-card-details .info-card-header h3 {
	color: rgb(142, 182, 52);
	font-size: 15px;
	font-weight: 400;
	margin-top: 5px;
}

#making .info-card .info-card-details .info-card-detail .social {
	list-style: none;
	padding: 0px;
	margin-top: 25px;
	text-align: center;
}

#making .info-card .info-card-details .info-card-detail .social a {
	position: relative;
	display: inline-block;
	min-width: 40px;
	padding: 10px 0px;
	margin: 0px 5px;
	overflow: hidden;
	text-align: center;
	background-color: rgb(215, 215, 215);
	border-radius: 40px;
}

/********************* making_end ****************/
/********************* news ****************/
#news {
	padding-top: 30px;
	padding-bottom: 30px;
	background-color: #fbfbfb;
}

.news_1 {
	text-align: center;
}

.news_3 h3 {
	padding-top: 40px;
	font-weight: bold;
	padding-bottom: 10px;
}

.news_3 ul {
	border-top: 1px solid #f0f0f0;
	border-bottom: 1px solid #f0f0f0;
	padding-top: 10px;
	padding-bottom: 8px;
}

.news_3 li {
	display: inline;
	padding-right: 8px;
	color: #7d7777;
	font-size: 16px;
}

.news_3 i {
	color: #1a918a;
	font-size: 17px;
}

.news_3 p {
	padding: 0px;
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #7d7777;
}

.news_4 a {
	font-size: 18px;
	color: #1a918a;
}

.news_4 i {
	padding-left: 10px;
	vertical-align: middle;
}

.news_3 img {
	position: relative;
}

.news_5 p {
	height: 60px;
	width: 45px;
	background-color: #1a918a;
	text-align: center;
	position: absolute;
	left: 17%;
	margin-left: -20px;
	bottom: 45%;
	z-index: 10;
	color: #fff;
	padding-top: 3px;
}

.news_main {
	box-shadow: 1px 2px 10px rgba(0, 0, 0, .10);
	padding: 10px;
}

.news_2 {
	padding-top: 30px;
}

/********************* news_end ****************/














@media screen and (max-width : 767px) {
	#center .hero h4 {
		padding-bottom: 60px;
		padding-top: 15px;
	}

	.button {
		padding: 13px 10px 13px 10px;
		font-size: 12px;
		letter-spacing: 0px;
	}

	#center .hero {
		left: 50%;
		width: 80%;
	}

	#center .hero h1 {
		font-size: 22px;
	}

	#center .hero h3 {
		font-size: 18px;
	}

	.center_1 {
		position: static;
		text-align: center;
	}

	#center .col-sm-4 {
		padding: 0px;
		margin: 0px;
	}

	#middle {
		padding-top: 0px;
		text-align: center;
	}

	.middle_4 {
		top: 32%;
	}

	.design_3 {
		padding-bottom: 10px;
		padding-top: 10px;
	}

	.people_8 textarea {
		width: 100%;
	}

	#people {
		text-align: center;
	}

	.people_main_1 {
		padding-left: 0px;
		padding-top: 20px;
		padding-bottom: 35px;
	}

	.people_6 input {
		width: 100%;
	}

	.people_main_1 {
		padding-left: 10px;
		padding-right: 10px;
	}

	#causes {
		text-align: center;
		padding-bottom: 20px;
	}

	.causes_2 h2 {
		padding-top: 25px;
	}

	.causes_3 p {
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.causes_10 {
		float: none;
	}

	.causes_9 {
		margin-bottom: 10px;
	}

	#team {
		padding-top: 30px;
		padding-bottom: 16px;
		text-align: center;
	}

	.team_4 {
		position: static;
		width: 100%;
	}

	#making {
		padding-top: 30px;
		padding-bottom: 30px;
		text-align: center;
	}

	.news_5 p {
		bottom: 55%;
	}

	.news_3 li {
		padding-right: 2px;
		font-size: 12px;
	}
}


@media (min-width:470px) and (max-width:767px) {}


@media (min-width:768px) and (max-width:961px) {
	.center_3 i {
		padding: 10px;
		font-size: 18px;
	}

	.center_4 h4 {
		font-size: 16px;
	}

	.center_4 p {
		font-size: 14px;
	}

	.center_7 i {
		padding: 10px;
		font-size: 18px;
	}

	.center_8 i {
		padding: 10px;
		font-size: 18px;
	}

	.middle_3 h3 {
		font-size: 24px;
	}

	.middle_4 {
		top: 25%;
	}

	.design_4 h4 {
		font-size: 20px;
	}

	.people_main_1 {
		padding-top: 30px;
		padding-bottom: 50px;
	}

	#people .form-control {
		font-size: 15px;
	}

	.people_6 input {
		padding-top: 15px;
		padding-bottom: 15px;
		margin-bottom: 5px;
	}

	.people_8 textarea {
		height: 54px;
	}

	.causes_6 h4 {
		font-size: 20px;
	}

	.causes_10 p {
		font-size: 16px;
	}

	.team_4 h3 {
		font-size: 20px;
	}

	.team_4 p {
		font-size: 16px;
	}

	#making .info-card .info-card-details .info-card-header h1 {
		font-size: 20px;
		padding-bottom: 10px;
	}

	.news_3 h3 {
		font-size: 18px;
	}

	.news_5 p {
		bottom: 63%;
	}

	.news_3 li {
		padding-right: 0px;
		font-size: 13px;
	}

	.news_3 i {
		font-size: 13px;
	}
}


@media (min-width:962px) and (max-width:1200px) {
	#center .hero h4 {
		padding-bottom: 60px;
	}

	.center_3 i {
		padding: 10px;
		font-size: 18px;
	}

	.center_4 h4 {
		font-size: 16px;
	}

	.center_4 p {
		font-size: 18px;
	}

	.center_7 i {
		padding: 10px;
		font-size: 18px;
	}

	.center_8 i {
		padding: 10px;
		font-size: 18px;
	}

	.middle_3 h3 {
		font-size: 24px;
	}

	.middle_4 {
		top: 25%;
	}

	.design_4 h4 {
		font-size: 20px;
	}

	.people_main_1 {
		padding-top: 70px;
		padding-bottom: 90px;
	}

	#people .form-control {
		font-size: 15px;
	}

	.people_6 input {
		padding-top: 15px;
		padding-bottom: 15px;
		margin-bottom: 5px;
	}

	.people_8 textarea {
		height: 78px;
	}

	.causes_6 h4 {
		font-size: 20px;
	}

	.causes_10 p {
		font-size: 16px;
	}

	.team_4 h3 {
		font-size: 20px;
	}

	.team_4 p {
		font-size: 16px;
	}

	#making .info-card .info-card-details .info-card-header h1 {
		font-size: 20px;
		padding-bottom: 10px;
	}

	.news_3 h3 {
		font-size: 18px;
	}

	.news_5 p {
		bottom: 63%;
	}

	.news_3 li {
		padding-right: 0px;
		font-size: 13px;
	}

	.news_3 i {
		font-size: 13px;
	}
}

@media (min-width:1201px) and (max-width:1320px) {
	.center_4 p {
		font-size: 17px;
	}

	.people_main_1 {
		padding-top: 100px;
		padding-bottom: 90px;
	}
}

/* Swiper Container */
.cdsdSwiper {
  width: 100%;
  padding: 40px 0;
  box-sizing: border-box;
}

/* Slides */
.cdsdSwiper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* Hover effect */
.cdsdSwiper .swiper-slide:hover img {
  transform: scale(1.1);
  box-shadow: 0 6px 20px rgba(0,0,0,0.3);
}

/* Pagination */
.cdsdSwiper .swiper-pagination {
  margin-top: 20px;
}

.cdsdSwiper .swiper-slide img {
  width: 100px;
  height: 100px;
  padding: 10px;
  border-radius: 50%;
  object-fit: cover;
  background-color: #fff;
  box-shadow: 0 4px 12px rgba(0,0,0,0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.cdsdSwiper .swiper-slide:hover img {
  transform: scale(1.1);
  box-shadow: 0 6px 20px rgba(0,0,0,0.3);
}

@media (max-width: 768px) { .cdsdSwiper .swiper-slide img { width: 80px; height: 80px; } }
@media (max-width: 576px) { .cdsdSwiper .swiper-slide img { width: 60px; height: 60px; } }

/* Page Header Section */
#page-header {
	background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
		url("img/breadcrumb-bg.jpg") center/cover no-repeat;
	padding: 70px 0;
	color: #ffffff;
}

.btn-primary {
	color: #ffffff;
	background-color: #1a918a;
}

/* Layout */
.page-header-wrapper {
	display: flex;
	align-items: center;
}

/* Images */
.page-header-image {
	max-width: 100%;
	height: auto;
	opacity: 0.9;
}

/* Title */
.page-header-content h1 {
	font-size: 29px;
	font-weight: 700;
	margin-bottom: 10px;
	color: #ffffff;
}

/* Breadcrumb */
.breadcrumb-list {
	list-style: none;
	padding: 0;
	margin: 0;
	display: inline-flex;
	gap: 10px;
}

.breadcrumb-list li {
	font-size: 14px;
	color: #dddddd;
}

.breadcrumb-list li a {
	color: #ffffff;
	text-decoration: none;
}

.breadcrumb-list li::after {
	content: "/";
	margin-left: 10px;
	color: #cccccc;
}

.breadcrumb-list li:last-child::after {
	content: "";
}

/* Tablet */
@media (max-width: 991px) {
	    .page-header-content h1 {
        font-size: 22px;
        margin-top: -21px;
    }
}

/* Mobile */
@media (max-width: 767px) {
	#page-header {
		padding: 50px 0;
		text-align: center;
	}

	.page-header-wrapper {
		flex-direction: column;
	}

	.page-header-img {
		display: none;
	}

    .page-header-content h1 {
        font-size: 22px;
        margin-top: -21px;
    }
}



/* why choose us */
#why_choose {
	padding: 60px 20px;
	background: linear-gradient(120deg, #f0f4f8, #ffffff);
	color: #080606;
}

#why_choose .section-header h2 {
	font-size: 36px;
	color: #1a918a;
	margin-bottom: 15px;
}

#why_choose .section-header p {
	font-size: 16px;
	line-height: 1.7;
	max-width: 800px;
	margin: 0 auto 50px auto;
	color: #080606;
}

#why_choose .benefits-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	gap: 30px;
}

#why_choose .benefit-card {
	background: #ffffff;
	border-radius: 15px;
	padding: 30px 20px;
	text-align: center;
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
	transition: transform 0.3s, box-shadow 0.3s;
}

#why_choose .benefit-card:hover {
	transform: translateY(-8px);
	box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
}

/* Icon Styling */
#why_choose .benefit-card .icon {
	font-size: 40px;
	background-color: #1a918a;
	color: #fff;
	width: 70px;
	height: 70px;
	line-height: 70px;
	border-radius: 50%;
	margin: 0 auto 20px auto;
}

/* Card Title */
#why_choose .benefit-card h3 {
	font-size: 20px;
	color: #1a918a;
	margin-bottom: 15px;
}

/* Card Description */
#why_choose .benefit-card p {
	font-size: 15px;
	color: #050505;
	line-height: 1.6;
}

/* Responsive Adjustments */
@media (max-width: 991px) {
	#why_choose .section-header h1 {
		font-size: 30px;
	}

	#why_choose .benefit-card {
		padding: 25px 15px;
	}
}

@media (max-width: 575px) {
	#why_choose .section-header h1 {
		font-size: 24px;
	}

	#why_choose .section-header p,
	#why_choose .benefit-card p {
		font-size: 14px;
	}

	#why_choose .benefit-card .icon {
		font-size: 30px;
		width: 60px;
		height: 60px;
		line-height: 60px;
	}
}

/* about us */
.mercer-about-section {
	padding: 60px 20px;
}

.mercer-about-section .container {
	max-width: 1200px;
	margin: 0 auto;
}

.about-content {
	display: flex;
	align-items: flex-start;
	gap: 40px;
	margin-bottom: 60px;
	flex-wrap: wrap;
}

.about-content.reverse {
	flex-direction: row-reverse;
}

.about-image {
	flex: 1 1 45%;
	text-align: center;
}

.about-image img {
	max-width: 100%;
	height: auto;
	border-radius: 10px;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.about-text h3,
.about-text h4 {
	color: #1a918a;
	/* Your green color */
	font-weight: bold;
	margin-bottom: 20px;
}


.about-text {
	flex: 1 1 50%;
}

.about-text h3,
.about-text h4 {
	color: #1a1a1a;
	margin-bottom: 20px;
}

.about-text h3 {
	font-size: 28px;
}

.about-text h4 {
	font-size: 22px;
}

.about-text p {
	font-size: 16px;
	line-height: 1.8;
	margin-bottom: 15px;
}

.product-list {
	list-style: none;
	padding: 0;
}

.product-list li {
	position: relative;
	padding-left: 25px;
	margin-bottom: 10px;
}

.product-list li::before {
	content: "✔";
	position: absolute;
	left: 0;
	color: #1a918a;
	font-weight: bold;
}

/* ===== Responsive ===== */
@media (max-width: 992px) {

	.about-content,
	.about-content.reverse {
		flex-direction: column;
		gap: 30px;
	}

	.about-image,
	.about-text {
		flex: 1 1 100%;
	}

	.about-text h3 {
		font-size: 24px;
	}

	.about-text h4 {
		font-size: 20px;
	}
}

@media (max-width: 576px) {
	.mercer-about-section {
		padding: 40px 15px;
	}

	.about-text h3 {
		font-size: 22px;
	}

	.about-text h4 {
		font-size: 18px;
	}

	.about-text p,
	.product-list li {
		font-size: 15px;
	}
}


/* mission and vision */
.mercer-elevator-section {
	background: #f5f5f5;
	padding: 60px 20px;
}

.mercer-elevator-section .container {
	max-width: 1200px;
	margin: 0 auto;
	color: #080707;
}

/* Headings */
.mercer-elevator-section h2 {
	color: #1a918a;
	font-size: 35px;
	margin-bottom: 15px;
	position: relative;
	padding-bottom: 10px;
}

.mercer-elevator-section h2::after {
	content: '';
	width: 60px;
	height: 4px;
	background: #1a918a;
	display: block;
	margin-top: 5px;
	border-radius: 2px;
}

/* Paragraphs */
.mercer-elevator-section p {

	line-height: 1.7;
	margin-bottom: 25px;
	color: #0f0d0d;
}

.mercer-elevator-section p strong {
	color: #1a918a;
}

/* Responsive Styling */
@media (max-width: 1024px) {
	.mercer-elevator-section h2 {
		font-size: 1.8rem;
	}
}

@media (max-width: 768px) {
	.mercer-elevator-section {
		padding: 40px 15px;
	}

	.mercer-elevator-section h2 {
		font-size: 1.6rem;
	}

	.mercer-elevator-section p {
		font-size: 1rem;
	}
}

@media (max-width: 480px) {
	.mercer-elevator-section h2 {
		font-size: 1.4rem;
	}

	.mercer-elevator-section p {
		font-size: 0.95rem;
	}
}

/* Unique subtle hover effect on headings */
.mercer-elevator-section h2:hover {
	color: #0f6c63;
	cursor: default;
	transition: color 0.3s ease;
}


/* prodcuts pages */
.section-padding {
	padding: 15px 0;
}

/* MAIN BOX */
.content-box {
	background: #fff;
	padding: 35px;
	border-radius: 18px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
	margin-bottom: 30px;
}

.title-main {
	font-size: 34px;
	font-weight: 700;
	color: #1a918a;
}

.title-sub {
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 15px;
}

.section-title {
	font-size: 24px;
	font-weight: 700;
	color: #1a918a;
	margin-bottom: 15px;
}

.lift-img {
    width: 100%;
    border-radius: 12px;
    transition: transform 0.35s ease, box-shadow 0.35s ease, border 0.35s ease;
}

/* Hover effect */
.lift-img:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.18);
    border: 2px solid #1a918a;
}


.cta-box {
	background: #1a918a;
	color: #fff !important;
	padding: 45px;
	border-radius: 18px;
	text-align: center;
}

.tick-list {
	list-style: none;
	padding: 0;
	margin: 20px 0;
}

.tick-list li {
	position: relative;
	padding-left: 44px;
	margin-bottom: 14px;
	font-size: 16px;
	color: #080606;
	line-height: 1.6;
}

/* Tick background */
.tick-list li::before {
	content: "✓";
	position: absolute;
	left: 0;
	top: 2px;
	width: 20px;
	height: 20px;
	background-color: #1a918a;
	color: #ffffff;
	/* white tick */
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	font-size: 15px;
	font-weight: 700;
}

/* FAQ Accordion Wrapper */
#faq {
	margin-top: 20px;
}

/* Accordion item card */
#faq .accordion-item {
	border: none;
	border-radius: 8px;
	margin-bottom: 14px;
	background: #ffffff;
	box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
	overflow: hidden;
}

/* Question button */
#faq .accordion-button {
	font-size: 17px;
	font-weight: 600;
	color: #1f1f1f;
	background: #f8f9fa;
	padding: 18px 22px;
	border: none;
	line-height: 1.5;
}

/* Active question */
#faq .accordion-button:not(.collapsed) {
	background: #1a918a;
	color: #ffffff;
	box-shadow: none;
}

/* Remove Bootstrap focus border */
#faq .accordion-button:focus {
	box-shadow: none;
	border-color: transparent;
}

/* Arrow icon color */
#faq .accordion-button::after {
	filter: brightness(0);
}

#faq .accordion-button:not(.collapsed)::after {
	filter: brightness(0) invert(1);
}

/* Answer body */
#faq .accordion-body {
	font-size: 15.5px;
	color: #444;
	line-height: 1.8;
	padding: 18px 22px;
	background: #ffffff;
}

/* Mobile adjustments */
@media (max-width: 768px) {
	#faq .accordion-button {
		font-size: 16px;
		padding: 15px 18px;
	}

	#faq .accordion-body {
		font-size: 15px;
	}
}

/* services */
.elevator-service-wrap {
	background: #f6fbfb;
	padding: 36px 0;
}

/* MAIN BOX */
.elevator-service-box {
	background: #ffffff;
	padding: 45px;
	border-radius: 16px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

/* TITLE */
.elevator-service-title {
	font-size: 34px;
	font-weight: 700;
	color: #1a918a;
	margin-bottom: 18px;
	line-height: 1.3;
}

/* HEADINGS */
.elevator-service-box h3 {
	color: #1a918a;
	font-weight: 600;
	margin-top: 28px;
	margin-bottom: 10px;
	font-size: 22px;
}

/* PARAGRAPH */
.elevator-service-box p {
	font-size: 16px;
	line-height: 1.7;
	color: #080707;
}

/* LIST */
.elevator-service-box ul {
	padding-left: 20px;
	margin-bottom: 15px;
}

.elevator-service-box ul li {
	margin-bottom: 6px;
}

/* IMAGE */
.elevator-service-img {
	text-align: center;
}

.elevator-service-img img {
	width: 100%;
	border-radius: 12px;
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
	transition: 0.4s;
}

.elevator-service-img img:hover {
	transform: scale(1.03);
}

/* CTA */
.service-cta {
	margin-top: 40px;
	background: #1a918a;
	color: #fff;
	padding: 35px;
	border-radius: 16px;
	text-align: center;
	box-shadow: 0 15px 30px rgba(0, 0, 0, 0.12);
}

/* RESPONSIVE */
@media (max-width:991px) {
	.elevator-service-title {
		font-size: 28px;
	}
}

@media (max-width:768px) {
	.elevator-service-box {
		padding: 25px;
	}

	.elevator-service-title {
		font-size: 24px;
	}

	.elevator-service-box h3 {
		font-size: 20px;
	}
}

/* market area content */

.marketing-content {
	max-width: 1200px;
	/* margin: 40px auto; */
	padding: 20px;
}

/* COMMON HEADING CLASS (use on H2 / H3 / H4) */
.section-heading {
	font-size: 28px;
	font-weight: 600;
	color: #1a918a;
	background: #ffffff;

	padding: 18px 24px;
	margin: 35px 0 20px;

	border-left: 6px solid #1a918a;
	border-radius: 6px;

	box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
	line-height: 1.4;
}

/* CONTENT TEXT CARD STYLE */
.content-text {
	font-size: 16px;
	color: #0b0909;
	line-height: 1.8;

	background: #ffffff;
	padding: 20px 24px;
	margin-bottom: 20px;

	border-radius: 6px;
	box-shadow: 0 4px 14px rgba(0, 0, 0, 0.07);
}


/* Responsive */
@media (max-width: 768px) {
	.section-heading {
		font-size: 22px;
		padding: 15px 18px;
	}

	.content-text {
		font-size: 15px;
	}
}

.terms-container{
    max-width:1000px;
    margin:auto;
    padding:40px 20px;
    font-family:Arial, sans-serif;
    line-height:1.7;
}

.terms-container h2{
    text-align:center;
    font-size:32px;
    margin-bottom:20px;
    font-weight:700;
}

.terms-list{
    list-style:none;
    padding:0;
}

.terms-list > li{
    background:#ffffff;
    margin-bottom:20px;
    padding:20px 22px;
    border-radius:10px;
    box-shadow:0 4px 12px rgba(0,0,0,0.08);
    font-size:16px;
}

.terms-list li ul{
    margin-top:10px;
    padding-left:20px;
    list-style:disc;
}

.terms-list b{
    color:#1a918a;
}

/* Responsive */
@media(max-width:768px){
    .terms-container h2{
        font-size:24px;
    }
    .terms-list > li{
        font-size:15px;
        padding:16px;
    }
}
