﻿.service-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}

.service-card {
    background: #f9f9f9;
    border-radius: 12px;
    padding: 30px 20px;
    text-align: center;
    width: 280px;
    box-shadow: 0 0 0 2px #e0f2ff inset, 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    position: relative;
}

    .service-card:hover {
        box-shadow: 0 0 0 2px #00bfff inset, 0 8px 25px rgba(0, 191, 255, 0.2);
        transform: translateY(-5px);
    }

.icon-box {
    background: #e6f4ff;
    color: #00bfff;
    font-size: 28px;
    width: 60px;
    height: 60px;
    margin: 0 auto 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.service-card h3 {
    font-size: 16px;
    color: #000;
    font-weight: 600;
}

.text-banner {
    width: calc(100% - 40px);
    margin-left: auto;
    margin-right: auto;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
    background: rgba(219, 245, 209, .6) url(https://rutatechlebs.in/media/svg/banner-overlay.svg) repeat center center;
    min-height: 370px;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header-mt {
    margin-top: 83px;
}

* {
    outline: none;
}

*, :after, :before {
    box-sizing: border-box;
}

user agent stylesheet
section {
    display: block;
    unicode-bidi: isolate;
}

.text-banner .banner-title {
    font-size: 48px;
    line-height: 58px;
}

.text-banner .container {
    text-align: center;
}
