/* Page Specific Styles */
.banner-section {
    position: relative;
    /* padding-bottom: 100px; */
}

.home-header {
    background: url(../images/whatwedo/banner.jpg);
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    min-height: 90vh;
    padding-bottom: 30px;
}

/* Content with Background Overlay */
.content-with-overlay {
    position: relative;
    margin-top: -550px;
    padding-top: 80px;
    padding-bottom: 20px;
    padding-left: 80px;
    padding-right: 80px;
    z-index: 10;
}

.content-with-overlay .container-fluid {
    background: url(../images/whatwedo/bg-layer.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 60px 40px;
}

.home-logo img {
    height: 81px;
}

.Menu {
    margin: 0;
    color: #fff;
}

.plus-icon-menu {
    cursor: pointer;
}

.inner-banner {
    /* display: flex; */
    padding-top: 90px;
    align-items: center;
    justify-content: center;
    flex: 1;
}

.inner-banner-section h4 {
    font-size: 30px;
    color: #F6F6F6;
    font-family: ElmsSans-Semibold;
    text-align: center;
}

/* Intro Text */
.what-we-do-intro {
    text-align: center;
    padding: 40px 20px 20px;
}

.what-we-do-intro p {
    font-family: ElmsSans-Light;
    font-size: 16px;
    line-height: 1.8;
    color: #333;
    margin: 0;
}

/* What List Items */
.what-list {
    padding: 30px;
    /* margin-bottom: 10px; */
    transition: all 0.5s;
    cursor: pointer;
}

.what-list:hover {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
}

.what-list-left {
    border-width: 1px;
    border-style: solid;
    border-image: linear-gradient(to left, #0101011a, rgba(0, 0, 0, 0)) 0 5% 50% 0%;
}
.what-list-right {
    /* border-bottom: 1px solid #f6f6f7; */
    border-width: 1px;
    border-style: solid;
    border-image: linear-gradient(to right, #0101011a, rgba(0, 0, 0, 0)) 0 5% 100% 0%;
}
.service-item {
    padding: 0;
}

.service-header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 8px;
}

.service-icon {
    width: 30px;
    height: 30px;
}

.service-title {
    font-family: ElmsSans-Bold;
    font-size: 18px;
    margin: 0;
    color: #000;
}

.service-description {
    font-family: ElmsSans-Light;
    font-size: 14px;
    line-height: 1.6;
    color: #333;
    margin: 0;
}

/* Contact Section */

.contact-details-text {
    color: #060606;
    font-family:sen ;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%; /* 25.2px */
    letter-spacing: 0.42px;
    text-decoration: none;
}

.number-line::after {
 position: absolute;
    width: 1px;
    height: 63%;
    background: red;
    left: 0;
    top: 18%;
    content: "";
}

.number-line::before {
   position: absolute;
    width: 1px;
    height: 63%;
    background: red;
    right: 0;
    top: 18%;
    content: "";
}



@media (max-width:992px){
    .what-list-left{
        border-right: 0px;
    }
}

/* footer start  */

.footer-bottom {
    background-color: #000;
}

.footer-content {
    color: #FFF;
 font-family:ElmsSans ;
font-size: 13px;
font-style: normal;
font-weight: 500;
line-height: 18.651px; /* 143.472% */
text-decoration: none;
}

@media (max-width: 768px) {
    .inner-banner-section h4 {
        font-size: 24px;
    }

    .service-title {
        font-size: 20px;
    }

    .service-description {
        font-size: 14px;
    }

    .content-with-overlay {
        padding-left: 30px;
        padding-right: 30px;
    }

    .content-with-overlay .container-fluid {
        padding: 40px 30px;
    }
}

@media (max-width: 560px) {
    .home-logo img {
        height: 44px;
    }

    .content-with-overlay {
        padding-left: 20px;
        padding-right: 20px;
    }

    .content-with-overlay .container-fluid {
        padding: 30px 20px;
    }
}

.getin {
    text-align: center; 
    padding-bottom: 30px;
    font-family: ElmsSans-Semibold;
}
