   .industry-card {
        padding: 20px;
        border-radius: 10px;
        box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
        margin: 10px;
    }

    .two {
        background: #e9f7fb;
    }

    .one {
        background: #edf2f8;
    }

    .see-more {
        color: #3e6a97;
    }

    .custom-section {

        padding: 60px 0;
    }

    .service-card {
        background-color: white;
        border-radius: 12px;
        padding: 25px;
        height: 100%;
        text-align: center;
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.05);
        transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .service-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 10px 30px rgba(64, 184, 223, 0.2);
    }

    .icon-box {
        font-size: 30px;
        color: #40b8df;
        margin-bottom: 15px;
    }

    .service-card h6 {
        color: #3e6a97;
        font-weight: 700;
        margin-bottom: 10px;
    }

    .service-card p {
        font-size: 14px;
        color: #555;
    }

    .btn-quote {
        background-color: #40b8df;
        color: white;
        font-weight: 600;
        padding: 12px 30px;
        border-radius: 30px;
        text-transform: uppercase;
        transition: background-color 0.3s;
    }

    .btn-quote:hover {
        background-color: #3e6a97;
        color: #fff;
    }

    .illustration-img {
        max-width: 100%;
        height: auto;
    }

    @media (max-width: 767px) {
        .btn-quote {
            margin-top: 20px;
        }
    }

    @media (min-width:1100px) {
        .distinct {
            margin-top: 40px;
        }
    }

    .header-content-growth {
        padding-top: 40px;
    }

    .industry-hero .hero-content {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 40px;
        flex-wrap: wrap;
    }

    .text-section {
        flex: 1;
        min-width: 270px;
    }

    .image-section {
        flex: 1;
        min-width: 270px;
        text-align: center;
    }

    .image-section img {
        max-width: 100%;
        height: auto;
    }

    .subheading {
        text-transform: uppercase;
        color: linear-gradient(45deg, #3e6a97, #40b8df);
        font-weight: 700;
        margin-bottom: 10px;
    }

    .main-heading {
        font-size: 3rem;
        font-weight: 700;
        color: #1f2a40;
        margin-bottom: 20px;
    }

    .description {
        font-size: 1.1rem;
        line-height: 1.7;
        margin-bottom: 30px;
    }

    .services {
        display: flex;
        gap: 20px;
        margin-bottom: 30px;
    }

    .services ul {
        list-style: none;
        padding: 0;
    }

    .services ul li {
        position: relative;
        padding-left: 25px;
        margin-bottom: 10px;
        font-weight: 600;
    }

    .services ul li::before {
        content: "✔";
        position: absolute;
        left: 0;
        color: linear-gradient(45deg, #3e6a97, #40b8df) !important;
        font-weight: bold;
    }

    .cta-button {
        display: inline-block;
        padding: 14px 30px;
        background-color: ;
        color: #fff;
        text-transform: uppercase;
        border-radius: 35px;
        font-weight: 700;
        font-size: 1rem;
        text-decoration: none;
        transition: background 0.3s ease;
    }

    .cta-button:hover {
        background-color: #3e6a97;
    }

    .adjust-img img {
        height: 100%;
    }