
/* ourCore_serviceArea START */

.ourCore_serviceArea {
    padding: 80px 0 120px;
}
.ourCore_serviceArea .heading h2 {
    font-size: 40px;
    line-height: 55px;
    font-family: 'Helvetica Neue';
    font-weight: 300;
    max-width: 720px;
    margin: 0 auto 60px;
    text-align: center;
}
.ourCore_serviceArea .heading h2 span {
    color: #E3151E;
    font-weight: 400;
}

 @media (min-width: 767px) {
    .service_tabs {
        list-style: none;
        display: flex;
        flex-wrap: wrap;
        max-width: 1090px;
        margin: 0 auto;
        position: relative;
        z-index: 1;
        justify-content: center;
    }
    .service_tabs:after {
        content: "";
        position: absolute;
        top: -43px;
        background: red;
        width: 100%;
        height: 1px;
        bottom: 0;
        margin: auto;
        z-index: -1;
    }
    .service_tabs li {
        width: calc(20% - 10px);
        text-align: center;
    }
    .service_tabs li .service_tab {
        color: #000;
        text-decoration: none;
    }
    .service_tabs li .service_tab .icon {
        width: 70px;
        height: 70px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #fff;
        border: 1px solid #E3151E;
        border-radius: 100%;
        margin: 0 auto 18px auto;
    }
    .service_tabs li .service_tab .tittle {
        display: block;
        font-size: 18px;
        color: #000;
        font-family: 'Helvetica Neue';
        font-weight: 400;
    }
    .service_tabs li .service_tab.active .icon {
        background: #e30613;
    }   
    .service_tabs li .service_tab.active .icon svg path {
        fill: #fff;
    } 
}

.ourCore_serviceArea .service-tab-content {
    display: none;
    margin: 70px 0 0;
}
.ourCore_serviceArea .service-tab-content.active {
    display: block;
}
.ourCore_serviceArea .servicesContentBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.ourCore_serviceArea .servicesContentBox .image {
    width: calc(42.6% - 25px);
}
.ourCore_serviceArea .servicesContentBox .image img {
    width: 100%;
    border-radius: 10px;
}
.ourCore_serviceArea .servicesContentBox .subText {
    width: calc(57.4% - 25px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.ourCore_serviceArea .servicesContentBox .subText h3 {
    font-size: 26px;
    color: #E3151E;
    margin: 0 0 26px;
     font-family: 'Helvetica Neue';
    font-weight: bold;
}
.ourCore_serviceArea .servicesContentBox .subText p {
    font-size: 16px;
    color: #4D4D4D;
    line-height: 26px;
    margin: 0 0 40px;
     font-family: 'Helvetica Neue';
    font-weight: 400;
}
.ourCore_serviceArea .servicesContentBox .subText ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    list-style: none;
}
.ourCore_serviceArea .servicesContentBox .subText ul li {
    width: calc(50% - 10px);
    font-size: 16px;
    color: #4D4D4D;
    line-height: 1;
    margin: 0 0 33px;
     font-family: 'Helvetica Neue';
    font-weight: 400;    
    padding-left: 19px;
    position: relative;
}
.ourCore_serviceArea .servicesContentBox .subText ul li:before {
    content: "";
    width: 10px;
    height: 10px;
    border: 1.5px solid #E3151E;
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: 2px;
}
.ourCore_serviceArea .servicesContentBox .subText .readMoreBtn {
    padding: 20px 20px;
    font-size: 14px;
    line-height: 1;
    font-family: 'Helvetica Neue';
    font-weight: bold;
    border: 1px solid #E3151E;
    border-radius: 5px;
    display: inline-block;
    color: #E3151E;
    text-decoration: none;
    transition: all ease 0.5s;
}
.ourCore_serviceArea .servicesContentBox .subText .readMoreBtn i {
    margin-left: 10px;
}
.core_serviceTab_content .accordion-header {
    display: none;
}

/*  */

    
    @media (max-width: 991px) {
        .service_tabs li .service_tab .tittle {
            font-size: 16px;
        }
        .ourCore_serviceArea .heading h2 {
            font-size: 34px;
            line-height: 48px;
            margin: 0 auto 45px;
        }
        .ourCore_serviceArea {
            padding: 60px 0 60px;
        }
        .ourCore_serviceArea .service-tab-content {
            margin: 50px 0 0;
        }
        .ourCore_serviceArea .servicesContentBox .image{
            width: 100%;
        }
        .ourCore_serviceArea .servicesContentBox .subText {
            width: 100%;
            padding: 20px 0 0;
        }
           
    }
    
    @media (max-width: 767px) {
        .service_tabs {
            display: none;
        }
        .core_serviceTab_content {
            display: block !important;
        }
        .ourCore_serviceArea .heading h2 {
            font-size: 28px;
            line-height: 40px;
        }
        .core_serviceTab_content .accordion-item {
            margin-bottom: 18px;
        }
        .core_serviceTab_content .accordion-header {
            background: #f5f5f5;
            cursor: pointer;
            padding: 12px 16px;
            font-weight: bold;
            position: relative;
            border: 1px solid #ddd;
            display: block;
        }
        .ourCore_serviceArea .service-tab-content {
            display: block;
            margin-top: 0;
        }
        .core_serviceTab_content .accordion-header.active {
            background: #E3151E;
        }
        .core_serviceTab_content .accordion-header h3 {
            font-size: 16px;
            color: #3B3B3B;
            font-family: 'Helvetica Neue';
            font-weight: 500;
        }
        .core_serviceTab_content .accordion-header.active h3 {
            font-size: 18px;
            font-weight: bold;
            color: #fff;
        }
        .core_serviceTab_content .accordion-header::after {
            content: "\f107";
            position: absolute;
            right: 16px;
            transition: transform 0.3s ease;
            font-family: "Font Awesome 6 Pro";
            top: 0;
            bottom: 0;
            margin: 0 auto;
            display: flex    ;
            align-items: center;
        }
       .core_serviceTab_content .accordion-header.active::after {
            transform: rotate(180deg);
            color: #fff;
        }
        .core_serviceTab_content .accordion-content {
            display: none;
        }
        .core_serviceTab_content .accordion-header.active {
            border: 0;
        }
        .ourCore_serviceArea .servicesContentBox .subText {
            width: 100%;
        }
        .ourCore_serviceArea .servicesContentBox .image {
            width: 100%;
            margin-bottom: 22px;
        }
        .ourCore_serviceArea .servicesContentBox .subText p {
            margin-bottom: 30px;
        }
        .ourCore_serviceArea .servicesContentBox .subText ul li {
            width: 100%;
        }
        .ourCore_serviceArea .servicesContentBox .image img {
            border-radius: 0;
        }
}

/* ourCore_serviceArea END */