.academics-wrapper
{
    height: 90vh;
    position: relative;
  display: flex;
align-items: center;
justify-content: center;
background-image: url("../images/Grid.png");
background-color: #F8F8F8;
}
.academics-wrapper h1
{
  font-family: DM Sans;
  font-weight: 700;
  font-size: 24px !important;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
  
margin: 0;


}
.academics-banner-text1
{
    font-family: DM Sans;
    font-weight: 700;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: middle;
    color: var(--orange);
}






.academics-sec2-row .img-col
{
 display: flex;
 align-items: center;
 justify-content: flex-end;
}
.academics-sec2-row .text-col
{
 display: flex;
 align-items: center;
 justify-content: center;
}

.academics-sec2-row .text-col span{
   
    color: var(--blackish);
    font-family: Golos Text;
font-weight: 600;
font-size: 18px;
line-height: 28px;
letter-spacing: 0%;
vertical-align: middle;

    
  
  }

  .trans-block-tr
  {
position: absolute;
top:0;;
right:0

  }
  .academics-sec3
  {
    background-color: #F8F8F8;
    position: relative;
    padding:60px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .bg-block{


   
    background-image: url(../images/sec2-block-transp.png);
    background-repeat: no-repeat;
}
  
  .quest-heading{
  font-family: DM Sans;
    font-weight: 700;
    font-size: 36px;
    letter-spacing: 0%;
 text-align: left;
    color:var(--darkblue)    ;
      }
        .quest-para
      {
text-align:left;
      }
  .academics-sec-3-wrapper
  {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    gap: 20px;
  }

  .academics-sec-3-wrapper p
  {
    font-family: Golos Text;
font-weight: 400;
font-size: 18px;
line-height: 32px;
letter-spacing: 0%;
text-align: center;
vertical-align: middle;
color: var(--blackish);
margin: 0;

  }



 
  .academics-sec5
  {
    background-color:#F8F8F8 ;
    position: relative;
    
  }
.academics-sec5-wrapper
{
  background-color:#F8F8F8 ;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding:60px 0px;
}
.academics-sec5-wrapper h2
{
  font-family: DM Sans;
font-weight: 700;
font-size: 36px;

letter-spacing: 0%;
text-align: center;
vertical-align: middle;
color:var(--darkblue)
}

  /* .card {
    border-radius: 24px !important;
    border: 1px solid #3736401A !important;
    box-shadow: 0px 2px 20px 0px #2E2E2E0A !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}


.card-body {
  display: flex;
  align-items: center;

  flex-direction: column;
  padding:36px 24px !important;


}

.icon-circle {
    width: 80px;
    height: 80px;
    background-color: #e2e2e2;
    border-radius: 50%;
}

.card-title {
  font-family: DM Sans;
  font-weight: 600;
  font-size: 26px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
color:#373640;
}

.card-text {
    font-size: 0.9rem;
    color: #666;
    color: var(--blackish);
    margin-top: 6px;  
} */


/* Custom responsive adjustments */
@media (min-width: 992px) {
  
}

@media (max-width: 767.98px) {
  
}






















@media only screen and (max-width: 600px) {
   
    .block img
    {
       height:120px;
       width: 120px; 
    }

    .academicsec2-wrapper span
    {
    
        font-size: 28px;
    }
.core-quadrants h6
    {
    
  font-size: 20px;
  
  
  
  
    }
    .core-quadrants span
    {
  
      
      font-size: 16px;
     
      
    }
      .bg-block{


   
    background-image: none;
    background-repeat: no-repeat;
}
 
}

@media only screen and (max-width: 1200px) {
   
    .core-quadrants h6
    {
      font-family: DM Sans;
  font-weight: 600;
  font-size: 22px;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
  color:#373640;
  
  
  
    }
    .core-quadrants span
    {
  
      font-family: Golos Text;
      font-weight: 400;
      font-size: 16px;
      line-height: 26px;
      letter-spacing: 0%;
      text-align: center;
      vertical-align: middle;
      columns: var(--blackish);
      
    }
     
    }

    @media only screen and (max-width: 770px) {
        .academics-wrapper
        {
            
        height: fit-content;
        position: relative;
      display: flex;
    align-items: center;
    justify-content: center;
    padding: 100px 0px 50px 0px;
        }
        .academics-sec3
  {
    background-color: #F8F8F8;
    position: relative;
    padding:25px 0px;
  }
  .academics-sec5-wrapper
{
  background-color:#F8F8F8 ;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding:25px 0px;
}
.academics-sec2-row .text-col span {

  font-size: 14px;


}

.academics-sec2-row
{
  background-color: #F8F8F8;
  gap:24px;
}
.quest-heading{
  font-family: DM Sans;
    font-weight: 700;
    font-size: 36px;
    letter-spacing: 0%;
 text-align:center;
    color:var(--darkblue)    ;
      }
      .quest-para
      {
text-align:center;
      }

}

 



