@charset "UTF-8";
.section-coe_ .section-image {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
.section-coe_ .section-desc {
  margin-top: 4rem;
}
.section-coe_ .section-desc ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.section-coe_ .section-desc ul li {
  position: relative;
  padding-left: 1.5em;
}
.section-coe_ .section-desc ul li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: #007bd9;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
@media (max-width: 768px) {
  .section-coe_ .section-image {
    margin-bottom: 1rem;
  }
}

.section-coe .coe-title {
  font-weight: bold;
}
.section-coe ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.section-coe ul li {
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.5rem 0;
  border-radius: 100px;
}
.section-coe ul li i {
  margin-right: 10px;
  color: #007bd9;
}
.section-coe .pattern-bg {
  background-color: #e5e5f7;
  opacity: 0.8;
  background-image: radial-gradient(white 0.1px, #007bd9 0.5px);
  background-size: 10px 10px;
  padding: 2rem;
}
.section-coe .glass-card {
  border-radius: 16px;
  padding: 1.5rem;
  color: white;
}
.section-coe .glass-card i {
  color: white;
}
@media (max-width: 768px) {
  .section-coe ul li {
    width: 100%;
  }
}

.coe-section {
  overflow: hidden;
}
.coe-section .coe-hero {
  position: relative;
}
.coe-section .coe-hero .hero-row .hero-img {
  width: 100%;
}
@media (min-width: 768px) {
  .coe-section .coe-hero {
    height: 100vh;
  }
  .coe-section .coe-hero .hero-row {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  .coe-section .coe-hero .hero-row .hero-img {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .coe-section .coe-hero .hero-row {
    padding: 2.5rem 0;
  }
}
.coe-section .feature-img-card {
  width: 200px;
  height: 200px;
  border-radius: 100px;
  padding: 1rem;
  background-color: white;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
.coe-section .feature-img-card img {
  width: 100%;
  height: 100%;
  border-radius: 100px;
  -o-object-fit: cover;
     object-fit: cover;
}
.coe-section .ul-check {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.coe-section .ul-check li {
  display: flex;
}
.coe-section .ul-check li:not(:first-child) {
  padding-top: 0.7rem;
}
.coe-section .ul-check li:not(:last-child) {
  border-bottom: 1px dashed grey;
  padding-bottom: 0.7rem;
}
.coe-section .ul-check li i {
  color: #007bd9;
  margin-right: 1rem;
}
.coe-section .wow-card {
  border: none;
}
.coe-section .wow-card .bordered-image {
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  border-radius: 10px;
  border: 1px dashed #007bd9;
  padding: 1rem;
}
.coe-section .wow-card .bordered-image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
}
.coe-section .wow-card ul li {
  font-size: 0.85rem;
}
.coe-section .services-1 {
  position: relative;
}
.coe-section .list-container {
  border-radius: 20px;
  background-color: #007bd9;
  background-image: radial-gradient(rgba(255, 255, 255, 0.2) 1px, transparent 1px);
  background-size: 10px 10px;
  box-shadow: 0 15px 40px rgba(0, 123, 217, 0.2), inset 0 0 60px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.1);
  overflow: hidden;
  max-height: 550px;
  position: relative;
  transition: all 0.4s ease;
  color: #fff;
}
@media (max-width: 768px) {
  .coe-section .list-container {
    max-height: 400px;
    border-radius: 12px;
  }
}
.coe-section .service-2 .service-2-nav-ul {
  list-style-type: none;
  padding: 0;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(0, 0, 0, 0.03);
}
.coe-section .service-2 .service-2-nav-ul li {
  border-bottom: 1px solid #f8f9fa;
  transition: all 0.3s ease;
}
.coe-section .service-2 .service-2-nav-ul li:last-child {
  border-bottom: none;
}
.coe-section .service-2 .service-2-nav-ul li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.85rem 1.25rem;
  color: #36454F;
  text-decoration: none;
  font-weight: 700;
  font-size: 0.95rem;
  border-left: 5px solid transparent;
  transition: all 0.3s ease;
}
.coe-section .service-2 .service-2-nav-ul li a.active {
  color: #007bd9;
  background: rgba(0, 123, 217, 0.05);
  border-left-color: #007bd9;
}
.coe-section .service-2 .service-2-nav-ul li a:hover:not(.active) {
  background: #fcfcfc;
  color: #007bd9;
  padding-left: 1.5rem;
}
.coe-section .service-2 .service-2-nav-ul li a i {
  font-size: 0.85rem;
  opacity: 0.4;
}
.coe-section .service-2 .service-2-img {
  width: 100%;
  max-width: 180px;
  height: auto;
  border-radius: 20px;
  padding: 0.5rem;
  border: 1px solid rgba(0, 0, 0, 0.05);
  background: #fff;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
}
.coe-section .service-2 .list-holder {
  background: transparent;
  padding: 1.5rem 2rem;
  min-height: auto;
  color: #fff;
}
@media (max-width: 768px) {
  .coe-section .service-2 .list-holder {
    padding: 1rem;
  }
}
.coe-section .service-2 .list-holder .ul-check li {
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.95);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 0.75rem 0;
  align-items: center;
}
.coe-section .service-2 .list-holder .ul-check li:first-child {
  padding-top: 0;
}
.coe-section .service-2 .list-holder .ul-check li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.coe-section .service-2 .list-holder .ul-check li i {
  color: #007bd9;
  font-size: 0.85rem;
  background: #fff;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 1.15rem;
  flex-shrink: 0;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
}
.coe-section .departments .section-title {
  margin-bottom: 5rem !important;
}
.coe-section .departments .department-card {
  background-color: white;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  text-align: center;
  position: relative;
  padding-top: 50px;
  margin: 3rem 0;
}
.coe-section .departments .department-card .icon-holder {
  position: absolute;
  width: 80px;
  height: 80px;
  border-radius: 50px;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #007bd9;
}
.coe-section .departments .department-card .icon-holder img {
  width: 100%;
  height: 100%;
}
.coe-section .departments .department-card .icon-holder::after {
  content: "";
  position: absolute;
  width: 100px;
  height: 100px;
  border-radius: 50px;
  border: 2px solid #007bd9;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.coe-section .departments .department-card .icon-holder.icon-only {
  padding: 0.3rem;
}
.coe-section .departments .department-card .icon-holder.icon-only img {
  padding: 0.8rem;
  filter: brightness(0) invert(1);
}
.coe-section .departments .department-card .icon-holder:not(.icon-only) img {
  border-radius: 50px;
  -o-object-fit: cover;
     object-fit: cover;
}
.coe-section .departments .department-card .content {
  padding: 1rem;
}
.coe-section .departments .department-card .title.lc-2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  line-height: 1.8rem;
  height: calc(2 * 1.8rem);
}

.img-text-card-holder {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.img-text-card-holder .img-box {
  flex: 6;
  border-radius: 10px;
  overflow: hidden;
  padding: 1rem;
  border: 1.5px dashed black;
}
.img-text-card-holder .img-box img {
  width: 100%;
  border-radius: 10px;
}
.img-text-card-holder > .card {
  flex: 8;
  margin-left: -4rem;
}
@media (max-width: 768px) {
  .img-text-card-holder {
    display: block;
  }
  .img-text-card-holder .img-box {
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    padding: 0;
    border: none;
  }
  .img-text-card-holder .img-box img {
    width: 100%;
    border-radius: 10px;
  }
  .img-text-card-holder > .card {
    margin-left: 0;
  }
}

.aim-card {
  border-color: #007bd9;
}
.aim-card .icon-holder {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  margin-bottom: 1rem;
}
.aim-card .icon-holder .icon {
  color: #007bd9;
  font-size: 3rem;
}
.aim-card .content {
  font-size: 0.9rem;
}/*# sourceMappingURL=coe.css.map */