
        body{
            margin:0;
           
            font-family: Arial, sans-serif;
        }

        .application-header{
            background:#fff;
            border:1px solid #dcdcdc;
            overflow:hidden;
        }

        .top-header{
            padding:18px 25px;
        }

        .logo-section{
            display:flex;
            align-items:center;
            gap:15px;
        }

        .logo-section img{
            width: 260px;
            height:auto;
        }

        .university-title{
            color:#0a2c6b;
            line-height:1.1;
        }

        .university-title h1{
            font-size:38px;
            font-weight:700;
            margin:0;
            text-transform:uppercase;
        }

        .university-title p{
            margin:5px 0 0;
            letter-spacing:1px;
            color:#666;
            font-size:14px;
        }

        .form-title{
            text-align:right;
            color:#0a2c6b;
        }

        .form-title h2{
            font-size:38px;
            font-weight:700;
            margin:0;
            text-transform:uppercase;
        }

        .form-title p{
            margin:5px 0 0;
            color:#666;
            font-size:15px;
        }

        .bottom-bar{
            background:#003b8e;
            color:#fff;
            padding:10px 25px;
            font-size:15px;
            font-weight:500;
        }

        .acs-badge{
            background:#ffc107;
            color:#000;
            padding:4px 12px;
            border-radius:4px;
            font-weight:700;
            margin-left:8px;
            display:inline-block;
        }

        @media(max-width:768px){

            .top-header{
                padding:15px;
            }

            .logo-section{
                justify-content:center;
                text-align:center;
                flex-direction:column;
            }

            .university-title h1{
                font-size:24px;
            }

            .form-title{
                text-align:center;
                margin-top:20px;
            }

            .form-title h2{
                font-size:24px;
            }

            .bottom-bar{
                text-align:center;
                padding:12px 15px;
            }

            .bottom-bar .right-text{
                margin-top:8px;
            }
        }
    .form-wrapper{
            max-width:1400px;
            margin:auto;
            padding:20px;
        }

        .application-box{
            background:#fff;
            border:1px solid #dce6f7;
            border-radius:8px;
            overflow:hidden;
        }

        .section-box{
            border:1px solid #dce6f7;
            border-radius:6px;
            margin-bottom:20px;
            overflow:hidden;
        }

        .section-title{
            background:#f8fbff;
            color:#0d4db8;
            font-weight:700;
            font-size:20px;
            padding:12px 20px;
            border-bottom:1px solid #dce6f7;
        }

        .section-content{
            padding:20px;
        }

        .form-label{
            font-size:14px;
            font-weight:600;
            margin-bottom:6px;
            color:#222;
        }

        .required{
            color:red;
        }

        .form-control,
        .form-select{
            height:45px;
            font-size:14px;
            border-radius:4px;
        }

        textarea.form-control{
            height:auto;
        }

        .checkbox-box{
            margin-top:38px;
        }

        .btn-submit{
            background:#0d4db8;
            color:#fff;
            padding:12px 30px;
            border:none;
            border-radius:5px;
            font-weight:600;
        }

        .btn-submit:hover{
            background:#083a8c;
        }

        @media(max-width:768px){

            .form-wrapper{
                padding:10px;
            }

            .section-title{
                font-size:16px;
                padding:10px 15px;
            }

            .section-content{
                padding:15px;
            }

            .checkbox-box{
                margin-top:10px;
            }

        }
.footer-section{

    background:#003b8e;
    color:#fff;
    padding:20px;

}

.footer-item{

    display:flex;
    align-items:flex-start;
    gap:15px;

}

.footer-icon{

    width:45px;
    height:45px;
    border-radius:50%;
    background:rgba(255,255,255,0.15);

    display:flex;
    align-items:center;
    justify-content:center;

    font-size:18px;

}

.footer-item h6{

    margin:0;
    font-size:16px;
    font-weight:600;

}

.footer-item small{

    color:#d8d8d8;
    font-size:13px;

}

@media(max-width:768px){

    .footer-item{

        margin-bottom:15px;

    }

}