/* CSS Document */
@media (min-width: 1200px) {
  .container {
	width: 960px;
   }
}


.space-bottom{
	margin-bottom: 100px !important;
}
p {
	font-size: 18px !important;
	line-height: 1.5 !important;
}
h1 {
	font-size: 42px;
	font-weight: bold;
	line-height: 45px !important;
	margin-bottom: 30px !important;
	color: #15910c;
}
h2 {
	line-height: 1.3;
	margin-bottom: 30px;
    font-size: 42px;
	
}
h3 {
	line-height: 1.3;
	
}
li {
	font-size: 18px !important;
	line-height: 1.8 !important;
}

.btn {
	border-radius: 30px;
	background-color: #000000;
	color: rgb(255, 255, 255);
	border: 2px solid #ffffff;
}

.btn:hover {
	border-radius: 30px;
	color: rgb(0, 0, 0);
	background-color: rgb(255, 255, 255);
	border: 2px solid #000000;
}


.grey {
	background-color: aliceblue;
}
.green {
	color: #008000;
}
.vert {
	background-color: #a8c72e;
}


.glyphicon {
	font-size: 20px !important;
}

a {
	color: black;
}
.space-top {
	padding-top: 70px !important;
}
.small {
	font-size: 10px !important;
}

.whatsapp-btn-container {
	position: fixed;
	right: 30px;
	opacity: 0;
	bottom: -50px;
	padding: 24px;
	animation: fade-up 1000ms forwards;
	animation-delay: 1000ms; 
	z-index: 100;
}
@keyframes fade-up
{
	100% {
		bottom: 24px;
		opacity: 1;
	}
}
.whatsapp-btn-container .whatsapp-btn {
	font-size: 72px;
	color: #25d366;
	display: inline-block;
	transition: all 400ms;
	z-index: 100;
}
.whatsapp-btn-container .whatsapp-btn:hover {
	transform: scale(1.2)
}
 .testimonial-carousel {
            background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
            padding: 60px 0;
        }
        .testimonial-item {
            background: white;
            border-radius: 15px;
            padding: 30px;
            margin: 20px;
            box-shadow: 0 10px 30px rgba(0,0,0,0.1);
            border-left: 5px solid #337ab7;
        }
        .testimonial-text {
            font-size: 16px;
            line-height: 1.6;
            color: #555;
            font-style: italic;
            margin-bottom: 20px;
        }
        .testimonial-author {
            display: flex;
            align-items: center;
        }
        .author-image {
            width: 60px;
            height: 60px;
            border-radius: 50%;
            margin-right: 15px;
            border: 3px solid #337ab7;
        }
        .author-info h4 {
            margin: 0;
            color: #333;
            font-weight: 600;
        }
        .author-info p {
            margin: 5px 0 0 0;
            color: #666;
            font-size: 14px;
        }
        .carousel-control {
            background: none !important;
            width: 50px;
        }
        .carousel-control .glyphicon {
            color: #337ab7;
            font-size: 30px;
        }
        .carousel-indicators {
            bottom: -50px;
        }
        .carousel-indicators li {
            background-color: #ccc;
            border: none;
        }
        .carousel-indicators .active {
            background-color: #337ab7;
        }
        .section-title {
            text-align: center;
            margin-bottom: 40px;
            color: #333;
        }
        .section-title h2 {
            font-weight: 700;
            margin-bottom: 15px;
        }
        .section-title p {
            color: #666;
            font-size: 18px;
        }
        .rating {
            color: #ffc107;
            margin-bottom: 15px;
        }
       

