h1 {
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 40px;
  }
  
  a, li, p{
  
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-size: 18px;
  
  }

/* section-1 */
.nri-oci{
   padding-top: 200px;
   display: flex;
   justify-content: center;
   flex-wrap: wrap;
   gap: 50px;
   align-items: center;
   background-color: rgb(245, 250, 255);
   padding-bottom: 100px;
}


.nri-text{
    width:30%
}

.nri-text h1{
    color:#2c77d3;
    font-family: 45px;
    font-weight: bold;
}

.nri-text p{
    margin-top: 20px;
    line-height: 24px;
    font-size: 18px;
}

.nri-image img{
    width: 100%;
}

@media screen and (max-width:1500px){
    .nri-text{
        width: 40%;
    }
}

@media screen and (max-width:1024px){
    .nri-text{
        width: 90%;
    }
    .nri-image img{
    padding: 20px;
    }

    .nri-oci{
        padding-top: 120px;
    }
}

#highlights .more-text-1 {
  display: none;
}





#why-0 .more-text-1 {
  display: none;
}
#why-0.expanded .more-text-1 {
  display: list-item;
}


#why-7 .more-text-7 {
  display: none;
}
#why-7.expanded .more-text-7 {
  display: list-item;
}


#why-8 .more-text-8 {
  display: none;
}
#why-8.expanded .more-text-8 {
  display: list-item;
}


#why-9 .more-text-9 {
  display: none;
}
#why-9.expanded .more-text-9 {
  display: list-item;
}




/* section-2 */

.nri-part2{
    width: 50%;
    margin: auto;
    text-align: center;
    padding-top: 100px;
    padding-bottom: 100px;
    
}

.nri-part2 p{
    font-size: 18px;

}

@media screen and (max-width:1500px){
    .nri-part2{
        width: 50%;
    }
}


@media screen and (max-width:1190px){
    .nri-part2{
        width: 60%;
    }
}


@media screen and (max-width:900px){
    .nri-part2{
        width: 90%;
        text-align: start;
    }
}

/* section-3 */

.nri-part3{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
    flex-wrap: wrap;
    padding-bottom: 100px;
    padding-top: 100px;
    background-color: rgb(245, 250, 255);

}


.part3-text{
    width:30%
}

.part3-img img {
    width: 100%;
}

/* CSS */
/* 1. Limit height & hide overflow */
.part3-text p {
    max-height: 4.5em;        /* show ~3 lines */
    overflow: hidden;
    transition: max-height 0.3s ease;
    line-height: 26px;
    margin-top:20px
  }
  /* 2. Hide the extra span */
  .part3-text p .more-text {
    display: none;
  }
  /* 3. Expanded state: remove height limit & show extra text */
  .part3-text.expanded p {
    max-height: 100vh;
  }
  .part3-text.expanded p .more-text {
    display: inline;
  }
  


.part3-text a{
    background-color: rgba(44, 119, 211, 1);
    padding: 15px 30px;
    text-decoration: none;
    color: white;
    border-radius: 4px;
    position: relative;
    top: 30px;
    transition: 0.5s;
    display: inline-block;
    transition: 0.5s;
    border: 2px solid transparent;
  
  }
  
  .part3-text a:hover {
    border-color: #2c77d3;
    background-color: transparent;
    color: #2c77d3;
  }

@media screen and (max-width:1250px){
    .part3-text{
        width: 40%;
    }
}


@media screen and (max-width:1103px){
    .part3-text{
        width: 70%;
    }
}

@media screen and (max-width:900px){
    .part3-text{
        width: 90%;
    }

    .nri-part3{
        padding-top: 50px;
    }
    .part3-img {
        padding: 20px;
    }
}





/* section-4 */
.nri-part4{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
    flex-wrap: wrap;
    padding-bottom: 100px;
    padding-top: 100px;
}

.part4-text{
    width:30%
}

.part4-text ul{
    padding-left: 20px;
    margin-top: 20px;
}

.part4-text li{
    margin-top: 10px;
    line-height: 24px;
    list-style: none;
}

/* CSS */
/* Hide the extra list items by default */
.part4-text .custom-list .more-text {
    display: none;
  }
  
  /* When expanded, show them */
  .part4-text.expanded .custom-list .more-text {
    display: list-item;
  }
  
  /* (optional) add a smooth transition if you want the list to “unfold” */
  .part4-text .custom-list {
    transition: max-height 0.3s ease;
    overflow: hidden;
  }
  .part4-text .custom-list {
    max-height: 8em;  /* roughly two items’ height */
  }
  .part4-text.expanded .custom-list {
    max-height: 100vh;
  }
  


.part4-img img{
    width: 100%;
}

.part4-text a{
    background-color: rgba(44, 119, 211, 1);
    padding: 15px 30px;
    text-decoration: none;
    color: white;
    border-radius: 4px;
    position: relative;
    top: 30px;
    transition: 0.5s;
    display: inline-block;
    transition: 0.5s;
    border: 2px solid transparent;
  
  }
  
  .part4-text a:hover {
    border-color: #2c77d3;
    background-color: transparent;
    color: #2c77d3;
  }

@media screen and (max-width:1615px){
    .part4-text{
        width: 40%;
    }
}

@media screen and (max-width:1200px){
    .part4-text{
        width: 50%;
    }

    .nri-part4{
        flex-direction: column-reverse;
    }
}

@media screen and (max-width:1100px){
    .part4-text{
        width: 90%;
    }
}


/* section-5 */

.nri-part5{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
    flex-wrap: wrap;
    padding-bottom: 100px;
    padding-top: 100px;
    background-color: rgb(245, 250, 255);

}

.part5-text{
    width:30%
}


.part5-text p{
    margin-top: 20px;
    line-height: 24px;
    font-size: 18px;

}

.part5-text ul{
    padding-left: 20px;
    margin-top: 20px;
}

.part5-text li{
    margin-top: 10px;
    line-height: 24px;
}

/* CSS */
/* 1. Hide everything marked .more-text by default */
.part5-text .more-text {
    display: none;
  }
  
  /* 2. When .expanded is on the container, show them again */
  /* li needs list-item display, p needs block */
  .part5-text.expanded li.more-text {
    display: list-item;
  }
  .part5-text.expanded p.more-text {
    display: block;
  }
  

.part5-img img{
    width: 100%;
}

.part5-text a{
    background-color: rgba(44, 119, 211, 1);
    padding: 15px 30px;
    text-decoration: none;
    color: white;
    border-radius: 4px;
    position: relative;
    top: 30px;
    transition: 0.5s;
    display: inline-block;
    transition: 0.5s;
    border: 2px solid transparent;
  
  }
  
  .part5-text a:hover {
    border-color: #2c77d3;
    background-color: transparent;
    color: #2c77d3;
  }



@media screen and (max-width:1500px){
    .part5-text{
        width: 40%;
    }
}



@media screen and (max-width:1105px){
    .part5-text{
        width: 90%;
    }
}




/* section-6 */

.nri-part6{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
    flex-wrap: wrap;
    padding-bottom: 100px;
    padding-top: 100px;
}

.part6-text{
    width:30%
}

.part6-text ul{
    padding-left: 20px;
    margin-top: 20px;
}

.part6-text li{
    margin-top: 10px;
    line-height: 24px;
}


.part6-img img{
    width: 100%;
}


/* CSS */
/* 1. Hide extra items by default */
.part6-text .custom-list .more-text {
    display: none;
  }
  
  /* 2. Optional: smooth unfold transition */
  .part6-text .custom-list {
    max-height: 6em;       /* show first two items’ height */
    overflow: hidden;
    transition: max-height 0.3s ease;
  }
  
  /* 3. When expanded, reveal hidden items and remove height cap */
  .part6-text.expanded .custom-list {
    max-height: 100vh;
  }
  .part6-text.expanded .custom-list .more-text {
    display: list-item;
  }
  



.part6-text a{
    background-color: rgba(44, 119, 211, 1);
  padding: 15px 30px;
  text-decoration: none;
  color: white;
  border-radius: 4px;
  position: relative;
  top: 30px;
  transition: 0.5s;
  display: inline-block;
  transition: 0.5s;
  border: 2px solid transparent;

}

.part6-text a:hover {
  border-color: #2c77d3;
  background-color: transparent;
  color: #2c77d3;
}

@media screen and (max-width:1615px){
    .part6-text{
        width: 40%;
    }
}

@media screen and (max-width:1200px){
    .part6-text{
        width: 50%;
    }

    .nri-part6{
        flex-direction: column-reverse;
    }
}

@media screen and (max-width:1100px){
    .part6-text{
        width: 90%;
    }
}


/* section-7 */


































@media screen and (max-width:1550px) {
    h1 {
        font-size: 35px;
    }
}


@media screen and (max-width:768px) {
    h1 {
        font-size: 30px;
    }
}

@media screen and (max-width:425px) {
    h1 {
        font-size: 25px;
    }
}