.banner-bg{
  background: linear-gradient(90deg, #D0E8FF 0%, #FFFFFF 100%);
}

@font-face {
  font-family: "SF Pro Display";
  src: url("./fonts/SFProDisplay/SF-Pro-Display-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "SF Pro Display";
  src: url("./fonts/SFProDisplay/SF-Pro-Display-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "SF Pro Display";
  src: url("./fonts/SFProDisplay/SF-Pro-Display-Semibold.otf") format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

body {
  font-family: "SF Pro Display", sans-serif;
  background: #ffffff;
  margin: 0;

}

h1, h2, h3, h4, h5, h6 {
  font-weight: 500;
  margin-bottom: 20px;
}
p, span, ul li, ol li,input{
  font-weight: 400;
}
p{
  font-size: 20px;
      line-height: 1.4;
}
.contain-width{
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 10px;
}

.img-full {
  width: 100% !important;
  height: auto;
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
h2{
  margin-top: 0;
}

.pb {
  padding-bottom: 40px;
}
.pt {
  padding-top: 40px;
}

.pb-20 {
  padding-bottom: 20px;
}
.pt-20 {
  padding-top: 20px;
}

.view-all-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: linear-gradient(180deg, #616161 0%, #232323 100%);
  color: #ffffff;
  padding: 10px 26px;
  border: none;
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
  transition: background 0.2s ease;
  text-decoration: none;
}

/* Arrow */
.arrow-icon {
  transition: transform 0.2s ease;
}

.searchIcon {
    padding: 10px 20px !important;
    background: #2463EB !important;
}

/* Hover animation */
.view-all-btn:hover .arrow-icon {
  transform: translateX(4px);
}

@media (max-width: 576px) {
  .view-all-btn {
    margin: auto;
  }
  h2{
    font-size: 28px !important;
  }
  h3{
    font-size: 20px !important;
  }
  p{
    font-size: 16px !important;
  }
}
::-webkit-scrollbar {
    width: 8px;
    height: 0
}

::-webkit-scrollbar-thumb {
    background: linear-gradient(90deg, #2563eb, #7c3aed);;
    border-radius: 4px
}

::-webkit-scrollbar-track {
    background: #fff
}

.perfect {
  color: #92b1f2; /* ensures text color doesn’t override gradient */
}
.fs-68 {
    font-size: 68px !important;
}
.fw-700 {
    font-weight: 700 !important;
}
.text-gray {
    color: rgba(101, 117, 139, 1) !important;
}
.Discover{
    padding: 7px 11px;
    background: rgba(243, 245, 247, 1);
    border-radius: 9999px;
}

.fs-28 {
    font-size: 28px;
}

.fs-12 {
    font-size: 12px;
}
.fs-22 {
    font-size: 22px;
}
.fw-400 {
    font-weight: 400;
}

.fs-14{
  font-size: 14px ;
}
.inputTxt{
  width: 600px;
    background: transparent !important;
}
.w-20{
  width: 20%;
}

.searchBarCard{
  /* width: 1024px; */
  /* width: 85% !important; */
    width: 95% !important;

}

.box-shadow-search-glob{
    background: rgba(244, 244, 244, 1)!important;
    border-radius: 10px !important;
}
.border-color{
    border-radius: 6px !important;
    background-color: rgba(244, 244, 244, 1)!important;
    height: 42px !important;
}

.ul-height{
    max-height: 15rem !important;
    overflow-y: auto;
    overflow-x: hidden;
    min-width: 100% !important;
}


.box-container{
 background-color: rgba(249, 249, 250, 1); 
 border: 1px solid rgba(225, 231, 239, 1);
 padding: 9px 17px;
 border-radius: 6px;
}

.box-count-card {
  display: grid;
  gap: 1.5rem;
  /* space between cards */
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.circle-design{
  width: 64px;
  height: 64px;
  border-radius: 9999px;
  /* background: rgba(181, 209, 255, 1); */
  display: flex;
  align-items: center;
  justify-content: center;
}


.fs-34{
  font-size: 34px !important;
}


.fs-16{
  font-size: 16px !important;
}





.box-count1{
  padding: 10px 18px;
  cursor: pointer;  
  height: 220px;
  width: 200px;
}

.box-count {
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
  background: rgba(255, 255, 255, 1);
  border: 1px solid rgba(225, 231, 239, 1);
  border-radius: 8px;
  height: 193px;
}


.box-count:hover {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px !important;
}

.d-grid {
  display: grid;
  place-items: center;
}
.circle1 {
  background: rgba(181, 209, 255, 1); /* Blue */
}

.circle2 {
  background: rgba(179, 255, 207, 1); /* Green */
}

.circle3 {
  background: rgba(222, 187, 255, 1); /* Yellow */
}

.circle4 {
  background: rgba(255, 199, 161, 1); /* Red */
}

.circle5 {
  background: rgba(36, 99, 235, 1);
}

.fs-24 {
    font-size: 24px;
}
.fw-700{
    font-weight: 700 !important;
}

.course_new_cards{
  width: 33.3%;;
}


/* Course New Card */
.course_new_card{
  padding: 24px;
  box-shadow: 0px 2px 4px -2px rgba(0, 0, 0, 0.1),0px 4px 6px -1px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(34, 75, 204, 0.2);
  border-radius: 8px;
  min-width: -webkit-fill-available;
  min-height: 600px;
  height: 100%;
  /* overflow: clip !important; */
}
.course_new_card .course_card_head h5{
  font-size: 18px;
  font-weight: 700;
  line-height: 25px;
  color: rgba(24, 26, 32, 1);
  margin: 0px;
}
.course_new_card .course_card_head .univName{
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: rgba(101, 117, 139, 1);
}
.course_new_card .course_card_second span{
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: rgba(24, 26, 32, 1);
}
.mb_16px{
  margin-bottom: 16px;
}
.course_new_card .course_card_head .openBadge{
  padding: 2px 10px;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  color: rgba(0, 115, 17, 1);
  background: rgba(214, 255, 198, 1);
  border-radius: 9999px;
}
.course_new_card .course_balance_div .openBadge{
  padding: 2px 10px;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  color: rgba(0, 115, 17, 1);
  background: rgba(214, 255, 198, 1);
  border-radius: 9999px;
}
.course_new_card .course_balance_div .filledBadge{
  padding: 2px 10px;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  color: rgba(178, 0, 0, 1);
  background: rgba(255, 214, 214, 1);
  border-radius: 9999px;
}
.course_new_card .course_fee_div{
  padding: 12px;
  border-radius: 8px;
  background: rgba(243, 245, 247, 1);
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}
.course_new_card .course_fee_div .head{
  display: block;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: rgba(101, 117, 139, 1);
}
.course_new_card .course_fee_div .value{
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  color: rgba(34, 75, 204, 1);
}

.course_new_card .course_balance_div .left{
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: rgba(101, 117, 139, 1);
}

.course_new_card .course_balance_div .right{
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: rgba(24, 26, 32, 1);
}
.course_new_card .course_balance_div{
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 16px;
}


.course_card_head .icons{
  display: flex;
  gap: 6px;
}
.course_card_head .icons_div{
  padding: 6px;
}

.fs11 {
  font-size: 12px;
}

.course_card_head .icons_div{
  padding: 6px;
}

.calander{
  position: absolute;
  right: 5px;
  top: 5px;
}
.calander_icon svg{
  width: 24px;
  height: 24px;
}

.mb_16px{
  margin-bottom: 16px;
}

.calander_icon svg{
  width: 24px;
  height: 24px;
}

.button_div {
  display: flex;
  gap: 12px;
}
.button_div .apply, .button_div .remove{
  /* width: 50%; */
  padding: 12px 20px;
}
.button_div .remove{
border: 1px solid rgba(225, 231, 239, 1) !important;
background: rgba(249, 249, 250, 1) !important;
color: #000;
font-size: 14px;
}

.editBorder{
    display: flex;
    align-items: center;
    gap: 6px;
    justify-content: center;
}

.button_div .apply{
background: rgba(34, 75, 204, 1) !important;

}

.button_div .apply, .button_div .remove{
  /* width: 50%; */
  padding: 12px 20px;
}


.customSubject {
  background: #FFFFFF !important;
  border: 1px solid #E1E7EF !important;
  box-shadow: 0px 1px 2px 0px #0000000D !important;
  border-radius: 8px !important;
  padding: 24px;
  height: 133px;
}

.customSubject:hover h5{
  color: #2563EB;
}

.customSubject:hover .designIcon{
 transform: translate(4px, 0px) scale(1.2);
}

.customSubject:hover{
  box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px !important;
}



.customSubject:hover .designIcon{
 transform: translate(4px, 0px) scale(1.2);
}

.customSubject:hover{
  box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px !important;
}

.box-count:hover {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px !important;
}
.designIcon {
  border-radius: 50%;
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ul-height li a:hover {
    background: unset !important;
}
.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    /* border: 0px solid rgba(0, 0, 0, 0.125) !important; */
    border-radius: 0 !important;
}

.fs-18{
  font-size: 18px;
}

.fs-14{
  font-size: 14px;
}
.headingTxt{
  margin-bottom: 0px;
}

.fw-600{
  font-weight: 600;
}
.subjectLink{
  text-decoration: none;
  color: rgba(34, 75, 204, 1) !important;
  font-size: 14px;
}

.fw-400{
  font-weight: 400;
}
.countryList{
  box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.25) !important;
}

.borderCard{
  background:  rgba(255, 255, 255, 1);
  /* border: 1px solid  rgba(225, 231, 239, 1); */
  /* box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05); */
  border-radius: 8px;
}

.box-count:hover {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px !important;
}

.box-count1:hover .intakeBox{
    background-color: #2463EB !important;
    color: white !important;
}

.intakeBox{
    padding: 8px 16px;
    border-radius: 9999px;
    background: rgba(243, 245, 247, 1);
}
.addBtn {
    padding: 8px 16px !important;
    border-radius: 6px !important;
    background: rgba(36, 99, 235, 1) !important;
    font-weight: 600 !important;
    font-size: 16px !important;
}

.btn{
  width: 210px;
}

.cancelBtn2{
  background: #F3F3F3;
  border: 1px solid #E7EBF1;
  color: #000000;
    padding: 8px 16px !important;
    height: unset !important;
    font-weight: 600 !important;
    font-size: 16px !important;
}

.box-shadow-search {
    box-shadow: 0px 4px 6px -4px rgba(0, 0, 0, 0.1),
    0px 10px 15px -3px rgba(0, 0, 0, 0.1);
    border-radius: 6px !important;
    background: #ffffff !important;
}
@media (min-width: 319px) and (max-width: 991.98px) {
.searchBarCard {
    width: 340px !important;
}
.inputTxt{
    width: 100px ;
}
}


@media (min-width: 319px) and (max-width: 991.98px) {
.tooltip:hover .cs-left.check {
    visibility: hidden !important;
    opacity: 0 !important;
  }
  .AddShort{
    border-radius: 6px;
    padding: 10px;
  }

  
.moiInformation{
  width: unset;
  min-width: 200px;
}


  .cs-left{
  min-width: 300px !important;
}

  .slectionBar {
    padding: 10px;
    bottom: 0%;
    background-color: white;
    z-index: 100;
    width: 67%;
    left: 14%;
    right: 50%;
    top: unset;
  } 

.selectionBoxTxt{
  font-size: 14px;
}

  .fs-28{
    font-size: 20px ;
  }

  .fs-30{
    font-size: 18px;
  }

  .col-9-5 {
  flex: 0 0 100%;
  width: 100%;
}

.addCourseBtn {
    position: absolute;
    top: 90px;
    left: 197px;
    padding: 7px 10px !important;
    height: 34px !important;
}

.addCourseBtn span{
  font-size: 12px;
}

.DynamicSearch{
  padding-right: 0px !important;
}


.col-2-5{
  display: none;
}

  .leftLine{
    display: none;
  }

  .course_new_cards{
  width: 100%;
}

  .fs-68{
    font-size: 27px !important;
  }
  .Discover{
    font-size: 10px !important;
  }
  .secondary-text{
    font-size: 20px;
  }
.searchBarCard {
    width: 340px !important;
}
.box-shadow-search-glob{
    background:none !important;
}

.searchIcon{
    padding: 10px  !important;
}

.border-color{
    background-color: unset !important;
}

 .box-count-card {
    grid-template-columns: repeat(2, 2fr);
    gap: 1rem; 
  }

  .box-count {
    height: 180px; 
  }

  .circle-design {
    width: 64px;
    height: 64px;
  }

  .countText {
    font-size: 20px !important;
  }

  .discover-course{
    font-size: 12px;
  }

.course_new_card .course_card_head h5{
  font-size: 14px;
  
}

.course_new_card .course_card_head .univName{
  font-size: 12px;
}

.course_new_card .course_card_second span{
  font-size: 12px;
}

.course_new_card.course_balance_div.right{
    font-size: 12px;
}


.course_new_card.course_balance_div.left{
    font-size: 14px;

}


.course_new_card.course_balance_div.left {
    font-size: 12px;
    
}

.carousel-control-prev{
    left: -28px !important;
}

.carousel-control-next{
    right: -28px !important;
}


.button_div {
    justify-content: center;
}

.course_fee_div div{
  width: 50%;
}

.course_fee_div div{
  align-items: unset;
}

.fs-34{
  font-size: 20px !important;
}

.popularSub{
  font-size: 14px;
}

.customSubject {
 
  height: fit-content;
}


.subjectTxt{
  font-size: 12px;
}
.subjectLink{
  font-size: 12px;
}

.course_fee_div{
  align-items: unset !important;
}


.upcomingTakeTxt{
  font-size: 14px ;
  margin-top: 10px;
}

.upcomingTake{
  display: grid !important;
  grid-template-columns: repeat(2,2fr);
}

.box-count1{
  padding-left: 16px;
  padding-right: 16px;
  cursor: pointer;  
  height: unset;
  width: unset;
}



.university-grid {
  display: grid;
  grid-template-columns: repeat(2,2fr);
  gap: 20px;
  justify-content: center;
  align-items: center;
  padding: 20px 40px;
}

.university-card2{
    /* width: 150px; */
    height: 180px;
    padding: 18px;
}

.addBtn {
    padding: 8px 6px !important;
   text-wrap: nowrap;
}

.addBtn span {
    font-size: 12px !important;
}

.course_new_card.course_fee_div {
    align-items: unset !important;
}





.ready-grp{
  
    width: 322px;
    height: 36px;

}


.cancelBtn2{
   padding: 8px 6px !important;
    text-wrap: nowrap;
    font-size: 12px !important;
}

.courseBtn{
  padding: 10px !important;
}


.fs-20{
font-size: 14px !important;
}

.showingResult{
  font-size: 12px;  
}

.eligibilityCheck{
  padding: 7px 10px !important;
  font-size: 12px !important;
  border-radius: 6px;
}

.moi label{
  font-size: 12px !important;
}

.showResult{
  display: none;
}

.w50{
  width: unset !important;
    background: rgba(244, 244, 244, 1);
    border: unset !important;
    border-radius: 6px;
}
#filterOffcanvas.newoffCanvas_bg{
    background: white !important;
    padding: 0px !important;
   
}
.left_Card {
   border: none;
}

.editBorder span {
    font-size: 12px !important;
}


.calander_icon svg{
    width: 16px;  
    height: 16px;
}
.info{
    font-size: 12px;
  
  }

  
.course_new_card .course_balance_div .left{
  font-size: 12px;
}

.course_new_card .course_balance_div .right{
    font-size: 12px;
  }

  .intakeStat{
    font-size: 12px !important;
  }

:host ::ng-deep .rightside {
  padding: 0 !important;
}


.refresh-button {
    width: 36px;
    height: 36px;
}

.f12{
  font-size: 12px;
}


.btn-group-vertical>.btn, .btn-group>.btn {
     flex: unset !important; 
     padding: 0;
}

.ng-autocomplete{
    width: 100px;
}
 
}


.course-search-page{
  margin-top: 80px;
}
@media (min-width: 769px) and (max-width:  1204.99px) {
  .university-card2 {
  border-radius: 8px !important;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
  background: rgba(255, 255, 255, 1);
  border: 1px solid rgba(225, 231, 239, 1) !important;
  width: -webkit-fill-available;
  height: 180px;
  /* transition: transform 0.3s ease; */
}

.cancelBtn2{
   padding: 8px 6px !important;
    text-wrap: nowrap;
    width: 50%;
    font-size: 12px !important;
}

}

@media (max-width: 767.98px) {
  ::ng-deep .modal-dialog-scrollable.responsive-Modal .modal-body {
    overflow-x: hidden !important;
    overflow-y: scroll !important;
  }

.responsive-Modal{
    max-width: unset !important;
}

 .fs-68{
    font-size: 27px !important;
  }
  .fs-18 {
    font-size: 14px;
}

.fs-16 {
    font-size: 12px !important;
}
.fs-28{
    font-size: 20px;
}
}
.widthRes{
  width: 33.3%;
 }

@media (min-width: 1204px) and (max-width:  1440.99px) {

}
@media (min-width: 1440px) and (max-width:  1684.99px) {
 .widthRes{
  width: 24.3%;
 }
}


/* Old CSS */
.page {
  display: grid;
  grid-template-columns: 500px 1fr;
  gap: 24px;
  /* padding: 60px; */
  padding-top: 30px;
}
.course-search-page{
  margin-top: 80px;
  min-height: 100vh;
}
/* ================= MOBILE FILTER BAR ================= */
@media (max-width: 768px) {
  .filter-bar {
    top: 60px;
    padding: 10px 0;
    overflow-x: hidden;
  }

  .filter-left {
    display: flex;
    flex-wrap: nowrap;              /* prevent wrapping */
    overflow-x: auto;               /* allow horizontal scroll */
    gap: 10px;
    padding: 0 16px;
    -webkit-overflow-scrolling: touch;
  }

  .filter-left::-webkit-scrollbar {
    display: none;
  }

  .filter-item {
    flex: 0 0 auto;
    pointer-events: none;
  }

  .filter-select,
  .filter-pill {
    font-size: 14px;
    padding: 7px 26px 7px 12px;
    height: 36px;
    border-radius: 999px;
  }

  .arrow-icon {
    right: 10px;
    font-size: 12px;
  }

  .reset-btn {
    flex: 0 0 auto;
    margin-left: 8px;
    font-size: 14px;
    white-space: nowrap;
  }
}
.filter-dot {
  width: 8px;
  height: 8px;
  background: #ef4444;
  border-radius: 50%;
  display: inline-block;
  margin-left: 6px;
}
/* ================= MOBILE FILTER BAR FIX ================= */
@media (max-width: 768px) {

  /* Hide desktop filters */
  .filter-left .filter-item {
    display: none;
  }

  /* Keep All Filters + Reset */
  .filter-left {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 16px;
  }

  .filter-left .all-filters,
  .filter-left .reset-btn {
    display: inline-flex;
  }

  /* All Filters pill styling */
  .all-filters {
    padding: 8px 14px;
    border-radius: 999px;
    border: 1px solid #d1d5db;
    background: #ffffff;
    font-size: 14px;
    font-weight: 500;
    gap: 6px;
  }

  /* Reset button */
  .reset-btn {
    background: none;
    border: none;
    font-size: 14px;
    font-weight: 500;
    color: #111827;
    padding: 6px 0;
  }
}



/* ================= FILTER BAR ================= */
.filter-bar {
  position: sticky;
  top: 80px; /* below header */
  background: #ffffff;
  z-index: 900;
  padding: 12px 0;
  border-top: 1px solid #e5e7eb;
  border-bottom: 1px solid #e5e7eb;
}

.filter-left {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

/* FILTER PILL */
.filter-pill, .filter-select {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px  28px 8px 10px;
  border-radius: 999px;
  border: 1px solid #cccccc;
  background: #ffffff;
  font-size: 16px;
  font-weight: 500;
  color: #111827;
  cursor: pointer;
  white-space: nowrap;
    appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.arrow-icon {
  position: absolute;
    right: 9px;
    top: 54%;
  transform: translateY(-50%);
  pointer-events: none;
  font-size: 14px;
  color: #333;
}
.filter-item{
   position: relative;
  display: inline-block;

}
 .filter-select i {
  font-size: 10px;
  color: #6b7280;
}
.filter-item.open .filter-pill i{
  color: #ffffff !important;
}
/* ACTIVE PILL */
.filter-item.open .filter-pill {
  background: linear-gradient(90.49deg, #0088FF 2.97%, #603CFF 99.75%);
  border-color: #2563eb;
  color: #ffff;
}

/* ALL FILTERS */
.filter-pill.all-filters {
  font-weight: 500;
}

/* RESET */
.reset-btn {
  background: none;
  border: none;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  padding: 6px 8px;
}


/* SIDEBAR */
.sidebar {
  background: #fff;
  border-radius: 10px;
}

.sidebar-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 13px;
  margin-bottom: 16px;
}
.sidebar-top p {
color: #1F2937;
font-size: 16px;
font-weight: 600;
}

.filter {
  display: inline-flex;              
  align-items: center;              
  justify-content: center;
  padding: 6px 10px;
  gap: 8px;
  background: #ffffff;
  color: #1F2D3E;
  border-radius: 20px;
  border: 1px solid #cccccc;
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
}

/* FILTER WRAPPER */
.filter-wrapper {
  position: relative;
}

/* SHOW STATE */
.filter-dropdown.show {
  display: block;
}

/* CARD LAYOUT */
.course-card {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 17px 22px;
  border-radius: 4px;
  border: 1px solid #E0E6ED;
  margin-bottom: 10px;
}
.course-card:hover {
  border-color: #6e6e6e;
  cursor: pointer;
}
.course-card.active {
  border-color: #1F2D3E;
}

.course-card span {
    margin-bottom: 5px;
}

/* ================= COURSE CARD ================= */
.course-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 12px;
}

/* LEFT INFO */
.course-info h4 {
  font-size: 16px;
  font-weight: 500;
  color: #1F2937;
  line-height: 1.4;
  margin: 0 0 6px;
}

/* META */
.course-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  color: #1F2937;
  font-weight: 400;
}

.course-meta .dot {
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
}

/* ================= RIGHT ACTIONS ================= */
.course-actions {
  display: flex;
  gap: 12px;
  flex-shrink: 0;
}

/* ICON BUTTON */
.icon-btn {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #E0E6ED;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  cursor: pointer;
  transition: border-color 0.2s ease, background 0.2s ease;
  border: none;
  outline: none;
}

.icon-btn img {
  display: block;
  width: 16px;
}

/* .icon-btn:hover {
  border-color: #2563eb;
  background: #F1F5FF;
} */

/* ================= BOTTOM ROW ================= */
.course-bottom {
  margin-top: 14px;
}

/* FEES */
.course-fee strong {
  font-size: 14px;
  font-weight: 600;
  color: #111827;
}

.course-fee span {
  font-size: 12px;
  color: #6B7280;
  margin-left: 6px;
}

/* UNIVERSITY */
.course-university {
  margin-top: 6px;
  font-size: 13px;
  color: #374151;
  line-height: 1.4;
  margin-bottom: 0;
}
/* COUNTRY */
.country {
  font-size: 12px;
  color: #1F2937;
  font-weight: 400;
}

/* BROWSE LINK */
.browse-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  font-weight: 700;
  color: #1F2937;
  text-decoration: none;
  margin-top: 5px;
}

.browse-link img {
  width: 20px;
  height: 20px;
  display: block;
}
.browse-link span{
  margin-top: 4px;
}

/* PAGINATION */
.pagination {
  display: flex;
  justify-content: center;
  gap: 6px;
  margin-top: 16px;
}

.pagination button {
  border: 1px solid #e5e7eb;
  background: #fff;
  padding: 4px 10px;
  border-radius: 4px;
}

.pagination .active {
  border: 1px solid #5A41FF;
  background: #5A41FF;
  color: #fff;
}

/* ================= RIGHT CONTENT ================= */
.content {
  overflow: visible !important;
}

.hero {
  width: 100% !important;
  height: 260px !important;
  display: block !important;
  overflow: hidden !important;
  border-radius: 14px;
}

.hero img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  display: block !important;
}


/* ================= CARD ================= */
.content-card {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  padding: 56px 24px 24px;
  margin-top: -48px;
}

/* ================= HEADER ================= */
.header-row {
  display: flex;
  align-items: center;
  gap: 16px;
  padding-bottom: 20px;
  margin-bottom: 16px;
   position: relative;
}

/* LOGO */
.logo-box {
  width: 100px;
  height: 100px;
  background: #f8fafc;
  border-radius: 5px;
  border: 1px solid #e5e7eb;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -42px; /* FLOAT ON BANNER */
  flex-shrink: 0;
}

.logo-box img {
  width: 86px;
  height: 86px;
}

/* TITLE */
.title-info h2 {
  font-size: 18px;
  color: #1F2937;
  font-weight: 600;
  margin: 0;
}

.title-info p {
  font-size: 14px;
  color: #4B5563;
  font-weight: 400;
  margin-top: 4px;
}

/* ================= TABS ================= */
.tabs {
  display: flex;
  gap: 24px;
  margin-top: 24px;
  /* border-bottom: 1px solid #e5e7eb; */
}

.tab {
  font-size: 16px;
  padding-bottom: 10px;
  color: #1F2937;
  font-weight: 400;
  cursor: pointer;
}

.tab.active {
  color: #1F2937;
}

/* BUTTONS */
.action-buttons {
  display: flex;
  gap: 12px;
  margin-top: 14px;
}

.btn-outline {
  padding: 8px 14px;
  border: 1px solid #d1d5db;
  border-radius: 8px;
  background: #fff;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  display: flex;
    gap: 5px;
    align-items: center;
}

.btn-primary {
  padding: 8px 18px;
  background: linear-gradient(90.49deg, #0088FF 2.97%, #603CFF 99.75%);
  color: #fff;
  border-radius: 8px;
  border: none;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
}
/* SECTIONS */
.section {
  padding: 18px 0;
  border-top: 1px solid #eee;
}
.section.overview-top{
  border: none;
  position: relative;
}
.overview-top::after{
  content: "";
  position: absolute;
  bottom: 40px;
  left: 0;
  width: 100%;
  height: 20px;
  background: #ffffff;
  backdrop-filter: blur(1000px);
  border-radius: 50px;
}
.overview-top .more-text {
  display: none;
  margin-top: 10px;
}
.read-more {
  display: inline-block;
  margin-top: 10px;
  color: #0066cc;
  cursor: pointer;
  font-weight: 600;
  text-decoration: underline;
}

.section h3 {
  font-size: 18px;
  font-weight: 600;
  color: #1F2937;
  margin-bottom: 8px;
}

.section p {
  font-size: 16px;
  font-weight: 400;
  color: #374151;
  line-height: 1.6;
}

.read-more {
  display: inline-block;
  margin-top: 6px;
  font-size: 16px;
  font-weight: 400;
  color: #111827;
  text-decoration: none;
}

/* IELTS CARD */
.ielts-card {
  margin-top: 12px;
  width: 120px;
  padding: 10px;
  border-radius: 10px;
  border: 1px solid #E5E7EB
}

.ielts-card span ,.ielts-card strong {
  font-size: 16px;
  font-weight: 700;
  color: #1F2937;
  display: block;
  font-size: 16px;
  font-weight: 700;
  margin: 4px 0;
}

.ielts-card b {
  font-size: 16px;
  font-weight: 400;
  color: #1F2937;

}

/* LINK ROW */
.link-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  font-size: 18px;
  font-weight: 400;
  color: #1F2937;
  border-bottom: 1px solid #eee;
  text-decoration: none;
}

.arrow {
  font-size: 20px;
}
.about {
  margin-top: 24px;
}

.about h3 {
  font-size: 20px;
  color: #1F2937;
  font-weight: 600;
  margin-bottom: 10px;
}

.about p {
  font-size: 16px;
  line-height: 1.6;
  color: #374151;
  font-weight: 400;
}

.about a {
  display: inline-block;
  margin-top: 12px;
  font-size: 16px;
  font-weight: 600;
  color: #1F2D3E;
  text-decoration: none;
}
.about ul li{
  padding: 2px;
}
/* TAB CONTENT */
.tab-panel {
  display: none;
}

.tab-panel.active {
  display: block;
}

.filter-item {
  position: relative;
  pointer-events: none;
}

/* DROPDOWN */
.filter-dropdown {
  position: absolute;
  top: 44px;
  left: 0;
  min-width: 120px;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  padding: 12px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.1);
  display: none;
  z-index: 1000;
}

/* SHOW */
.filter-item.open .filter-dropdown {
  display: block;
}

/* OPTIONS */
.filter-dropdown label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  padding: 6px 0;
  cursor: pointer;
}

.filter-dropdown input {
  cursor: pointer;
}

/* ROTATE ICON */
.filter-item.open .filter-pill i.fa-chevron-down {
  transform: rotate(180deg);
  transition: transform 0.2s ease;
}

.sort-dropdown {
  position: relative;
}

/* MENU */
.sort-menu {
  position: absolute;
  top: 42px;
  right: 0;
  min-width: 220px;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  padding: 8px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.12);
  display: none;
  z-index: 1000;
}

/* SHOW */
.sort-dropdown.open .sort-menu {
  display: block;
}

/* ITEM */
.sort-menu button {
  width: 100%;
  text-align: left;
  background: none;
  border: none;
  padding: 10px 12px;
  font-size: 14px;
  cursor: pointer;
  border-radius: 6px;
}

.sort-menu button:hover {
  background: #f3f4f6;
}

/* ICON ROTATE */
.sort-dropdown.open .fa-chevron-down {
  transform: rotate(180deg);
  transition: transform 0.2s ease;
}
/* CONTAINER */
.course-tags {
  margin: 20px 0;
}


/* TAGS WRAPPER */
.tags-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

/* TAG BUTTON */
.tag-btn {
  padding: 5px 8px;
  border: 1px solid #E5E7EB;
  background: #E5E7EB;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 400;
  color: #111827;
  text-decoration: none;
  white-space: nowrap;
  transition: all 0.2s ease;
}

.tag-btn:hover {
  border-color: #4f46e5;
  color: #4f46e5;
}

/* ACTIVE STATE */
.tag-btn.active {
  background: #eef2ff;
  border-color: #4f46e5;
  color: #4f46e5;
  font-weight: 500;
}

/* MOBILE RESPONSIVE */
@media (max-width: 768px) {
  .tags-wrapper {
    display:none;
  }

  .tags-wrapper::-webkit-scrollbar {
    display: none;
  }
}


/* ================= MOBILE ================= */
@media (max-width: 900px) {
  .page {
    grid-template-columns: 1fr; /* Stack vertically */
    padding: 32px;
  }

  /* Move MAIN CONTENT to top */
  .content {
    order: 1;
  }

  /* Move SIDEBAR below */
  .sidebar {
    order: 2;
  }

  .sidebar-top {
    position: sticky;
    top: 0;
    background: #fff;
    z-index: 20;
    padding-bottom: 12px;
  }
}
/* @media (max-width: 1024px) {
  .page {
    grid-template-columns: 1fr;
    padding: 32px;
  }

  .sidebar {
    order: 1;
  }

  .content {
    order: 2;
  }

  .sidebar-top {
    position: sticky;
    top: 0;
    background: #fff;
    z-index: 20;
    padding-bottom: 12px;
  }
} */

@media (max-width: 1200px) {
  .page {
    grid-template-columns: 380px 1fr;
    padding: 32px;
  }
}

@media (max-width: 1024px) {
  .page {
    grid-template-columns: 1fr;   /* ✅ collapse sidebar */
    padding: 24px;
  }
}
@media (max-width: 768px) {
  .header-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
}
@media (max-width: 768px) {
  .logo-box {
    margin-top: -28px;
  }
}

@media (max-width: 480px) {
  .logo-box {
    margin-top: -22px;
  }
}
@media (max-width: 768px) {
  .action-buttons {
    width: 100%;
    flex-wrap: wrap;
    gap: 10px;
  }
.sidebar-top {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

  .filter-wrapper {
    width: 100%;
  }

  .filter {
    width: 100%;
    justify-content: center;
  }

  .click-dropdown{
    justify-content: center;
  }


}

@media (max-width: 480px) {
  .action-buttons {
    flex-direction: column;
    align-items: stretch;
  }

  .btn-outline,
  .btn-primary {
    width: 100%;
    text-align: center;
  }

  .card-icon {
    align-self: flex-end;
  }
}
@media (max-width: 768px) {
  .hero {
    height: 180px !important;
  }

  .btn-courses{
    justify-content: center;
  }

  .addBtn{
    width: 50%;
  }


  .content-card {
    margin-top: -28px;
  }
  .course_finder_heading h2 {
        font-size: 27px;
        line-height: 28.41px;
    }
}

@media (max-width: 480px) {
  .hero {
    height: 150px !important;
  }

  .content-card {
    margin-top: -20px;
  }
   
}


.ul-height li
{
    cursor: pointer !important;
    display: block !important;
    width: 100% !important;
    clear: both !important;
    font-weight: 400 !important;
    color: #212529 !important;
}
/* Old CSS */
.click-dropdown:hover .dropdown-menu{
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
}

.click-dropdown .dropdown-menu.show{
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.btn.disabled{
  border: unset;
}
.loader-wrapper{
  display:flex;
  justify-content:center;
  align-items:center;
  height:200px;
}

.loader{
  width:45px;
  height:45px;
  border:4px solid #eee;
  border-top:4px solid #1c6ef2;
  border-radius:50%;
  animation:spin 0.7s linear infinite;
}

@keyframes spin{
  100%{transform:rotate(360deg)}
}
.page{
  display:flex;
  align-items:flex-start;
  gap:30px;
}

.course-card.active{
  border:2px solid #2a6df5;
  background:#f4f8ff;
}

/* Course card animation */

.course-card{
  transition:all .25s ease;
  cursor:pointer;
}

.course-card:hover{
  transform:translateY(-3px);
  box-shadow:0 10px 20px rgba(0,0,0,.08);
}

.course-card.active{
  border:2px solid #1c6ef2;
  background:#f4f8ff;
  transform:scale(1.02);
}
#resultsSection{
 transition:opacity .3s ease;
}

.course_finder_heading h2{
    font-size: 40px;
    font-weight: 500;
    line-height: 48.41px;
    text-align: center;
    margin-bottom: 10px;
}
.course_finder_heading p{
    font-size: 13px;
    font-weight: 400;
    line-height: 15.73px;
    text-align: center;
    
}
.search_form_int{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
.search_form_int .sign_up{
    width: 55px !important;
    height: 55px !important;
    border-radius: 50% !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.unpcoming_intake_cards{
    margin-top: 1.5rem;
    justify-content: center;
    row-gap: 10px;
}
.ul-height{
    max-height: 15rem !important;
    overflow-y: auto;
    overflow-x: hidden;
    width: 100%;
}
.search_form_group {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 100px !important;
    box-shadow: 0 0 10px .25rem hsla(210,2%,83%,.5);
    /* border: 1px solid black; */
    padding: 13px 30px;
    gap: 50px;
}
.course_finder_heading h2{
    font-size: 40px;
    font-weight: 500;
    line-height: 48.41px;
    text-align: center;
    margin-bottom: 10px;
}
.course_finder_heading p{
    font-size: 13px;
    font-weight: 400;
    line-height: 15.73px;
    text-align: center;
    
}
#search_form {
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 1.5rem;
}
.form_intake_card{
    box-shadow:  0 0 10px .25rem hsla(210,2%,83%,.5)!important;
    padding: 10px;
    text-align: center;
}
.form_intake_card a{
    font-size: 12px;
    font-weight: 400;
    line-height: 14.32px;
    text-align: center;
    color: black;
}
.form_intake_card a:hover{
    color: black !important;
}
button.form_intake_but {
    width: 180px;
    color: black;
    padding: 12px;
    font-size: 12px;
    border: none;
    background: white;
    text-wrap: nowrap;
    box-shadow:  0 0 10px .25rem hsla(210,2%,83%,.5)!important;
    cursor: default;
}
.universities h2
{
    font-size: 18px;
}
.unpcoming_intake h2 
{
    font-size: 18px;
}
.universities{
    margin-top: 1rem;
}
.universities_row{
    margin-top: 1rem;
}
.form_sub_intitute
{
    margin-top: 1.5rem;
    margin-bottom: 1rem;
}
.ul-height li
{
    cursor: pointer;
    display: block;
    width: 100%;
    padding: .25rem 1rem;
    clear: both;
    font-weight: 400;
    color: #212529;
}
.ul-height li:hover
{
    background-color: #e9ecef;
}
.dropdown-toggle
{
    font-size: 14px;  
    border: none !important;
}
.dropdown-toggle:active, .dropdown-toggle.show{
    border: none !important;
}
.dropdown-menu.show {
    inset: 12px auto auto 0px !important;
    width: 219px;
}
.search_form_int{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
.search_form_int .sign_up{
    width: 55px !important;
    height: 55px !important;
    border-radius: 50% !important;
    display: flex;
    justify-content: center;
    align-items: center;
}
@media (min-width:320px) and (max-width:767px) {
    .search_form_group {
        flex-wrap: wrap;
        border-radius: 0px;
        box-shadow: none;
        padding: 21px 11px;
        gap: 18px;
    }
    .course_finder .dropdown-toggle {
        padding-top: 15px !important;
        padding-bottom: 15px !important;
        justify-content: space-between;
        display: flex;
        align-items: center;
        width: 100%;
        padding-left: 15px;
         padding-right: 15px;
        box-shadow: 0 0 10px .25rem hsla(210,2%,83%,.5)!important;
    }
    .search_form_int{
      display: unset;
    }

    .sign_up{
    background: #0B63FF;
    color: #fff;
    padding: 4px 20px;
    border: none;
    border-radius: 9px;
}
    
    .dropdown-menu.show {
        inset: 0px auto auto 0px !important;
        width: 100%;
    }
    button.form_intake_but {
        width: 140px;
        font-size: 10px;
        padding: 16px 2px;
    }
    .course_finder_heading h2 {
        font-size: 27px;
        line-height: 28.41px;
    }
    .forBlur{
        display: flex;
        justify-content: center;
    }
    .lockBtn{
        top: 50% !important;
        left: 50% !important;
        transform: translate(-50%, -50%);
    }
}
.searchBar{
    height: 80px;
    overflow-x: scroll;
}
.searchBar::-webkit-scrollbar{
    display: none;
}
.searchBar .dropdown button{
    border: 1px solid #E7EDEF !important;
}

.forBlur{
    filter: blur(6.5px);
    pointer-events: none;
}
.lockBtn{
    top: 13%;
    left: 5%;
}
.curs_def > a{
    cursor: default;
}

.title {
    font-weight: bold;
    font-size: 14px;
    max-height: 36px;
    overflow: hidden;
    min-height: 36px;
  }

  .mmheight-125 {
    max-height: 102px;
    min-height: 102px;
  }

  .text-truncate {
    white-space: normal !important;
  }
  .fs13 {
    font-size: 14px;
    font-weight: 400 !important;
  }

  .card-hover:hover {
    background-color: rgba(0, 0, 255, 0.1);
  }

  .card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0px solid rgba(0, 0, 0, 0.125) !important;
    box-shadow: rgba(0, 0, 0, 0.15) 2.4px 2.4px 2.2px;
        border-radius: 0 !important;
  }
  .transparent{
    position: relative;
    min-height: 100vh;
    --mask: linear-gradient(to bottom, 
    rgba(0,0,0, 1) 0,   rgba(0,0,0, 1) 22%, 
    rgba(0,0,0, 0) 68%, rgba(0,0,0, 0) 0
) 100% 80% / 100% 100% repeat-x;

-webkit-mask: var(--mask); 
mask: var(--mask);

}
#noCanva{
    display: block;
    @media (max-width:768.99px){
        display: none;
    }
}
.filter_buttton{
    display: none;
    @media (max-width:768.99px){
        display: block;
    }
}
.refresh{
    color: darkgray;
     font-size: 22px;
}


  .card-height{
    max-height: 120vh;
    overflow: hidden;
    @media (max-width:992px){
        max-height: 160vh;
    }
    @media (max-width:787px){
        max-height: 200vh;
    }
  }
  
.filters{
    display: grid;
    grid-template-columns: 1fr 5fr;
    column-gap: 5px;
    @media (max-width:1025px){
        grid-template-columns: 2fr 4fr;
    }
    @media (max-width:992px){
        grid-template-columns: 5fr;
    }
    @media (max-width:767px){
        grid-template-columns: 1fr;
    }
}


.offcanvas-filter{
    top: 175px !important;
}


@media (max-width:1024px){
    .search_form_group {
        flex-wrap: wrap;
        border-radius: 0px;
        box-shadow: none;
        padding: 21px 11px;
        gap: 18px;
    }

    .course_finder .dropdown-toggle {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    justify-content: space-between;
    display: flex;
    align-items: center;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    box-shadow: 0 0 10px .25rem hsla(210,2%,83%,.5)!important;
}
    .transparent::after{
        content: '';
        height: 50vh;
        width: 100%;
        z-index: 10;
        position: absolute;
        bottom: 65%;
        background: white;
        --mask: linear-gradient(to top, 
        rgba(0,0,0, 1) 0,   rgba(0,0,0, 1) 40%, 
        rgba(0,0,0, 0) 100%, rgba(0,0,0, 0) 0
    ) 100% 80% / 100% 100% repeat-x;
    
    -webkit-mask: var(--mask); 
    mask: var(--mask);
    }
}
@media (max-width:1024.99px){
    .transparent::after{
        position: absolute;
        bottom: 55%;
    }
}
@media (max-width:787px){
    .transparent::after{
        position: absolute;
        bottom: 43%;
    }
}
@media (max-width:425px){
    .transparent::after{
        position: absolute;
        bottom: 65%;
    }
}
@media (max-width:375px){
    .transparent::after{
        position: absolute;
        bottom: 79%;
    }
    .addBtn {
    width: 50%;
}
}
.course-title{
    color: #002147;
}
.addBtn{
    border: 1px solid #002147;
    color: #002147;
   
}
.addBtn:hover{
        background: #002147; 
        color: white;
}