﻿

#custom-form {
    position: relative;
    border: 5px solid orange; /* Blue border */
    padding: 5px;
    margin: 10px 0;
}

#custom-form::before {
    content: "";
    position: absolute;
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px;
    border: 5px solid #083880; /* Orange border */
    z-index: -1; 
}


.title-separator {
  border-top-style: solid;
  border-top-width: 1px;
  font-size: 16px;
  height: auto;
  line-height: 20px;
  margin: 10px 0;
  width: 70%;
}
.title-separator span {
  background: #fff none repeat scroll 0 0;
  border-radius: 2px;
  letter-spacing: 0.2em;
  padding: 2px 10px;
  position: relative;
  text-transform: uppercase;
  top: -12px;
}
.separator {
  color: #011461;
  line-height: 1em;
  margin: 10px auto;
  overflow: hidden;
  text-align: center;
  width: 100%;
}
.separator::before,
.separator::after {
  border-bottom: 1px solid #011461;
  content: "";
  display: inline-block;
  height: .65em;
  margin: 0 -4px 0 -100%;
  vertical-align: top;
  width: 50%;
}
.separator::after {
  margin: 0 -100% 0 0;
}
.separator i,
.separator span,
.separator a {
  display: inline-block;
  margin: 0 20px 0 24px;
  font-size: 20px;
}
.separator.separator-left,
.separator.left i {
  float: left;
  margin: 2px 50px 0 0;
}
.separator.right i {
  float: right;
  margin: 0 0 2px 50px;
}
.separator.separator-medium-line {
  margin: 10px auto;
  width: 20%;
}
.separator.separator-small-line {
  width: 10%;
}
.separator.separator-rouned i,
.separator.separator-border-rouned i {
  background-color: #f5f5f5;
  border-radius: 50%;
  height: 40px;
  left: 0;
  line-height: 40px;
  margin: -12px auto auto;
  position: absolute;
  right: 0;
  width: 40px;
}
.separator.separator-border-rouned i {
  background: transparent;
  border: 1px solid #f5f5f5;
}
.separator.separator-rouned.separator-rouned-left i {
  margin: -12px auto auto;
  right: auto;
  left: 0;
}
.separator.separator-rouned.separator-rouned-right i {
  margin: -12px auto auto;
  right: 0;
  left: auto;
}
.separator.dotted::before,
.separator.dotted::after {
  border-bottom: 2px dotted #ccc;
}








.approvaland {
  color: #fff;
  line-height: 1em;
  margin: 10px auto;
  overflow: hidden;
  text-align: center;
  width: 100%;
}
.approvaland::before,
.approvaland::after {
  border-bottom: 1px solid #fff;
  content: "";
  display: inline-block;
  height: .65em;
  margin: 0 -4px 0 -100%;
  vertical-align: top;
  width: 50%;
}
.approvaland::after {
  margin: 0 -100% 0 0;
}
.approvaland i,
.approvaland span,
.approvaland a {
  display: inline-block;
  margin: 0 20px 0 24px;
  font-size: 20px;
}
.approvaland.approvaland-left,
.approvaland.left i {
  float: left;
  margin: 2px 50px 0 0;
}
.approvaland.right i {
  float: right;
  margin: 0 0 2px 50px;
}
.approvaland.approvaland-medium-line {
  margin: 10px auto;
  width: 20%;
}
.approvaland.approvaland-small-line {
  width: 10%;
}
.approvaland.approvaland-rouned i,
.approvaland.approvaland-border-rouned i {
  background-color: #f5f5f5;
  border-radius: 50%;
  height: 40px;
  left: 0;
  line-height: 40px;
  margin: -12px auto auto;
  position: absolute;
  right: 0;
  width: 40px;
}
.approvaland.approvaland-border-rouned i {
  background: transparent;
  border: 1px solid #f5f5f5;
}
.approvaland.approvaland-rouned.approvaland-rouned-left i {
  margin: -12px auto auto;
  right: auto;
  left: 0;
}
.approvaland.approvaland-rouned.approvaland-rouned-right i {
  margin: -12px auto auto;
  right: 0;
  left: auto;
}
.approvaland.dotted::before,
.approvaland.dotted::after {
  border-bottom: 2px dotted #ccc;
}





.course-container {
    position: relative;
    padding: 20px;
    background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url("../images/dark-blue.jpg");
    background-size: cover;
    background-position: center; 
    border-radius: 10px;
    max-width: 100%;
    border: 1px solid #444;


}

.course-container-1 {
    position: relative;
    padding: 20px; 
    background-size: cover;
    background-position: center; 
    border-radius: 10px;
    max-width: 100%;
    border: 1px solid #444;


}


  .accreditation-list {
            list-style-type: none;
            padding: 0;
        }
        .accreditation-item {
         
            margin-bottom: 10px;
            padding: 10px;
            border-left: 5px solid #007BFF;
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
        }
        .accreditation-item h2 {
            margin-top: 0;
            color: #011461;
            font-size:18px;
        }
        .accreditation-item p {
            margin: 10px 0 0;
            color: #000;
        }


.course-info {
    display: flex;
    justify-content: space-between;
    align-items: stretch; /* Ensures equal alignment vertically */
    border-collapse: collapse;
}
.course-info .info-box {
    flex: 1;
    padding: 20px;
    text-align: center;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    display: flex;
    flex-direction: column;
    justify-content:left; /* Centers content vertically */
}
.course-info .info-box:last-child {
    border-right: none;
}
.course-info .info-box.eligibility {
    flex: 2;
    padding: 30px;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
.course-info h4 {
    margin: 0;
    font-size: 16px;
    color: white;
    white-space: nowrap; /* Ensures text stays on one line */
}
.course-info p {
    margin: 5px 0;
    font-size: 14px;
    font-weight: bold;
    color: white;
}
.course-info small {
    display: block;
    margin-top: 5px;
    font-size: 12px;
    color: #ccc;
}
.course-info ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: left;
    color: white;
}
.course-info ul li {
    margin: 5px 0;
    padding-left: 20px;
    position: relative;
}
.course-info ul li::before {
    content: '\2022'; /* Unicode for bullet */
    position: absolute;
    left: 0;
    color: white;
}
.limited-seats {
    position: absolute;
    top: 20px;
    right: -140px;
    background: #d9534f;
    padding: 10px 15px;
    border-radius: 5px;
    font-size: 14px;
    color: white;
    font-weight: bold;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
}



.logo-container img {
  margin-right: 10px; /* Space between image and text */
}

.logo-text {
  font-size: 20px; /* Adjust as per your need */
  font-weight: bold;
  color: #011461; /* Matches the dark background */
  margin: 0; /* Remove unnecessary margins */
}

@media (max-width: 768px) {
    .course-info {
        flex-direction: column;
    }
    .course-info .info-box {
        border-right: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }
    .course-info .info-box:last-child {
        border-bottom: none;
    }
    .limited-seats {
        position: static;
        margin-top: 20px;
        right: auto;
    }
}