body {
  font-family: "Poppins", sans-serif;
  color: #000000;
  background-color: #ffffff;
}

.layout_padding {
  padding: 90px 0;
}

.layout_padding2 {
  padding: 45px 0;
}

.layout_padding2-top {
  padding-top: 45px;
}

.layout_padding2-bottom {
  padding-bottom: 45px;
}

.layout_padding-top {
  padding-top: 90px;
}

.layout_padding-bottom {
  padding-bottom: 90px;
}

.heading_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.heading_container h3 {
  font-weight: bold;
  position: relative;
  margin-bottom: 15px;
}

.heading_container h3::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 2px;
  width: 1px;
  height: 65px;
  background-color: #4bc5b8;
  -webkit-transform: translateY(-50%) rotate(20deg);
          transform: translateY(-50%) rotate(20deg);
}

/*header section*/
.hero_area {
  height: 100vh;
  background-color: #b5caee;
  background-image: url(../images/hero-bg.jpg);
  background-size: cover;
}

.sub_page .hero_area {
  height: auto;
}

.sub_page .contact_section {
  margin: 75px 0;
}

.hero_area.sub_pages {
  height: auto;
}

.header_section .container-fluid {
  padding-right: 25px;
  padding-left: 25px;
}

.header_section .nav_container {
  margin: 0 auto;
}

.custom_nav-container .navbar-nav .nav-item .nav-link {
  padding: 45px 15px 15px;
  color: #ffffff;
  text-align: center;
  position: relative;
  text-transform: uppercase;
}

.custom_nav-container .navbar-nav .nav-item:hover .nav-link, .custom_nav-container .navbar-nav .nav-item.active .nav-link {
  background-color: #133e3f;
}

.custom_nav-container .form-inline {
  padding-top: 30px;
}

a,
a:hover,
a:focus {
  text-decoration: none !important;
}

a:hover,
a:focus {
  color: initial;
}

.btn,
.btn:focus {
  outline: none !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.user_option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.custom_nav-container .nav_search-btn {
  background-image: url(../images/search-icon.png);
  background-size: 20px;
  background-repeat: no-repeat;
  background-position-y: 7px;
  width: 35px;
  height: 35px;
  padding: 0;
  border: none;
}

.navbar-brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.navbar-brand h3 {
  color: #ffffff;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0;
}

.navbar-brand span {
  font-size: 16px;
  font-weight: bold;
  color: #133e3f;
  margin-top: -10px;
}

.custom_nav-container {
  z-index: 99999;
  padding: 0;
}

.custom_nav-container .navbar-toggler {
  outline: none;
}

.custom_nav-container .navbar-toggler .navbar-toggler-icon {
  background-image: url(../images/menu.png);
  background-size: 42px;
}

/*end header section*/
.slider_section {
  height: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
}

.slider_section #carouselExampleIndicators {
  width: 100%;
}

.slider_section .detail-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  margin-bottom: 110px;
}

.slider_section .detail-box h1 {
  font-size: 4rem;
  letter-spacing: 0.7rem;
  font-weight: bold;
  text-transform: uppercase;
  padding: 15px;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.slider_section .detail-box a {
  display: inline-block;
  padding: 10px 45px;
  background-color: #133e3f;
  border: 1px solid #133e3f;
  color: #ffffff;
  margin-top: 35px;
}

.slider_section .detail-box a:hover {
  background-color: transparent;
  color: #133e3f;
}

.slider_section #carouselExampleIndicators {
  bottom: 0;
}

.slider_section #carouselExampleIndicators li {
  width: 15px;
  height: 15px;
  background-color: transparent;
  border: 3px solid #ffffff;
  border-radius: 100%;
  opacity: 1;
}

.slider_section #carouselExampleIndicators li.active {
  border-color: #133e3f;
}

.special_section .special_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #ffffff;
  background-color: #133e3f;
  padding: 25px;
  border-radius: 10px;
}

.special_section .special_container .box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 10px;
}

.special_section .special_container .box .img-box {
  width: 55px;
  margin-right: 10px;
}

.special_section .special_container .box .img-box img {
  max-width: 100%;
}

.special_section .special_container .box .detail-box a {
  display: inline-block;
  color: #fdda6e;
  /* text-decoration: underline;*/
  margin-top: 10px;
}

.special_section .special_container .box.b2 {
  border-left: 1px solid #4e6e6f;
  border-right: 1px solid #4e6e6f;
}

.about_section {
  position: relative;
}

.about_section .side_img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 35px;
}

.about_section .side_img img {
  width: 100%;
}

.about_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.about_section .img_container .img-box {
  width: 80%;
}

.about_section .img_container .img-box img {
  width: 100%;
}

.about_section .img_container .img-box.b2 {
  width: 40%;
  margin-top: -25%;
  margin-left: auto;
  -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1);
}

.about_section .detail-box a {
  display: inline-block;
  padding: 10px 45px;
  background-color: #133e3f;
  border: 1px solid #133e3f;
  color: #ffffff;
  margin-top: 15px;
}

.about_section .detail-box a:hover {
  background-color: transparent;
  color: #133e3f;
}

.course_section {
  position: relative;
}

.course_section .side_img {
  position: absolute;
  bottom: 25%;
  left: 0;
  width: 35px;
}

.course_section .side_img img {
  width: 100%;
}

.course_section .heading_container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 25px;
}

.course_section .heading_container h3::before {
  left: -2px;
}

.course_section .course_container .course_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.course_section .course_container .course_content .box {
  position: relative;
  -ms-flex-preferred-size: 31%;
      flex-basis: 31%;
  margin: 1%;
  border-radius: 10px;
  overflow: hidden;
}

.course_section .course_container .course_content .box img {
  width: 100%;
}

.course_section .course_container .course_content .box a {
  position: absolute;
  left: 35px;
  bottom: 100px;
  background-color: #4bc5b8;
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 45px;
  height: 45px;
  border-radius: 100%;
}

.course_section .course_container .course_content .box a img {
  width: 20px;
}

.course_section .course_container .course_content .box a:hover {
  opacity: .9;
}

.course_section .course_container .course_content .box h5 {
  position: absolute;
  left: 35px;
  bottom: 25px;
  font-weight: bold;
  color: #ffffff;
  font-size: 24px;
}

.course_section .course_container .course_content .box::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #133e3f;
  opacity: 0.9;
  display: none;
}

.course_section .course_container .course_content .box:hover a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.course_section .course_container .course_content .box:hover::before {
  display: block;
}

.course_section .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.course_section .btn-box a {
  display: inline-block;
  padding: 8px 45px;
  background-color: #133e3f;
  border: 1px solid #133e3f;
  color: #ffffff;
  margin-top: 45px;
}

.course_section .btn-box a:hover {
  background-color: transparent;
  color: #133e3f;
}

.login_section {
  background-image: url(../images/login-bg.jpg);
  background-size: cover;
  color: #ffffff;
}

.login_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.login_section .detail-box h3 {
  text-transform: uppercase;
  font-weight: bold;
}

.login_section .detail-box a {
  display: inline-block;
  padding: 7px 25px;
  background-color: #4bc5b8;
  border: 1px solid #4bc5b8;
  color: #ffffff;
  margin-top: 15px;
  font-weight: 600;
}

.login_section .detail-box a:hover {
  background-color: transparent;
  color: #4bc5b8;
}

.login_section .login_form {
  padding: 30px 15px;
  background-color: rgba(255, 255, 255, 0.25);
  text-align: center;
  border-radius: 15px;
}

.login_section .login_form h5 {
  margin-bottom: 15px;
}

.login_section .login_form form input {
  height: 40px;
  width: 100%;
  padding-left: 15px;
  border: none;
  outline: none;
  border-radius: 5px;
  margin: 10px 0;
}

.login_section .login_form form button {
  display: inline-block;
  padding: 7px 45px;
  background-color: #252525;
  border: 1px solid #252525;
  color: #ffffff;
  margin-top: 25px;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: bold;
}

.login_section .login_form form button:hover {
  background-color: transparent;
  color: #252525;
}

.event_section .heading_container h3 {
  margin-bottom: 0;
}

.event_section .heading_container h3::before {
  left: -2px;
}

.event_section p {
  color: #a4a4a4;
}

.event_section .event_container .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #cbcbcb;
  margin: 15px 0;
  border-radius: 5px;
}

.event_section .event_container .box > div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 10px;
}

.event_section .event_container .box .img-box img {
  width: 100%;
}

.event_section .event_container .box .detail-box {
  border-left: 1px solid #b0b0b0;
  border-right: 1px solid #b0b0b0;
  -webkit-box-flex: 1.4;
      -ms-flex: 1.4;
          flex: 1.4;
  padding: 10px 0;
}

.event_section .event_container .box .detail-box h4 {
  font-weight: bold;
}

.event_section .event_container .box .detail-box h6 {
  color: #a4a4a4;
}

.event_section .event_container .box .date-box h3 {
  color: #0b5356;
}

.event_section .event_container .box .date-box h3 span {
  font-size: 1.2em;
  font-weight: bold;
}

.event_section .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.event_section .btn-box a {
  display: inline-block;
  padding: 8px 45px;
  background-color: #133e3f;
  border: 1px solid #133e3f;
  color: #ffffff;
  margin-top: 35px;
}

.event_section .btn-box a:hover {
  background-color: transparent;
  color: #133e3f;
}

.client_section .heading_container {
  margin-bottom: 45px;
}

.client_section .heading_container h3 {
  margin-bottom: 5px;
}

.client_section .heading_container h3::before {
  left: -2px;
}

.client_section .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.client_section .box .img-box {
  min-width: 105px;
  margin-right: 25px;
}

.client_section .box .img-box img {
  width: 100%;
}

.client_section .box .detail-box h5 {
  font-weight: bold;
  text-transform: uppercase;
}

.client_section #carouselExampleControls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.client_section #carouselExampleControls .carousel-inner {
  -ms-flex-preferred-size: 80%;
      flex-basis: 80%;
}

.client_section #carouselExampleControls .btn-box {
  -ms-flex-preferred-size: 10%;
      flex-basis: 10%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.client_section #carouselExampleControls .btn-box .carousel-control-prev,
.client_section #carouselExampleControls .btn-box .carousel-control-next {
  position: relative;
  width: 45px;
  height: 45px;
  background-color: #4bc5b8;
  opacity: 1;
  background-size: 18px;
  background-position: center;
  background-repeat: no-repeat;
}

.client_section #carouselExampleControls .btn-box .carousel-control-prev:hover,
.client_section #carouselExampleControls .btn-box .carousel-control-next:hover {
  background-color: #252525;
}

.client_section #carouselExampleControls .btn-box .carousel-control-prev {
  background-image: url(../images/prev.png);
}

.client_section #carouselExampleControls .btn-box .carousel-control-next {
  background-image: url(../images/next.png);
  margin-bottom: 15px;
}

/* contact section */
.contact_section {
  background-color: #164745;
  position: relative;
  margin-bottom: 25px;
}

.contact_section .heading_container h3::before {
  left: -1px;
}

.contact_section::before {
  content: "";
  position: absolute;
  left: 0;
  top: -1px;
  height: 100.5%;
  width: 40%;
  background-color: #ffffff;
  -webkit-clip-path: polygon(0 0, 95% 0, 65% 100%, 0% 100%);
          clip-path: polygon(0 0, 95% 0, 65% 100%, 0% 100%);
}

.contact_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contact_section .detail-box {
  width: 250px;
}

.contact_section .detail-box p {
  margin-top: 5px;
}

.contact_section .contact-form {
  padding: 45px 0;
  border-radius: 20px;
}

.contact_section .contact-form h5 {
  color: #ffffff;
  font-weight: 600;
  text-align: center;
}

.contact_section .contact-form input {
  border: none;
  outline: none;
  background-color: #ffffff;
  width: 100%;
  margin: 15px 0;
  padding: 10px 20px;
  border-radius: 30px;
}

.contact_section .contact-form input.input_message {
  height: 105px;
  border-radius: 10px;
}

.contact_section .contact-form input::-webkit-input-placeholder {
  color: #151515;
}

.contact_section .contact-form input:-ms-input-placeholder {
  color: #151515;
}

.contact_section .contact-form input::-ms-input-placeholder {
  color: #151515;
}

.contact_section .contact-form input::placeholder {
  color: #151515;
}

.contact_section .contact-form button {
  border: none;
  outline: none;
  padding: 12px 50px;
  text-transform: uppercase;
  margin-top: 25px;
  background-color: #4bc5b8;
  color: #fff;
  border-radius: 30px;
}

.contact_section .map_img-box {
  width: 80%;
  margin: 25px auto 0 auto;
}

.contact_section .map_img-box img {
  width: 100%;
}

/* end contact section */
.info_section {
  background-color: #121111;
  color: #ffffff;
}

.info_section h5 {
  text-transform: uppercase;
  font-weight: 600;
}

.info_section .info_menu .navbar-nav .nav-item .nav-link {
  color: #ffffff;
}

.info_section .info_news .info_contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.info_section .info_news .info_contact a {
  color: #ffffff;
  margin-bottom: 5px;
}

.info_section .info_news form {
  margin-top: 15px;
}

.info_section .info_news form input {
  width: 100%;
  border: none;
  outline: none;
  padding: 8px 10px;
  background-color: #e0e0e0;
}

.info_section .info_news form input::-webkit-input-placeholder {
  color: #acaeae;
}

.info_section .info_news form input:-ms-input-placeholder {
  color: #acaeae;
}

.info_section .info_news form input::-ms-input-placeholder {
  color: #acaeae;
}

.info_section .info_news form input::placeholder {
  color: #acaeae;
}

.info_section .info_news form button {
  display: inline-block;
  padding: 7px 45px;
  background-color: #4bc5b8;
  border: 1px solid #4bc5b8;
  color: #ffffff;
  margin-top: 15px;
}

.info_section .info_news form button:hover {
  background-color: transparent;
  color: #4bc5b8;
}

/* footer section*/
.footer_section {
  background-color: #121111;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.footer_section p {
  padding: 20px 65px;
  color: #787878;
  margin: 0 auto;
  text-align: center;
  border-top: 1px solid rgba(224, 224, 224, 0.4);
}

.footer_section a {
  color: #787878;
}

/* end footer section*/
/*# sourceMappingURL=style.css.map */

.course_card {
  background: #ffffff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0 15px rgba(0,0,0,0.08);
  transition: transform 0.3s ease;
  height: 100%;
}

.course_card:hover {
  transform: translateY(-8px);
}

.course_card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.course_info {
  padding: 20px;
  text-align: center;
}

.course_info h5 {
  font-weight: 600;
  margin-bottom: 10px;
}

.course_info p {
  font-size: 14px;
  color: #666;
  margin-bottom: 15px;
}
.course_detail_img img {
  width: 100%;
  border-radius: 10px;
}

.course_detail_info h3 {
  font-weight: 700;
  margin-bottom: 10px;
}

.course_tag {
  color: #007bff;
  font-weight: 600;
  margin-bottom: 15px;
}

.course_meta {
  list-style: none;
  padding: 0;
  margin-bottom: 15px;
}

.course_meta li {
  margin-bottom: 5px;
  font-size: 15px;
}

.course_box {
  background: #ffffff;
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0 0 15px rgba(0,0,0,0.08);
}

.course_box h4 {
  margin-bottom: 15px;
  font-weight: 600;
}

.course_box ul {
  padding-left: 18px;
}
#searchInput {
  border-radius: 25px;
}

.course_section select {
  border-radius: 25px;
}
.course_table th {
  background-color: var(--brand);
  color: #ffffff;
  text-align: center;
  border-color: var(--brand);
}

.course_table td {
  text-align: center;
  vertical-align: middle;
}

.course_table tbody tr:hover {
  background-color: rgba(19, 62, 63, 0.08);
}


.modal-body ul {
  padding-left: 18px;
}
:root {
  --brand: #133e3f;
  --brand-light: #1c5859;
}
.btn-primary {
  background-color: var(--brand) !important;
  border-color: var(--brand)!important;
}

.btn-primary:hover {
  background-color: var(--brand-light)!important;
  border-color: var(--brand-light)!important;
}

.btn-success {
  background-color: var(--brand)!important;
  border-color: var(--brand)!important;
}

.btn-success:hover {
  background-color: var(--brand-light)!important;
  border-color: var(--brand-light)!important;
}

.tbl-btn-view {
  background-color: #3e6a63;
  border-color: #3e6a63;
  color: #fff;
}

.tbl-btn-view:hover {
  background-color: #468b80;
  border-color: #468b80;
  color: #fff;
}
.circle-img-box {
  width: 140px;
  height: 140px;          /* SAME as width */
  min-width: 140px;
  min-height: 140px;
  border-radius: 50%;     /* Forces circle */
  border: 4px solid #133e3f;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}

.circle-img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;      /* Prevent stretching */
  border-radius: 50%;
}
.blog-tabs .nav-link {
      color: var(--brand);
      font-weight: 600;
    }

    .blog-tabs .nav-link.active {
      background-color: var(--brand);
      color: #fff;
      border-radius: 25px;
    }
.blog-tabs {
  justify-content: flex-start;
}

.blog-tabs .nav-item {
  margin-right: 10px;
}

.blog-tabs .nav-link {
  padding: 8px 22px;
}
    .blog-card {
      background: #fff;
      border-radius: 10px;
      box-shadow: 0 0 15px rgba(0,0,0,0.08);
      overflow: hidden;
      transition: transform 0.3s ease;
      height: 100%;
    }

    .blog-card:hover {
      transform: translateY(-6px);
    }

    .blog-card img {
      width: 100%;
      height: 200px;
      object-fit: cover;
    }

    .blog-content {
      padding: 20px;
    }

    .blog-content h5 {
      font-weight: 600;
      color: var(--brand);
    }

    .blog-content p {
      font-size: 14px;
      color: #666;
    }

    .btn-brand {
      background-color: var(--brand);
      color: #fff;
      border-radius: 25px;
      padding: 6px 18px;
    }

    .btn-brand:hover {
      background-color: #1c5859;
      color: #fff;
    }
.blog-detail-title {
      color: #133e3f;
      font-weight: 700;
    }
    /* Left Tabs */
    .course-tabs {
      border-right: 2px solid #e5e5e5;
    }

    .course-tabs .nav-link {
      color: var(--brand);
      font-weight: 600;
      border-radius: 0;
      padding: 12px 15px;
    }

    .course-tabs .nav-link.active {
      background-color: var(--brand) !important;
      color: #fff;
    }

    /* Course List Card */
    .course-list-card {
      border: 1px solid #eee;
      border-radius: 8px;
      padding: 15px;
      margin-bottom: 15px;
      transition: 0.3s;
    }

    .course-list-card:hover {
      box-shadow: 0 0 15px rgba(19,62,63,0.2);
    }

    .course-list-card h5 {
      color: var(--brand);
      font-weight: 600;
    }

    .course-meta {
      font-size: 14px;
      color: #555;
    }
    /* Responsive */
    @media (max-width: 767px) {
      .course-tabs {
        border-right: none;
        margin-bottom: 20px;
      }
    }
 .filter-bar {
  display: flex;
  gap: 10px;
  margin-bottom: 15px;
}

.filter-bar input,
.filter-bar select {
  padding: 8px;
  border: 1px solid #133e3f;
  border-radius: 4px;
}

.course-table {
  width: 100%;
  border-collapse: collapse;
}

.course-table th {
  background: #133e3f;
  color: #fff;
  padding: 10px;
}

.course-table td {
  padding: 10px;
  border-bottom: 1px solid #ddd;
}

.btn-view,
.btn-enroll {
  background: #133e3f;
  color: #fff;
  padding: 6px 14px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.btn-view:hover,
.btn-enroll:hover {
  background: #0f2f30;
}

/* Modal */
.modal {
  /* display: none;*/
  position: fixed;
  left: 0; top: 0;
  width: 100%; height: 100%;
  background: rgba(0,0,0,0.5);
}

.modal-content {
  background: #fff;
  padding: 20px;
  /*width: 400px;*/
  margin: 10% auto;
  border-radius: 6px;
}

.close {
  float: right;
  font-size: 22px;
  cursor: pointer;
}

/* Pagination */
.pagination {
  margin-top: 15px;
  text-align: center;
}

.pagination button {
  margin: 3px;
  padding: 5px 10px;
  border: 1px solid #133e3f;
  background: #fff;
  cursor: pointer;
}

.pagination button.active {
  background: #133e3f;
  color: #fff;
}
.pagination {
  margin-top: 25px;
  text-align: center;
}

.page-btn {
  margin: 3px;
  padding: 6px 12px;
  border: 1px solid #133e3f;
  background: white;
  cursor: pointer;
}

.page-btn.active {
  background: #133e3f;
  color: #fff;
}
/* Full height dialog */
#courseModal .modal-dialog {
  height: 90vh;              /* 🔥 controls overall modal height */
  max-height: 90vh;
}

/* Make content stretch */
#courseModal .modal-content {
  height: 100%;
}

/* Scroll only body */
#courseModal .modal-body {
  flex: 1 1 auto;
  overflow-y: auto;
  max-height: none;          /* remove restrictions */
}

/* Keep header & footer fixed */
#courseModal .modal-header,
#courseModal .modal-footer {
  flex-shrink: 0;
}

.modal.fade .modal-dialog {
  transform: scale(0.9);
  transition: transform 0.3s ease-out;
}

.modal.show .modal-dialog {
  transform: scale(1);
}

.course-table { overflow-x:auto; }

@media(max-width:768px){
  .filter-bar{
    flex-direction:column;
    gap:10px;
  }
  table th,table td{
    font-size:13px;
    white-space:nowrap;
  }
}

/* Top Bar */
.top_bar {
  background: #133e3f;   /* matches dark education theme */
  color: #ffffff;
  font-size: 14px;
  padding: 8px 0;
}

.top_bar a {
  color: #ffffff;
  text-decoration: none;
  margin-right: 12px;
  transition: 0.3s;
}

.top_bar a:hover {
  color: #f4b41a; /* same highlight tone as buttons */
}

.top_bar_left i {
  margin-right: 6px;
  color: #f4b41a;
}

.top_bar_left span {
  margin: 0 8px;
  color: #aaa;
}

.top_bar_right {
  text-align: right;
}

.top_bar_right a {
  margin-left: 12px;
  font-size: 15px;
}

@media (max-width: 768px) {
  .top_bar_left,
  .top_bar_right {
    text-align: center;
    margin: 5px 0;
  }
}

/* Footer Social Icons */
.footer_social {
  margin-top: 15px;
}

.footer_social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  margin-right: 8px;
  border-radius: 50%;
  background: #1c1c1c;
  color: #ffffff;
  font-size: 16px;
  transition: all 0.3s ease;
}

.footer_social a:hover {
  background: #f4b41a;
  color: #000;
}
.nav_search_form {
  display: flex;
  align-items: center;
}

.nav_search_form input {
  height: 36px;
  width: 180px;
  padding: 0 10px;
  border-radius: 20px 0 0 20px;
  border: 1px solid #ddd;
  outline: none;
}

.nav_search_form button {
  height: 36px;
  width: 40px;
  border: none;
  border-radius: 0 20px 20px 0;
  background: #f4b41a;
  cursor: pointer;
}

.search-results {
  position: absolute;
  top: 45px;
  left: 0;
  width: 100%;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 6px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  z-index: 9999;
  display: none;
}

.search-item {
  padding: 10px;
  cursor: pointer;
  font-size: 14px;
}

.search-item:hover {
  background: #f4b41a;
  color: #000;
}
/* Navbar right alignment fix */
.custom_nav-container .navbar-collapse {
  display: flex;
}

.custom_nav-container .navbar-nav .nav-link {
  padding: 10px 15px;
  display: flex;
  align-items: center;
}

/* Search form alignment */
.nav_search_form {
  display: flex;
  align-items: center;
  margin-top: 0;     /* remove any offset */
}

/* Match menu height */
.nav_search_form input {
  height: 38px;
  font-size: 14px;
}

.nav_search_form button {
  height: 38px;
}

/* Mobile view spacing */
@media (max-width: 991px) {
  .ml-auto.d-flex {
    flex-direction: column;
    align-items: stretch;
  }

  .navbar-nav {
    margin-right: 0 !important;
  }

  .nav_search_form {
    margin: 10px 0;
    width: 100%;
  }

  .nav_search_form input {
    width: 100%;
  }
}
.error {
  color: red;
  font-size: 13px;
  display: block;
  margin-bottom: 8px;
}
/* Match select with input style */
.contact_section .contact-form select,
.filter-bar select,
.course_section select {
  appearance: none;              /* Remove default arrow */
  -webkit-appearance: none;
  -moz-appearance: none;

  width: 100%;
  padding: 10px 20px;
  border-radius: 30px;
  border: none;
  outline: none;
  background-color: #ffffff;
  border: 1px solid #133e3f;
  font-size: 14px;
  color: #151515;
  cursor: pointer;

  /* Custom arrow */
  background-image: url("data:image/svg+xml;utf8,<svg fill='%23133e3f' height='20' viewBox='0 0 24 24' width='20' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>");
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 16px;
}

/* Hover effect */
.contact_section .contact-form select:hover {
  border-color: var(--brand);
}

/* Focus effect */
.contact_section .contact-form select:focus {
  box-shadow: 0 0 5px rgba(19, 62, 63, 0.3);
  border-color: var(--brand);
}
/* Option basic styling (limited support) */
select option {
  padding: 10px;
  background-color: #ffffff;
  color: #133e3f;
}

/* Selected option */
select option:checked {
  background-color: #133e3f;
  color: #ffffff;
}


.course-category-filter {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;                 /* reduced gap */
  margin-bottom: 15px;
}

.radio-box {
  cursor: pointer;
  margin: 0;
}

.radio-box input {
  display: none;
}

.radio-box span {
  display: inline-block;
  padding: 6px 14px;        /* reduced padding */
  font-size: 13px;          /* smaller text */
  border-radius: 18px;      /* smaller pill */
  border: 1px solid var(--brand);
  color: var(--brand);
  font-weight: 500;
  white-space: nowrap;      /* prevent breaking */
  transition: 0.2s ease;
  background-color: #3e6a63;
}

.radio-box input:checked + span {
  background-color: #3e6a63;
  color: #fff;
}
.category-label {
  display: block;
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 6px;
  color: #f8f5f5;
}
.location-wrapper {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.form-group {
  display: flex;
  flex-direction: column;
  min-width: 220px;
}

.form-group label {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 5px;
}

.form-group select {
  padding: 6px 10px;
  font-size: 13px;
  border-radius: 6px;
  border: 1px solid #ccc;
  transition: 0.2s ease;
}

.form-group select:focus {
  border-color: var(--brand);
  outline: none;
}