/*
Name: Application form Css
Version: 1.0
*/
/*|=============================================================================
	Admission Form
================================================================================|*/
.elementor-1021 .elementor-element.elementor-element-d417105{
    z-index: 9999;
}
.application-section{
    position: relative;
    background-color: #fff;
    padding-top: 80px !important;
}
.application-section .application-form{
    position: relative;
    background:#fff;
}
/* .application-section .application-form .title-wrap{}
.application-section .application-form .title-wrap h3 {
    display: inline-block;
	color: #f99f2c;
	font-size: 1.375rem;
	font-weight: 700;
	position: relative;
	margin-bottom: 1.25rem;
} */
.application-section .application-form .form-control{
    font-size: 1rem;
    border-radius: .375rem;
    padding: .5rem 1rem;
    text-transform: uppercase;
    /* background-color: #e2e8f0; */
}
.application-section .application-form .error{
    color: #ff0000;
}
.application-section .application-form .form-control,.application-section .application-form .form-select{
    border-color: var(--clr-secondary);
}
.application-section .application-form .form-select{
    padding-top: .5rem;
    padding-bottom: .5rem;
    text-transform: uppercase;
}
.application-section .application-form .form-select{
    list-style: lower-roman;
}
.application-section .application-form form label{
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: .5rem;
}
.application-section .application-form .btn{
    font-size: 1rem;
    font-weight: 600;
}
.application-section .application-form .btn-primary{
    color: #f99f2c !important;
    border-color: #3a040b !important;
    background-color: #3a040b !important;
}
.application-section .application-form .btn-primary:hover{
    color: #fff !important;
    border-color: #000 !important;
    background-color: #000 !important;
}
/*| Media Query |===============================================================|*/
@media (min-width: 768px){
    .application-section .application-form{
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    }
}
@media (min-width: 992px){
    .application-section{
        padding-top: 160px !important;
    }
    .application-section .application-form{
        padding: 2rem;
    }
    /* .application-section .application-form h3::before {
        content: "";
        position: absolute;
        left: -32px;
        top: 0;
        background: #f99f2c;
        height: 100%;
        width: 3px;
    } */
    .application-section .application-form h3::after{
        content: '';
        position: absolute;
        left: -30px;
        top: 0;
        background: rgba(100, 100, 111, 0.2);
        height: 100%;
        width: auto;
    } 
    .application-section .application-form .form-group{
        margin-bottom: 2rem;
    }
}
/*|=============================================================================
	Application Print Section
================================================================================|*/
.application-print-section{}
.application-print-section .section-header{}
.application-print-section .section-header .img-box{}
.application-print-section .section-header .img-box img,.application-section .section-header .img-box img{
    width: 168px;
    height: 180px;
    object-fit: cover;
}
.application-print-section .section-header .section-content,.application-section .section-header .section-content{
    flex: 1;
    text-align: end;
}
.application-print-section .section-header .section-content .section-title,.application-section .section-header .section-content .section-title{
    font-size: 30px;
}
.application-print-section .section-header .section-content p,.application-section .section-header .section-content p{
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 8px;
}
.application-print-section .section-header .section-content span,.application-section .section-header .section-content span{
    display: block;
    font-size: 18px;
    font-weight: 600;
}
.application-print-section .section-header .sub-header,.application-section .section-header .sub-header{
    position: relative;
    width: 100%;
}
.application-print-section .section-header .sub-header::before,
.application-section .section-header .sub-header::before,
.application-section .section-header .sub-header::after,
.application-print-section .section-header .sub-header::after{
    content: '';
    position: absolute;
    top: 8px;
    left: 0;
    width: 100%;
    height: 10px;
    border-top: 4px solid #000;
    border-bottom: 2px solid #000;
    z-index: 1;
}
.application-print-section .section-header .sub-header .subtitle,.application-section .section-header .sub-header .subtitle{
    position: relative;
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    background-color: #fff;
    z-index: 2;
}
.application-print-section .section-header .sub-header p,.application-section .section-header .sub-header p{
    font-size: 18px;
}
.application-print-section .application-form{
    position: relative;
    background-color: #fff;
}
.application-print-section .application-form h5{
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
}
.application-print-section .application-form ul{
    list-style-type: none;
    padding: 0;
    margin: 0;
    padding-left: 20px;
}
.application-print-section .application-form ul li{
    position: relative;
    list-style: decimal;
    font-size: 16px;
    /* height: 20px; */
    margin-bottom: 10px;
    text-transform: uppercase;
}
.application-print-section .application-form ul li::after {
    content: ''; 
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%; 
    border-bottom: 1px dashed black; 
    z-index: 1; 
}
.application-print-section .application-form ul li .title{
    background-color: #fff; 
    display: inline-block;
    position: relative;
    z-index: 2;
    height: 24px;
    width: auto;
    padding-right: 8px;
    text-transform: capitalize;
}
.application-print-section .application-form ul li .more-words{}
.application-print-section .application-form ul li .more-words .address{
    display: inline;
}
.application-print-section .application-form ul li .more-words .phone-no{
    display: inline;
    position: absolute;
    right: 30px;
    top: 32px;
}
.application-print-section .application-form ul li .more-words .phone-no span{
    padding-left: 10px;
}
/* .application-print-section .application-form ul li .description{
    display: inline-block;
    width: auto;
    border-bottom: 1px dashed black;
} */
.application-print-section .application-form ul li:has(.more-words){
    height: 52px;
}
.application-print-section .application-form ul li:has(.more-words)::after{
    top: 20px;
    border-top: 1px dashed black;
}
.application-print-section .application-form ul li:has(.more-words) .phone-li{
    text-align: end;
    position: absolute;
    top: 32px;
    right: 0;
    padding-right: 16px;
}
.application-print-section .application-form ul li:has(.more-words) .phone-no{
    padding-left: 16px;
}
.application-print-section .application-form .official-use{
    margin-top: 90px;
    margin-bottom: 80px;
}
.application-print-section .application-form .official-use .divider{
    position: relative;
    height: 1px;
    border-top: 2px dashed #000;
    margin: 1rem 0;
    font-size: 28px;
    font-weight: 600;
    line-height: 1;
    margin: 32px 0 28px;
    margin-left: 18px;
}
.application-print-section .application-form .official-use .divider span{
    display: block;
    position: absolute;
    top: -13px;
    left: -18px;
}
.application-print-section .application-form .signatures{
    margin-top: 40px;
}
.application-print-section .application-form .signatures p,.application-print-section .application-form .applicant-full-signature p{
    display: inline-block;
    border-top: 1px dashed #000;
    margin-bottom: 8px;
}
.application-print-section .application-form .applicant-full-signature{
    margin: 60px 0 8px;
}
/*| Media Query |===============================================================|*/
@media (min-width: 768px){
    .application-print-section .application-form{
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    }
}
@media (min-width: 992px){
    .application-print-section{
        padding-top: 160px !important;
    }
    .application-print-section .application-form{
        padding: 48px 65px;
    }
}
@media print {
    @page {
        size: auto; /* Let the page size adjust to the content */
        margin: 16px; /* Adjust margin */
    }
    footer, .site-content,.hfeed, .ast-mobile-header-wrap,.elementor-930,.alert-warning{
        display: none;
    }
    .container {
        width: 100%; /* Make container full width */
    }
    body {
        font-size: 12pt; /* Increase font size for better readability */
        margin: 0;
    }
    .application-print-section .section-header .img-box img,.application-section .section-header .img-box img{
        width: 148px;
        height: 160px;
        object-fit: cover;
    }
    .application-print-section .application-form{
        box-shadow: none;
        padding: 0 !important;
    }
    .application-print-section .section-header .section-content .section-title{
        font-size: 28px;
    }
    .application-print-section .section-header .sub-header .subtitle{
        font-size: 18px;
    }
    .application-print-section .section-header .section-content p{
        font-size: 15px;
    }
    .application-print-section .section-header .section-content span{
        font-size: 16px;
    }
    .application-print-section .section-header .sub-header{
        margin: 10px 0 12px;
    }
    .application-print-section .section-header .sub-header .subtitle{
        font-size: 18px;
    }
    .application-print-section .application-form h5 {
        font-size: 18px;
    }
    .application-print-section .application-form .btn{
        display: none;
    }
    .application-print-section .application-form .official-use{
        margin-top: 80px;
    }
    .application-print-section .application-form .official-use .divider{
        margin: 24px 0 20px;
    }
  
}