


  * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

    html, body {
      font-family: "Fira Sans Condensed";
      /* font-weight: 400; */
      line-height: 1.4;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    }




    @font-face {
    font-family: 'Gilroy-Bold';
    src: url('fonts/Gilroy-Bold.woff2') format('woff2'),
         url('fonts/Gilroy-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}



    .admission-banner {
      background: #413190; /* Purple */
      color: white;
      font-weight: 700;
      text-align: center;
      padding: 8px 0;
      font-size: clamp(0.8rem, 1vw,1.3rem);
    }
    .navbar-nav .nav-link {
      font-weight: 600 !important;
      padding: 0.8rem 1rem;
      color: #000000;
      margin: 0.7rem 0.7rem !important;
 
      font-family: "Fira Sans Condensed" !important;

    }



    .apply{

        background-color: #8D7BE9 !important;
        color: #FFFFFF !important;
        border-radius: 0px !important;
        padding: 10px 25px !important;
                font-weight: 700 !important;
        font-size: 1rem !important;

    }


.top{
       display: flex;
        /* border: 1px solid red; */
        justify-content: end;

    }

    .top-bar{
       
        width: max-content;
        /* margin-left: auto;  */
        background-color: #F0F0F0;
   
        /* width: 100%; */
    }
    .top-bar .btn-link{
        font-weight: 700 !important;
        font-size: 1rem !important;
        color: #5544AA;
        padding: 10px 25px !important;
       
    }








    @media (max-width:410px) {




    .apply{

        background-color: #8D7BE9;
        color: #FFFFFF;
        border-radius: 0px !important;
        padding: 10px 25px !important;
                font-weight: 700 !important;
        font-size: 0.2rem !important;

    }

    

    .top-bar .btn-link{
        font-weight: 700 !important;
        font-size: 0.4rem !important;
        color: #5544AA;
        padding: 10px 5px !important;
       
    }



    
.card-3 {
   top: 0px !important; left: 50% !important; 
  transform: translateX(-50%) !important;

  margin-top: 20px !important;

   }







  
}



    











/* Remove Bootstrap's default caret */
.navbar .dropdown-toggle::after {
  display: none !important;
}

/* Custom dropdown icon */
.navbar .dropdown-icon {
  margin-left: 5px;
  color: rgb(220, 53, 53); /* make icon red */
  transition: transform 0.3s ease;
  font-size: 12px;
}

/* Rotate when dropdown is open */
.dropdown.show .dropdown-toggle .dropdown-icon {
  transform: rotate(180deg);
}


.navbar-toggler:focus,
.navbar-toggler:active {
  outline: none !important;
  box-shadow: none !important;
}









/* Default dropdown look */
.dropdown-menu {
  transition: all 0.3s ease;
  overflow: hidden;
}



      
    





















@media (max-width: 576px) {


  .navbar-nav .nav-link {
      font-weight: 600 !important;
      padding: 0.5rem 0.8rem !important;
      color: #000000;
      margin: 0.5rem 0.5rem !important;
    }



    .apply{

        background-color: #8D7BE9 !important;
        color: #FFFFFF;
        border-radius: 0px !important;
        padding: 8px 20px !important;
                font-weight: 700 !important;
        font-size: 0.8rem !important;

    }


    .top-bar .btn-link{
        font-weight: 700 !important;
        font-size: 0.8rem !important;
        color: #5544AA !important;
        padding: 10px 25px !important;
       
    }

}





































.details-box {
      max-height: 400px;
      overflow-y: auto;
      background: #fff;
      border-radius: 10px;
      padding: 15px;
    }

    .details-box h4,i{
        color: #8D7BE9;
    }

    /* .accordion-button {
      font-size: clamp(1rem,1.3vw,1.3rem);
      background: #fff;
      border-radius: 10px !important;
      color: #4c3f8e;
      font-weight: 800;
      padding: clamp(20px,4vw,40px) !important;
    }

    .accordion-button i{
      color: #8D7BE9;


    }

    .accordion-item {
      border: none;
      border-radius: 10px;
      overflow: hidden;
      color: #8D7BE9;
    }

    .accordion-button:focus {
      box-shadow: none;

    }

    .list-group-item {
      border: none;
      padding: 15px;
      color: #5645b0;

      
    }

    .accordion-body p
    {
      color: #7c66e8;


    } */

    
/* 
    .form-check-input[type="radio"] {
      accent-color: #28a745; 
    }

    .list-group-item:hover {
      background-color: #f8f9fa;
      border-radius: 8px;
    }

    .original-price {
      text-decoration: line-through;
      color: #dc3545;
      font-size: 0.9rem;
    }

    .current-price {
      font-weight: bold;
      color: #5645b0;
    }

    .total-box {
      background: #fff;
      border-radius: 10px;
      padding: 15px;
      box-shadow: 0 4px 10px rgba(0,0,0,0.05);
      color: #5645b0;

    }

    .total-box h5{
        font-size: clamp(1.2rem,1.7vw,1.7rem) !important;
    }

    .total-box button{
        background-color:#5645b0 ;
        color: white;
        padding: 20px 40px clamp();
    }

        .total-box button:hover{
        background-color:#4e32db ;
        color: white;
    } */







































.viewshortlist{
  background-color:#8D7BE9 ;
  color: white;
  padding: 10px 20px;
  font-weight: 500;
  border-radius: 5px;
  text-decoration: none;

}




    table.programs {
      background-color: white;
      border-radius: 6px;
      overflow: hidden;
      border-collapse: separate;
      width: 100%;
    }

    table.programs thead th {
      background:#f0f0f0;
      color:#333;
      font-weight:700;
      padding:12px 14px;
      border-bottom:1px solid #ddd;
      text-align:left;
    }

    tr.program-row td {
      padding:12px 14px;
      vertical-align: middle;
      /* border-bottom:1px solid #ff0a0a; */
      cursor: pointer;
    }

    tr.program-row:focus, tr.program-row:active, tr.program-row:focus-visible {
      outline: none;
      box-shadow: none;
    }

    .caret {
      display:inline-block;
      width:18px;
      text-align:center;
      margin-right:8px;
      transition: transform .15s ease;
      /* transition: none; */
      color:#0b5d8a;
      font-weight:700;
    }

    .program-row.open .caret { transform: rotate(90deg); }

    tr.program-row.open td {
      background:#faf9f9;
    }

    tr.content-row td {
      padding:0;
      border-bottom:1px solid #ddd;
    }

    .content-wrapper {
      /* padding-left: 30px;
      padding-right: 18px; */
      width: 100%;
      box-sizing: border-box;
      margin-bottom: 20px;
    }


    table.programs .collapse {
      height: 0;
      overflow: hidden;
      transition: height 0.4s ease;
    }

    table.programs .collapse.show {
      height: auto;
    }


    .content-inner {
      padding: 20px !important;
      margin: 0px !important;
      background: #fafafa;
    }

    .career-options {
      background:#f4f1f1;
      padding:12px;
      border-radius:6px;
      margin-top:10px;
    }

    .btn-custom {
      background-color: #18186d;
      color: white;
      border: none;
      margin-left: 8px;
      padding:10px 15px;
      border-radius:2px;
      font-weight:700;
    }

    .contact { background-color:#ffffff; 
     border: 1px solid rgb(80, 79, 79); color: black;}

    .btn-custom:hover { background-color:#8787ea; color: white; }



    

    .btn-shortlist {
      background-color: red;
      color: white;
      border: none;
      margin-left: 8px;
      padding:10px 15px;
      border-radius:2px;
      font-weight:700;
      

    }



    @media (min-width: 756px) and (max-width: 991px) {
.btn-shortlist {
    margin-bottom: 5px; /* adjust value as needed */
  }
}



    .btn-shortlist.remove-state {
      background: #ff4d4d;
      color: #fff;
      border-color: #ff4d4d;
    }

    .accordion-button:focus {
      box-shadow: none;
      outline: none;
      background-color: #e0e0e0 !important;
    }

    .accordion-button:not(.collapsed) {
      background-color: #e0e0e0;
      color: #000;
      box-shadow: none;
    }




    /* @media (max-width:760px) {
      table.programs thead { display:none; }
      
      tr.program-row {
        display:block;
        margin-bottom:15px;
        border:1px solid #ddd;
        border-radius:6px;
        padding:10px 12px;
        background:#fff;
      }
      tr.program-row td {
        display:block;
        padding:4px 0;
        border:none;
      }

      tr.content-row td {
        display:block;
        padding:0;
        border:none;
      }

      .col-course {
        font-weight:700;
        font-size:1.05rem;
        margin-left:30px; 
        display:inline-block;
      }
      .col-university {
        font-size:0.9rem;
        margin-left:30px;
        color:#555;
      }
      .col-country { display:none; }

      .caret {
        float:left;
        margin-right:10px;
        margin-top:5px;
      }

      .btn-shortlist {
        float:right;
        margin-top:-30px;
        padding:4px 8px;
        font-size:0.8rem;
      }

      .content-wrapper {
        padding-left:18px;
        padding-right:18px;
      margin-bottom: 5px !important;

      }
      .content-inner {
        padding:12px 0;
        text-align:center;
      }
      .content-inner .btn-custom {
        margin:6px 6px 0 6px;
        width:120px;
      }
      .career-options { text-align:left; }

      tr.program-row.shortlisted {
        border:2px solid #000 !important;
      }
    }


    @media (min-width: 761px) {
 
      td.col-country {
        vertical-align: middle;
      }

      .collapse {
        height: 0;
        overflow: hidden;
      }
      .collapse.show {
        height: auto;
      }

 
      tr.program-row:not(:last-child) {
        border-bottom:1px solid #ddd;
      }


      tr.program-row td.col-country {
        border-bottom: none;
      }

      tr.program-row td, tr.content-row td {
        transition: none;
      }

      .content-inner {
        padding: 12px 0;
      }

      
    } */









    /* SMALL SCREENS: ≤760px */
@media (max-width: 760px) {
  /* Hide table header */
  table.programs thead { display: none; }

  /* Program rows */
  table.programs tr.program-row {
    display: block;
    margin-bottom: 15px;
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 10px 12px;
    background: #fff;
  }

  table.programs tr.program-row td {
    display: block;
    padding: 4px 0;
    border: none;
  }

  table.programs tr.content-row td {
    display: block;
    padding: 0;
    border: none;
  }

  table.programs .col-course {
    font-weight: 700;
    font-size: 1.05rem;
    margin-left: 30px;
    display: inline-block;
  }

  table.programs .col-university {
    font-size: 0.9rem;
    margin-left: 30px;
    color: #555;
  }

  table.programs .col-country { display: none; }

  table.programs .caret {
    float: left;
    margin-right: 10px;
    margin-top: 5px;
  }




    table.programs .top-apply {
    float: right;        /* sit next to Remove button */
    margin-top:-25px; /* align vertically like Remove */
    padding: 4px 8px;     /* same padding as Remove */
    font-size: 0.8rem;    /* same size as Remove */
    width: auto;          /* no fixed width */
  }

  table.programs .btn-shortlist {
    float: right;
    margin-top: -60px;
    padding: 4px 8px;
    font-size: 0.8rem;
  }




    .content-inner::after {
    content: "";
    display: table;
    clear: both;
  }

  

  table.programs .content-wrapper {
    padding-left: 18px;
    padding-right: 18px;
    margin-bottom: 5px !important;
  }

  table.programs .content-inner {
    padding: 12px 0;
    text-align: center;
  }

  /* table.programs .content-inner .btn-custom {
    margin: 6px 6px 0 6px;
    width: 120px;
  } */

  table.programs .career-options { text-align: left; }

  table.programs tr.program-row.shortlisted {
    border: 2px solid #000 !important;
  }
}


/* LARGE SCREENS: ≥761px */
@media (min-width: 761px) {
  table.programs td.col-country {
    vertical-align: middle;
  }

  table.programs .collapse {
    height: 0;
    overflow: hidden;
  }

  table.programs .collapse.show {
    height: auto;
  }

  table.programs tr.program-row:not(:last-child) {
    border-bottom: 1px solid #ddd;
  }

  table.programs tr.program-row td.col-country {
    border-bottom: none;
  }

  table.programs tr.program-row td, 
  table.programs tr.content-row td {
    transition: none;
  }

  table.programs .content-inner {
    padding: 12px 0;
  }
}















.footer-section {
  background-color: #f8fbff;
  font-family: 'Lexend', sans-serif;
  padding: 40px 0 20px;
  color: #0b0b45;

}

.footer-nav .nav-link {
  color: #041CA7;
  font-weight: 400;
  margin: 0 0.2rem !important;
  transition: color 0.3s ease;
  font-size: clamp(0.8rem,1.3vw,1.3rem);
}


@media (max-width:476px) {

  .footer-nav .nav-link {

  margin: 0px !important;

  padding: 5px 8px;

  font-size: 0.7rem;
}

.privacyside{
  margin-top: 10px !important;
}


  
}

.footer-nav .nav-link:hover {
  color: #5a3dff;
}

.footer-contact p {
  margin: 15px ;
  font-weight: 400;
  color: #040463;
  font-size: clamp(1rem,1.3vw,1.3rem);
}

.footer-contact i {
  color: #0BD0D0;
  margin-right: 6px;
}

.footer-bottom {
  background-color: #8D7BE9;
  border-radius: 40px;
  padding: 15px 25px;
  color: #fff;
  flex-wrap: wrap;
  text-align: center;
  margin-top: 3rem;
}

.footer-social a {
  display: inline-block;
  background: #fff;
  color: #000;
  margin: 0 6px;
  padding: 9px 13px;
  border-radius: 50%;
  font-size: 18px;
  transition: 0.3s;
}

.footer-social a:hover {
  background: #f1f1f1;
  color: #5a3dff;
}

.footer-info p {
  margin: 0;
  font-size: clamp(13px,1vw,16px) !important;
  font-weight: 300 !important;
}

.privacyside a {
  color: #fff;
  text-decoration: none;
  margin: 0 5px;
  font-weight: 300 !important;
  font-size: clamp(13px,1vw,16px) !important;


}

.privacyside {
    color: #fff;
  text-decoration: none;
  margin: 0 5px;
  font-weight: 300 !important;

}

.footer-info a:hover {
  text-decoration: underline;
}

.divider {
  margin: 0 5px;
  
}






