header {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 999;
}

header .primary-menu {
  /* display: none; */
  padding-top: 60px;
  position: fixed;
  background: #12344c;
  width: 100%;
  max-width: 400px;
  right: -100%;
  top: 0px;
  z-index: 1;
  height: 100vh;
  /* transition: .8s; */
  max-height: 100vh;
  overflow: scroll;
}

header a {
  color: #fff;
  display: flex;
}

header .primary-menu.active {
  right: 0%;
  overflow: hidden;
}

header .menu-icon {
  display: block;
  border: none;
  background: transparent;
}

header .menu-icon {
  background-color: transparent;
  border: none;
  cursor: pointer;
  display: flex;
  padding: 0;
}

header .menu-icon {
  /* width: 40px;
  z-index: 9; */
  top: 25px;
  position: fixed;
  /* display        : flex; */
  width: 110px;
  z-index: 99999;
  /* justify-content: end; */
  right: 25px;
  display: flex;
  align-items: center;
  gap: 12px;
}

header span.menu-text {
  padding: 15px 30px;
  background: #12344c;
  color: #fff;
  border-radius: 100px 5px 5px 100px;
  font-size: 16px;
  letter-spacing: 1px;
}

header nav ul {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

header nav li {
  width: 100%;
  text-align: center;
  border-bottom: 2px solid #fff;
  padding: 0;
}

header nav a {
  display: inline-block;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 1px;
  padding: 10px 0;
}

header svg {
  display: none;
}

header .close-icon {
  display: none;
}

header nav li:nth-last-child(1) {
  border-bottom: none;
}

header button.menu-icon.opened {
  width: 48px;
}

header button.menu-icon.opened .line {
  fill: none;
  stroke: rgb(255, 255, 255);
}

header button.menu-icon.opened span.menu-text {
  display: none;
}

header button.menu-icon.opened svg {
  display: block;
}

header button.menu-icon.opened .close-icon {
  display: block;
  font-size: 28px;
  color: #fff;
}

.banner {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: relative;
}

.banner video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  height: 100vh;
}

.banner .mobile-banner {
  display: none;
}

.banner video.destop-banner[poster] {
  width: 100%;
  background: url(../upload/banner/poster-desktop.webp);
  background-position: center;
  background-size: cover;
  height: 100vh;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 768px) {
  header .primary-menu {
    transition: all 0.3s linear;
    padding: 60px 20px 0px;
    max-width: 320px;
  }

  .phone-view {
    transition: all 0.3s linear;
  }

  .phone-view.section-move {
    transform: translate3d(-88%, 0px, 0px);
    transition: all 0.2s linear;
    position: relative;
    z-index: 999;
    box-shadow: 4px 0px 11px rgba(174, 174, 174, 0.3882352941);
  }

  .banner .destop-banner {
    display: none;
  }

  .banner .mobile-banner {
    display: block;
    background: url(../upload/banner/home-banner.webp);
    height: 100%;
    width: 100%;
    background-position: center;
    background-size: contain;
  }
}

@media only screen and (max-width: 500px) {
  header {
    /* .primary-menu {
      padding: 60px 20px 0px;
      max-width: 270px;
    } */
  }

  header nav a {
    font-size: 16px;
    font-weight: 500;
  }

  /* 
  body {
    background-color: #111111;
  } */
  .banner {
    height: 80vh;
  }
}

/* ========== copy-right ======= */
.copy-right {
  background-color: #111111;
  color: #ffffff;
  padding: 30px 0px 15px;
}

.copy-right .container {
  text-align: center;
  font-size: 12px;
}

.copy-right a {
  color: #ffffff;
}

.copy-right img {
  width: 120px;
}

.dropdown.open .dropdown-toggle {
  display: block;
  width: 100%;
  background: #1374b9;
}

.dropdown .dropdown-menu {
  display: none;
  transition: all 3s ease-in-out;
}

.dropdown.open .dropdown-menu {
  display: block;
  transition: all 3s cubic-bezier(0.4, 0, 1, 1);
  background: #155989;
}

.dropdown.open .dropdown-menu li {
  border-bottom: 1px solid #e8f2f9;
}

.dropdown.open .dropdown-menu li a {
  font-size: 14px;
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu .submenu-toggle {
  /*display: flex !important;*/
  align-items: center;
  justify-content: space-between;
  padding-right: 15px !important;
}

.dropdown-submenu .submenu-menu {
  display: none;
  background: #12344c;
  padding-left: 15px;
}

.dropdown-submenu .submenu-menu li {
  border-bottom: 1px solid #1c4d70 !important;
}

.dropdown-submenu .submenu-menu li a {
  font-size: 13px !important;
  padding: 8px 10px !important;
  display: block !important;
}

.dropdown-submenu .submenu-menu li:last-child {
  border-bottom: none !important;
}

.dropdown-submenu.open .submenu-menu {
  display: block;
}

.dropdown-submenu.open .submenu-toggle {
  background: #11507d;
}

/* ============= inner pages ========= */
/* ========= header ========== */
.inner-header {
  position: relative;
}

.inner-header .top-header {
  background: #d3d3d3;
  padding: 15px 0px;
}

.inner-header .top-header .main-top-header {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  align-items: center;
}

.inner-header .top-header .item {
  flex-grow: 1;
  width: 33.33%;
  display: flex;
  align-items: center;
  gap: 15px;
  justify-content: center;
}

.inner-header .top-header .details-title {
  display: block;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.inner-header .top-header .details-title a {
  font-size: 14px;
}

.inner-header .top-header a {
  color: #585858;
}

.inner-header .top-header .logo {
  text-align: center;
}

.inner-header .top-header .logo img {
  width: 270px;
}

.inner-header .top-header .icon img {
  width: 48px;
}

.inner-header .bottom-header {
  position: absolute;
  width: 100%;
  padding: 15px 0px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background: rgba(0, 0, 0, 0.4392156863);
}

.inner-header .bottom-header .main-bottom-header {
  width: 100%;
  margin: 0px auto;
}

.inner-header .bottom-header nav ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  row-gap: 10px;
}

.inner-header .bottom-header li {
  border: none;
  width: auto;
  padding: 0px 10px;
  border-left: 2px solid #ccc;
  white-space: nowrap;
}

.inner-header .bottom-header li:nth-child(1) {
  border: none;
}

.inner-header .menu-icon {
  display: none;
}

.inner-header .bottom-header-phone {
  display: none;
}

.inner-dropDown {
  position: relative;
}

.inner-dropDown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 250px;
  /* right               : -78px; */
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background: #2c5987;
  border-radius: 10px;
  overflow: visible;
  padding: 15px 0px;
  transform: translateY(30px);
  transition: all 0.2s linear;
  visibility: hidden;
}

.inner-dropDown-menu ul {
  flex-direction: column !important;
}

.inner-dropDown-menu ul li {
  border: none !important;
  width: 100% !important;
  text-align: start;
}

.inner-dropDown-menu li a {
  padding: 5px 0px !important;
  font-size: 14px;
}

.inner-dropDown:hover .inner-dropDown-menu {
  visibility: visible;
  transform: translateY(0px);
}

.inner-dropDown-submenu {
  position: relative;
}

.inner-dropDown-submenu a {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  padding-right: 15px !important;
}

.inner-submenu-menu {
  position: absolute;
  top: 0;
  left: 100%;
  min-width: 250px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background: #97b4d1;
  border-radius: 10px;
  padding: 15px 0px;
  transform: translateX(10px);
  transition: all 0.2s linear;
  visibility: hidden;
  opacity: 0;
  z-index: 1000;
}

.inner-submenu-menu ul {
  flex-direction: column !important;
}

.inner-submenu-menu ul li {
  border: none !important;
  width: 100% !important;
  text-align: start;
  padding: 0 10px;
}

.inner-submenu-menu li a {
  padding: 5px 0px !important;
  font-size: 14px;
}

.inner-dropDown-submenu:hover .inner-submenu-menu {
  visibility: visible;
  opacity: 1;
  transform: translateX(0px);
}

/* =========== about-sec ======== */
.about-sec .main-about-sec {
  display: flex;
  gap: 40px;
}

.about-sec .about-img {
  width: 40%;
  overflow: hidden;
  border-radius: 15px;
  box-shadow: 1px 1px 15px 0px rgba(204, 204, 204, 0.6196078431);
  display: flex;
}

.about-sec .about-content {
  width: 60%;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

/* ===== footer ======== */
footer {
  background: #12344c;
  color: #fff;
}

footer .top-footer {
  padding: 50px 0px;
}

footer .top-footer .container {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

footer .top-footer .box {
  flex-grow: 1;
}

footer a,
footer p {
  color: #fff;
}

footer ul {
  margin-top: 15px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

footer .contact-footer ul li a {
  display: flex;
  align-items: center;
  gap: 20px;
}

footer .contact-footer i {
  font-size: 24px;
}

footer .social-media {
  margin-top: 20px;
}

footer .bottom-footer {
  background-color: #111111;
  padding: 15px 0px;
  text-align: center;
}

footer .bottom-footer p {
  font-size: 14px;
  line-height: 1.2;
}

footer .bottom-footer img {
  margin-top: 10px;
  width: 90px;
}

footer .social-media {
  display: flex;
  gap: 15px;
  align-items: center;
}

/* ============= Vision & Mission ======== */
.services-content {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.services-content ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 20px;
}

.service-point {
  padding: 0px 0px 0px;
}

.service-point strong a {
  color: #000;
  font-weight: 600;
}

.service-point .main-service-point {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.service-point .main-service-point .imb-box {
  display: flex;
}

.service-point .main-service-point .imb-box img {
  width: 400px;
  border: 4px solid #1374b9;
  box-shadow: 0 0 12px rgba(97, 97, 97, 0.3098039216);
  border-radius: 10px;
}

.service-point ul {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.vision {
  text-align: center;
  background-color: #ccc;
}

.two-col .main-two-col {
  display: flex;
  gap: 30px;
}

.two-col .two-col-img {
  width: 40%;
  display: flex;
  overflow: hidden;
  border-radius: 15px;
  box-shadow: 1px 1px 15px 0px rgba(204, 204, 204, 0.6196078431);
  text-align: center;
}

.two-col .two-col-content {
  width: 60%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.li-style {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.li-style li {
  display: flex;
  gap: 10px;
}

/* ======= acceditation ======== */
.acceditation .two-col:nth-child(1) {
  background: #f5f5f5;
}

.acceditation .two-col-img {
  align-items: center;
  justify-content: center;
  box-shadow: none;
}

.acceditation .two-col-img img {
  width: 170px;
}

.acceditation .two-col-img:nth-child(2) img {
  width: 300px;
}

/* ============ regulatory ========== */
.regulatory .two-col-content h5 {
  margin-bottom: 20px;
}

.regulatory .two-col-content a {
  color: #000;
  text-decoration: underline;
}

.facility .two-col:nth-child(1) {
  background: #f5f5f5;
}

.career .two-col:nth-child(odd) {
  background: #f5f5f5;
}

.contract .two-col:nth-child(1) {
  background: #f5f5f5;
}

.news .two-col:nth-child(1) {
  background: #f5f5f5;
}

.services .two-col .two-col-img {
  border-radius: 0;
  box-shadow: none;
  text-align: none;
}

.services .two-col .two-col-img img {
  -o-object-fit: contain;
  object-fit: contain;
}

.section-group:nth-child(odd) {
  background-color: #ebebeb;
}

.table-sec {
  margin-top: 20px;
}

.table-sec table,
.table-sec th,
.table-sec td {
  border: 1px solid black;
  border-collapse: collapse;
}

.table-sec h5 {
  margin-bottom: 10px;
}

.table-sec table {
  width: 70%;
}

.table-sec td {
  padding: 5px 30px;
}

.testimonial h5,
.testimonial p {
  text-align: center;
}

.testimonial .main-testimonial {
  display: flex;
  margin-top: 30px;
  gap: 30px;
}

.testimonial .main-testimonial .item {
  flex-basis: 400;
  flex-grow: 1;
  width: 33.33%;
  background-color: #e2e2e2;
  border-radius: 10px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  border: 1px solid #ccc;
  gap: 10px;
}

.testimonial .main-testimonial .item p {
  text-align: start;
}

.client-survey h5,
.client-survey p {
  text-align: center;
}

.client-survey iframe {
  width: 100%;
  height: 100%;
}

.client-survey .main-client-feedback {
  margin-top: 30px;
  padding: 20px;
  background: #ebebeb;
  border-radius: 20px;
}

.client-survey .main-client-feedback .survey-table th,
.client-survey .main-client-feedback .survey-table td {
  padding: 5px 10px;
  text-align: start;
}

.client-survey .main-client-feedback .survey-table .box {
  margin-top: 15px;
}

.client-survey .main-client-feedback .survey-table thead tr {
  border-bottom: 1px solid #000000;
}

.client-survey .main-client-feedback .survey-table thead th:nth-child(4) {
  width: 115px;
}

.client-survey .user-details {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

form label {
  display: block;
  margin-bottom: 10px;
}

form label span {
  color: red;
}

form input,
form textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

form .box-group {
  display: flex;
  gap: 20px;
}

form .box-group .box {
  width: 50%;
}

form input[type=submit] {
  width: 170px;
  padding: 15px 20px;
  font-size: 16px;
  background-color: #12344c;
  color: #fff;
}

.request .main-request-information {
  margin-top: 30px;
  background: #f3f3f3;
  padding: 20px;
  border: 1px solid #ccc;
  border-radius: 10px;
}

.contact-us .main-contact {
  display: flex;
  gap: 40px;
}

.contact-us .contact-details {
  width: 50%;
}

.contact-us .contact-details .item {
  display: flex;
  gap: 15px;
  margin: 25px 0px;
}

.contact-us .contact-details .item a {
  color: #2b2b2b;
}

.contact-us .contact-form {
  width: 50%;
}

.contact-us .contact-form form {
  padding: 20px;
  background: #e9e9e9;
  border-radius: 15px;
}

.map-sec {
  display: flex;
}

.map-sec iframe {
  width: 100%;
  height: 350px;
}

/* ============ blog ============ */
.blogs .blog-content {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  grid-gap: 20px;
  align-items: stretch;
  width: 70%;
}

.blogs .blog-item-img {
  display: flex;
}

.blogs .blog-item-img a {
  display: flex;
}

.blogs .blog-item {
  background: #2c5987;
  position: relative;
  border: 1px solid #ccc;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0px 0px 10px 0px rgba(204, 204, 204, 0.5882352941);
}

.blogs .blog-date {
  position: absolute;
  top: 0px;
  background: #085993;
  color: #fff;
  padding: 5px;
}

.blogs .blog-item-title {
  padding: 10px;
}

.blogs .blog-item-title a {
  color: #fff;
}

.blogs .blog-item-title h6 {
  font-size: 18px;
  font-weight: 500;
}

.blogs .blog-item-title .read-more {
  display: inline-block;
  margin-top: 10px;
  transition: all 0.2s linear;
}

.blogs .blog-item-title .read-more:hover {
  text-decoration: underline;
}

.recent-post {
  width: 30%;
}

.recent-post h5 {
  padding-bottom: 20px;
  border-bottom: 2px solid #2c5987;
  margin-bottom: 20px;
}

.recent-post .recent-post-warp {
  display: flex;
  gap: 15px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
}

.recent-post .recent-post-warp .recent-post-img {
  display: flex;
  width: 40%;
  border-radius: 8px;
  border: 1px solid #ccc;
  overflow: hidden;
}

.recent-post .recent-post-warp .recent-post-img a {
  display: flex;
}

.recent-post .recent-post-warp .recent-post-content {
  width: 60%;
}

.recent-post .recent-post-warp .recent-post-content p {
  font-size: 14px;
  line-height: normal;
}

.recent-post .recent-post-warp .recent-post-content a {
  color: #000;
}

.recent-post .recent-post-warp .recent-post-content .recent-date {
  font-size: 14px;
  font-weight: 600;
}

.main-blog-section {
  display: flex;
  gap: 40px;
}

.blog-details {
  width: 70%;
}

.blog-details .blog-detail-img {
  border: 1px solid #ccc;
  border-radius: 10px;
  overflow: hidden;
  margin-top: 20px;
}

.blog-details .blog-detail-blog {
  padding: 8px 10px;
  background: #085993;
  display: inline-block;
  color: #fff;
  margin: 20px 0px;
}

.blog-details .blog-detail-content {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.section-group {
  background: #e1e1e1;
}

.radio-group input {
  width: auto;
}

.radio-group label {
  display: flex;
  align-items: center;
  gap: 10px;
}

.-io-13 {
  color: #ffffff !important;
}

.navigator p {
  font-size: 20px;
}

.css-14 {
  color: #ffffff !important;
}

.-r-9 {
  background: #989898 !important;
}

.sitemap {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  align-items: stretch;
  gap: 20px;
}

.sitemap a {
  padding: 20px;
  background: #085993;
  color: #fff;
  display: block;
}

/*# sourceMappingURL=style.css.map */
.banner-content h3 span {
  text-transform: lowercase;
}

/* FAQ Section Styles */
.section_padding {
  padding: 80px 0;
}

.faq_accordion {
  max-width: 970px;
  display: block;
  margin: 0 auto;
}

.title_area {
  margin-bottom: 40px;
  position: relative;
  z-index: 1;
  text-align: center;
}

.animate_title {
  position: relative;
  font-size: 32px;
  font-weight: 700;
  color: #000;
  padding-bottom: 20px;
  display: inline-block;
  opacity: 0;
  transform: translateY(30px);
}

.animate_title::before,
.animate_title::after {
  content: "";
  position: absolute;
  height: 3px;
  width: 50px;
  background-color: red;
  bottom: 0;
  transition: 0.4s ease;
}

.animate_title::before {
  left: 0;
}

.animate_title::after {
  right: 0;
}

.animate_title:hover::before,
.animate_title:hover::after {
  width: 80px;
  background-color: #ff6b35;
}

/* Accordion Styles */
.accordion_card {
  transition: 0.4s ease-in-out;
  overflow: hidden;
  /* background-color: #f0ebeb; */
  position: relative;
  z-index: 3;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  margin-bottom: 24px;
}

.accordion_header {
  position: relative;
}

.accordion_button {
  width: 100%;
  font-size: 18px;
  font-weight: 600;
  border: 0;
  color: #000;
  background-color: #ffffff;
  letter-spacing: 0.02em;
  padding: 24px 60px 24px 48px;
  text-align: left;
  transition: 0.3s;
  position: relative;
  border-radius: 8px 8px 0 0;
  cursor: pointer;
  display: flex;
  align-items: center;
}

.accordion_button.active {
  color: #000;
  /* background-color: #f0ebeb; */
  padding-bottom: 15px;
}

.accordion_button h1,
.accordion_button h2,
.accordion_button h3 {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
  color: inherit;
}

.accordion_button::after {
  content: "+";
  position: absolute;
  right: 30px;
  font-size: 20px;
  font-weight: 500;
  color: red;
  transition: 0.3s ease-in-out;
}

.accordion_button.active::after {
  content: "−";
  color: orangered;
}

.accordion_collapse {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
}

.accordion_collapse.show {
  max-height: 1000px;
  /* Adjust based on content */
}

.accordion_body {
  padding: 0 48px 0px;
  border-radius: 0 0 8px 8px;
}

.faq_text {
  /* margin-bottom: 15px; */
  color: #000;
  line-height: 1.6;
  margin: 10px 0px;
}

.faq_text ul {
  margin-top: 10px;
  padding-left: 20px;
}

.accordion_body ul li {
  margin-bottom: 8px;
  color: #111111;
}

.faq_text a {
  color: orangered;
  text-decoration: none;
  font-weight: 600;
}

.faq_text a:hover {
  text-decoration: underline;
}

/* Animation */
@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.rthas-content {
  padding: 2.5rem;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  border-radius: 12px;
  margin-bottom: 2rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0.8rem;
  width: 100%;
  background: white;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.rthas-content:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}

.rthas-title {
  font-size: 1.8rem;
  font-weight: 700;
  color: #09253F;
  margin-bottom: 0.5rem;
  padding-bottom: 0.5rem;
  border-bottom: 3px solid #266688 !important;
  width: 100%;
}

.rthas-content p {
  margin-bottom: 0;
  color: #494949;
  font-size: 1.05rem;
  line-height: 1.7;
}

.rthas-content a {
  color: #1a4b78;
  text-decoration: none;
  font-weight: 600;
  transition: color 0.3s;
}

.rthas-content a:hover {
  color: #4CAF50;
  text-decoration: underline;
}

.rthas-content b {
  color: #09253F;
  font-weight: 700;
}

.summary_table {
  width: 100%;
  margin-top: 1.5rem;
}

.summary_table h4 {
  font-size: 1.5rem;
  color: #09253F;
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid #266688;
}

.table-responsive {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.styled_table {
  width: 100%;
  min-width: 600px;
  border-collapse: collapse;
  border-radius: 12px;
  overflow: hidden;
  font-family: Arial, sans-serif;
}

.styled_table thead {
  background: #09253F;
  color: #fff;
  text-align: left;
}

.styled_table th,
.styled_table td {
  padding: 16px 20px;
  font-size: 16px;
  word-wrap: break-word;
}

.styled_table tbody tr:nth-child(even) {
  background: #f9f9f9;
}

.styled_table tbody tr:nth-child(odd) {
  background: #fff;
}

.styled_table tbody tr:hover {
  background: #e9f2ff;
  transition: 0.3s;
}



/* Animation for content */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.rthas-content {
  animation: fadeIn 0.6s ease-out;
}

/* Responsive adjustments */
@media (max-width: 768px) {


  .rthas-content {
    padding: 1.5rem;
  }

  .rthas-title {
    font-size: 1.5rem;
  }


}

.inner-banner h1 {
  text-transform: uppercase;
}

h1 {
  font-size: 35px;
  color: #fff;
  letter-spacing: 2px;
}


.blog-detail-title h1 {
  color: #000;
}

/*--------------------------------------------------
    Meat & Poultry Testing Page
--------------------------------------------------*/
.meat-poultry-testing-page {
  background-color: #f8fafc;
}

.meat-poultry-testing-page h2 {
  font-size: 26px;
  color: #085993;
  margin-bottom: 20px;
  font-weight: 700;
  border-left: 4px solid #085993;
  padding-left: 15px;
  line-height: 1.2;
  letter-spacing: 0.5px;
}

/* Hero Section Styles */
.mpt-hero-section {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 40px;
  align-items: center;
  margin-bottom: 40px;
  background: #ffffff;
  border: 1px solid #eef2f6;
  border-radius: 16px;
  padding: 40px;
  box-shadow: 0 10px 30px rgba(9, 37, 63, 0.04);
}

.mpt-lead {
  font-size: 19px;
  line-height: 30px;
  font-weight: 600;
  color: #09253F;
  margin-bottom: 20px;
}

.mpt-hero-text p {
  font-size: 16px;
  line-height: 26px;
  color: #4b5563;
  margin-bottom: 15px;
}

.mpt-hero-text p:last-child {
  margin-bottom: 0;
}

.mpt-hero-image {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
  border: 5px solid #ffffff;
  outline: 1px solid #e2e8f0;
  height: 320px;
}

.mpt-hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Products Box */
.mpt-products-box {
  background: #ffffff;
  border-radius: 16px;
  padding: 40px;
  margin-bottom: 40px;
  border: 1px solid #eef2f6;
  border-left: 6px solid #085993;
  box-shadow: 0 10px 30px rgba(9, 37, 63, 0.04);
}

.mpt-box-title {
  font-size: 18px;
  font-weight: 700;
  color: #085993;
  margin-bottom: 20px !important;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.mpt-box-footer {
  font-size: 16px;
  font-weight: 600;
  color: #09253F;
  margin-top: 20px !important;
  margin-bottom: 0 !important;
  background: #f0f7fc;
  display: inline-block;
  padding: 8px 16px;
  border-radius: 6px;
  border-left: 3px solid #085993;
}

.mpt-bullet-list, .mpt-checklist, .mpt-questions-list, .mpt-bullet-list-blue, .mpt-bullet-list-orange {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.mpt-bullet-list li, .mpt-checklist li, .mpt-questions-list li, .mpt-bullet-list-blue li, .mpt-bullet-list-orange li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 14px;
  font-size: 15px;
  line-height: 24px;
  color: #4b5563;
}

.mpt-bullet-list li:last-child, .mpt-checklist li:last-child, .mpt-questions-list li:last-child, .mpt-bullet-list-blue li:last-child, .mpt-bullet-list-orange li:last-child {
  margin-bottom: 0;
}

.mpt-bullet-list li::before {
  content: "\f105";
  font-family: "Font Awesome 6 Free", "Font Awesome 5 Free", sans-serif;
  font-weight: 900;
  position: absolute;
  left: 0;
  color: #085993;
  font-size: 16px;
  line-height: 1;
  top: 4px;
}

.mpt-checklist li::before {
  content: "\f00c";
  font-family: "Font Awesome 6 Free", "Font Awesome 5 Free", sans-serif;
  font-weight: 900;
  position: absolute;
  left: 0;
  color: #085993;
  font-size: 14px;
  line-height: 1;
  top: 5px;
}

.mpt-questions-list li::before {
  content: "\f059";
  font-family: "Font Awesome 6 Free", "Font Awesome 5 Free", sans-serif;
  font-weight: 900;
  position: absolute;
  left: 0;
  color: #085993;
  font-size: 14px;
  line-height: 1;
  top: 5px;
}

.mpt-bullet-list-blue li::before {
  content: "\f101";
  font-family: "Font Awesome 6 Free", "Font Awesome 5 Free", sans-serif;
  font-weight: 900;
  position: absolute;
  left: 0;
  color: #085993;
  font-size: 12px;
  line-height: 1;
  top: 6px;
}

.mpt-bullet-list-orange li::before {
  content: "\f101";
  font-family: "Font Awesome 6 Free", "Font Awesome 5 Free", sans-serif;
  font-weight: 900;
  position: absolute;
  left: 0;
  color: #085993;
  font-size: 12px;
  line-height: 1;
  top: 6px;
}

/* Two Column Layout */
.mpt-grid-two {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 30px;
  margin-bottom: 40px;
}

.mpt-card {
  background: #ffffff;
  border: 1px solid #eef2f6;
  border-radius: 16px;
  padding: 40px;
  box-shadow: 0 10px 30px rgba(9, 37, 63, 0.04);
}

.mpt-card-who {
  border-top: 6px solid #085993;
}

.mpt-card-why {
  border-top: 6px solid #085993;
}

.mpt-subheading {
  font-weight: 600;
  color: #09253F;
  margin-bottom: 20px;
  font-size: 16px;
}

.mpt-objectives {
  border-left: 4px solid #085993;
  padding-left: 20px;
  margin-top: 25px;
  font-style: italic;
  background: #f0f7fc;
  padding-top: 15px;
  padding-bottom: 15px;
  border-radius: 0 8px 8px 0;
}

.mpt-objectives p {
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 24px;
  color: #09253F;
  font-weight: 500;
}

.mpt-objectives p:last-child {
  margin-bottom: 0;
}

/* Section Card Styles */
.mpt-section-card {
  background: #ffffff;
  border: 1px solid #eef2f6;
  border-radius: 16px;
  padding: 40px;
  margin-bottom: 40px;
  box-shadow: 0 10px 30px rgba(9, 37, 63, 0.04);
}

.mpt-intro {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 20px;
  color: #4b5563;
}

/* Pathogens Grid */
.mpt-pathogens-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
  margin-top: 25px;
}

.mpt-pathogen-item {
  background: #f8fafc;
  border: 1px solid #eef2f6;
  border-radius: 12px;
  padding: 25px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  border-bottom: 3px solid #e2e8f0;
}

.mpt-pathogen-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 25px rgba(9, 37, 63, 0.06);
  border-color: #085993;
  border-bottom-color: #085993;
}

.mpt-pathogen-item h3 {
  font-size: 18px;
  color: #085993;
  margin-bottom: 12px;
  font-weight: 700;
  font-style: italic;
  line-height: 1.3;
}

.mpt-pathogen-item p {
  font-size: 14px;
  line-height: 22px;
  color: #6b7280;
  margin-bottom: 0;
}

/* Food Microbiology styles */
.mpt-microbiology-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 15px;
  margin-top: 25px;
  margin-bottom: 25px;
  padding-left: 0;
  list-style: none;
}

.mpt-microbiology-list li {
  background: #f0f7fc;
  border: 1px solid #d0e1fd;
  color: #085993;
  padding: 16px 20px;
  text-align: center;
  border-radius: 10px;
  font-weight: 700;
  font-size: 15px;
  margin-bottom: 0;
  box-shadow: 0 4px 10px rgba(8, 89, 147, 0.04);
}

.mpt-footer-text {
  font-size: 15px;
  color: #4b5563;
  margin-top: 20px;
  font-weight: 600;
  background: #f8fafc;
  display: inline-block;
  padding: 8px 16px;
  border-radius: 6px;
  border-left: 3px solid #085993;
}

/* Environmental & Shelf Life Section */
.mpt-env-section {
  border-top: 6px solid #085993;
}

.mpt-subcard {
  background: #f8fafc;
  border: 1px solid #eef2f6;
  border-radius: 12px;
  padding: 30px;
  height: 100%;
}

.mpt-subcard h3 {
  font-size: 17px;
  font-weight: 700;
  color: #085993;
  margin-bottom: 20px;
  line-height: 1.4;
}

/* Common Risks style */
.mpt-risks-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 25px;
}

.mpt-risk-tag {
  background: #f0f7fc;
  border: 1px solid #d0e1fd;
  color: #085993;
  padding: 12px 24px;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 700;
  box-shadow: 0 4px 10px rgba(8, 89, 147, 0.04);
  transition: all 0.2s ease;
}

.mpt-risk-tag:hover {
  transform: scale(1.03);
  background: #e9f2ff;
  border-color: #a5c7fc;
}

/* Positive Result Section style */
.mpt-positive-result-section {
  border-left: 6px solid #085993;
  background: #f8fafc;
  border-top: 1px solid #eef2f6;
  border-right: 1px solid #eef2f6;
  border-bottom: 1px solid #eef2f6;
}

.mpt-positive-result-section h2 {
  color: #085993;
  border-left: none;
  padding-left: 0;
}

.mpt-steps-list {
  list-style: none;
  counter-reset: mpt-step-counter;
  padding-left: 0;
  margin-top: 25px;
  margin-bottom: 25px;
}

.mpt-steps-list li {
  position: relative;
  padding-left: 50px;
  margin-bottom: 20px;
  font-size: 15px;
  line-height: 24px;
  color: #333;
  font-weight: 500;
}

.mpt-steps-list li:last-child {
  margin-bottom: 0;
}

.mpt-steps-list li::before {
  counter-increment: mpt-step-counter;
  content: counter(mpt-step-counter);
  position: absolute;
  left: 0;
  top: -2px;
  width: 30px;
  height: 30px;
  background-color: #085993;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 30px;
  font-size: 14px;
  font-weight: 700;
  box-shadow: 0 4px 10px rgba(8, 89, 147, 0.2);
}

.mpt-highlight-box {
  background: #f0f7fc;
  padding: 16px 20px;
  border-radius: 8px;
  font-weight: 700;
  color: #085993;
  margin-top: 25px;
  font-size: 15px;
  display: inline-block;
  border-left: 3px solid #085993;
}

/* Related card styling */
.mpt-related-card h2 {
  font-size: 20px;
  color: #085993;
  margin-bottom: 20px;
  font-weight: 700;
  border-left: none;
  padding-left: 0;
}

/* Internal Linking Styling */
.mpt-linking-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
  margin-top: 25px;
}

.mpt-linking-item {
  background: #f8fafc;
  border: 1px solid #eef2f6;
  border-radius: 12px;
  padding: 20px 25px;
  border-left: 3px solid #cbd5e1;
}

.mpt-linking-item strong {
  display: block;
  font-size: 15px;
  color: #085993;
  margin-bottom: 6px;
}

.mpt-linking-item span {
  display: block;
  font-size: 13px;
  color: #6b7280;
  font-style: italic;
}

/* CTA Section Styles */
.mpt-cta-section {
  background: linear-gradient(135deg, #12344c 0%, #09253F 100%);
  color: #ffffff;
  padding: 60px 50px;
  border-radius: 16px;
  text-align: center;
  margin-top: 60px;
  box-shadow: 0 15px 35px rgba(9, 37, 63, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.05);
}

.mpt-cta-section h2 {
  color: #ffffff;
  font-size: 32px;
  margin-bottom: 25px;
  font-weight: 700;
  letter-spacing: 0.5px;
  line-height: 1.3;
}

.mpt-cta-section p {
  color: #e2e8f0;
  max-width: 850px;
  margin: 0 auto 25px;
  font-size: 16px;
  line-height: 28px;
}

.mpt-cta-section .mpt-cta-footer {
  color: #b1c6ff;
  font-weight: 700;
  margin-bottom: 0;
  font-size: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 25px;
  margin-top: 25px;
}

/* Responsive CSS */
@media (max-width: 991px) {
  .mpt-hero-section {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .mpt-hero-image {
    height: 280px;
    max-width: 450px;
    margin: 0 auto;
  }
}

@media (max-width: 768px) {
  .mpt-grid-two {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .mpt-hero-card, .mpt-section-card, .mpt-card, .mpt-hero-section, .mpt-products-box {
    padding: 30px 20px;
  }
  .meat-poultry-testing-page h2 {
    font-size: 22px;
  }
  .mpt-cta-section {
    padding: 40px 20px;
  }
  .mpt-cta-section h2 {
    font-size: 24px;
  }
}

/* Modern Premium Design Styles for Water & Food Testing Services Pages */
.pbr-water-page, .pbr-food-page {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    color: #2d3748;
    background-color: #f8fafc;
}

/* Hero / Content Section Styling */
.pbr-hero-section-wrap {
    background: #ffffff;
    padding: 60px 0;
    border-bottom: 1px solid #e2e8f0;
}
.pbr-hero-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
    align-items: center;
}
@media (min-width: 992px) {
    .pbr-hero-grid {
        grid-template-columns: 1.2fr 0.8fr;
    }
}
.pbr-hero-text-content h1 {
    color: #0b2545 !important;
    font-size: 2.2rem;
    font-weight: 800;
    line-height: 1.25;
    margin-bottom: 20px;
}
@media (min-width: 768px) {
    .pbr-hero-text-content h1 { font-size: 2.5rem; }
}
.pbr-hero-desc-text p {
    font-size: 1.05rem;
    line-height: 1.7;
    color: #4a5568;
    margin-bottom: 15px;
}
.pbr-hero-image-box {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 12px 30px rgba(11, 37, 69, 0.12);
    border: 4px solid #ffffff;
}
.pbr-hero-image-box img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    transition: transform 0.5s ease;
}
.pbr-hero-image-box:hover img {
    transform: scale(1.03);
}

.pbr-hero-actions {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    margin-top: 25px;
}
.btn-pbr-primary {
    background: #0077b6;
    color: #ffffff !important;
    padding: 12px 26px;
    border-radius: 8px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 14px rgba(0, 119, 182, 0.3);
    display: inline-flex;
    align-items: center;
    gap: 8px;
}
.btn-pbr-primary:hover {
    background: #0b2545;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(11, 37, 69, 0.4);
}
.btn-pbr-secondary {
    background: #f1f5f9;
    color: #0b2545 !important;
    padding: 12px 26px;
    border-radius: 8px;
    font-weight: 600;
    text-decoration: none;
    border: 1px solid #cbd5e1;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}
.btn-pbr-secondary:hover {
    background: #e2e8f0;
    transform: translateY(-2px);
}

/* Section Styling */
.pbr-section {
    padding: 70px 0;
}
.pbr-section-header {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 50px;
}
.pbr-section-tag {
    color: #0077b6;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-size: 0.85rem;
    margin-bottom: 10px;
    display: block;
}
.pbr-section-title {
    font-size: 2.1rem;
    font-weight: 800;
    color: #0b2545;
    line-height: 1.3;
    margin-bottom: 15px;
}
.pbr-section-subtitle {
    font-size: 1.05rem;
    color: #4a5568;
    line-height: 1.6;
}

/* Grid for Water Testing Services */
.pbr-services-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
}
@media (min-width: 992px) {
    .pbr-services-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Service Card Layout with Images */
.pbr-service-card {
    background: #ffffff;
    border-radius: 16px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.pbr-service-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 30px rgba(11, 37, 69, 0.1);
    border-color: #cbd5e1;
}
.pbr-card-media {
    height: 350px;
    overflow: hidden;
    position: relative;
}
.pbr-card-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}
.pbr-service-card:hover .pbr-card-media img {
    transform: scale(1.05);
}
.pbr-card-body-content {
    padding: 30px;
}
.pbr-card-header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 2px solid #edf2f7;
}
.pbr-card-icon {
    width: 44px;
    height: 44px;
    border-radius: 10px;
    background: #e0f2fe;
    color: #0077b6;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    flex-shrink: 0;
}
.pbr-card-title {
    font-size: 1.35rem;
    font-weight: 700;
    color: #0b2545;
    margin: 0;
    line-height: 1.3;
}
.pbr-card-title a {
    color: #0b2545;
    text-decoration: none;
    transition: color 0.2s ease;
}
.pbr-card-title a:hover {
    color: #0077b6;
}


.pbr-card-block {
    margin-bottom: 22px;
}
.pbr-block-label {
    font-size: 0.88rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #0077b6;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 8px;
}
.pbr-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.pbr-list-item {
    position: relative;
    padding-left: 24px;
    margin-bottom: 8px;
    font-size: 0.96rem;
    color: #334155;
    line-height: 1.5;
}
.pbr-list-item::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    color: #00a8e8;
    font-weight: 800;
}
.pbr-list-subdesc {
    font-size: 0.88rem;
    color: #64748b;
    margin-top: 3px;
    font-style: italic;
    line-height: 1.4;
}

/* Grouped parameters styling for Water Chemistry */
.pbr-chem-group {
    background: #f8fafc;
    border-radius: 8px;
    padding: 12px 15px;
    margin-bottom: 10px;
    border-left: 3px solid #0077b6;
}
.pbr-chem-group-title {
    font-weight: 700;
    color: #0b2545;
    font-size: 0.92rem;
    margin-bottom: 4px;
}
.pbr-chem-group-items {
    font-size: 0.88rem;
    color: #475569;
}

.pbr-card-footer {
    padding: 15px 30px 25px;
    border-top: 1px dashed #e2e8f0;
    background: #fafcfd;
}
.pbr-internal-link {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    gap: 10px;
    background: linear-gradient(135deg, #e0f2fe 0%, #bae6fd 100%);
    color: #0077b6 !important;
    font-weight: 700;
    font-size: 0.95rem;
    padding: 12px 20px;
    border-radius: 10px;
    text-decoration: none;
    border: 1px solid #7dd3fc;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    box-shadow: 0 2px 8px rgba(0, 119, 182, 0.08);
}
.pbr-internal-link:hover {
    background: linear-gradient(135deg, #0077b6 0%, #0b2545 100%);
    color: #ffffff !important;
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(0, 119, 182, 0.3);
    border-color: #0077b6;
}
.pbr-internal-link i {
    transition: transform 0.3s ease;
    font-size: 0.9rem;
}
.pbr-internal-link:hover i {
    transform: translateX(5px);
}


/* Industries We Support Section */
.pbr-industries-section {
    background: #edf2f7;
}
.pbr-industries-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
}
@media (min-width: 576px) {
    .pbr-industries-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 992px) {
    .pbr-industries-grid { grid-template-columns: repeat(3, 1fr); }
}
.pbr-industry-card {
    background: #ffffff;
    border-radius: 12px;
    padding: 28px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.03);
    border: 1px solid #e2e8f0;
    transition: all 0.3s ease;
}
.pbr-industry-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.08);
    border-color: #0077b6;
}
.pbr-industry-title {
    font-size: 1.2rem;
    font-weight: 700;
    color: #0b2545;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.pbr-industry-title i {
    color: #0077b6;
}

/* Why PBR Section */
.pbr-why-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 25px;
}
@media (min-width: 768px) {
    .pbr-why-grid { grid-template-columns: repeat(2, 1fr); }
}
.pbr-why-card {
    background: #ffffff;
    border-radius: 12px;
    padding: 30px;
    border-left: 4px solid #00a8e8;
    box-shadow: 0 4px 15px rgba(0,0,0,0.03);
    transition: all 0.3s ease;
}
.pbr-why-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.06);
}
.pbr-why-card-title {
    font-size: 1.15rem;
    font-weight: 700;
    color: #0b2545;
    margin-bottom: 8px;
}
.pbr-why-card-desc {
    color: #4a5568;
    font-size: 0.98rem;
    line-height: 1.6;
    margin: 0;
}

/* CTA Section Styling */
.pbr-cta-section {
    background: linear-gradient(135deg, #0b2545 0%, #134074 100%);
    color: #ffffff;
    padding: 70px 0;
    text-align: center;
    position: relative;
}
.pbr-cta-container {
    max-width: 850px;
    margin: 0 auto;
}
.pbr-cta-title {
    color: #ffffff !important;
    font-size: 2.2rem;
    font-weight: 800;
    margin-bottom: 20px;
}
.pbr-cta-text {
    font-size: 1.08rem;
    line-height: 1.7;
    color: #e2e8f0;
    margin-bottom: 15px;
}
.pbr-cta-tagline {
    font-size: 1.15rem;
    font-weight: 700;
    color: #38bdf8;
    margin-top: 25px;
    margin-bottom: 35px;
    letter-spacing: 0.5px;
}
.pbr-cta-actions {
    display: flex;
    gap: 15px;
    justify-content: center;
    flex-wrap: wrap;
}
.btn-pbr-cta-primary {
    background: #00a8e8;
    color: #ffffff !important;
    padding: 14px 30px;
    border-radius: 8px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 14px rgba(0, 168, 232, 0.4);
    display: inline-flex;
    align-items: center;
    gap: 8px;
}
.btn-pbr-cta-primary:hover {
    background: #0077b6;
    transform: translateY(-2px);
}
.btn-pbr-cta-secondary {
    background: rgba(255, 255, 255, 0.12);
    color: #ffffff !important;
    padding: 14px 30px;
    border-radius: 8px;
    font-weight: 600;
    text-decoration: none;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}
.btn-pbr-cta-secondary:hover {
    background: rgba(255, 255, 255, 0.25);
    transform: translateY(-2px);
}

/* Extra Component Styles for Food & Lab Hub Pages */
.pbr-qa-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 30px;
}
@media (min-width: 768px) {
    .pbr-qa-grid { grid-template-columns: repeat(2, 1fr); }
}
.pbr-qa-card {
    background: #ffffff;
    border-radius: 12px;
    padding: 24px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 4px 12px rgba(0,0,0,0.03);
    border-top: 3px solid #0077b6;
    transition: all 0.3s ease;
}
.pbr-qa-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.07);
}
.pbr-qa-question {
    font-size: 1.1rem;
    font-weight: 700;
    color: #0b2545;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 8px;
}
.pbr-qa-answer {
    color: #4a5568;
    font-size: 0.96rem;
    line-height: 1.6;
    margin: 0;
}

.pbr-risk-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
}
@media (min-width: 576px) {
    .pbr-risk-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 992px) {
    .pbr-risk-grid { grid-template-columns: repeat(3, 1fr); }
}
.pbr-risk-card {
    background: #ffffff;
    border-radius: 12px;
    padding: 25px;
    border: 1px solid #fed7aa;
    background: linear-gradient(135deg, #ffffff 0%, #fff7ed 100%);
    box-shadow: 0 4px 12px rgba(234, 88, 12, 0.04);
    transition: all 0.3s ease;
}
.pbr-risk-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(234, 88, 12, 0.1);
}
.pbr-risk-title {
    font-size: 1.15rem;
    font-weight: 700;
    color: #c2410c;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    gap: 8px;
}
.pbr-risk-desc {
    color: #431407;
    font-size: 0.95rem;
    line-height: 1.5;
    margin: 0;
}

.pbr-faq-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
}
@media (min-width: 768px) {
    .pbr-faq-grid { grid-template-columns: repeat(2, 1fr); }
}
.pbr-faq-card {
    background: #ffffff;
    border-radius: 12px;
    padding: 24px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 2px 10px rgba(0,0,0,0.03);
    transition: all 0.3s ease;
}
.pbr-faq-card:hover {
    border-color: #0077b6;
    box-shadow: 0 6px 18px rgba(0,119,182,0.08);
}
.pbr-faq-q {
    font-size: 1.08rem;
    font-weight: 700;
    color: #0b2545;
    margin-bottom: 10px;
    display: flex;
    align-items: flex-start;
    gap: 8px;
}
.pbr-faq-q i {
    color: #0077b6;
    margin-top: 3px;
}
.pbr-faq-a {
    color: #4a5568;
    font-size: 0.96rem;
    line-height: 1.6;
    margin: 0;
}

.pbr-related-section {
    background: #ffffff;
    border-top: 1px solid #e2e8f0;
    padding: 60px 0;
}
.pbr-related-links-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 15px;
}
@media (min-width: 576px) {
    .pbr-related-links-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 992px) {
    .pbr-related-links-grid { grid-template-columns: repeat(3, 1fr); }
}
.pbr-related-link-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #f8fafc;
    border: 1px solid #cbd5e1;
    padding: 16px 20px;
    border-radius: 10px;
    color: #0b2545 !important;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s ease;
}
.pbr-related-link-card:hover {
    background: #0077b6;
    color: #ffffff !important;
    border-color: #0077b6;
    transform: translateY(-2px);
    box-shadow: 0 4px 14px rgba(0,119,182,0.25);
}

.pbr-resource-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
}
@media (min-width: 768px) {
    .pbr-resource-list { grid-template-columns: repeat(2, 1fr); }
}
.pbr-resource-item {
    background: #f1f5f9;
    padding: 14px 18px;
    border-radius: 8px;
    color: #334155;
    font-weight: 600;
    font-size: 0.95rem;
    display: flex;
    align-items: center;
    gap: 10px;
    border-left: 3px solid #00a8e8;
}

/* Sub-Category 2-Column Sidebar Layout (Matching Food Microbiology) */
.pbr-subcat-row {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}
.pbr-subcat-main {
    flex: 2;
    min-width: 300px;
}
.pbr-subcat-sidebar {
    flex: 1;
    min-width: 280px;
}
@media (min-width: 992px) {
    .pbr-subcat-sidebar {
        position: -webkit-sticky;
        position: sticky;
        top: 20px;
        align-self: flex-start;
        max-height: calc(100vh - 40px);
        overflow-y: auto;
        scrollbar-width: thin;
    }
    .pbr-subcat-sidebar::-webkit-scrollbar {
        width: 6px;
    }
    .pbr-subcat-sidebar::-webkit-scrollbar-track {
        background: transparent;
    }
    .pbr-subcat-sidebar::-webkit-scrollbar-thumb {
        background-color: #cbd5e1;
        border-radius: 3px;
    }
}
.pbr-lead-box {
    margin-bottom: 40px;
    background: #f9fbfd;
    padding: 25px;
    border-left: 5px solid #085993;
    border-radius: 4px;
}
.pbr-lead-text {
    font-size: 17px;
    line-height: 28px;
    margin-bottom: 15px;
    font-weight: 500;
    color: #1a3c5c;
}
.pbr-content-block {
    margin-bottom: 40px;
}
.pbr-block-title {
    color: #085993;
    margin-bottom: 15px;
    font-size: 24px;
    font-weight: 700;
    border-bottom: 2px solid #eaeaea;
    padding-bottom: 10px;
}
.pbr-sidebar-panel {
    background: #f8fafc;
    border: 1.5px solid #e2e8f0;
    border-radius: 6px;
    padding: 20px;
    margin-bottom: 25px;
}
.pbr-sidebar-title {
    color: #2c5987;
    border-bottom: 2px solid #085993;
    padding-bottom: 8px;
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 700;
}
.pbr-sidebar-list {
    padding: 0;
    margin: 0;
    list-style: none;
}
.pbr-sidebar-item {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}
.pbr-sidebar-item a {
    color: #334155;
    font-weight: 600;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.2s ease;
}
.pbr-sidebar-item a:hover {
    color: #085993;
    text-decoration: underline;
}
.pbr-sidebar-bullet {
    color: #085993;
    margin-right: 8px;
}