html {
--swiper-pagination-bullet-width:15px;
--swiper-pagination-bullet-height:15px;
--swiper-pagination-bullet-inactive-color:#444444;
--swiper-pagination-color:#00A183;
--swiper-pagination-bullet-inactive-opacity: .3;
}

swiper-container {
	width: 100%;
	height: 550px;
}

swiper-slide .img-container{
	height:65%;
	position:relative;
}

swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 10px;
}

swiper-slide {
	width: 80%;
}
.slide-desc {
	color: #6b6b6b;
	font-size: .9rem;
	padding: 2rem 0 0 2rem;
	text-align: start;
	width: 90%;
}
@media (min-width: 768px) {
	swiper-slide .img-container{
		height:75%;
	}
	swiper-slide {
		width: 60%;
	}
    .slide-desc {
		width: 60%;
		padding: 2rem 0 0 6rem;
	}
}
.section-title {
	color: #343a40;
	margin-bottom: 2rem;
}
.breadcrumb-item a {
	color: #00a884;
}
.breadcrumb-item.active {
	color: #495057;
}
.hero-section {
	background: #66462d url('../images/abut-top.jpg') no-repeat center center;
	background-size: cover;
	color: white;
	padding: 3rem 0;
	border-radius: 8px;
	margin-bottom: 2rem;
	height:400px;
	position:relative;
}
.hero-section .text-item{
    position: absolute;
    bottom: 80px;
    left: 50px;
    /*width: 40%;*/
    font-size: 1.2rem;
}
.stat-card {
    background-color: #f8f9fa;
    padding: 2rem 5rem;
    text-align: center;
}
.stat-card:nth-child(1){border-radius: 10px 10px 0 0;}
.stat-card:nth-child(2){border-radius: 0 0 10px 10px;}
.stat-number {
    font-size: 5rem;
    color: #00a884;
    font-weight: bold;
    margin-bottom: 0.5rem;
    font-family: 'BebasNeueBold', Tahoma;
	line-height: 5rem;
}

.stat-number span:nth-child(2){
    font-size: 1.5rem;
    font-weight: normal;
    line-height: 1.5rem;
    margin-left: 0.5rem;
	text-align: left;
}
.stat-label {
	font-size: 0.85rem;
	color: #6c757d;
}
.green-card {
    background-color: #00a884;
    color: white;
    border-radius: 8px;
    padding: 3.5rem;
    margin-bottom: 1.5rem;
    line-height: 2rem;
}
.mission-card {
    padding: 0 3rem;
    font-size: 1.1rem;
}
.founder-card {
	background-color: #f8f9fa;
	border-radius: 10px;
	padding: 2rem;
	margin-bottom: 2rem;
	display: flex;
	gap: 2rem;
	align-items: flex-start;
}
@media (min-width: 768px) {
    .founder-card {
		padding: 4rem;
	}
}
.founder-image {
	width:100%;
	max-width: 350px;
	object-fit: cover;
	border-radius: 10px;
}
.founder-info {
	flex: 1;
    padding-left: 30px;
}
.founder-name {
	color: #00a884;
	margin-bottom: 0.5rem;
}
.quote {
    position: relative;
    padding-left: 1.5rem;
    margin-top: 1rem;
    font-size: 1.1rem;
}
.company-card img{
	border-radius: 10px;
}
.card{
    border: none;
    color: white;
    border-radius: 10px;
    height: 100%;
}
.card-body {
    padding: 1.5rem 4rem;
}
.card-body .stat-number,
.card-body .stat-label{
	color:#fff
}

.history-year {
    font-family: 'BebasNeueBold', Tahoma;
    position: absolute;
    bottom: -65px;
    left: 61px;
    font-size: 10rem;
    font-weight: 700;
    color: white;
}
.brochure-card {
	background-color: #00a884;
	color: white;
	border-radius: 8px;
	padding: 1.5rem;
	margin-bottom: 1.5rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.brochure-content {
	flex: 1;
}

.brochure-content p:nth-child(1){
	font-size: 1.2rem;
}
.brochure-content p:nth-child(2){
	opacity:0.7;
}
.brochure-content a{
	color: white;
	text-decoration:none;
}
.brochure-content a:hover{
	color: white;
	text-decoration:underline;
}
.download-btn {
	border: 2px solid white;
	color: white;
	padding: 0.5rem 1rem;
	border-radius: 20px;
	font-weight: 600;
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
}
.download-btn:hover {
	background-color: rgba(255,255,255,0.1);
}
.brand-logo {
	width: 80px;
	height: 80px;
	background-color: #00a884;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: white;
	font-size: 2rem;
	font-weight: 700;
	margin-bottom: 1rem;
}