.doctor
{
    height: 600px;
}
.box
{
    background: linear-gradient(#004a96, #000b3b);
    color: white;
    text-align: center;
}
.feature-box {
        border: 2px solid rgb(13, 110, 253);
        border-radius: 20px;
        padding: 30px 20px;
        text-align: center;
        height: 180px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        background: rgb(255, 255, 255);
    }
            .form-container {
            background: #f8faff;
            border: 2px solid #e3e7ee;
            border-radius: 12px;
            padding: 40px;
            box-shadow: 8px 8px 0px rgba(0,0,0,0.15);
        }

        .inner-box {
            background: #6f7f8e;
            padding: 35px;
            border-radius: 10px;
        }

        .inner-box input,
        .inner-box textarea {
            border-radius: 6px;
        }

        h2.title {
            text-align: center;
            color: #001a78;
            font-weight: 700;
            letter-spacing: 1px;
            margin-bottom: 25px;
        }

        .illustration img {
            width: 100%;
            max-width: 480px;
        }

        .submit-btn {
            display: block;
            margin: 0 auto;
            padding: 6px 30px;
            border-radius: 5px;
        }
        .block
        {
            display: flex;
            align-items: center;
            justify-content: center;
            flex-direction: column;
            color: white;
            padding-top: 60px;
            padding-bottom: 60px;
            background-color:#004a96;
            
        }
        .container1
        {
            background-color: white;
             border-radius: 20px;
        }
        .row1
        {
            display: flex;
            justify-content: center;
            align-items: center;
            background-color: white;
            padding:30px;
            gap: 30px;
           
        }

        /* our sollution */
        .sollution-background
        {
            background-color: #004a96;
        }
        /* our product */
         .products
         {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 40px;

         }

         .product2
         {
            display: flex;
            gap: 20px;
         }
         .product3
               {
            background-color: #004a96;
            }
            .product-key{
                background-color: white;

            }
       .keyModules{
            background-color: #003f86;
            padding-bottom: 40px;
            padding-top: 40px;
        }
        .module-card {
            border: 2px solid #cbd5e1; 
            border-radius: 10px;
            padding: 25px;
            height: 100%;
        }

         .section-title {
            text-align: center;
            color: #1b1464;
            font-weight: 700;
            margin-bottom: 40px;
            font-size: 32px;
        }
        .sub-title {
            color: #b30000;
            font-weight: 600;
        }
        ul li {
            margin-bottom: 5px;
        }
        .white-container {
            background: #fff;
            border-radius: 10px;
            padding: 40px;
            margin: 40px auto;
        }
        /* our client */
 .client-img
 {
    max-width: 100%;
    height: auto;
 }
   