/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 13 2026 | 18:00:19 */
/* Start team css code start */


/* --- Outer section --- */
.profile-card-section {
  background-color: #ffffff;
}

/* --- Social icons column (light gray strip behind photo) --- */
.profile-card-social-col {
  background-color: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
}

.profile-card-social-col .elementor-social-icon {
  background-color: transparent !important;
  color: #888888 !important;
  width: 28px;
  height: 28px;
  font-size: 13px;
  transition: color 0.25s ease, transform 0.25s ease;
}

.profile-card-social-col .elementor-social-icon:hover {
  color: #3ec9c0 !important;
  transform: translateY(-2px);
}

/* --- Image column --- */
.profile-card-image-col {
  position: relative;
}

.profile-card-image-col img {
  border-radius: 4px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  object-fit: cover;
}

/* Decorative offset panel behind the photo, like the original design */
.profile-card-image-col::before {
  content: "";
  position: absolute;
  top: 20px;
  left: -20px;
  width: 100%;
  height: 90%;
  background-color: #eef0f2;
  z-index: -1;
  border-radius: 4px;
}

/* --- Text column --- */
.profile-card-name {
  color: #2b3a4a;
  font-weight: 700;
  font-size: 30px;
  line-height: 1.2;
  margin-bottom: 10px;
}

.profile-card-divider .elementor-divider-separator {
  border-top: 2px solid #3ec9c0 !important;
  width: 60px !important;
  margin-left: 0 !important;
}

.profile-card-role {
  color: #3ec9c0;
  font-weight: 600;
  font-size: 16px;
  margin-top: 15px;
  margin-bottom: 4px;
}

.profile-card-department {
  color: #8a94a6;
  font-size: 13px;
  margin-bottom: 15px;
}

.profile-card-bio {
  color: #8a94a6;
  font-size: 14px;
  line-height: 1.7;
  margin-bottom: 20px;
}

/* --- Contact icon list --- */
.profile-card-contact .elementor-icon-list-item {
  margin-bottom: 8px;
}

.profile-card-contact .elementor-icon-list-icon i {
  color: #3ec9c0;
  font-size: 14px;
}

.profile-card-contact .elementor-icon-list-text {
  color: #2b3a4a;
  font-size: 14px;
  font-weight: 500;
}

.profile-card-contact .elementor-icon-list-text strong {
  font-weight: 600;
}

/* --- Responsive: stack columns on tablet/mobile --- */
@media (max-width: 1024px) {
  .profile-card-image-col::before {
    display: none;
  }
}

@media (max-width: 767px) {
  .profile-card-social-col {
    flex-direction: row;
    padding: 15px 0;
  }

  .profile-card-social-col .elementor-social-icon-list {
    flex-direction: row !important;
  }

  .profile-card-name {
    font-size: 24px;
  }
}



/* end team css code start */




/* start background text section */

/* --- Shared card base --- */
.info-card-col {
  position: relative;
  transition: transform 0.3s ease;
}

.info-card-col::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(20, 30, 60, 0.55);
  z-index: 0;
}

.info-card-col > .elementor-widget-wrap {
  position: relative;
  z-index: 1;
}

/* --- Side cards (Undergraduate / Scholarships) --- */
.info-card-side {
  background-color: #1e2e52;
}

/* --- Center card (Graduated & Professional) - darker highlight --- */
.info-card-center {
  background-color: #141f3d;
}

/* --- Heading --- */
.info-card-col .elementor-heading-title {
  color: #ffffff;
  font-weight: 700;
  font-size: 20px;
  text-transform: none;
  margin-bottom: 4px;
}

/* --- Body text --- */
.info-card-col .elementor-text-editor p {
  color: #b7bfd9;
  font-size: 14px;
  line-height: 1.7;
  margin-top: 15px;
}

/* --- Divider between columns --- */
.info-card-side.info-card-left {
  border-right: 1px solid rgba(255, 255, 255, 0.08);
}

.info-card-side.info-card-right {
  border-left: 1px solid rgba(255, 255, 255, 0.08);
}

/* --- Hover effect --- */
.info-card-col:hover {
  transform: translateY(-4px);
}

.info-card-col:hover::before {
  background-color: rgba(20, 30, 60, 0.4);
}

/* --- Responsive: stack on tablet/mobile --- */
@media (max-width: 1024px) {
  .info-card-side.info-card-left,
  .info-card-side.info-card-right {
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }
}

@media (max-width: 767px) {
  .info-card-col .elementor-heading-title {
    font-size: 18px;
  }

  .info-card-col .elementor-text-editor p {
    font-size: 13px;
  }
}


/* end bg text section */


/* start accordian section */


/* --- Section background --- */
.process-section {
  background-color: #4caf50;
}

/* --- Left text column --- */
.process-text-col {
  color: #ffffff;
}

.process-heading.elementor-heading-title {
  color: #ffffff;
  font-weight: 600;
  font-size: 34px;
  line-height: 1.2;
}

.process-description p {
  color: #eaf6ea;
  font-size: 15px;
  line-height: 1.7;
  margin-top: 20px;
  margin-bottom: 30px;
}

/* --- Accordion widget --- */
.process-accordion .elementor-accordion-item {
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  margin-bottom: 15px;
  padding-bottom: 10px;
}

.process-accordion .elementor-tab-title {
  color: #ffffff;
  font-weight: 600;
  font-size: 16px;
  padding: 8px 0 8px 40px;
  position: relative;
}

/* Circular chevron icon before each accordion title */
.process-accordion .elementor-tab-title .elementor-accordion-icon {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background-color: #ffb706;
  display: flex;
  align-items: center;
  justify-content: center;
}

.process-accordion .elementor-tab-title .elementor-accordion-icon i,
.process-accordion .elementor-tab-title .elementor-accordion-icon svg {
  color: #1e1e1e;
  font-size: 11px;
}

/* Active / open tab title */
.process-accordion .elementor-tab-title.elementor-active {
  color: #ffb706;
}

/* Vertical connector line under the first open accordion item */
.process-accordion .elementor-tab-content {
  color: #eaf6ea;
  font-size: 14px;
  line-height: 1.7;
  padding: 6px 0 10px 40px;
  position: relative;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  margin-left: 13px;
}

.process-accordion .elementor-tab-content::before {
  content: "";
  position: absolute;
  left: -4px;
  top: 10px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #ffb706;
}

/* --- Right image column --- */
.process-image-col {
  display: flex;
  align-items: center;
  justify-content: center;
}

.process-circle-image img {
  width: 100%;
  max-width: 460px;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 50%;
  border: 6px solid #ffffff;
}

/* --- Responsive --- */
@media (max-width: 1024px) {
  .process-heading.elementor-heading-title {
    font-size: 28px;
  }

  .process-circle-image img {
    max-width: 360px;
  }
}

@media (max-width: 767px) {
  .process-section {
    padding: 50px 24px !important;
  }

  .process-heading.elementor-heading-title {
    font-size: 24px;
  }

  .process-circle-image img {
    max-width: 280px;
    margin-top: 30px;
  }
}


/* end accordian section */

