@import url("https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@24,400,0,0&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

@font-face {
  font-family: "Neue-Montreal";
  src: url("/website/assets/font/NeueMontreal-Regular.otf");
}
:root {
  --primary_color: #006b4f !important;
  --secondary_color: #ee2d43 !important;
  --border_color: #ccc9c9 !important;
  --white_color: #ffffff !important;
  --text_color: #333 !important;
  --red_color: #ce2e28 !important;
  --green_color: #00312d !important;
  --lightGreen_color: #94d227;
  --yellow_color: #daac50;
  --primary_font: "Poppins" !important;
  --secondary_font: "Inter" !important;
  --tarnary_font: "Neue-Montreal" !important;
}


/* Compare Hero section========= */
.compareHeroSection{
  width: 100%;
  height: 349px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  overflow: hidden;
}
.compareHeroSection-bg-img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  
}
.compareHeroSectionContainer {
  position: absolute;
  top: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  height: 100%;
}
.compareHeroSectionContainer h1 {
  margin: 0;
  margin-top: 4rem;
  font-size: 50px;
  font-weight: 400;
  font-family: var(--tarnary_font);
  color: var(--white_color);
}
.compareHeroSectionContainer p{
  margin: 0;
  font-size: 18px;
  font-weight: 400;
  font-family: var(--secondary_font);
  color: var(--white_color);
}

/* Compare section========= */
.compare-section {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.compare-table-container {
  width: 70%;
  margin: 2rem 0;
}
.blank-td-30 {
  border: 1px solid #f5f5f5 !important;
}
.td-25 {
  width: 25% !important;
}
.bgnone{
  background:none !important;
}
.compare-table-colleges-item {
  overflow: hidden;
  width: 100%;
  height: 130px !important;
  position: relative;
}
.compare-table-colleges-item  .bg-clg{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.compare-text-container {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 0.7rem;
  display: flex;
  gap: 0.5rem;
  top: 0;
  background: rgba(0, 0, 0, 0.6);
}
.compare-college-image-box img{
  width: 60px;
  height: 60px;
  object-fit: fill;
}
.compare-college-text-box {
  width: calc(100% - 60px - 16px);
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.compareCollegeTitle{
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  font-family: var(--secondary_font);
  color: var(--white_color);
  text-align: left;
  line-height: 17px;
}
.compareCollegePara{
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  font-family: var(--secondary_font);
  display: flex;
  align-items: center;
  gap: 6px;
  color: var(--white_color);
}
.compareCollegePara i{
  font-size: 18px;
  color: var(--primary_color);
}
.viewDetailsBtn{
  width: 100px;
  height: 30px;
  font-size: 12px;
  font-weight: 600;
  font-family: var(--secondary_font);
  color: var(--green_color);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  background-color: var(--lightGreen_color);
  border: none;
  cursor: pointer;
}
.btrr-15 {
  border-top-right-radius: 10px;
}
.btlr-15 {
  border-top-left-radius: 10px;
}
.cross-btn {
  position: absolute;
  right: 0.5rem;
  top: 0.5rem;
  cursor: pointer;
}
.compRating-container .rating-star-box i{
  font-size: 16px;
  color: var(--primary_color);
}
.compRating-container p{
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  font-family: var(--primary_font);
  color: var(--text_color);
}
.compare-table-container td {
  font-family: var(--secondary_font);
  font-size: 14px !important;
  font-weight: 500 !important;
  color: var(--text_color);

}
.compare-table-container .tdTitle{
  font-size: 16px;
  font-weight: 500 !important;
}
.compare-video-container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.videoItem{
  height: 130px;
  width: 210px;
  object-fit: cover;
  border-radius: 10px;
}
.play-btn {
  cursor: pointer;
  transition: 0.5s;
  position: absolute;
}
.play-btn:hover {
  transform: scale(1.1);
  transition: 0.5s;
}

.compareSecAds{
  margin: 2rem 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.compare-similar-colleges-section{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(
    90deg,
    var(--green_color) 0%,
    var(--lightGreen_color) 100%
  );
}
.compare-similar-colleges-container {
  width: 90%;
  margin: 4rem 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.compare-similar-colleges-header{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.compare-similar-colleges-item-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.compare-similarCollegesHeader {
  margin: 0;
  font-family: var(--primary_font);
  font-size: 30px;
  font-weight: 500;
  color: var(--white_color);
}
.flex-btn-box {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.compare-similar-colleges-item-container{
  width: 100%;
}

.sm-compaireVsCompaire {
  margin: 0 0.8rem;
  display: flex !important;
  align-items: center;
  justify-content: center;
  position: relative;
  font-family: var(--primary_font);
}

.sm-compaireVsCompaire .vs-item {
  width: 30px;
  height: 30px;
  font-size: 12px;
  font-weight: 600;
  color: var(--green_color);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  border-radius: 50%;
  background-color: var(--lightGreen_color);
}
.sm-compaireVsCompaire .compairing-item-box {
  padding: 1rem;
  width: 50%;
  height: 170px;
  border-radius: 10px;
  background-color: var(--white_color);
}
.sm-compaireVsCompaire .compairing-item-box .clg-logo {
  width: 50px;
  height: 50px;
}
.sm-compaireVsCompaire .compairing-item-box .compairing-title {
  margin: 0;
  height: 45px;
  overflow: hidden;
  margin-top: 8px;
  font-size: 14px;
  font-weight: 500;
  text-align: left;
  color: var(--text_color);
}
.sm-compaireVsCompaire .compairing-item-box .location-box {
  width: 100%;
  margin-top: 8px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.location-box {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.location-box .spam-public {
  width: 75px;
  height: 31px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 500;
  color: var(--green_color);
  font-family: var(--primary_font);
  padding: 5px 10px;
  gap: 10px;
  border-radius: 30px;
  background-color: #D0F8F8;
}
.location-box .location-text{
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 500;
  gap: 6px;
  color: var(--text_color);
}

@media screen and (max-width: 1660px) {
  .compare-college-image-box img {
    width: 50px;
    height: 50px;
  }
  .compare-college-text-box p {
    font-size: 14px;
  }
}

@media screen and (max-width: 1440px) {
  .compare-table-container {
    width: 80%;
  }
}

@media screen and (max-width: 1280px) {
  .compare-table-container {
    width: 90%;
  }
  .compare-college-image-box img {
    width: 40px;
    height: 40px;
  }
  .compare-college-text-box p {
    font-size: 12px;
  }
  .compare-table-container{
    margin: 0;
  }
  .videoItem{
    height: 90px;
    width: 160px;
    border-radius: 5px;
  }
  .play-btn {
    width: 40px;
    height: 40px;
  }
}

@media screen and (max-width: 1000px) {
  .compareSecAds{
    display: none;
  }
  .compare-section{
    margin-top: -2rem;
    margin-bottom: 3rem;
    border: 1px solid #eee;
  }
}

@media screen and (max-width: 768px) {

  .compareHeroSection{
    height: 250px;
  }
  .compareHeroSectionContainer h1 {
    margin-top: 3rem;
    font-size: 34px;
  }
  .compareHeroSectionContainer p{
    font-size: 16px;
  }
  
  .compare-table-container{
    overflow-x: auto;
  }
  .compare-table-container .table{
    width: 920px !important;
  }
}

@media screen and (max-width: 600px) {
  .compareHeroSection {
    height: 200px;
  }
  .compareHeroSectionContainer {
    padding: 1rem;
  }
  .compareHeroSectionContainer h1 {
    font-size: 24px;
  }
  .compareHeroSectionContainer p{
    font-size: 14px;
  }
  .compareHeroSectionContainer p br{
    display: none;
  }
}

@media screen and (max-width: 550px) {
  .sm-compaireVsCompaire {
    flex-direction: column;
    width: 350px;
  }
  .compairing-item-box{
    width: 100% !important;
  }
  .compare-table-container .table{
    width: 850px !important;
  }
}


 
.cvsearchItemBoxCompare .searchItem {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem;
  cursor: pointer;
  border-bottom: 1px solid #eee;
  
}


.cvsearchItemBoxCompare img {
  width: 5%;
}

#collegeSearchBoxPopupCompare .modal-content{
  max-height: 700px !important;
  /* overflow-y: auto !important; */
}

#collegeSearchBoxPopupCompare .cvsearchItemBoxCompare{
  width: 100%;
  display: flex;
  flex-direction: column;
  max-height: 400px;
  overflow-x: auto;
}


#collegeSearchBoxPopupCompare .modal-header {
  width: 100%;
  /* height: 80px; */
  border-radius: 5px 5px 0 0 !important;
  background-color: #CE2E28;
  padding: 0px !important; 
  height: auto !important;
  display: flex;
  flex-direction: column;
  border: unset !important;
  
}
#collegeSearchBoxPopupCompare .head-section {
  width: 100% !important;
  display: flex;
  align-items: center;
  color: #ffffff !important;
  padding: 1rem 1rem 0.5rem 1rem !important;
}

#collegeSearchBoxPopupCompare .head-content {
  width: 100% !important;
  padding: 0rem 1rem 0.5rem 1rem !important;
  /* display: flex; */
  /* align-items: center; */
  /* color: #ffffff !important; */
}
#collegeSearchBoxPopupCompare .form-inline{
  background-color: #fff;
  border-radius: 3px;
  padding-left: 0.3rem;
}

#collegeSearchBoxPopupCompare .modal-header input {
  width: 100%;
}
#collegeSearchBoxPopupCompare .close {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  cursor: pointer;
  color: #000;
  font-size: 18px;
  font-weight: 600;
}
#collegeSearchBoxPopupCompare .modal-body {
  padding: 1px 1px 5px 0 !important;
}
/* #collegeSearchBoxPopupCompare .form-inline {
    /* width: 100%; */
    /* height: 80px; * /
    padding: 1rem;
    border-radius: 0 !important;
    background-color: #CE2E28;
    margin: -17px -15px 0px -15px;
} */

.compare-table-colleges-empty-item {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  /* background-image: url('https://via.placeholder.com/150'); Dummy image URL */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border: 1px solid #ddd;
  /* border-radius: 8px; */
  padding: 10px;
  transition: background-color 0.3s ease;
  position: relative;
}

.compare-table-colleges-empty-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /* background: rgba(0, 0, 0, 0.4); Dark overlay to enhance button contrast */
  /* border-radius: 8px; */
}

.compare-table-colleges-empty-item button {
  width: 150px;
  height: auto;
  font-size: 16px;
  font-weight: 500;
  font-family: var(--secondary_font);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  padding: 5px;
  background-color: var(--red_color);
  border: none;
  cursor: pointer;
}

/* .compare-table-colleges-empty-item button:hover {
  background-color: #45a049;
}

.compare-table-colleges-empty-item button:focus {
  outline: none;
} */
