/* NODE 5561 - NEW ADMITS CLONE */
/* ************************** */
/* ************************** */

.page-node-5561 #block-ideanewadmitshero {
  color: #ffff;
  font-family: Teko;
  padding: 4rem;
  background-image:
    linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), 
    url('../img/idea-hero-background.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.page-node-5561 #block-ideanewadmitshero h1 {
  font-family: Teko;
}

.page-node-5561 .inline-line-container {
  display: flex;
  align-items: center;
  text-align: center;
}

.page-node-5561 .line {
  flex-grow: 1;
  height: 2px;
  background-color: #FFCD00;
  margin-left: 15px;
}

.page-node-5561 a.btn.btn_yellow {
    padding: 1rem 3rem;
    font-weight: bold;
    color: black;
}

.page-node-5561 .bs_grid:nth-of-type(2) .ck-widget {
  margin-left: 0.3rem;
  background-color: #F5F0E6;
}

.page-node-5561 .numbers-section .col-sm p:first-of-type {
  font-size: 3rem;
  font-family: Teko;
  margin: 0;
}

.page-node-5561 .about-us-section {
    padding: 3rem;
}

.page-node-5561 .about-us-section img {
    border-radius: 20px;
}

.page-node-5561 .about-us-section h2 {
    font-family: Teko;
}


.page-node-5561 .custom-line {
  border: none;                /* Removes the default 3D browser border */
  border-top: 2px solid #333;  /* Sets thickness, style, and color */
  width: 100%;                 /* Controls the length of the line */
  margin: 20px auto;           /* Adds space above/below and centers it */
}

.page-node-5561 .section-divider {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 40px;
  margin-left: 1rem;
}

.page-node-5561 .divider-label {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #333;
  white-space: nowrap;
}

.page-node-5561 .divider-line {
  flex-grow: 1;
  height: 1px;
  background-color: #999;
}

.page-node-5561 .displayed_text {
  border-radius: 0 0 10px 10px;
}

.page-node-5561  .image_text_background img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* crops instead of stretching image */
  display: block;
   border-radius: 10px;
}


/* Sidebar Nav */
.page-node-5561 .sidebar_first {
  margin-top: 240px;
}

.page-node-5561 .sidebar_first ul li {
  width: 300px;
}

.page-node-5561 .sidebar_first li.nav-item {
    outline: 1px solid #C6C6C6;
    outline-offset: -1px;
     /* box-shadow: inset 0 0 0 1px #C6C6C6; */
}

.page-node-5561 .sidebar_first li.nav-item a {
  text-decoration: none !important;
  color: black;
}