body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    color: #333;
}

.logo-img {
    height: 70px;
}

.header {
    padding: 10px 0;
    background-color: #007bff;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}
.hero {
    padding: 5px 0;
    background-color: #f0f0f0;
}

.hero img {
    border-radius: 10px;
    max-width: 100%;
}

.about {
    padding: 80px 0;
    background-color: #f9f9f9;
}

.services {
    padding: 80px 0;
    background-color: #fff;
}

.services h2{
    margin-bottom: 40px;
}

.service-card {
    text-align: center;
    padding: 20px;
    border: 1px solid #ddd;
    margin-bottom: 20px;
    border-radius: 8px;
    transition: transform 0.3s ease;
}

.service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);

}

.service-card i {
    font-size: 3rem;
    color: #3498db;
    margin-bottom: 10px;
}

.faq {
    padding: 80px 0;
    background-color: #f0f0f0;
}
.faq .card{
    margin-bottom: 10px;
}
.faq .card-header button{
    text-decoration: none;
    color: #333;
    width: 100%;
    text-align: left;
}

.faq .card-header button:hover,
.faq .card-header button:focus {
    text-decoration: none;
    color: #333;
}
.contact {
    padding: 80px 0;
    background-color: #f9f9f9;
}

.contact-info {
    margin-top: 20px;
}
.contact-info p {
    margin-bottom: 10px;
}

.footer {
    padding: 20px 0;
    background-color: #007bff;
    color: white;
    position: relative;
    bottom: 0;
    width: 100%;
    text-align: center;
}

.social-icons {
    margin-top: 10px;
}

.social-icon {
    color: white;
    font-size: 1.5em;
    margin: 0 10px;
}

.social-icon:hover {
    color: #ddd;
}

.statistic-container {
    position: relative; 
}

.statistic-number {
    font-size: 2em; 
    line-height: 1.2;
    position: relative;
    overflow: hidden;
    display: inline-block;

}

#valueSlider .carousel-inner .carousel-item .value-item {
    text-align: center;
    padding: 20px; 
    border: 1px solid #ddd;
    margin-bottom: 20px;
    border-radius: 8px;
}

#valueSlider .carousel-inner .carousel-item {
    padding: 0;
}

#valueSlider .carousel-control-prev,
#valueSlider .carousel-control-next {
    display: none; 
}

.value-item i {
    font-size: 2.5em;
    margin-bottom: 10px;
    color: #3498db; 
}

@media (max-width: 10000px) {
    .block img{
        height: 150px;
        width: 120px;
        position: relative;
        top: 14px;
        left: 420px;
        margin-bottom: 20px;
    }
}

@media (max-width: 1200px) {
    .block img{
        height: 150px;
        width: 120px;
        position: relative;
        top: -20px;
        left: 330px;
        margin-bottom: 20px;
    }
}

@media (max-width: 1000px) {
    .block img{
        height: 150px;
        width: 120px;
        position: relative;
        top: 12px;
        left: 280px;
        margin-bottom: 20px;
    }
}

@media (max-width: 768px) {
    .block img{
        height: 150px;
        width: 120px;
        position: relative;
        top: 20px;
        left: 0px;
        margin-bottom: 20px;
    }
}

@media (max-width: 768px) {
    .hero {
        text-align: center;
        padding: 15px 0;
    }
}

.carousel-item img {
    object-fit: cover;
    height: 400px;
    width: 100%;
}

#carouselExampleIndicators {
    max-height: 400px;
    overflow: hidden;
}

@media (max-width: 767.98px) {
    #carouselExampleIndicators .carousel-control-prev,
    #carouselExampleIndicators .carousel-control-next {
        margin-left: 10px;
        margin-right: 10px;
    }
}

.navbar-dark .navbar-nav .nav-link {
    color: white;
}

@media (min-width: 768px) {
    #carouselExampleIndicators .carousel-control-prev,
    #carouselExampleIndicators .carousel-control-next {
        margin-left: 10px;
        margin-right: 10px;
    }
}

.pb-5, .py-5 {
    padding-bottom: 1.5rem !important;
}
.pt-5, .py-5 {
    padding-top: 1rem !important;
}

