 * {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
    }

    body {
        font-family: "Noto Serif", serif;
      line-height: 1.6;
      background: #fdfdfd;
      color: #333;
      font-size:16px;
    }

    header {
      background: #fff;
      padding: 15px 0px;
      border-bottom: 1px solid #ddd;
      display: flex;
      justify-content: space-between;
      align-items: center;
      position: relative;
    }

    header .logo {
      font-size: 20px;
      font-weight: bold;
      color: #f68713;
    }

    /* Nav hidden by default */
    nav {
      display: none;
      flex-direction: column;
      background: #fff;
      position: absolute;
      top: 60px;
      right: 20px;
      border: 1px solid #ddd;
      padding: 10px;
      width: 200px;
      border-radius: 6px;
      box-shadow: 0px 4px 8px rgba(0,0,0,0.1);
      z-index:99;
    }

    nav a {
      text-decoration: none;
      color: #333;
      padding: 8px 0;
      display: block;
    }

    nav.active {
      display: flex;
    }
    .lan_btn {
    flex: 1;
    text-align: right;
    padding-right: 20px;
}

.lan_btn a {
    text-decoration: none;
    color: black;
}

    /* Toggle Button */
    .menu-toggle {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      width: 25px;
      height: 20px;
      cursor: pointer;
    }

    .menu-toggle span {
      display: block;
      height: 3px;
      background: #333;
      border-radius: 2px;
    }
.title_right h2 {
    margin-bottom:15px;
    font-size: 2.5rem;
    line-height: 1;
    /*font-weight: 500;*/
    color: black;
}
    /* Container */
    .container {
      max-width: 80rem;
      margin: auto;
      padding: 0 15px;
    }
     .container2 {
      max-width: 60rem;
      margin: auto;
      padding: 0 15px;
    }
    

    .scholarship {
      background: #fff;
      padding: 20px;
      /*margin-bottom: 20px;*/
      /* border: 1px solid #eee; */
      border-radius: 6px;
      transition: all 0.3s ease;
    }

   .title_bread {
    font-size: 14px;
    margin-top:10px;
    padding:0 20px;
}
.padd0{
    padding-top:0;
}
.img-box {
    flex: 1;
    border-radius: 15px;
}

.img-box img {
    border-radius: 10px;
    max-width: 100%;
}

.box_mix {
    display: flex;
}
.margintop{
    margin-top:20px;
    padding:0 20px;
}

.options_data {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.info p {
    line-height: 20px;
    margin-bottom: 10px;
    font-size:16px !important;
}
.info {
    margin: 20px 0;
}
.info p i {
    color: #333;
    width: 20px;
    text-align: center;
}
.title_bread a {
    color: black;
    font-weight: bold;
    text-decoration: none;
}

    .scholarship h2, .scholarship h2 a{
      font-size: 18px;
      color: #222;
      margin-bottom: 10px;
      text-decoration:none;
      display: inline-block;
    }

    .scholarship p {
      font-size: 14px;
      color: #555;
    }

    /* Pagination */
    .pagination {
      display: flex;
      justify-content: center;
      margin: 30px 0;
    }

    .pagination a {
      display: block;
      margin: 0 5px;
      padding: 8px 14px;
      border: 1px solid #ddd;
      border-radius: 4px;
      text-decoration: none;
      color: #333;
    }

    .pagination a.active {
      background: #1ea2ff;
      color: #fff;
    }

a.btn-primary.btn-full-width {
    display: block;
    width: 100%;
    max-width:400px;
    margin: 20px auto;
    padding: 20px;
    border: none;
    border-radius: 5px;
    background: #1ea2ff;
    color: white;
    font-size: 16px;
    cursor: pointer;
    text-decoration:none;
    text-align:center;
    transition: background 0.2s;
}
a.btn-primary.btn-full-width:hover{
    background: #178cdf;
}
    footer {
      text-align: center;
      padding: 20px;
      border-top: 1px solid #ddd;
      margin-top: 30px;
      font-size: 14px;
      color: #666;
    }
    #nav-menu input {
    padding: 8px;
    border-radius: 5px;
    border: 1px solid #ccc;
}
.text-gray{
    font-size:17px;
    color:gray;
    font-weight:500;
}
.details span i {
    font-weight: bold;
    font-size: 26px;
}
.expir-boxes {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #f9e1e4;
    padding: 20px;
    color: #f68713;
    border-radius: 7px;
}

.expir-boxes i {
    font-size: 35px;
    margin-bottom: 8px;
}

.expir-boxes small {
    margin: 14px 0;
    font-size: 14px;
}

.expir-boxes p {
    margin: 0;
    font-size: 21px;
    font-weight: 500;
    margin-bottom: 8px !important;
    line-height: normal !important;
    width: 100%;
    color: #f68713;
}
.recentinner {
    border: 1px solid #f1ecec;
    max-width: 45%;
    padding: 10px;
    box-shadow: 1px 5px 5px #d7d7d7;
    border-radius: 15px;
    min-width:145px;
    margin-bottom:10px;
}

.recent{
    font-size: 18px;
}

.scholarship p a:hover {
    color: #f68713;
}
.recentinner img {
    max-width: 100%;
    border-radius: 15px;
}
.boxrecent {
    display: flex;
    margin-top:10px;
    gap: 10px;
    flex-wrap:wrap;
}

.scholarship p a {
    text-decoration: none;
    color: #000;
    font-size: 15px;
    line-height: 1.4;
}
.recentinner p a{
    font-size:20px;
}
.scholarshipnew img {
    max-width: 70%;
    margin: auto;
    text-align: center;
    display: block;
}
.short-boxx img {
    max-width: 70%;
    margin: auto;
    display:block;
    padding:1.25rem;
}

.short-boxx > a {
    display: block;
    width: 100%;
    max-width:400px;
    margin: 20px auto;
    padding: 20px;
    border: none;
    border-radius: 5px;
    background: #1ea2ff;
    color: white;
    font-size: 16px;
    cursor: pointer;
    text-decoration:none;
    text-align:center;
    transition: background 0.2s;
}
.short-boxx h4 {
    margin-top: 15px;
}
.first_three {
    display: flex;
    gap: 15px;
    width: 100%;
}
.card_three {
    position: relative;
    color: white;
    border-radius: 8px;
    overflow: hidden;
    height: 100%;
}
.card_three img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.card_three-content {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    z-index: 2;
}
.card_three::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
}
.card_three a {
    margin: 0 0 8px;
    font-size: 20px;
    font-weight: bold;
    text-decoration:none;
    color:#fff;
}

.first_threeinr {
    flex: 2;
     min-width: 250px;
}
.first_threeright {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.first_threeright {
    flex: 1;
}
.img-fluid{
    max-width:100%;
}
.second_three {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}
.short-boxx h3 {
    font-size: 1.5rem;
}

@media (max-width:767px){
.first_three{
    flex-direction:column;
}
    .box_mix {
    flex-direction: column;
}
.title_right h2{
    font-size:1.5rem;
    text-align:left;
}
.margintop{
    padding:0;
}

.options_data{
    flex-direction:column;
    align-items: self-start;
    margin-bottom:20px;
}
.recentinner{
    width:100%;
    max-width:100%;
}
.boxrecent {
    display: flex;
   flex-direction:column;
}

}






