:root {
  --primary: #1a3b6f;
  --primary-dark: #0a1f3e;
  --accent: #f5a623;
  --accent-hover: #d4891a;
  --logo-red: #B03030;
}

body { font-family: 'Poppins', sans-serif; color: #333; overflow-x: hidden; background: #fff; }

/* Road top bar */
.road-top { width: 100%; height: 300px; display: block; }

/* Preloader */
.preloader {
  position: fixed; inset: 0; background: #fff; z-index: 99999;
  display: flex; align-items: center; justify-content: center;
}
.preloader .box {
  width: 50px; height: 50px; border: 4px solid #e8e8e8;
  border-top: 4px solid var(--primary); border-radius: 50%; animation: spin 1s linear infinite;
}
@keyframes spin { to { transform: rotate(360deg); } }

/* Logo */
.logo-wrap { display: flex; align-items: center; gap: 12px; text-decoration: none; }
.logo-wrap img { height: 55px; width: auto; flex-shrink: 0; }
.logo-info { display: flex; flex-direction: column; line-height: 1.1; }
.logo-info .name { font-size: 42px; font-weight: 700; color: var(--logo-red); white-space: nowrap; font-family: Arial, sans-serif; position: relative; top: -5px; }
.logo-info .prop { font-size: 24px; font-weight: 500; color: #666; white-space: nowrap; }

@media (max-width: 480px) {
  .logo-info .name { font-size: 18px; white-space: normal; }
  .logo-info .prop { font-size: 12px; white-space: normal; }
  .logo-wrap img { height: 40px; }
}
@media (min-width: 481px) and (max-width: 612px) {
  .logo-info .name { font-size: 20px; white-space: normal; }
  .logo-info .prop { font-size: 13px; white-space: normal; }
  .logo-wrap img { height: 35px; }
  .logo-wrap { gap: 8px; }
}

/* Navigation */
.nav-link { font-weight: 700 !important; text-transform: uppercase !important; color: #222 !important; white-space: nowrap !important; transition: 0.3s; }
.navbar .container-fluid { flex-wrap: nowrap !important; }
.navbar-nav.gap-3 { gap: 0 !important; }
.navbar .flex-wrap.container-fluid { flex-wrap: wrap !important; }

@media (max-width: 1199px) {
  .navbar .nav-link { font-size: 11px !important; padding: 4px 2px !important; }
}
@media (min-width: 992px) and (max-width: 1143px) {
  .navbar .nav-link { font-size: 10px !important; padding: 4px 1px !important; letter-spacing: -0.3px !important; }
  .navbar-nav.gap-3 { gap: 2px !important; }
  .sep-dot { margin: 0 1px !important; }
  #stickyNavRow .sticky-nav-item { font-size: 10px !important; padding: 0 2px !important; }
  #stickyNavRow .sticky-sep-dot { margin: 0 1px !important; }
  .navbar .logo-info .name { font-size: 22px !important; }
  .navbar .logo-info .prop { font-size: 12px !important; }
  .navbar .logo-wrap img { height: 40px !important; }
  .navbar .logo-wrap { gap: 6px !important; }
}
@media (min-width: 1144px) and (max-width: 1200px) {
  #stickyNavRow .sticky-nav-item { font-size: 10px !important; padding: 0 2px !important; }
  #stickyNavRow .sticky-sep-dot { margin: 0 1px !important; }
  .navbar .nav-link { font-size: 11px !important; padding: 4px 1px !important; letter-spacing: -0.3px !important; }
  .navbar-nav.gap-3 { gap: 2px !important; }
  .sep-dot { margin: 0 1px !important; }
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .navbar .nav-link { font-size: 13px !important; padding: 5px 2px !important; }
}
@media (min-width: 1200px) and (max-width: 1297px) {
  .navbar .nav-link { font-size: 11px !important; padding: 4px 1px !important; letter-spacing: -0.3px !important; }
  .navbar-nav.gap-3 { gap: 2px !important; }
  .sep-dot { margin: 0 1px !important; }
  #stickyNavRow .sticky-nav-item { font-size: 11px !important; padding: 0 2px !important; }
  #stickyNavRow .sticky-sep-dot { margin: 0 1px !important; }
}
@media (min-width: 1600px) {
  .nav-link { font-size: 15px !important; padding: 25px 2px !important; }
  .sep-dot { margin: 0 3px !important; }
}
@media (min-width: 1800px) {
  .nav-link { font-size: 16px !important; }
  .sep-dot { margin: 0 4px !important; }
}

@media (min-width: 992px) and (max-width: 1599px) {
  .navbar .logo-wrap img { height: 45px; }
  .navbar .logo-wrap { gap: 8px; }
  .navbar .logo-info .name { font-size: 28px; }
  .navbar .logo-info .prop { font-size: 16px; }
  .navbar .btn-glass { font-size: 11px; padding: 5px 14px; }
}
.nav-link:hover, .nav-link.active { color: #B03030 !important; }
.nav-link:not(.dropdown-toggle):hover { background: linear-gradient(to bottom, #B03030 0%, #8a1f1f 100%) !important; color: #fff !important; border-radius: 6px; padding-left: 14px !important; box-shadow: inset 0 1px 0 rgba(255,255,255,0.1), 0 2px 4px rgba(0,0,0,0.15); transition: all 0.25s; }
#stickyHeader .nav-link:not(.dropdown-toggle):hover { background: linear-gradient(to bottom, #B03030 0%, #8a1f1f 100%) !important; color: #fff !important; border-radius: 6px; padding-left: 10px !important; box-shadow: inset 0 1px 0 rgba(255,255,255,0.1), 0 2px 4px rgba(0,0,0,0.15); }
.sticky-nav-item:not(.dropdown-toggle):hover { background: linear-gradient(to bottom, #B03030 0%, #8a1f1f 100%) !important; color: #fff !important; border-radius: 6px; padding: 2px 10px !important; box-shadow: inset 0 1px 0 rgba(255,255,255,0.1), 0 2px 4px rgba(0,0,0,0.15); transition: all 0.25s; }
.nav-link { position: relative !important; }
.nav-link::before,
.nav-link::after {
  content: ''; position: absolute; left: 50%; transform: translateX(-50%);
  width: 55%; height: 2px; background: #B03030; opacity: 0; transition: opacity 0.3s;
  border-radius: 1px; pointer-events: none;
}
.nav-link::before { top: 4px; }
.nav-link::after { bottom: 4px; }
#stickyHeader .nav-link::before { top: 2px; }
#stickyHeader .nav-link::after { bottom: 2px; }
.offcanvas-body .nav-link::before,
.offcanvas-body .nav-link::after { display: none !important; }
.sep-dot { display:inline-block; width:3px; height:3px; border-radius:50%; background:#aaa; margin:0 6px; vertical-align:middle; flex-shrink:0; }

@media (min-width: 992px) {
  .dropdown:hover > .dropdown-menu { display: block !important; }
  .dropdown > .dropdown-toggle:active { pointer-events: none; }
  .dropdown-menu { margin-top: 0; }
  .dropdown-menu::before {
    content: '';
    position: absolute;
    top: -10px;
    left: 0;
    right: 0;
    height: 10px;
  }
}

/* Dropdown Styling */
.dropdown-menu {
  border: none; box-shadow: 0 5px 30px rgba(0,0,0,0.12); border-radius: 8px;
  padding: 6px 0; margin-top: 6px; min-width: 200px;
}
.dropdown-menu li { border-bottom: 1px solid #e5e5e5; }
.dropdown-menu li:last-child { border-bottom: none; }
.dropdown-menu .dropdown-item {
  font-size: 13px !important; font-weight: 500 !important; color: #333 !important;
  padding: 10px 18px !important; transition: all 0.25s; position: relative;
  background: linear-gradient(to bottom, #fafafa 0%, #fff 100%) !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.8), 0 1px 2px rgba(0,0,0,0.05);
}
.dropdown-menu .dropdown-item:hover {
  background: linear-gradient(to bottom, #B03030 0%, #8a1f1f 100%) !important;
  color: #fff !important; padding-left: 24px !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.1), 0 2px 4px rgba(0,0,0,0.15);
}

/* Buttons */
.btn-glass {
  position: relative; overflow: hidden; border-radius: 50px;
  font-weight: 600; font-size: 14px; padding: 10px 28px;
  text-transform: uppercase; transition: 0.3s; border: none;
}
.btn-glass::after {
  content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%;
  background: linear-gradient(105deg, transparent 30%, rgba(255,255,255,0.5) 50%, transparent 70%);
  animation: glassShine 3s ease-in-out infinite; pointer-events: none;
}
@keyframes glassShine {
  0% { transform: translateX(-100%); }
  50% { transform: translateX(100%); }
  100% { transform: translateX(-100%); }
}
.btn-accent { background: var(--accent); color: #fff; }
.btn-accent:hover { background: var(--accent-hover); color: #fff; }
.btn-primary-dark { background: var(--primary); color: #fff; }
.btn-primary-dark:hover { background: var(--primary-dark); color: #fff; }
.btn-logo { background: #B03030; color: #fff; }
.btn-logo:hover { background: #8a2525; color: #fff; }
.btn-outline-accent {
  background: transparent; border: 2px solid var(--accent); color: var(--accent);
  border-radius: 50px; font-weight: 600; font-size: 14px; padding: 10px 28px;
  text-transform: uppercase; transition: 0.3s;
}
.btn-outline-accent:hover { background: var(--accent); color: #fff; }

/* Section Title */
.sec-title { margin-bottom: 40px; }
.sec-title .title {
  color: var(--accent); font-weight: 600; font-size: 14px;
  text-transform: uppercase; letter-spacing: 2px; margin-bottom: 10px;
}
.sec-title h2 { font-size: 36px; font-weight: 700; color: var(--primary); line-height: 1.3; }
.sec-title.centered { text-align: center; }
.border-box { border-radius: 10px; overflow: hidden; }

/* Banner */
.banner-section-three {
  position: relative; background: linear-gradient(180deg, var(--primary-dark) 0%, var(--primary) 30%, var(--primary) 70%, #e8eef5 92%, #ffffff 100%);
  padding: 80px 0 0; overflow: hidden;
}
.banner-section-three::after {
  content: ''; position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(105deg, transparent 25%, rgba(255,255,255,0.05) 45%, rgba(255,255,255,0.12) 50%, rgba(255,255,255,0.05) 55%, transparent 75%);
  animation: glassReflect 7s ease-in-out infinite;
}
@keyframes glassReflect {
  0%, 100% { transform: translateX(-100%); }
  50% { transform: translateX(100%); }
}
.banner-section-three h1 { font-size: calc(1.5rem + 2vw); font-weight: 800; color: #fff; line-height: 1.3; }
.banner-section-three .lead { font-size: 16px; color: rgba(255,255,255,0.8); line-height: 1.8; }
.banner-section-three img { border-radius: 10px; width: 100%; max-height: 420px; object-fit: cover; }

.banner-section-three .carousel-inner {
  box-shadow: 0 0 6px rgba(0,200,255,0.7), 0 0 20px rgba(0,200,255,0.5), 0 0 40px rgba(0,200,255,0.35), 0 0 80px rgba(0,200,255,0.2), 0 0 120px rgba(0,200,255,0.1);
}

.video-box {
  display: inline-flex; align-items: center; gap: 10px; color: #fff;
  font-weight: 600; font-size: 14px; letter-spacing: 1px; text-decoration: none;
}
.video-box .fa-play {
  width: 50px; height: 50px; border: 2px solid var(--accent); border-radius: 50%;
  display: inline-flex; align-items: center; justify-content: center;
  color: var(--accent); transition: 0.3s;
}
.video-box:hover .fa-play { background: var(--accent); color: #fff; }

/* Waves animation */
.waves-container { position: relative; margin-top: -10px; }
.waves { position: relative; width: 100%; height: 80px; display: block; }
.parallax > use { animation: move-forever 25s cubic-bezier(.55,.5,.45,.5) infinite; }
.parallax > use:nth-child(1) { animation-delay: -2s; animation-duration: 7s; }
.parallax > use:nth-child(2) { animation-delay: -3s; animation-duration: 10s; }
.parallax > use:nth-child(3) { animation-delay: -4s; animation-duration: 13s; }
.parallax > use:nth-child(4) { animation-delay: -5s; animation-duration: 20s; }
@keyframes move-forever {
  0% { transform: translate3d(-90px,0,0); }
  100% { transform: translate3d(85px,0,0); }
}

/* Background Bubbles (static) */
.bg-blob {
  position: fixed; border-radius: 50%; pointer-events: none; z-index: -1;
}

.page-wrapper { position: relative; z-index: 1; }

/* Offcanvas */
.offcanvas-header .btn-close { filter: invert(1); }
.offcanvas-body .nav-link { padding: 12px 0 !important; border-bottom: 1px solid #eee; transition: all 0.25s; }
.offcanvas-body .nav-link:hover { background: linear-gradient(to right, #B03030 0%, #8a1f1f 100%) !important; color: #fff !important; padding-left: 12px !important; border-radius: 6px; }
.offcanvas-body .depth-1 .nav-link:hover { background: linear-gradient(to right, #B03030 0%, #8a1f1f 100%) !important; color: #fff !important; padding-left: 20px !important; }
.offcanvas-body .depth-2 .nav-link:hover { background: linear-gradient(to right, #B03030 0%, #8a1f1f 100%) !important; color: #fff !important; padding-left: 32px !important; }
@media (max-width: 575px) {
  .offcanvas { width: 78vw !important; }
  .offcanvas-header { padding: 8px 12px !important; }
  .offcanvas-header h5 { font-size: 14px !important; margin: 0 !important; }
  .offcanvas-body .nav-link { font-size: 13px !important; padding: 7px 0 !important; }
  .offcanvas-body .depth-1 .nav-link { font-size: 12px !important; padding-left: 10px !important; }
  .offcanvas-body .depth-2 .nav-link { font-size: 11px !important; padding-left: 18px !important; }
  .offcanvas-body form input { font-size: 13px !important; padding: 6px 10px !important; }
  .offcanvas-body form button { padding: 6px 10px !important; font-size: 13px !important; }
  .offcanvas-body .btn-link .fas { font-size: 10px !important; }
  .navbar .logo-wrap img { height: 30px; }
  .navbar .logo-info .name { font-size: 16px; }
  .navbar .logo-info .prop { font-size: 10px; }
  .navbar .logo-wrap { gap: 5px; }
  .navbar .navbar-toggler-icon { width: 24px; height: 24px; background-size: 22px 16px; }
  .navbar-toggler { padding: 6px 8px !important; }
  .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='%23B03030' stroke-linecap='round' stroke-miterlimit='10' stroke-width='3' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E") !important;
  }
  #stickyHeader .navbar-toggler { padding: 8px 12px !important; }
  #stickyHeader .navbar-toggler-icon { width: 30px !important; height: 30px !important; background-size: 26px 18px !important; }
  .main-navbar .navbar-toggler-icon { width: 36px; height: 36px; background-size: 30px 22px; }
  .main-navbar .navbar-toggler { padding: 8px 12px !important; }
}
@media (min-width: 576px) and (max-width: 991px) {
  .navbar .logo-wrap img { height: 35px; }
  .navbar .logo-info .name { font-size: 20px; }
  .navbar .logo-info .prop { font-size: 12px; }
  .offcanvas { width: 260px !important; }
  .offcanvas-body .nav-link { font-size: 13px; padding: 10px 0 !important; }
}

/* Sticky Header */
#stickyHeader { transform: translateY(-100%); transition: transform 0.4s, box-shadow 0.4s; box-shadow: none; }
#stickyHeader.fixed { transform: translateY(0); box-shadow: 0 6px 30px rgba(0,0,0,0.3); }
#stickyHeader .logo-wrap img { height: 40px; }
#stickyHeader .logo-info .name { font-size: 28px; }
#stickyHeader .logo-info .prop { font-size: 16px; }
#stickyHeader .logo-wrap { gap: 8px; }

@media (max-width: 575px) {
  .navbar .logo-wrap { min-width: 0; max-width: calc(100% - 80px); flex-shrink: 1; }
  .navbar .logo-wrap img { height: 30px; }
  .navbar .logo-info .name { font-size: 16px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
  .navbar .logo-info .prop { font-size: 10px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
  .navbar .logo-wrap { gap: 5px; }
  .navbar .navbar-toggler-icon { width: 28px; height: 28px; background-size: 26px 18px; }
  #stickyHeader .logo-info .name { font-size: 14px; }
  #stickyHeader .logo-info .prop { font-size: 9px; }
}
@media (min-width: 576px) and (max-width: 1199px) {
  #stickyHeader .logo-wrap img { height: 35px; }
  #stickyHeader .logo-info .name { font-size: 24px; }
  #stickyHeader .logo-info .prop { font-size: 14px; }
  #stickyHeader .logo-wrap { gap: 7px; }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  #stickyHeader .logo-wrap img { height: 38px; }
  #stickyHeader .logo-info .name { font-size: 26px; }
  #stickyHeader .logo-info .prop { font-size: 15px; }
#stickyHeader .logo-wrap { gap: 8px; }
#stickyHeader #stickyNavRow { overflow: visible !important; }
#stickyHeader .dropdown-menu { margin-top: 0; z-index: 9999; }
#stickyHeader .dropdown-toggle::after { vertical-align: middle; font-size: 10px; margin-left: 3px; }
}

/* Footer */
.main-footer { background: var(--primary-dark); color: #fff; padding: 60px 0 0; }
.main-footer h3 { color: #fff; font-size: 18px; font-weight: 600; margin-bottom: 20px; }
.main-footer p { font-size: 13px; line-height: 1.8; font-weight: 600; }
.main-footer a { color: #fff; text-decoration: none; transition: 0.3s; font-weight: 600; }
.main-footer a:hover { color: var(--accent); }
.footer-links li { margin-bottom: 8px; }
.footer-links li a { font-size: 13px; }
.footer-contact li { display: flex; gap: 10px; margin-bottom: 12px; font-size: 13px; color: #fff; font-weight: 600; }
.footer-contact li i { color: var(--accent); margin-top: 4px; min-width: 16px; }
.footer-social a {
  width: 40px; height: 40px; border: 1px solid rgba(255,255,255,0.2);
  border-radius: 50%; display: inline-flex; align-items: center; justify-content: center;
  color: #fff; transition: 0.3s; text-decoration: none;
}
.footer-social a:hover { background: var(--accent); border-color: var(--accent); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.1); padding: 20px 0; text-align: center; font-size: 13px; }

/* Footer Logo Button */
.footer-logo-btn { text-decoration:none; display:flex; padding:8px 12px; border:1px solid rgba(255,255,255,0.4); border-radius:8px; transition:0.3s; background:rgba(255,255,255,0.85); }
.footer-logo-btn:hover { border-color:rgba(255,255,255,0.8); background:#fff; }

/* Mission */
.mission-section { padding: 80px 0; background: #fff; }
.mission-section .bold-text { font-size: 14px; line-height: 1.9; color: #555; margin-bottom: 25px; }
.mission-list li { display: flex; gap: 15px; margin-bottom: 20px; font-size: 14px; color: #555; line-height: 1.7; }
.mission-list li .icon { flex-shrink: 0; }
.mission-list li .icon img { width: 50px; }

/* Services */
.services-section-five { padding: 80px 0; background: #f7f9fc; }
.services-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 25px; }
.service-block-five {
  background: #FAF0D7; border-radius: 10px; overflow: hidden;
  box-shadow: 0 5px 25px rgba(0,0,0,0.06); transition: 0.3s; text-align: center; padding: 40px 20px;
}
.service-block-five:hover { transform: translateY(-8px); box-shadow: 0 15px 40px rgba(0,0,0,0.1); }
.service-block-five .icon-box {
  width: 80px; height: 80px; background: #f0f4ff; border-radius: 50%;
  display: flex; align-items: center; justify-content: center; margin: 0 auto 20px;
}
.service-block-five .icon-box img { width: 40px; }
.service-block-five h5 { font-size: 16px; font-weight: 600; color: var(--primary); margin-bottom: 10px; }
.service-block-five .learn-more { font-size: 13px; font-weight: 500; color: var(--accent); text-transform: uppercase; letter-spacing: 1px; }

/* Counter */
.counter-section-three { padding: 80px 0; background: #fff; }
.fact-counter-three { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 30px; }
.fact-counter-three .column {
  text-align: center; padding: 25px 15px; background: #f7f9fc; border-radius: 10px; transition: 0.3s;
}
.fact-counter-three .column:hover { background: var(--primary); color: #fff; }
.fact-counter-three .column:hover h4 { color: #fff; }
.count-outer { font-size: 40px; font-weight: 800; color: var(--accent); }
.counter-title { font-size: 14px; font-weight: 500; color: #555; margin-top: 8px; }

/* Choose */
.choose-section { padding: 80px 0; background: #f7f9fc; }
.choose-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: center; }
.skill-item { margin-bottom: 18px; }
.skill-item .skill-title { font-size: 14px; font-weight: 600; color: var(--primary); margin-bottom: 6px; }
.skill-bar { height: 8px; background: #e0e6ef; border-radius: 10px; overflow: hidden; }
.skill-bar .fill {
  height: 100%; background: linear-gradient(90deg, var(--accent), #f7c35a);
  border-radius: 10px; transition: width 1.5s ease;
}
.skill-percent { float: right; font-size: 13px; font-weight: 600; color: var(--accent); }

/* Speech */
.speech-section { padding: 80px 0; background: linear-gradient(135deg, var(--primary-dark) 0%, var(--primary) 100%); color: #fff; }
.speech-section .sec-title h2 { color: #fff; }
.speech-section .text { font-size: 15px; line-height: 1.9; color: rgba(255,255,255,0.85); margin-bottom: 25px; }

/* Clients */
.clients-section { padding: 60px 0; background: #fff; }
.clients-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 20px; align-items: center; }
.client-logo { padding: 20px; text-align: center; filter: grayscale(100%); opacity: 0.6; transition: 0.3s; }
.client-logo:hover { filter: grayscale(0); opacity: 1; }
.client-logo img { max-height: 60px; }

/* Brochure */
.brochure-section { padding: 60px 0; background: var(--accent); text-align: center; color: #fff; }
.brochure-section h2 { font-size: 30px; font-weight: 700; margin-bottom: 15px; }
.brochure-section p { font-size: 15px; opacity: 0.9; margin-bottom: 20px; }
.brochure-section .theme-btn { background: var(--primary); color: #fff; }
.brochure-section .theme-btn:hover { background: var(--primary-dark); }

/* Responsive */
@media (max-width: 1024px) {
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .choose-grid { grid-template-columns: 1fr; }
  .fact-counter-three { grid-template-columns: repeat(2, 1fr); }
  .clients-grid { grid-template-columns: repeat(3, 1fr); }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 768px) {
  .banner-section-three h1 { font-size: 28px; }
  .services-grid { grid-template-columns: 1fr; }
  .fact-counter-three { grid-template-columns: 1fr; }
  .clients-grid { grid-template-columns: repeat(2, 1fr); }
  .banner-section-three { padding: 60px 0; }
}

/* ── Table Card – default for all future tables ── */
.card-wrap {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
    border: 1px solid #e0e0e0;
    overflow: hidden;
    margin-bottom: 2rem;
    padding: 10px;
}
.card-heading {
    padding: 16px 20px 8px;
    margin: -10px -10px 12px;
    border-bottom: 1px solid #e0e0e0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 8px;
}
.card-heading h2 {
    font-size: 22px;
    font-weight: 700;
    color: #B03030;
    margin: 0;
    letter-spacing: 0.5px;
}
.card-heading p {
    font-size: 13px;
    color: #555;
    margin: 0;
    font-style: italic;
}
.card-heading p::before {
    content: "\2022";
    color: #B03030;
    margin-right: 8px;
    font-size: 18px;
    font-style: normal;
}
.equipment-table, .table-card {
    border-collapse: collapse;
    width: 100%;
    background: #fff;
}
.equipment-table thead, .table-card thead { color: #fff; }
.equipment-table thead th, .table-card thead th {
    background-color: #000 !important;
    color: #fff;
    padding: 12px;
    font-size: 14px;
    text-transform: uppercase;
    border: 1px solid #888;
    vertical-align: middle;
}
.equipment-table tbody td, .table-card tbody td {
    padding: 10px;
    font-size: 14px;
    border: 1px solid #000;
    vertical-align: middle;
}
.equipment-table tbody tr:nth-child(even),
.table-card tbody tr:nth-child(even) { background-color: #f9f9f9; }
.equipment-table tbody tr:hover td,
.table-card tbody tr:hover td { background-color: #3b82f6 !important; color: #fff !important; transition: 0.2s; }

/* ── Responsive Tables – zoom out to fit ── */
.table-scale-wrap {
  overflow-x: clip;
  overflow-y: visible;
  width: 100%;
}
.table-scale-wrap .table-responsive {
  overflow-x: visible !important;
}
.table-scale-wrap table {
  transform-origin: top left;
}
@media (max-width: 767px) {
  .card-wrap { padding: 6px; }
  .card-heading { padding: 10px 12px 6px; margin: -6px -6px 8px; }
  .card-heading h2 { font-size: 14px; }
  .card-heading p { font-size: 11px; }
}

/* ── Print: disable zoom transform ── */
@media print {
  .table-scale-wrap table {
    transform: none !important;
    width: 100% !important;
  }
  .table-scale-wrap {
    overflow: visible !important;
    height: auto !important;
  }
}