/********** Template CSS **********/

/*** Spinner ***/
#spinner {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease-out, visibility 0s linear 0.5s;
  z-index: 99999;
}

#spinner.show {
  transition: opacity 0.5s ease-out, visibility 0s linear 0s;
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 0.5s ease-out, visibility 0s linear 0s;
  -moz-transition: opacity 0.5s ease-out, visibility 0s linear 0s;
  -ms-transition: opacity 0.5s ease-out, visibility 0s linear 0s;
  -o-transition: opacity 0.5s ease-out, visibility 0s linear 0s;
}
img.card-img-top {
  height: 249px;
  object-fit: cover;
}
p.card-text {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
h5.card-title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.card-body {
  display: flex;
  flex-direction: column;
  width: auto;
  justify-content: space-between;
  align-items: start;
  gap: 0px;
}
.rounded {
  border-radius: 16px !important;
  overflow: hidden;
}
.back-to-top {
  position: fixed;
  display: none;
  right: 45px;
  bottom: 45px;
  z-index: 99;
}

/*** Button ***/
.btn {
  transition: 0.5s;
}

.btn-square {
  width: 38px;
  height: 38px;
}

.btn-sm-square {
  width: 32px;
  height: 32px;
}

.btn-lg-square {
  width: 48px;
  height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: normal;
}

/*** Navbar ***/
.sticky-top {
  top: -150px;
  transition: 0.5s;
}

.navbar {
  padding: 15px 0;
  font-family: "Space Grotesk", sans-serif;
  font-size: 18px;
}

.navbar .navbar-nav .nav-link {
  margin-left: 30px;
  padding: 0;
  outline: none;
  color: var(--bs-dark);
}
img.w-logo {
  max-width: 100px;
  width: 100%;
}
.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
  color: var(--bs-primary);
}

.navbar .dropdown-toggle::after {
  border: none;
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  vertical-align: middle;
  margin-left: 8px;
}

.navbar .dropdown-menu .dropdown-item:hover,
.navbar .dropdown-menu .dropdown-item.active {
  color: var(--bs-white);
  background: var(--bs-primary);
}

@media (max-width: 991.98px) {
  .navbar .navbar-nav .nav-link {
    margin-left: 0;
    padding: 10px 0;
  }
}

@media (min-width: 992px) {
  .navbar .nav-item .dropdown-menu {
    display: block;
    border: none;
    margin-top: 0;
    top: 150%;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
  }

  .navbar .nav-item:hover .dropdown-menu {
    top: 100%;
    visibility: visible;
    transition: 0.5s;
    opacity: 1;
    background: #fff !important;
    border-top: 5px solid #00214b;
  }
}
.border-bottom {
  border-bottom: 1px solid #bbddff !important;
}
.display-1 {
  font-size: 3.5rem;
  font-weight: 800;
}
/*** Hero Header ***/
.hero-header {
  margin-top: -100px;
  padding-top: 150px;
  background-size: cover;
}
.btn-primary {
  color: #fff;
  background-color: #00214b;
  border-color: #00214b;
}

.text-primary {
  color: #00214b !important;
}
.bg-dark {
  background-color: #00214b !important;
}
.btn-outline-primary {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-primary {
  background-color: #00214b !important;
}
.bg-light {
  background-color: #dffcff !important;
}
.hero-header .breadcrumb-item + .breadcrumb-item::before {
  color: var(--light);
}

.header-carousel {
  position: relative;
  padding: 45px 90px 45px 0;
}

.header-carousel::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: calc(50% + 45px);
  height: 100%;
  background: var(--bs-primary);
  z-index: -1;
}

.header-carousel .owl-dots {
  position: absolute;
  top: 50%;
  right: 38px;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.header-carousel .owl-dot {
  position: relative;
  display: inline-block;
  margin: 5px 0;
  width: 15px;
  height: 15px;
  border: 2px solid var(--bs-white);
  transition: 0.5s;
}

.header-carousel .owl-dot.active {
  height: 30px;
  background: var(--bs-white);
}

/*** About ***/
.about-img {
  position: relative;
  overflow: hidden;
}

.about-img::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(../img/bg-about-img.png) top left no-repeat;
  background-size: contain;
}

/*** Project ***/
.project-item img {
  transition: 0.5s;
}

.project-item:hover img {
  transform: scale(1.2);
}

.project-overlay {
  position: absolute;
  padding: 25px;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  background: linear-gradient(rgba(255, 255, 255, 0.1) 50%, var(--bs-dark));
  z-index: 1;
}

/*** Service ***/
.service-item {
  position: relative;
  padding: 30px 25px;
  transition: 0.5s;
}

.service-item.bg-primary:hover {
  background: #dffcfe !important;
}

.service-item.bg-primary:hover p {
  color: #000 !important;
}

.service-item.bg-primary p {
  color: var(--bs-light);
  transition: 0.5s;
}

.service-item.bg-primary:hover p {
  color: var(--bs-secondary);
}
a.btn.btn-outline-info {
  border-color: #0b2c54;
  color: #0b2c54;
}

a.btn.btn-outline-info:hover {
  border-color: #0b2c54 !important;
  color: #fff;
}
.btn-outline-info:hover {
  color: #000;
  background-color: #0b2c54;
  border-color: #0dcaf0;
}
.btn-primary:hover {
  color: #fff;
  background-color: #012049;
  border-color: #012049;
}
.service-item.bg-light:hover {
  background: var(--bs-primary) !important;
}

.service-item.bg-light p {
  color: var(--bs-secondary);
  transition: 0.5s;
}

.service-item.bg-light:hover p {
  color: var(--bs-light);
}

/* .service-item .service-img h3 {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 12px 7px 0;
} */

.service-item.bg-primary .service-img h3 {
  background: transparent;
  color: #fff;
  transition: 0.5s;
}
.service-item.bg-primary:hover h3 {
  color: #000 !important;
  background: transparent !important;
}
.hero-header {
  background: #ddfbff !important;
}
.rounded-2 {
  border-radius: 29px !important;
}
.service-item.bg-light .service-img h3 {
  color: var(--bs-dark);
  transition: 0.5s;
}

.service-item.bg-light:hover .service-img h3 {
  background: var(--bs-primary);
  color: var(--bs-white);
}

/*** Our Team ***/
.team-item img {
  transition: 0.5s;
}

.team-item:hover img {
  transform: scale(1.2);
}

.team-overlay {
  position: absolute;
  padding: 30px;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  background: linear-gradient(rgba(255, 255, 255, 0.1) 50%, var(--bs-dark));
  z-index: 1;
}

.team-overlay small {
  display: inline-block;
  padding: 3px 15px;
  color: var(--bs-white);
  background: var(--bs-primary);
}

/*** Testimonial ***/
.testimonial-img {
  position: relative;
  padding: 45px 0 45px 90px;
}

.testimonial-img::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: calc(50% + 45px);
  height: 100%;
  background: var(--bs-primary);
  z-index: -1;
}

.testimonial-text h5 {
  position: relative;
  padding-left: 45px;
}

.testimonial-text h5::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 40px;
  height: 2px;
  background: var(--bs-primary);
}

.testimonial-carousel .owl-dots {
  position: absolute;
  height: 17px;
  bottom: 0;
  right: 0;
  left: auto;
}

.testimonial-carousel .owl-dot {
  position: relative;
  display: inline-block;
  margin-left: 10px;
  width: 15px;
  height: 15px;
  background: var(--bs-white);
  border: 2px solid var(--bs-primary);
  transition: 0.5s;
}

.testimonial-carousel .owl-dot.active {
  width: 30px;
  background: var(--bs-primary);
}

@media (max-width: 768px) {
  .testimonial-carousel .owl-dots {
    left: 0;
    right: auto;
  }

  .testimonial-carousel .owl-dot {
    margin-right: 10px;
    margin-left: 0;
  }
  .hero-header {
    margin-top: 0px;
    padding-top: 20px;
    background-size: cover;
    padding-bottom: 20px !important;
  }
  .sticky-top {
    background-color: #fff !important;
  }
  img.w-logo {
    max-width: 60px;
    width: 100%;
  }
}

/*** Newsletter ***/
.newsletter {
  background: url(../img/hero-bg.jpg) bottom right no-repeat;
  background-size: cover;
}

@media (min-width: 992px) {
  .newsletter .container {
    max-width: 100% !important;
  }

  .newsletter .newsletter-text {
    padding-right: calc(((100% - 960px) / 2) + 0.75rem);
  }
}

@media (min-width: 1200px) {
  .newsletter .newsletter-text {
    padding-right: calc(((100% - 1140px) / 2) + 0.75rem);
  }
}

@media (min-width: 1400px) {
  .newsletter .newsletter-text {
    padding-right: calc(((100% - 1320px) / 2) + 0.75rem);
  }
}

/*** Footer ***/
.footer .btn.btn-link {
  display: block;
  margin-bottom: 10px;
  padding: 0;
  text-align: left;
  color: rgba(255, 255, 255, 0.5);
  font-weight: normal;
  transition: 0.3s;
}

.footer .btn.btn-link:hover {
  color: var(--bs-white);
  letter-spacing: 1px;
  box-shadow: none;
}

.footer .btn.btn-link::before {
  position: relative;
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 10px;
}

.footer .copyright {
  padding: 25px 0;
  font-size: 14px;
  border-top: 1px solid rgba(256, 256, 256, 0.1);
}

.footer .copyright a {
  color: rgba(255, 255, 255, 0.5);
}

.footer .copyright a:hover {
  color: var(--bs-white);
}

.footer .footer-menu a {
  margin-right: 15px;
  padding-right: 15px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.footer .footer-menu a:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}

/* service page */
/* ---- Projects (uniform cards) ---- */
.project-card {
  height: auto; /* fixed height */
  border-radius: 12px;
  overflow: hidden;
  margin: 0;
  background: #f6fbfd;
  position: relative;
  display: flex;
  align-items: stretch;
  box-shadow: 0 6px 18px rgba(5, 35, 60, 0.06);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.project-card .project-img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* important: cover without distortion */
  display: block;
  transition: transform 0.6s ease;
}

/* Overlay caption */
.project-card .project-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 28px 18px;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.55) 60%
  );
  color: #fff;
  transform: translateY(18px);
  opacity: 0;
  transition: all 0.35s ease;
  text-align: center;
}
.project-card .project-caption h4 {
  font-size: 1.05rem;
  margin-bottom: 6px;
}
.project-card .project-caption small {
  opacity: 0.9;
}

/* Hover */
.project-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 14px 34px rgba(5, 35, 60, 0.12);
}
.project-card:hover .project-img {
  transform: scale(1.06);
}
.project-card:hover .project-caption {
  transform: translateY(0);
  opacity: 1;
}

/* small screens: slightly shorter cards */
@media (max-width: 767.98px) {
  .project-card {
    height: 320px;
  }
}

/* ---- Tech grid (uniform logo blocks) ---- */
.tech-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 18px;
  align-items: center;
  justify-items: center;
  padding: 10px;
}

.tech-card {
  width: 120px;
  height: 120px;
  background: #ffffff;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 8px;
  padding: 12px;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  box-shadow: 0 4px 14px rgba(20, 40, 60, 0.05);
  text-align: center;
}

.tech-card img {
  width: auto;
  height: 48px; /* uniform visual size */
  object-fit: contain;
  display: block;
}

.tech-card .tech-title {
  display: block;
  font-size: 0.76rem;
  color: #34495e;
  font-weight: 600;
  opacity: 0.95;
}

/* hover effect */
.tech-card:hover {
  transform: translateY(-6px) scale(1.02);
  box-shadow: 0 14px 30px rgba(20, 40, 60, 0.1);
}

/* make logos a bit larger on bigger screens */
@media (min-width: 1200px) {
  .tech-card img {
    height: 56px;
  }
  .tech-card {
    width: 140px;
    height: 140px;
  }
}

/* web development */
/* minimal helpers */
.card.h-100 {
  display: flex;
  flex-direction: column;
}
.card .card-body {
  flex: 1 1 auto;
}

/* projects */
.projects-section {
  background: #f8f9fa;
  padding: 60px 0;
}

.left-panel-pro {
  background: var(--bs-primary, #0d6efd);
  color: white;
  padding: 3rem;
  min-height: 100%;
  display: flex;
  flex-direction: column;
}

.left-panel-pro h1 {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 1.5rem;
}

.left-panel-pro .highlight {
  background: rgba(255, 255, 255, 0.2);
  padding: 0.2rem 0.8rem;
  border-radius: 6px;
  display: inline-block;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  margin: 2rem 0;
}

.stat-card {
  background: rgba(255, 255, 255, 0.1);
  padding: 1rem;
  border-radius: 8px;
  backdrop-filter: blur(10px);
}

.stat-number {
  font-size: 1.8rem;
  font-weight: 700;
  display: block;
}

.stat-label {
  font-size: 0.85rem;
  opacity: 0.9;
}

.contact-info {
  margin-top: auto;
  padding-top: 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.contact-info a {
  color: white;
  text-decoration: none;
  transition: opacity 0.3s;
}

.contact-info a:hover {
  opacity: 0.8;
}

.filters-section {
  background: white;
  padding: 1.5rem;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  margin-bottom: 1.5rem;
}

.filter-label {
  font-weight: 600;
  color: #495057;
  margin-bottom: 0.75rem;
  display: block;
}

.filter-btn {
  padding: 0.5rem 1.25rem;
  border-radius: 6px;
  border: 1px solid #dee2e6;
  background: white;
  color: #495057;
  font-size: 0.9rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s;
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
}

.filter-btn:hover {
  border-color: var(--bs-primary, #0d6efd);
  color: var(--bs-primary, #0d6efd);
  background: #f8f9fa;
}

.filter-btn.active {
  background: var(--bs-primary, #0d6efd);
  color: white;
  border-color: var(--bs-primary, #0d6efd);
}

.search-box {
  position: relative;
}

.search-box input {
  padding: 0.6rem 1rem 0.6rem 2.5rem;
  border: 1px solid #dee2e6;
  border-radius: 6px;
  width: 100%;
  font-size: 0.9rem;
}

.search-box input:focus {
  outline: none;
  border-color: var(--bs-primary, #0d6efd);
  box-shadow: 0 0 0 3px rgba(13, 110, 253, 0.1);
}

.search-box i {
  position: absolute;
  left: 1rem;
  top: 50%;
  transform: translateY(-50%);
  color: #6c757d;
}

.project-card {
  background: white;
  border-radius: 10px;
  padding: 1.5rem;
  margin-bottom: 1rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  transition: all 0.3s;
  border: 1px solid #f0f0f0;
}

.project-card:hover {
  box-shadow: 0 4px 16px rgba(13, 110, 253, 0.15);
  transform: translateY(-2px);
}

.project-header {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 1rem;
}

.project-icon-pro {
  width: 48px;
  height: 48px;
  background: var(--bs-primary, #0d6efd);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 1.2rem;
  flex-shrink: 0;
}

.project-content {
  flex: 1;
}

.project-title-pro {
  font-size: 1.1rem;
  font-weight: 600;
  color: #212529;
  margin-bottom: 0.4rem;
}

.project-title-pro a {
  color: #212529;
  text-decoration: none;
  transition: color 0.3s;
}

.project-title-pro a:hover {
  color: var(--bs-primary, #0d6efd);
}

.project-url-pro {
  font-size: 0.85rem;
  color: #6c757d;
  margin-bottom: 0.75rem;
  display: flex;
  align-items: center;
  gap: 0.4rem;
}

.project-url-pro a {
  color: #6c757d;
  text-decoration: none;
}

.project-url-pro a:hover {
  color: var(--bs-primary, #0d6efd);
}

.project-summary-pro {
  color: #495057;
  font-size: 0.9rem;
  line-height: 1.6;
  margin-bottom: 0.5rem;
}

.project-meta-pro {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
}

.tag-badge-pro {
  display: inline-block;
  padding: 0.25rem 0.75rem;
  background: #e7f1ff;
  color: var(--bs-primary, #0d6efd);
  border-radius: 4px;
  font-size: 0.75rem;
  font-weight: 500;
  margin-right: 0.4rem;
  margin-bottom: 0.4rem;
}

.tech-info {
  color: #6c757d;
  font-size: 0.85rem;
  display: flex;
  align-items: center;
  gap: 0.4rem;
}

.visit-btn {
  padding: 0.5rem 1.25rem;
  background: var(--bs-primary, #0d6efd);
  color: white;
  border: none;
  border-radius: 6px;
  font-size: 0.85rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

.visit-btn:hover {
  background: #0b5ed7;
  color: white;
  transform: translateX(2px);
}

.pagination-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 2rem;
  padding: 1.5rem;
  background: white;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.pagination-info {
  color: #6c757d;
  font-size: 0.9rem;
}

.pagination-controls {
  display: flex;
  gap: 0.5rem;
}

.page-btn {
  padding: 0.5rem 0.75rem;
  border: 1px solid #dee2e6;
  background: white;
  color: #495057;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.3s;
  font-size: 0.9rem;
  min-width: 40px;
  text-align: center;
}

.page-btn:hover:not(:disabled):not(.active) {
  border-color: var(--bs-primary, #0d6efd);
  color: var(--bs-primary, #0d6efd);
  background: #f8f9fa;
}

.page-btn.active {
  background: var(--bs-primary, #0d6efd);
  color: white;
  border-color: var(--bs-primary, #0d6efd);
  font-weight: 600;
}

.page-btn:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

.results-summary {
  background: white;
  padding: 1rem 1.5rem;
  border-radius: 8px;
  margin-bottom: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.results-count {
  color: #495057;
  font-size: 0.95rem;
}

.results-count strong {
  color: var(--bs-primary, #0d6efd);
  font-weight: 600;
}

@media (max-width: 991px) {
  .left-panel-pro {
    min-height: auto;
    padding: 2rem;
  }

  .stats-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .filters-section {
    padding: 1rem;
  }

  .pagination-wrapper {
    flex-direction: column;
    gap: 1rem;
  }
}

/* services */

/* force meta row to be flex and keep left/right items at ends */
.post-meta {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  gap: 0.5rem;
}

/* keep icon + text aligned */
.post-meta .meta-left,
.post-meta .meta-right {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}

/* prevent float-end or other float rules from shifting it */
.post-meta .meta-right,
.post-meta .meta-left {
  float: none !important;
}

/* ---------- Author block styling (override theme icon) ---------- */
.author-block {
  display: flex;
  gap: 16px;
  /* space between photo and meta */
  align-items: center;
  padding: 14px 0;
  border-top: 1px solid #e9ecef;
  margin-top: 28px;
  position: relative;
}

/* Hide possible injected icon (element or pseudo) from theme */
.author-block::before,
.author-block::after,
.author-block .author-icon,
.author-block .icon,
.author-block .fa-user,
.author-block .vcard-avatar,
.author-block .avatar,
.author-block .author-placeholder {
  display: none !important;
  content: none !important;
  visibility: hidden !important;
}

/* Photo */
.author-photo {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
  border: 2px solid #fff;
  box-shadow: 0 1px 3px rgba(20, 20, 20, 0.06);
  background-color: #f5f5f5;
}

/* Meta content */
.author-meta {
  min-width: 0;
}

/* for proper truncation on small screens */
.author-name {
  margin-bottom: 4px;
  font-size: 1rem;
  color: #222;
}

.author-bio {
  margin-bottom: 6px;
  font-size: 0.95rem;
  color: #6b6f76;
  line-height: 1.4;
}

/* Date */
.author-date {
  font-size: 0.85rem;
  color: #9aa0a6;
  margin-top: 4px;
}

/* Mobile responsiveness */
@media (max-width: 576px) {
  .author-block {
    gap: 12px;
  }

  .author-photo {
    width: 52px;
    height: 52px;
  }

  .author-name {
    font-size: 0.98rem;
  }

  .author-bio {
    font-size: 0.9rem;
  }
}

/* blog text link */
.post-content a {
  color: var(--bs-primary, #0d6efd);
  text-decoration: underline;
  transition: color 0.3s;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5;
}

.post-content a:hover {
  color: var(--bs-primary, #0d6efd);
  text-decoration: underline;
  font-weight: 600;
}

/* btn btn-primary btn-sm */
/* IF IN POST CONTENT HAVE .btn-primary */
.post-content .btn-primary {
  background-color: var(--bs-primary, #0d6efd);
  border-color: var(--bs-primary, #0d6efd);
  color: white;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5;
  padding: 0.5rem 1rem;
  border-radius: 6px;
  transition: all 0.3s;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}
/* MOUUSE OVER */
.post-content .btn-primary:hover {
  background-color: var(--bs-primary, #0d6efd);
  border-color: var(--bs-primary, #0d6efd);
  color: white;
  font-weight: 600;
}

/* courseLink */
/* show underlink and text bold */
.courseLink {
  text-decoration: underline;
  font-weight: bolder;
}

/* industries */
/* *** IMPORTANT CSS ADDITION ***
    Use this style to force all icons within this component 
    to be the exact same size, ensuring uniformity. 
*/
.industry-icon-size {
  font-size: 3rem !important; /* Forces a consistent size, replacing fs-1 */
  width: 1em; /* Ensures spacing remains consistent */
}

/* Include the hover effect CSS from earlier suggestions for best UX */
.industry-item {
  transition: all 0.3s ease-in-out;
  cursor: default;
}
.industry-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1) !important;
  border-color: var(--bs-primary) !important;
}
