body{
  background-color: whitesmoke;
  font-family: 'montserrat';
}

.urdu {
    font-family: "Noto Nastaliq Urdu", serif;
    font-optical-sizing: auto;
    font-weight: <weight>;
    font-style: normal;
}

.montserrat {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.container{
  width: 100%;
  margin: auto;
  padding: 0 15px;
}

.search-bar .input-group {
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.search-bar .form-control {
    border: none;
    padding-left: 20px;
}

.search-bar .btn {
    border: none;
    padding: 10px 20px;
}

    

.navbar-desktop {
    display: none;
    background-color: #000e27;
    height: 85px;
    align-items: center;
    justify-content: space-around;
    padding: 0 50px;
    position: relative;
    z-index: 100;
}

.nav-links {
    display: flex;
    list-style: none;
    gap: 25px;
}

.nav-links a {
    color:white;
    text-decoration: none;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.5px;
}

.logo-shield {
    position: absolute;
    top: 18px;
    left: 50%;
    transform: translateX(-50%);
    height: 130px;
    width: auto;
    z-index: 999;
}



.navbar-mobile {
    display: flex;
    background-color: #000e27;
    height: 60px;
    align-items: center;
    justify-content: space-between;
    padding: 0 15px;
    color: white;
    position: relative;
}

.icon-btn {
    background: none;
    border: none;
    color: white;
    font-size: 22px;
    cursor: pointer;
}

.sidebar {
    position: fixed;
    top: 0;
    left: -300px;
    width: 280px;
    height: 100%;
    background-color:gray;
    z-index: 1000;
    transition: left 0.3s ease;
    overflow-y: auto;
}

.sidebar.active {
    left: 0;
}

.sidebar-header {
    padding: 15px;
    border-bottom: 1px solid #555;
}

.sidebar-menu {
    list-style: none;
}

.sidebar-menu li {
    border-bottom: 1px solid #555;
}

.sidebar-menu li a {
    display: flex;
    justify-content: space-between;
    padding: 18px 20px;
    color:white;
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
}

.overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 999;
}

legend {
    float: none;
    width: initial;
    /* padding: 0; */
    margin-bottom: 0.5rem !important;
    font-size: 0.7rem;
    font-weight: 300;
    color: #ccc;
}

fieldset {
    min-width: 1;
    padding: 5px; 
    margin-bottom: 10px;
    border: 1px solid #e7e7e7 !important;
    background-color: rgba(0, 0, 0, 0.02);
}

@media (min-width: 992px) {
    .navbar-desktop { display: flex; }
    .navbar-mobile { display: none; }
}
</style>

@media (max-width: 480px) {
	.container{
    	max-width:430px;
  	}
}


@media (min-width:768px){
	.container{
    	max-width:720px;
  	}
}


@media (max-width: 1024px) { 
	.container{
    	max-width:984px;
  	}
}


@media (min-width:1280px){
  .container{
    max-width:1220px;
  }
}


@media (min-width:1440px){
  .container{
    max-width:1380px;
  }
}




.footer {
    background: linear-gradient(90deg, #001424 0.05%, #00295E 99.98%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    z-index: 99;
    padding: 0px;
}

.footer-waterm {
    position: absolute;
    right: 0px;
    bottom: 0px;
}
.footer h4 {
    color: #FFF;
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
    margin: 0px 0px 30px;    
}
.footer-logo-con {
    padding-right: 100px;
}
.footer-logo-deta h3 {
    color: #FFF;
    margin: 25px 0px 25px;
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: 16.8px;
    text-transform: capitalize;    
}
.footer-logo-deta p {
    color: #DDD;
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    line-height: 185%;
}
.footer-para a {
    /*border-radius: 10px; */
    /* border: 1px solid rgba(242, 242, 246, 0.20); */
    /* background: rgba(255, 255, 255, 0.10); */
    color: #FFF;
    /* text-align: center; */
    font-size: 12px;
    font-style: normal;
    /* font-weight: 800; */
    line-height: 102.7%;
    letter-spacing: 2px;
    /* text-transform: uppercase; */
    padding: 9px 15px;
}
.footer-para p {
    color: #DDD;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 30px;
}
.footer-para strong {
    display: block;
    color: #DDD;
    margin: 0px 0px 7px;
    font-size: 14px;
    font-style: normal;
    font-weight: 900;
    line-height: 27.2px;
    text-transform: uppercase;
}
.footer-para span {
    color: #8DD7E5;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
}
.footerlink-con {
    margin-top: 60px;
}
.footer-link a {
    color: #FFF;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 300%;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.footer-foot{
    background-color: darkgoldenrod;
}
@media (max-width: 767px) {
    .footer {
        padding: 60px 20px;
        text-align: center;
    }
    .footer-logo-con {
        padding-right: 0px;
    }
    .footer-logo-deta {
        margin: 0px auto;
        width: 90%;
    }
    .footer-logo-deta h3 {
        margin: 20px 0px 20px;
        font-size: 31px;
        line-height: normal;
    }
    .footer-logo-deta p {
        font-size: 18px;
        line-height: 185%;
    }
    .footer-waterm {
        right: -52px;
        bottom: auto;
        top: -51px;
        width: 291px;
        height: 286px;
    }
    
    .footerlink-con {
        margin-top: 80px;
    }
}