.college__carousel .owl-stage-outer {
  padding: 20px 0;
}

.college__carousel .owl-carousel .owl-stage {
  display: grid;
  grid-auto-flow: column;
  align-items: stretch;
}

.college__carousel .owl-carousel .owl-item {
  height: auto;
}

.college__carousel .item,
.college__carousel .college-card {
  height: 100%;
}

.college-card {
  border: 1px solid #ddd;
  height: 100%;
  border-radius: 20px;
  background-color: #ffffff;
  transition: all 0.3s ease;
}

.college-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}
.college-card-logo {
  background: linear-gradient(30deg, #20741e, #222);
  padding: 50px 0 0;
  /* text-align: center; */
  border-radius: 20px 20px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.college-card-logo img {
  width: 100px !important;
  height: 100px;
  object-fit: contain;
  border-radius: 50rem;
  background: #fff;
  margin-bottom: -50px;
  padding: 5px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px,
    rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}
.college-card-detail {
  padding: 60px 12px 40px;
  text-align: center;
}
.college-card-title a {
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
  color: var(--erepair-black);
  transition: all 500ms ease;
}

.college-card-title a:hover {
  color: var(--erepair-base);
}
.college-card-address,
.college-card-affiliation {
  font-size: 13px;
  font-weight: 500;
}
#collegeList .col-md-4,
#institutionList .col-md-4 {
  margin-bottom: 25px !important;
}
.org-title {
  font-size: 20px;
  font-weight: 500;
}
#electricalOrganization a.nav-link {
  display: inline-block;
  padding: 5px 10px !important;
  font-weight: 600;
  color: #fff;
  background: #20741e;
  margin: 0 1px;
  font-size: 14px;
}
#electricalOrganization a.nav-link.active {
  color: #20741e;
  background: #fff;
}
#electricalOrganization .tab-content {
  padding: 10px;
}
.school-single-desc {
  text-align: justify;
}

.single-college-contact-inner {
  padding: 20px;
  background: #eee;
  font-size: 15px;
  font-weight: 500;
  position: sticky;
  top: 20px;
}
.college-contact-li {
  margin-bottom: 5px;
}
.college-contact-li .fa {
  padding-right: 5px;
}
.abt-img {
  width: 100%;
}
#mapLocation iframe {
  width: 100%;
  margin: 20px 0;
  border: 4px double #ccc !important;
}
.contact-block {
  padding: 40px 20px;
  background: #eee;
  border-radius: 5px;
}
.contact-block .fa {
  width: 32px;
  height: 32px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: #20741e;
  color: #fff;
  border-radius: 50%;
  margin-right: 10px;
}
.title-bar {
  display: inline-block;
  width: 100px;
  height: 3px;
  background: #333;
  margin: 10px 0;
}
#contactForm input,
#contactForm textarea {
  width: 100%;
  padding: 5px 10px;
  margin-bottom: 15px;
}

.colleges__side {
  top: 100px;
  position: sticky;
  z-index: 10;
}
@media (max-width: 992px) {
  .colleges__side {
    display: none;
  }
}

.colleges-details__side {
  top: 100px;
  position: sticky;
  z-index: 10;
}
.shop-page-one-sidebar {
  padding: 16px;
  border-radius: 8px;

  margin-top: 30px;

  background-color: #f9f9f9;
  border: 1px solid #ddd;
}

.shop-widget-single .title h3 {
  font-size: 20px;
  font-weight: 600;
  margin: 16px 0 12px;
}

.shop-widget-single .title .border-bx {
  position: relative;
  display: block;
  width: 50px;
  height: 2px;
  background-color: var(--erepair-base);
}

.shop-widget-single_category {
  position: relative;
  display: block;
  padding-top: 22px;
}

.shop-widget-single_category .list-item {
  position: relative;
  display: block;
}

.shop-widget-single_category .list-item li {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 15px;
}

.shop-widget-single_category .list-item li + li {
  margin-top: 16px;
}

.shop-widget-single_category .list-item li a {
  position: relative;
  display: inline-block;
  color: var(--erepair-gray);
  font-size: 16px;
  line-height: 25px;
  font-family: var(--erepair-font-2);
  font-weight: 600;
  padding-left: 25px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.custom-checkbox {
  position: relative;
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 6px;
}

.custom-checkbox input[type="checkbox"] {
  opacity: 0;
  width: 0;
  height: 0;
  cursor: pointer;
}

.custom-checkbox .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 16px;
  width: 16px;
  background-color: #fff;
  border: 2px solid #ccc;
  border-radius: 4px;
  transition: all 0.2s ease;
  cursor: pointer;
}

.custom-checkbox input[type="checkbox"]:checked + .checkmark {
  background-color: var(--erepair-base);
  border-color: var(--erepair-base);
}

.custom-checkbox input[type="checkbox"]:checked + .checkmark::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 1px;
  width: 4px;
  height: 9px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.colleges-section .colleges-section__inner {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
  padding: 90px 0;
}
@media (max-width: 768px) {
  .colleges-section .colleges-section__inner {
    padding: 60px 0;
  }
}

.colleges-section .colleges-section__inner .pricing-two__shape-1 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: -30px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: -1;
}

.single-college-contact {
  background-color: #f9f9f9;
  border: 1px solid #ddd;
  padding: 25px 20px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.single-college-contact h4 {
  font-size: 22px;
  font-weight: 600;
  color: #295218;
  margin-bottom: 15px;
}

.single-college-contact hr {
  border-top: 2px solid #295218;
  width: 50px;
  margin-left: 0;
  margin-bottom: 20px;
}

.college-contact-li {
  margin-bottom: 15px;
  font-size: 16px;
  color: #333;
  display: flex;
  align-items: center;
  gap: 10px;
}

.college-contact-li i {
  color: #295218;
  font-size: 16px;
  min-width: 20px;
}

.college-contact-li a {
  color: #295218;
  text-decoration: none;
  transition: color 0.3s ease;
}

.college-contact-li a:hover {
  color: #1d3c15;
  text-decoration: underline;
}

@media (max-width: 768px) {
  .single-college-contact {
    padding: 20px 15px;
  }

  .single-college-contact h4 {
    font-size: 20px;
  }

  .college-contact-li {
    font-size: 15px;
  }
}

/* end college contact deatials  */

.school-single-title {
  font-size: 28px;
  font-weight: 600;
  color: #295218;
  margin-bottom: 20px;
  border-bottom: 2px solid #295218;
  padding-bottom: 10px;
}

.school-single-desc {
  line-height: 1.8;
}

.school-single-desc p {
  margin-bottom: 20px;
}

.school-single-desc ul {
  padding-left: 20px;
  margin-bottom: 20px;
  list-style-type: disc;
  color: #6e777d;
}

.school-single-desc ul li {
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  .school-single-title {
    font-size: 24px;
  }
}

/* college search box  */

.sidebar__search {
  position: relative;
  display: block;
  padding: 16px;
  border-radius: 8px;

  background-color: #f9f9f9;
  border: 1px solid #ddd;
  /* box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1); */
}

.sidebar__search-form {
  position: relative;
  display: block;
}

.sidebar__search-form input[type="search"] {
  display: block;
  outline: none;
  background-color: var(--erepair-white);
  border: none;
  font-weight: 400;
  font-size: 16px;
  height: 45px;
  width: 100%;
  padding-left: 15px;
  padding-right: 50px;
  color: var(--erepair-gray);
  border-radius: 8px;
  border: 1px solid #ddd;
}

.sidebar__search-form button[type="submit"] {
  color: var(--erepair-white);
  font-size: 18px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  max-width: 50px;
  width: 100%;
  outline: none;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  background-color: var(--erepair-base);
  border-radius: 0 8px 8px 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.sidebar__search-form button[type="submit"]:hover {
  background-color: var(--erepair-black);
  color: var(--erepair-white);
}

/* related colleges  */
.related-college {
  padding-bottom: 90px;
}
.related-college .owl-stage-outer {
  padding: 20px 0;
}
.related-college .owl-carousel .owl-stage {
  display: grid;
  grid-auto-flow: column;
  align-items: stretch;
}

.related-college .owl-carousel .owl-item {
  height: auto;
}

.related-college__carousel .item,
.related-college__carousel .college-card {
  height: 100%;
}

/* carousel  navigation  */
.related-college__carousel {
  position: relative;
  z-index: 10;
}

.related-college__carousel .owl-nav {
  position: absolute;
  top: 50%;
  right: -20px;
  left: -20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transform: translateY(-50%);
  margin: 0 !important;
  z-index: 100;
}

@media (max-width: 576px) {
  .related-college__carousel .owl-nav {
    display: none !important;
  }
}
.related-college__carousel .owl-nav .owl-next,
.related-college__carousel .owl-nav .owl-prev {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  z-index: 100;
  width: 40px;
  height: 40px;
  font-size: 18px !important;
  color: var(--erepair-white) !important;
  opacity: 1;
  margin: 0;
  text-align: center;
  transition: all 500ms ease;
  border-radius: 50%;
  background-color: var(--erepair-base) !important;
}

.related-college__carousel .owl-theme .owl-nav .owl-prev {
  margin-bottom: 10px;
  transform: rotate(180deg);
}

.related-college__carousel .owl-nav .owl-next span,
.related-college__carousel .owl-nav .owl-prev span {
  display: block;
  transition: all 500ms ease;
  color: var(--erepair-white) !important;
}

.related-college__carousel .owl-nav .owl-next span,
.related-college__carousel .owl-nav .owl-prev span,
.related-college__carousel .owl-nav .owl-prev span:before,
.related-college__carousel .owl-nav .owl-next span:before {
  transition: all 500ms ease;
  color: var(--erepair-white) !important;
}

.colleges__filter {
  border: 1px solid var(--erepair-bdr-color);
  border-radius: 4px;
  padding: 4px 8px;
  display: none;
  max-width: 100px;
  text-align: center;
}

@media (max-width: 992px) {
  .colleges__filter {
    display: block;
  }
}

@media (max-width: 576px) {
  .colleges-details .g-5 {
    --bs-gutter-x: 0;
  }
}
