body {
  font-family: 'Raleway', sans-serif;
}

iframe {
  min-height: 500px;
}

ul.list-content,
ol.list-content {
  list-style-type: url('../images/tick.svg');
  list-style-position: inside;
}

ul.list-style,
ol.list-style,
.e-content ul,
.e-content ol {
  list-style-type: revert;
  list-style-position: inside;
}

.list-content li::marker {
  color: #21397d;
  content: url('../images/tick.svg');
  font-size: 12px;
}

.menu li {
  font-weight: 500;
  transition: all 0.2s ease-in-out;
  color: #000;
  text-wrap: auto;
}

.menu li:hover {
  color: #f9c41a;
  text-decoration: underline;
}

.loop .owl-item.center .item {
  transition: transform 0.3s ease-in-out;
}

.linear-bg {
  background: #21397d;
}

.about-section {
  background: rgba(151, 178, 255, 0.21);
}
.important-section {
  background: rgba(249, 196, 26, 0.21);
}

.btn,
.html-content a {
  border-radius: 0.25rem;
  background-color: #21397d;
  color: #ffffff;
  padding: 0.6rem 3rem;
  text-align: center;
  min-width: 18.75rem;
  max-width: fit-content;
}

.outlined-btn {
  font-weight: 700;
  color: #21397d;
  border-radius: 0.25rem;
  border: 1px solid #000;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
  min-width: 18.75rem;
}

.outlined-btn:hover {
  background-color: #f9c41a;
  border: 1px solid #f9c41a;
  color: #fff;
}

.loop .owl-item .item {
  transition: transform 0.3s ease-in-out;
}

.loop .owl-item:not(.center) .item .blug-bg {
  background-color: #000000;
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0.6;
}

.loop .owl-nav {
  position: absolute;
  display: flex;
  top: calc(50% - 50px);
  justify-content: space-between;
  width: 100%;
  margin-top: 0px !important;
  box-sizing: border-box;
  padding: 0px 2rem;
}

.testimonial .owl-nav {
  position: absolute;
  display: flex;
  top: calc(50% - 50px);
  margin-top: 0px !important;
  box-sizing: border-box;
  padding: 0px 2rem;
  width: 100%;
}

.testimonial .owl-item img {
  width: auto !important;
}

.testimonial .owl-nav .owl-prev {
  position: absolute;
  left: -2vw;
}

.testimonial .owl-nav .owl-next {
  position: absolute;
  right: -2vw;
}

.loop .owl-nav .owl-prev,
.loop .owl-nav .owl-next {
  color: #ffffff !important;
  font-size: 50px !important;
  font-weight: 900 !important;
  transition: all 0.3s ease-out;
  background: transparent !important;
}

.owl-nav .owl-prev,
.owl-nav .owl-next {
  color: #21397d !important;
  font-size: 50px !important;
  font-weight: 900 !important;
  transition: all 0.3s ease-out;
  background: transparent !important;
}

table,
th,
td,
.wp-block-table td,
.wp-block-table th {
  border: 0;
}

table {
  /* background-color: rgba(151, 178, 255, 0.21); */
  width: 100%;
  border-collapse: collapse;
  border: 0px;
}

th {
  padding: 10px 15px;
  text-align: center;
  background-color: #21397d;
  color: #fff;
}

td {
  padding: 10px 15px;
}
tr:not(:last-child) {
  border-bottom: 1px solid #21397d;
}

.bg {
  background-color: #21397d;
  box-sizing: border-box;
}

.logo {
  width: 8.6rem;
}

.footer-logo {
  width: 10rem;
}

.bg-color {
  background: #f9c41a;
  min-width: 50%;
}

.copyright-bg {
  background: #f9c41a;
}

.footer-head {
  color: #f9c41a;
  font-size: 16px !important;
}

.footer-text {
  color: #2b0f4f;
}

.max-wid {
  max-width: 80%;
}

.tab-link.active {
  color: #ffffff;
  background-color: #21397d;
  border: 1px solid #21397d;
}

.tab-link {
  color: #21397d;
  background-color: transparent;
  border: 1px solid rgb(225, 224, 224);
}

.tab-link:hover {
  border: 1px solid #f9c41a;
}

.horizontal-tab-link.active {
  border-bottom: 2px solid #f9c41a;
}

.horizontal-tab-link {
  color: #ffffff;
  background-color: transparent;
  border-bottom: 2px solid #fff;
}

.tab-department-link.active {
  color: #ffffff;
  background-color: #21397d;
  border: 1px solid #21397d;
}

.tab-department-link {
  color: #21397d;
  background-color: transparent;
  border: 1px solid rgb(225, 224, 224);
  text-wrap: auto;
}

.tab-department-link:hover {
  border: 1px solid #f9c41a;
}

.tab-content-div {
  border: 1px solid rgb(225, 224, 224);
}

.list-item-div {
  list-style: none;
}

.list-item {
  color: black;
  font-family: 'Raleway', sans-serif;
  font-size: 1rem;
  display: flex !important;
  flex-direction: row;
  align-items: center;
  gap: 0.4rem;
  cursor: pointer;
}

.list-icon {
  color: #21397d;
  font-size: 1.2rem;
  transition: all 0.1s ease-in-out;
}

.list-item:hover .list-icon {
  color: #f9c41a;
}

ul {
  list-style-position: inside !important;
}

.wp-block-list {
  list-style: inherit;
}

ol.breadcrumb li a:hover {
  text-decoration: underline;
}

ol.breadcrumb li {
  white-space: nowrap;
  color: #828488;
}

ol.breadcrumb li:last-child {
  white-space: normal;
  color: #000000;
}

/* Style the labels */
.wpcf7-form .custom-form-label {
  font-weight: bold;
  display: block;
  margin-bottom: 5px;
  color: #21397d;
  font-weight: 700;
  font-family: Raleway;
  font-size: 1rem;
}

/* Style the input fields */
.wpcf7-form input[type='text'],
.wpcf7-form input[type='email'],
.wpcf7-form input[type='tel'],
.wpcf7-form textarea {
  width: 100%;
  padding: 10px;
  margin-bottom: 10px;
  border-radius: 0.375rem;
  border: 1px solid #21397d;
  background: #f5f5f5;
}
.wpcf7-form select {
  /* Remove default arrow */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;

  /* Custom styles */
  background: url(../images/caret-down.svg) no-repeat right 15px center;
  width: 100%;
  padding: 10px;
  margin-bottom: 10px;
  border-radius: 0.375rem;
  border: 1px solid #21397d;
  background-color: #f5f5f5;
}

/* Style the submit button */
.wpcf7-form input[type='submit'] {
  background-color: #21397d;
  color: white;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

.wpcf7-form input[type='submit']:hover {
  background-color: #21397d;
}

input[type='checkbox'] {
  display: none;
}

.chip-container {
  margin-top: 1.4rem;
  margin-bottom: 1.4rem;
}

.chip label {
  padding: 0.6rem 1rem;
  border-radius: 3.125rem;
  border: 2px solid #21397d;
  cursor: pointer;
  color: #21397d;
}

.chip label.selected {
  background: #21397d;
  color: #ffffff;
}

.tab-content ul,
.tab-content ol {
  list-style-type: url('../images/tick.svg');
  list-style-position: inside;
}

.tab-content li::marker {
  color: #21397d;
  content: url('../images/tick.svg');
  font-size: 12px;
}

.news li::marker {
  color: #ffffff;
}

.custom-pagination {
  display: flex;
  justify-content: center; /* Center the pagination */
  margin: 20px 0;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  row-gap: 5px;
}

.custom-pagination .page-number {
  margin: 0 5px;
  padding: 8px 12px;
  border: 1px solid #ddd;
  border-radius: 4px;
  text-decoration: none;
  color: #000;
}

.custom-pagination .prev,
.custom-pagination .next {
  padding: 8px 8px;
  color: #21397d;
  border-radius: 4px;
  margin: 0 5px;
}

.custom-pagination .prev:hover,
.custom-pagination .next:hover {
  text-decoration: underline;
}

.custom-pagination .page-numbers.current .page-number {
  background-color: #21397d;
  color: #fff;
}

.custom-pagination .nav-links {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  row-gap: 5px;
  justify-content: center; /* Center the pagination */
}

.approval-image {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: column;
}

.approval-image img {
  height: auto;
  max-height: 9rem;
  width: auto;
  max-width: 100%;
}

.approval-image figcaption {
  font-size: 1rem;
  font-weight: 500;
  text-align: center;
  color: #6b7280;
}

.videoFrame {
  padding-bottom: 42%;
}

.news-image {
  width: 100%;
  object-fit: cover !important;
}

.dropdown-menu {
  display: none;
  position: absolute;
  background: white;
  left: 0;
  flex-direction: column;
  overflow: hidden;
  border-radius: 4px;
  min-width: max-content;
  max-width: calc(100vw - 16px);
  padding: 0.5rem 0;
  z-index: 999999;
  white-space: nowrap;
  overflow-y: auto;
  max-height: calc(100vh - 180px);
}

.dropdown-menu[data-align='right'] {
  left: auto;
  right: 0;
}

.main-menu-item:hover .dropdown-menu {
  display: flex;
}

.main-menu-item:hover {
  color: rgb(251, 191, 36);
}

.main-menu-item {
  transition: all 0.2s ease-in-out;
}

.sub-menu-item {
  padding: 0.5rem 1rem;
  transition: all 0.3s ease-in-out;
  font-weight: 600;
}

.sub-menu-item:hover {
  color: rgb(30, 64, 175);
  background-color: rgb(221, 221, 221);
}

.fixed-header-margin {
  margin-top: 140px;
}

@media only screen and (min-width: 1301px) {
  .loop .owl-item {
    width: 91vw !important;
  }
}

@media only screen and (max-width: 1279px) and (min-width: 768px) {
  .fixed-header-margin {
    margin-top: 210px;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 1001px) {
  .testimonial .owl-nav {
    width: 100%;
  }

  .outlined-btn {
    min-width: 15.75rem;
  }

  .btn,
  .html-content a {
    min-width: 14rem;
  }
}

@media only screen and (max-width: 1000px) and (min-width: 651px) {
  .testimonial .owl-nav {
    width: 100%;
    left: 0;
  }

  .testimonial .owl-nav .owl-prev {
    position: absolute;
    left: 0;
  }

  .testimonial .owl-nav .owl-next {
    position: absolute;
    right: 0;
  }

  .outlined-btn {
    min-width: auto;
  }

  .btn,
  .html-content a {
    min-width: auto;
  }
}

@media only screen and (max-width: 1300px) and (min-width: 651px) {
  .loop .owl-item {
    padding-left: 1vw;
    padding-right: 1vw;
  }
}

@media (min-width: 992px) {
  .max-lines {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    overflow: hidden;
  }

  .box-1 {
    width: 35%;
  }

  .box-2 {
    width: 65%;
  }

  /*
  .wp-block-heading {
    font-size: 1.8rem;
  } */
}

@media only screen and (max-width: 900px) {
  .main-menu-item:has(a:focus) .dropdown-menu {
    display: flex;
  }

  .image {
    width: 100%;
    height: auto;
    background-color: #21397d;
    padding: 1rem 2rem;
  }

  .wp-block-table table {
    width: auto;
  }
  .wp-container-core-group-is-layout-1.approvals {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
  .wp-container-core-group-is-layout-1 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media only screen and (min-width: 767px) {
  .navbar-nav {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0.5rem 1.25rem;
    flex-wrap: wrap;
    justify-content: flex-end;
  }
}

.carousel-image-sm {
  display: none !important;
}

.carousel-image-md {
  display: block !important;
}

@media only screen and (max-width: 767px) {
  .carousel-image-sm {
    display: block !important;
  }

  .carousel-image-md {
    display: none !important;
  }

  .fixed-header-margin {
    margin-top: 0;
  }

  .dropdown-menu {
    display: none;
    position: relative;
    background: white;
    left: 0;
    flex-direction: column;
    overflow: hidden;
    border-radius: 0px;
    min-width: auto;
    white-space: break-spaces;
  }

  .navbar-nav {
    display: flex;
    flex-direction: column;
    gap: 0.625rem;
    align-items: flex-start;
  }

  .navbar-nav li {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    width: 100%;
  }

  .menu li {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    width: 100%;
  }

  .videoFrame {
    padding-bottom: 57%;
  }
  .wp-container-core-group-is-layout-1.approvals {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
  .wp-container-core-group-is-layout-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }
}

@media only screen and (max-width: 650px) {
  .loop .owl-item {
    box-sizing: border-box;
    margin-right: 0 !important;
  }

  .btn {
    width: 100%;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: auto;
    max-width: auto;
  }

  .testimonial .owl-nav {
    width: 100%;
    left: 0;
  }

  .testimonial .owl-nav .owl-prev {
    position: absolute;
    left: 0;
  }

  .testimonial .owl-nav .owl-next {
    position: absolute;
    right: 0;
  }

  .testimonial .owl-item img {
    width: 100% !important;
  }

  .tab-department-link:hover {
    border: 1px solid #21397d;
  }
}

.content-container {
  max-height: 400px;
  overflow: hidden;
  position: relative;
  transition: max-height 0.3s ease;
}

.truncated {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-clamp: 16;
  -webkit-line-clamp: 16; /* Number of lines shown initially */
  text-overflow: ellipsis;
  overflow: hidden;
}

.read-more-btn {
  display: none; /* Hidden initially */
  margin-top: 10px;
  text-decoration: underline;
}

.content-container.expanded {
  max-height: none; /* Remove height restriction when expanded */
}

.content-container.expanded + .read-more-btn {
  display: inline; /* Show the button in expanded mode */
}

a[aria-haspopup='true']::after,
#custom_department_toggle::after,
#custom_department_toggle_md::after {
  content: '▾'; /* or '▼' */
  font-size: 12px;
  margin-left: 6px;
  color: inherit; /* Inherits text color */
}

.stepper-error-msg {
  color: red;
  font-size: 0.875rem;
  font-weight: 700;
}

.wp-block-file,
p,
figure {
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
}


.comment-respond{
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.comment-form {
    margin-top: 0.5rem;
    margin-bottom: 2rem;
}

.comment-form label {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: bold;
    margin-top: 1rem;
}

.comment-form textarea {
    width: 100%;
    min-height: 150px;
    padding: 0.5rem;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 1rem;
    font-family: inherit;
    resize: vertical;
}

.comment-form input {
    width: 100%;
    padding: 0.5rem;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 1rem;
    font-family: inherit;
}

.comment-form input[type="submit"] {
    max-width: fit-content;
    padding: 0.6rem 2rem;
    border-radius: 4px;
    font-size: 1rem;
    font-family: inherit;
    background-color: #21397d;
    color: #fff;
    margin-top: 1rem;
}

.search-form {
   position: relative;
}

.search-form input[type="search"] {
    width: 100%;
    padding: 0.5rem 4.5rem 0.5rem 0.5rem; /* Add right padding for the icon */
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 1rem;
    font-family: inherit;
    overflow: hidden;
    position: relative;
}

.search-form button {
    position: absolute;
    right: 0;
    top: 1px;
    background-color:#21397d;
    border: none;
    cursor: pointer;
    padding: 0.5rem;
    border-radius: 0 4px 4px 0;
    color: #fff;
}


/* Base comment container */

.comments h2{
  margin-bottom: 1rem;
  margin-top: 2rem;
}

.comment {
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  padding: 1rem;
}

/* Spacing between top-level comments */
.comment:not(:last-child) {
  margin-bottom: 1rem;
}

/* Nested comments */
.comment .children {
  margin-left: 1.5rem;
  margin-top: 1rem;
  padding-left: 1rem;
}

/* Comment body layout */
.comment-body {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

/* Remove list styling */
.comment-list,
.comment .children {
  list-style: none;
  list-style-type: none !important;
  padding-left: 0;
}

/* Meta row */
.comment-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  font-size: 0.875rem;
  color: #4b5563;
}

/* Author info */
.comment-author {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 600;
  color: #111827;
}

.comment-author img {
  width: 36px;
  height: 36px;
  border-radius: 9999px;
}

/* Date */
.comment-metadata time {
  font-size: 0.75rem;
  color: #6b7280;
}

/* Comment content */
.comment-content {
  font-size: 0.95rem;
  line-height: 1.6;
  color: #1f2937;
}

/* Reply + edit row */
.reply {
  margin-top: 0.5rem;
}

.comment-reply-title {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

/* Reply button */
#cancel-comment-reply-link, .comment-reply-link {
  display: inline-block;
  background-color: #21397d;
  color: #fff;
  padding: 0.35rem 0.75rem;
  border-radius: 6px;
  font-size: 0.75rem;
  font-weight: 500;
  text-decoration: none;
  transition: background-color 0.2s ease;
}

#cancel-comment-reply-link:hover, .comment-reply-link:hover {
  background-color: #1a2f66;
}

/* Edit link */
.comment-meta .edit-link a {
  color: #21397d;
  text-decoration: underline;
  font-size: 0.75rem;
}

/* Highlight author comments */
.bypostauthor {
  border-left: 4px solid #21397d;
  background-color: #f0f4ff;
}

/* Mobile tweaks */
@media (max-width: 767px) {
  .comment-meta {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.25rem;
  }

  .comment .children {
    margin-left: 1rem;
  }
}

