.elementor-34 .elementor-element.elementor-element-b254abd{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-34 .elementor-element.elementor-element-aff9cf5 > .elementor-widget-container{background-color:#005771;margin:54px 0px 0px 0px;padding:30px 0px 30px 0px;border-radius:5px 5px 5px 5px;box-shadow:0px 0px 10px 0px rgba(0,0,0,0.5);}.elementor-34 .elementor-element.elementor-element-aff9cf5{text-align:center;}.elementor-34 .elementor-element.elementor-element-aff9cf5 .elementor-heading-title{font-family:"Poppins", Sans-serif;font-size:27px;font-weight:600;color:#FFFFFF;}.elementor-34 .elementor-element.elementor-element-be516f9{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-34 .elementor-element.elementor-element-ce360d5 > .elementor-widget-container{margin:0px 0px -51px 0px;padding:0px 0px 0px 0px;}.elementor-34 .elementor-element.elementor-element-6873ed0{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-ce360d5 */#about-bca {
  padding: 60px 20px;
  background-color: #f4f6f8;
  color: #333;
}

#about-bca h1 {
  font-size: 36px;
  color: #005771; /* Theme color */
  text-align: center;
  margin-bottom: 30px;
}

#about-bca h2 {
  font-size: 28px;
  color: #005771;
  margin-top: 40px;
}

#about-bca p {
  font-size: 18px;
  line-height: 1.6;
  margin: 15px 0;
}

ul {
  list-style-type: disc;
  margin-left: 40px;
}

ul li {
  font-size: 18px;
}

.container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
}

.course-overview, .eligibility, .curriculum, .benefits, .career-opportunities, .admission-details {
  background-color: #fff;
  padding: 25px;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
}

.btn-link {
  color: #005771;
  text-decoration: none;
  font-weight: bold;
}

.btn-link:hover {
  text-decoration: underline;
}
.fee-table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    font-size: 16px;
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
    background-color: #fff;
}

.fee-table thead {
    background-color: #005771;
    color: #fff;
}

.fee-table th,
.fee-table td {
    text-align: left;
    padding: 12px 16px;
    border-bottom: 1px solid #ddd;
}

/* Only apply hover effect on tbody rows */
.fee-table tbody tr:hover {
    background-color: #f1f1f1;
}

.fee-table tbody tr:nth-child(even) {
    background-color: #f9f9f9;
}

.section h3 {
    margin-top: 30px;
    color: #005771;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2a5c7c2 */#cta-section {
  background-color: #005771; /* Theme color */
  padding: 60px 20px;
  text-align: center;
  color: #fff;
  position: relative;
  margin-top: 60px;
}

#cta-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
}

.cta-content {
  position: relative;
  z-index: 2;
}

.cta-content h2 {
  font-size: 36px;
  margin-bottom: 15px;
  color: #fff; /* White color for heading */
}

.cta-content p {
  font-size: 18px;
  margin-bottom: 30px;
}

.cta-btn {
  background-color: #ffeb3b; /* Highlight color */
  color: #005771; /* Theme color */
  padding: 16px 32px;
  border-radius: 8px;
  font-weight: 600;
  text-decoration: none;
  font-size: 20px;
  transition: background-color 0.3s ease;
}

.cta-btn:hover {
  background-color: #f1f5ff; /* Light hover effect */
  color: #1e3a8a;
}

@media (max-width: 768px) {
  #cta-section {
    padding: 40px 20px;
  }

  .cta-content h2 {
    font-size: 28px;
  }

  .cta-content p {
    font-size: 16px;
  }

  .cta-btn {
    font-size: 18px;
    padding: 14px 28px;
  }
}/* End custom CSS */