﻿.separate-services-section {
    padding: 50px 0px;
    background-color: #f5f5f5;
    position: relative;
    z-index: 10;
}

.separate-services-heading h3 {
    color: #0e476b;
    font-weight: 700;
    font-size: 25px;
    text-align: center;
}

.separate-service-outer-wrapper {
    padding: 30px 10px;
}

.separate-services-wrapper {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
    height: 100%;
    display: flex;
    flex-direction: column;
}

.separate-services-img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    display: block;
}

.separate-service-inner-text-wrapper {
    padding: 25px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

    .separate-service-inner-text-wrapper h3 {
        color: #0e476b;
        font-size: 25px;
        font-weight: 600;
        margin-bottom: 15px;
    }

    .separate-service-inner-text-wrapper p {
        color: #676c71;
        font-size: 15px;
        line-height: 1.8;
        flex-grow: 1;
    }

.services-konw-more {
    margin-top: auto;
    text-align: right;
}

    .services-konw-more button {
        background: transparent;
        border: none;
        color: red;
        font-weight: 600;
    }

.rightIcon {
    margin-left: 5px;
}



/* Media Queries */
@media (max-width: 576px) {
    .separate-services-wrapper .separate-services-img {
        height: 190px;
    }
}




.service-col-img {
    width: 100% !important;
    height: 550px;
}

.service-col-text {
    background-color: #273272;
    color: white;
    height: 550px;
}

.service-heading {
    text-align: center;
}

.service-inner-text {
    padding: 110px 60px;
}

.service-main-text {
    padding: 10px;
}

.service-blog-heading {
    font-size: 35px;
    padding: 15px;
}

.service-text-p {
    font-weight: none;
    font-size: 15px;
}

/* benifits */
.benefits-heading {
    text-align: center;
}

.benefits-area {
    position: relative;
    display: block;
    background: #f0f5f6;
    padding: 100px 0 93px;
}

.sec-title {
    position: relative;
    display: block;
    margin-top: -8px;
    padding-bottom: 55px;
}

    .sec-title .sub-title {
        position: relative;
        display: block;
        padding-top: 13px;
    }

.single-benefits-box .text h3 {
    font-size: 22px;
    line-height: 24px;
    margin: 0 0 13px;
}

.single-benefits-box .text p {
    color: #757c7d;
}

.sec-title .sub-title p {
    font-size: 18px;
    line-height: 24px;
}

ul.row.benefits-content {
    --bs-gutter-x: 0px;
}

.benefits-area li.single-benefits-box-colum {
    position: relative;
    padding: 30px 30px 39px;
    list-style-type: none;
}

    .benefits-area li.single-benefits-box-colum::before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        width: 1px;
        background-image: -webkit-linear-gradient(90deg, rgb(247, 241, 235) 5%, rgb(15, 180, 195) 50%, rgb(247, 241, 235) 95%);
    }

.benefits-area .single-benefits-box {
    position: relative;
    display: block;
    padding: 30px;
}

    .benefits-area .single-benefits-box .icon {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
        width: 70px;
        height: 70px;
        margin: 0 auto;
        border: 1px solid #e0e6e7;
        background-color: #ffffff;
        box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.08);
        background: linear-gradient(to right, #018795 0%, #0eced3 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        font-size: 35px;
        z-index: 1;
    }

        .benefits-area .single-benefits-box .icon::before {
            content: "";
            position: absolute;
            top: 0px;
            left: 1px;
            bottom: 0px;
            right: 0px;
            border: 1px solid #e0e6e7;
            transform: rotate(45deg);
        }

    .benefits-area .single-benefits-box .text {
        position: relative;
        display: block;
        padding-top: 26px;
    }

.benefits-area li.single-benefits-box-colum::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(180deg, rgb(247, 241, 235) 10%, rgb(79, 213, 225) 50%, rgb(247, 241, 235) 90%);
}

.benefits-area .single-benefits-box .icon .icon-high {
    fill: teal;
}

.benefits-area .single-benefits-box .icon .icon-notification {
    fill: orange;
}

.benefits-area .single-benefits-box .icon .icon-safebox {
    fill: green;
}

.benefits-area .single-benefits-box .icon .icon-devlop {
    fill: yellow;
}

.benefits-area .single-benefits-box .icon .icon-shield {
    fill: pink;
}

.benefits-area .single-benefits-box .icon .icon-paperless {
    fill: purple;
}


/* SERVICES CONTACT FORM */

.service-contact-section {
    background: url("../Images/Assets/Images/shape-12.png");
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 10;
    position: relative;
}

.service-contact-wrapper {
    padding: 0 50px;
}

.service-contact-inner-wrapper {
    padding: 25px 0;
}

.service-contact-img-wrapper {
    width: 100%;
    padding-top: 50px;
    display: flex;
    justify-content: center;
}

    .service-contact-img-wrapper img {
        width: 400px;
        bottom: 0;
    }

.service-contact-heading h3 {
    text-align: center;
    font-size: 40px;
    color: #0e476b;
}

.service-contact-form-control:focus {
    outline: none;
}

.service-contact-form-control::placeholder {
    color: #a0a0a0;
}

.service-contact-btnSubmit {
    display: flex;
    justify-content: center;
}

    .service-contact-btnSubmit button {
        font-weight: 600;
        border: none;
        padding: 10px 30px;
        background-color: #dd1717;
        color: #fff;
    }

.service-contact-inputWrapper {
    padding: 10px;
    position: relative;
}

.service-contact-form-control,
.service-contact-form-select {
    padding: 10px;
    border: 0.5px solid #e2eef2;
    background-color: #fff;
    border-radius: 5px;
    width: 100%;
}

.service-contact-input-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto 0;
    color: #a0a0a0;
}

body {
    font-family: 'Nunito Sans';
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}



/* SERVICES SECTION */
.separate-services-section-wrapper {
    padding: 50px 0;
    background: #f5f5f5;
}

.separate-services-heading {
    margin-bottom: 35px;
}

    .separate-services-heading h3 {
        color: #0e476b;
        font-size: 38px;
        font-weight: 600;
        text-align: center;
        margin: 0;
    }

/* Card */
.separate-services-wrapper {
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
    box-shadow: 0 8px 20px rgba(0,0,0,0.08);
    transition: all .3s ease;
}

    .separate-services-wrapper:hover {
        transform: translateY(-8px);
    }

/* Reduce Image Height */
.separate-services-img {
    width: 100%;
    height: 220px; /* Before 280px */
    object-fit: cover;
}

/* Reduce Content Padding */
.separate-service-inner-text-wrapper {
    padding: 20px;
    display: flex;
    flex-direction: column;
    min-height: 260px; /* same height for all cards */
}

    .separate-service-inner-text-wrapper p {
        flex: 1;
        margin-bottom: 20px;
    }

.services-konw-more {
    margin-top: auto;
    text-align: right;
}
/* Title */
.separate-service-inner-text-wrapper h3 {
    color: #0e476b;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
    min-height: auto; /* Remove fixed height */
}

/* Description */
.separate-service-inner-text-wrapper p {
    color: #676c71;
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 18px;
    /* flex-grow: 1; */
}

/* Know More */
.services-konw-more {
    margin-top: auto;
    text-align: right;
}

    .services-konw-more button {
        border: none;
        background: transparent;
        color: red;
        font-size: 17px;
        font-weight: 700;
        display: inline-flex;
        align-items: center;
        gap: 6px;
    }

/* Reduce gap between rows */
.separate-services-section-wrapper .row {
    row-gap: 5px;
}

.col-lg-4.col-md-6.mb-4 {
    margin-bottom: 20px !important;
}

/* Tablet */
@media (max-width: 991px) {
    .separate-services-img {
        height: 200px;
    }
}

/* Mobile */
@media (max-width: 767px) {
    .separate-services-section-wrapper {
        padding: 40px 0;
    }

    .separate-services-heading {
        margin-bottom: 25px;
    }

    .separate-services-img {
        height: 180px;
    }

    .separate-service-inner-text-wrapper {
        padding: 18px;
    }
}

/* ===========================
   TABLET
=========================== */

@media (max-width: 991px) {

    .separate-services-heading h3 {
        font-size: 45px;
    }

    .separate-services-img {
        height: 240px;
    }
}

/* ===========================
   MOBILE
=========================== */

@media (max-width: 767px) {

    .separate-services-section-wrapper {
        padding: 60px 0;
    }

    .separate-services-heading {
        margin-bottom: 40px;
    }

        .separate-services-heading h3 {
            font-size: 36px;
        }

    .separate-services-img {
        height: 220px;
    }

    .separate-service-inner-text-wrapper {
        padding: 25px;
    }

        .separate-service-inner-text-wrapper h3 {
            font-size: 22px;
            min-height: auto;
        }

        .separate-service-inner-text-wrapper p {
            font-size: 15px;
        }
}

/* ===========================
   SMALL MOBILE
=========================== */

@media (max-width: 576px) {

    .separate-services-img {
        height: 200px;
    }

    .services-konw-more button {
        font-size: 16px;
    }
}

.service-item {
    position: relative;
}

    .service-item::before {
        content: "❯❯";
        color: #ff0000;
        font-size: 11px;
        font-weight: bold;
        letter-spacing: -3px;
        position: absolute;
        left: 10px;
        top: 50%;
        transform: translateY(-50%);
    }

    .service-item a {
        display: block;
        padding: 14px 15px 14px 30px !important;
    }
