body {
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif;
    overflow-x: hidden;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.sectionabout {
    background-image: url("../AboutKolhapur/aboutkolhapurimages/image8.jpg");
    width: 100%;
    height: auto;
    background-color: #000;
    background-size: cover;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    padding: 100px;
}

.title {
    font-size: 60px;
    color: black;
    text-shadow: -1px 1px 0 #fff, 1px 1px 0 #fff, 1px -1px 0 #fff, -1px -1px 0 #fff;
}

/* Adjustments for mobile devices */
@media (max-width: 768px) {
    .title {
        font-size: 40px;
    }

    .sectionabout {
        padding: 50px;
        height: auto;
    }
}

.fa {
    color: #007f02;
}

.fa-solid {
    color: #007f02;
}

.icons {
    font-size: 30px;

}

.fa-brands {
    color: black;
}

.we-do-section {
    background-color: #F5F5DC;
    position: relative;
    padding: 30px;
}

.sec-title .text {
    position: relative;
    color: #2f59ce;
    font-size: 20px;
    margin-top: 15px !important;
    line-height: 1.8em;
    font-family: 'Montserrat-Regular';
}

.row {
    margin-right: -15px;
    margin-left: -15px;
}

.sec-title {
    position: relative;
    padding-bottom: 40px;
}

.services-block {
    position: relative;
    margin-bottom: 48px;
}

.services-block .inner-box {
    position: relative;
}

.services-block .inner-box .image {
    position: relative;
    background-color: #0b0b0b;
    overflow: hidden;
    border-radius: 20px;
}

.services-block .inner-box .image img {
    position: relative;
    width: 100%;
    display: block;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.services-block .inner-box:hover .image img {
    opacity: 0.7;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
}

.services-block .inner-box .lower-content {
    position: relative;
    padding-top: 16px;
}

.services-block .inner-box .lower-content h3 {
    position: relative;
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 14px;
}

.services-block .inner-box .lower-content h3:after {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    width: 50px;
    height: 2px;
    background-color: #22952f;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.services-block .inner-box:hover .lower-content h3:after {
    width: 100%;
    background-color: #22952f;
    ;
}

.services-block .inner-box .lower-content h3 a {
    color: #242424;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.services-block .inner-box .lower-content h3 a:hover {
    color: #f2d046;
}

/******************section4*********************/
.facility {
    text-align: center;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 10px;
    transition: background-color 0.3s, color 0.3s;
    margin-bottom: 20px;
    background-color: #F5F5DC;
}

.facility:hover {
    box-shadow: 0 4px 8px rgb(0 125 2 / 80%);
    transition: transform 0.3s ease, background-color 0.3s ease;
}

.facility i {
    font-size: 2rem;
    margin-bottom: 10px;
}

.section4 {
    background-color: #e4f5e5;
    padding: 20px;
}
.facility p{
    color: #000;
    text-decoration: none;
  }
  .facility p :hover{
    color: #000;
  }
  .facility a:hover{
    text-decoration: none;
    }