/* Self-hosted Plus Jakarta Sans — static font files */
@font-face {
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url('PlusJakartaSans-ExtraLight.ttf') format('truetype');
}
@font-face {
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('PlusJakartaSans-Light.ttf') format('truetype');
}
@font-face {
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('PlusJakartaSans-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('PlusJakartaSans-Medium.ttf') format('truetype');
}
@font-face {
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('PlusJakartaSans-SemiBold.ttf') format('truetype');
}
@font-face {
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('PlusJakartaSans-Bold.ttf') format('truetype');
}
@font-face {
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url('PlusJakartaSans-ExtraBold.ttf') format('truetype');
}
@font-face {
  font-family: 'Plus Jakarta Sans';
  font-style: italic;
  font-weight: 200;
  font-display: swap;
  src: url('PlusJakartaSans-ExtraLightItalic.ttf') format('truetype');
}
@font-face {
  font-family: 'Plus Jakarta Sans';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url('PlusJakartaSans-LightItalic.ttf') format('truetype');
}
@font-face {
  font-family: 'Plus Jakarta Sans';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url('PlusJakartaSans-Italic.ttf') format('truetype');
}
@font-face {
  font-family: 'Plus Jakarta Sans';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url('PlusJakartaSans-MediumItalic.ttf') format('truetype');
}
@font-face {
  font-family: 'Plus Jakarta Sans';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url('PlusJakartaSans-SemiBoldItalic.ttf') format('truetype');
}
@font-face {
  font-family: 'Plus Jakarta Sans';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url('PlusJakartaSans-BoldItalic.ttf') format('truetype');
}
@font-face {
  font-family: 'Plus Jakarta Sans';
  font-style: italic;
  font-weight: 800;
  font-display: swap;
  src: url('PlusJakartaSans-ExtraBoldItalic.ttf') format('truetype');
}

body {
  background-color: #f8f9fa;
  background-image: url('../img/HomepageBackground.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  font-family: 'Plus Jakarta Sans', sans-serif;
}

/* Main Hero Banner Styling */
.hero-card {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.hero-img {
  height: 380px;
  object-fit: cover;
  width: 100%;
}

.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 65%);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 1.75rem 2.25rem;
  color: #ffffff;
}

.pagination-indicator {
  letter-spacing: 2px;
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.85);
  font-weight: 500;
}

.hero-title-number {
  font-size: 3.25rem;
  font-weight: 800;
  line-height: 1;
}

/* Bottom Info Cards Styling */
.stat-card {
  border-radius: 14px;
  padding: 1.5rem;
  color: #ffffff;
  position: relative;
  overflow: hidden;
  min-height: 140px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  border: none;
}

.stat-card h2 {
  font-weight: 700;
  letter-spacing: -0.5px;
  font-size: 2rem;
}

.stat-card::after {
  content: '';
  position: absolute;
  top: -20px;
  right: -20px;
  width: 65px;
  height: 65px;
  border: 2px solid rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  pointer-events: none;
}

.bg-custom-red { background-color: #DC232B; }
.bg-custom-purple { background-color: #8490C7; }
.bg-custom-green { background-color: #22B24D; }
.bg-custom-blue { background-color: #0C4EA2; }

/* About Section Styles */
.about-section {
  background-color: #ffffff;
}

/* Image Wrapper for the offset shadow/border frame */
/* .about-img-wrapper {
  position: relative;
  border-radius: 24px;
  box-shadow: 8px 8px 0px #8b96c8; /* Creates the blue/purple offset accent border */
/* } */

.about-img {
  width: 100%;
  height: auto;
  border-radius: 24px;
  display: block;
  object-fit: cover;
}

/* Typography Styles */
.about-title {
  color: #0C4EA2; /* Matches primary brand blue */
  font-size: 1.35rem;
  font-weight: 700;
}

.about-text {
  color: #555555;
  font-size: 0.95rem;
  line-height: 1.6;
}

.company-profile-section {
  background-color: #f8f9fa;
  font-family: 'Plus Jakarta Sans', sans-serif;
}

.tracking-wide {
  letter-spacing: 0.5px;
}

/* Profile Cards Container */
.profile-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 20px !important;
  background-color: #ffffff;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.profile-card .card-body {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
}

.profile-card .card-title {
  min-height: 3.6em; /* keep titles even so body copy starts on one line */
}

.profile-card .card-text {
  flex: 1 1 auto;
}

@media (max-width: 767.98px) {
  .profile-card .card-title {
    min-height: 0;
  }
}

.profile-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

/* Card Image Styling */
.profile-card-img {
  height: 220px;
  object-fit: cover;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

/* Custom Colored Outline Borders matching the image design */
/* Custom Right & Bottom Thick Border Styles */
.card-border-green {
  border-right: 6px solid #22B24D !important;
  border-bottom: 6px solid #22B24D !important;
  border-top: 1px solid rgba(0, 0, 0, 0.08) !important;
  border-left: 1px solid rgba(0, 0, 0, 0.08) !important;
}

.card-border-blue {
  border-right: 6px solid #0C4EA2 !important;
  border-bottom: 6px solid #0C4EA2 !important;
  border-top: 1px solid rgba(0, 0, 0, 0.08) !important;
  border-left: 1px solid rgba(0, 0, 0, 0.08) !important;
}

.card-border-red {
  border-right: 6px solid #DC232B !important;
  border-bottom: 6px solid #DC232B !important;
  border-top: 1px solid rgba(0, 0, 0, 0.08) !important;
  border-left: 1px solid rgba(0, 0, 0, 0.08) !important;
}

.red-font { color: #DC232B; }

/* Custom Blue Background matching brand */
.bg-custom-blue {
  background-color: #0C4EA2;
}

.footer-logo {
  max-height: 48px;
  width: auto;
}

.footer-text {
  line-height: 1.6;
}

/* Footer Link Styles */
.footer-links li {
  margin-bottom: 0.65rem;
}

.footer-links a {
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none;
  transition: color 0.2s ease;
}

.footer-links a:hover {
  color: #ffffff;
  text-decoration: underline;
}

/* Social Buttons */
.social-icon-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 6px;
  color: #ffffff;
  text-decoration: none;
  font-size: 0.9rem;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}

.social-icon-btn:hover {
  background-color: rgba(255, 255, 255, 0.2);
  border-color: #ffffff;
  color: #ffffff;
}
