/* -------------Study Abroad----------------------- */
.favrt-dest-heading-box span {
    color: var(--second-color);
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
  }
  .favrt-dest-heading-box h2 {
    letter-spacing: 0.5px;
  }
  .destination-img-main-box {
    position: relative;
  }
  .dest-main-img {
    width: 100%;
    height: 300px;
    border-radius: 25px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  }
  .country-flag-detls {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .cuntry-flag-img-box {
    display: flex;
    align-items: center;
    position: absolute;
    top: 10px;
    left: 10px;
  }
  .country-flag-logo {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #fff;
    padding: 5px;
  }
  .country-dtls-show-icon {
    background-color: #fff;
    color: var(--second-color);
    font-size: 24px;
    font-weight: 700;
    padding: 0px;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    text-align: center;
    position: absolute;
    top: 10px;
    right: 10px;
  }
  .university-join-process-box {
    position: relative;
    border: dashed 3px #FFC913;
    border-left: none;
    height: 400px;
    border-radius: 0px 250px 250px 0px;
    margin-bottom:150px;
  }
  .main-process-box-show {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .process-path-box1,
  .process-path-box2,
  .process-path-box3,
  .process-path-box4,
  .process-path-box5,
  .process-path-box6 {
    width: 200px;
    height: 200px;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    padding: 17px 10px;
    position: absolute;
  }
  .process-path-box1 {
    left: 0;
    top: 0;
    margin-top: -100px;
  }
  .process-path-box2 {
    left: 35%;
    top: 0;
    margin-top: -100px;
  }
  .process-path-box3 {
    right: 90px;
    top: 0;
    margin-top: -100px;
  }
  .process-path-box4 {
    left:0;
    bottom: 0;
    margin-bottom:-100px;
  }
  .process-path-box5 {
    left:35%;
    bottom: 0;
    margin-bottom:-100px;
  }
  .process-path-box6 {
    right:90px;
    bottom: 0;
    margin-bottom:-100px;
  }
  .process-path-box1 img,
  .process-path-box2 img,
  .process-path-box3 img,
  .process-path-box4 img,
  .process-path-box5 img,
  .process-path-box6 img {
    width: 70px;
    height: 70px;
    margin-top: 15px;
  }
  .process-path-box1 p,
  .process-path-box2 p,
  .process-path-box3 p,
  .process-path-box4 p,
  .process-path-box5 p,
  .process-path-box6 p {
    font-size: 15px;
    font-weight: 500;
    margin-top: 20px;
  }

  .study-currency-dtls-box{
    /* box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px; */
    padding:10px;
    border-radius: 5px;
  }
  .study-currency-dtls-box img{
    width:110px;
    height:150px;
  }
  .study-currency-dtls-box p{
    font-size: 13px;
    font-weight: 400;
    color:#000000;
    margin-top:10px
  }
  .study-currency-dtls-box h4{
    font-size: 16px;
    font-weight: 600;
    color:#000000;
    margin-top:-10px
  }
  .study-table-details {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 10px;
    overflow: hidden;
}

/* Table Header (th) */
th {
    background-color: #fff;
    padding: 12px;
    text-align: center;
    font-weight: bold;
    border-radius: 10px;
    border: 1px solid #CAD0FC; /* Adding border */
    position: relative; /* Needed for box-shadow to work properly */
    box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 8px;
   font-size: 16px;
   font-weight: 600;
   white-space: nowrap;
}

/* Table Data Cells (td) */
td {
    border: 1px solid #CAD0FC;
    padding: 12px;
    text-align: left;
    font-size: 15px;
    font-weight: 500;
    color: var(--text-color);
    white-space: nowrap;
    /* background-color: #f9f9f9; */
    
}

.education-system-box h3{
  font-size: 20px;
  font-weight: 600;
  color:#000000;
}
.education-system-box p{
  font-size: 15px;
  font-weight: 500;
  color:var(--text-color);
  /* text-align: justify; */
}
.know-more-spending-box{
  background-color: #DDEEFC;
  padding:20px 30px;
  border-radius: 100px;
}
.living-cost-box{
  background: linear-gradient(90deg, rgba(255,236,170,1) 0%, rgba(255,224,118,1) 35%);
  padding:15px;
  border-radius: 50%;
  text-align: center;
  width:100%;
  max-width: 240px;
  height:240px;
}
.living-cost-box img{
  width:65px;
  height:65px;
  margin-top: 30px;
}
.living-cost-box h3{
  font-size: 18px;
  font-weight: 600;
  color:#000000;
  margin-top:15px;
}
.living-cost-box p{
  font-size: 18px;
  font-weight: 500;
  color:var(--text-color);
}
.visa-require-img{
  width:100%;
  max-width: 120px !important;
  height:120px !important;
}
.inst-sub-heading{
  font-size: 14px;
  font-weight: 600;
}
.institute-tab-box {
  border-bottom: 1px solid #0B1141;
  display: flex;
  white-space: nowrap;
}

.institute-tab-box .institute-tablinks {
  background-color: inherit;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 16.5px;
  font-weight: 600;
  border-bottom: solid 3px transparent;
  color: var(--first-color);
}

.institute-tab-box .institute-tablinks:hover {
  color: var(--second-color);
}

.institute-tab-box .institute-tablinks.active {
  border-bottom: solid 3px var(--first-color);
  color: var(--second-color);
}

/* Ensures all content is hidden except active one */
.institute-content-dtls {
  display: none; /* Hidden by default */
  background-color: #e1e5fd;
  padding: 10px;
  border-radius: 10px;
  margin-top: 30px;
}

/* When active, content should be visible */
.institute-content-dtls.active {
  display: block !important;
}
.admission-require-icons{
  width:100%;
  max-width: 250px;
  height:250px;
}
.top-university-box-show {
  background-color: #FFE076;
  border-radius: 40px;
  padding: 10px 20px;
  display: flex;
  justify-content: space-between;
  /* white-space: nowrap; */
  align-items: center;
  /* flex-wrap: nowrap; */
  }
  .top-university-box-show img{
    width:100px;
    /* height:100px; */
    border-radius: 30px;
    background-color: #fff;
    padding:5px;
  }
  .top-university-box-show h6{
    font-size: 16px;
    font-weight: 500;
    color:#000000;
    margin-left:10px
  }
  .study-abroad-explore-btn{
    background-color: var(--second-color);
    color:#fff;
    padding:7px 20px;
    border-radius: 20px;
    border:none;
  }
  .hero-country-image-show{
    position: absolute;
    right:0;
    bottom:-100px;
  }
  .hero-country-image-show img{
    width:100%;
    max-width: 600px;
    height:400px
  }
  .join-university-box {
    margin-top: 110px;
  }
  @media (max-width: 1024px) {
    .university-join-process-box {
      height: auto;
      border-radius: 0px 150px 150px 0px;
      padding: 20px 0;
    }
    .main-process-box-show {
      flex-direction: column;
      align-items: center;
    }
    .process-path-box1,
    .process-path-box2,
    .process-path-box3,
    .process-path-box4,
    .process-path-box5,
    .process-path-box6 {
      position: static;
      margin: 20px auto;
      width: 150px;
      height: 150px;
    }
    .process-path-box1 img,
    .process-path-box2 img,
    .process-path-box3 img,
    .process-path-box4 img,
    .process-path-box5 img,
    .process-path-box6 img {
      width: 50px;
      height: 50px;
    }
    .process-path-box1 p,
    .process-path-box2 p,
    .process-path-box3 p,
    .process-path-box4 p,
    .process-path-box5 p,
    .process-path-box6 p {
      font-size: 14px;
      margin-top: 10px;
    }
  }
  
  @media (max-width: 768px) {
  .institute-tab-box {
    overflow-x: scroll;
  }
  .top-university-box-show {
    display:grid;
    text-align: center;
    }
    .top-university-box-show img{
      width:110px;
    }
    .top-university-box-show h6{
      font-size: 15px;
      margin-left:15px;
      margin-top:15px;
      text-align: center;
    }
    .hero-country-image-show{
     display: none;
    }
  }
  @media only screen and (max-width:768px){
    .living-cost-box{
      padding:5px;
      max-width: 155px;
      height:153px;
    }
    .living-cost-box img{
      width:50px;
      height:50px;
      margin-top: 10px;
    }
    .living-cost-box h3{
      font-size: 15px;
      font-weight: 500;
      margin-top:5px;
    }
    .living-cost-box p{
      font-size: 13px;
      font-weight: 400;
    }
  }


  @media only screen and (min-width:768.1px){
    .mobile-table-show{
      display: none;
    }
  }

  @media (max-width: 768px) {
    th,
    td {
      font-size: 14px;
      padding: 10px;
      text-align: left !important;
    }
    .institute-tab-box {
      overflow-x: scroll;
    }
    .top-university-box-show {
      display: grid;
      text-align: center;
    }
    .top-university-box-show img {
      width: 110px;
    }
    .top-university-box-show h6 {
      font-size: 15px;
      margin-left: 15px;
      margin-top: 15px;
      text-align: center;
    }
    .hero-country-image-show {
      display: none;
    }
    .join-university-box {
      margin-top: 50px;
    }
    .university-join-process-box {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 10px 6px;
      position: relative;
      border: none;
      margin-bottom:50px;
    }
    .university-join-process-box::before {
      content: "";
      position: absolute;
      width: 2px;
      height: 100%;
      border-right: 2px dashed #FFC913;
      left: 50%;
      transform: translateX(-50%);
      z-index: -1;
    }
    .process-path-box1,
    .process-path-box3,
    .process-path-box5 {
      justify-self: start;
    }
    .process-path-box2,
    .process-path-box4,
    .process-path-box6 {
      justify-self: end;
    }
    .process-path-box1,
    .process-path-box2,
    .process-path-box3,
    .process-path-box4,
    .process-path-box5,
    .process-path-box6 {
      width: 160px;
      height: 160px;
      background-color: #fff;
      border-radius: 20px;
      box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 10px;
      padding: 6px;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      margin: 5px auto;
      overflow-x: hidden;
    }
    .process-path-box1 img,
    .process-path-box2 img,
    .process-path-box3 img,
    .process-path-box4 img,
    .process-path-box5 img,
    .process-path-box6 img {
      width: 50px;
      height: 50px;
    }
    .process-path-box1 p,
    .process-path-box2 p,
    .process-path-box3 p,
    .process-path-box4 p,
    .process-path-box5 p,
    .process-path-box6 p {
      font-size: 14px;
      margin-top: 15px;
    }
  }

  .about-study-highlights p{
    font-size: 15px;
    font-weight: 500;
    text-align: justify;
    letter-spacing: 0.50px;
  }
  .about-study-highlights h1{
    font-size: 30px;
    font-weight: 600;
    color:#000000;
  }
  .about-study-highlights h2{
    font-size: 28px;
    font-weight: 600;
    color:#000000;
  }
  .about-study-highlights h3{
    font-size: 26px;
    font-weight: 600;
    color:#000000;
  }
  .about-study-highlights h4{
    font-size: 24px;
    font-weight: 600;
    color:#000000;
  }
  .about-study-highlights h5{
    font-size: 22px;
    font-weight: 600;
    color:#000000;
  }
  .about-study-highlights h6{
    font-size: 20px;
    font-weight: 600;
    color:#000000;
  }
  .about-study-highlights ul li{
    font-size: 15px;
    font-weight: 500;
    text-align: justify;
    letter-spacing: 0.50px;
    margin-top:7px;
  }
  .about-study-highlights ol li{
    font-size: 15px;
    font-weight: 500;
    text-align: justify;
    letter-spacing: 0.50px;
    margin-top:7px;
  }
  .about-study-highlights ul{
    list-style:disc;
  }
  .about-study-highlights ol{
    list-style:lower-roman;
  }

  .need-help-container{
    background-color: #0B1141;
    padding:60px 25px;
    border-radius: 5px;
  }
  .need-help-container h2{
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 1px;
    color:#f5f6ff;
    margin-top:50px
  }
  .need-help-container p{
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.75px;
    color:#f5f6ff
  }
  .need-help-container button{
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.75px;
    color:#f5f6ff;
    background-color: var(--second-color);
    padding:10px 25px;
    border:none;
    border-radius: 5px;
    margin-top:20px;
  }

  .job-intakes-box{
    display: flex;
    align-items: center;
  }
  .job-intakes-box img{
    width:30px;
    height:30px;
    border-radius: 50%;
  }
   .job-intakes-box h6{
    font-size: 15px;
    font-weight: 500;
    color:#000000
   }
   .job-intakes-box p{
    font-size: 13px;
    font-weight: 500;
    color:var(--text-color)
   }
  @media only screen and (max-width:1023.99px){
    .need-help-container{
      padding:30px 20px;
    }
    .need-help-container h2{
      margin-top:0px
    }
  }


  .university-course-box{
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  }
  .university-course-box .uni-course-image{
    width:100%;
    height:200px
  }
  .uni-course-details-show {
    padding:20px 10px;
  }
  .uni-course-details-show h2{
    font-size: 15px;
    font-weight: 500;
    color:var(--second-color);
    margin-top:6px;
  }
  .uni-course-details-show p{
    font-size: 16px;
    font-weight: 500;
    color:#000000;
  }
  .university-course-dtls{
    margin-top:20px
  }
  .university-course-dtls p{
    font-size: 14px;
    font-weight: 500;
    color:rgb(44, 44, 44);
    margin-bottom: 7px;
  }
  .uni-view-eligible-btns-box{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding:5px 10px
  }
  .uni-view-eligible-btns-box .check-eli-btn{
    background-color: var(--first-color);
    color:#fff;
    padding:6px 13px;
    border:solid 1px var(--first-color);
    font-size: 15px;
    font-weight: 500;
    border-radius: 7px;
    margin-bottom:15px;
  }
  .uni-view-eligible-btns-box .view-program-btn{
    background-color: #fff;
    color:var(--first-color);
    padding:6px 13px;
    border:solid 1px var(--first-color);
    font-size: 15px;
    font-weight: 500;
    border-radius: 7px;
    margin-bottom:15px;
  }
  .degree-scroller{
display: flex;
margin-left:10px
  }
  .degree-scroller:hover{
    overflow-x: scroll;
    scroll-behavior: smooth;
    scrollbar-width: thin;
      }
  .degree-scroller div{
    border:solid 1px var(--second-color);
    border-radius: 10px;
    margin-left: 7px;
    padding:5px 10px;
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
  }

  .grid-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }

  .popup {
    display: none; /* Hidden by default */
    position: fixed;
    top: 0; 
    left: 0;
    width: 100%; height: 100%;
    background-color: rgba(0,0,0,0.5); /* Black with transparency */
    justify-content: center;
    align-items: center;
    z-index:99
  }

  /* Popup content */
  .popup-content {
    background-color: white;
    padding: 20px;
    border-radius: 8px;
    width: 100%;
    max-width: 300px;
    text-align: center;
    margin:150px auto;
  }

  /* Close button */
  .close-btn {
    cursor: pointer;
    color: red;
    float: right;
    font-size: 20px;
  }
.form-submitted img, .form-not-submitted img{
  width:100%;
  max-width: 100px;
}
  @media (min-width: 768px) {
    .grid-container {
      grid-template-columns: repeat(5, 1fr);
    }
  }

  .study-abroad-form-container{
    margin-top: 120px;
  }
  @media only screen and (max-width:1023.99px){
    .study-abroad-form-container{
      margin-top: 70px;
    }
  }