.branch-card {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  transition: all 0.35s ease;
  height: 100%;
  border: 1px solid rgba(0,0,0,0.08);
}

/* Offcanvas mobile menu - black links */
.offcanvas__wrapper .mobile-menu ul li a {
  color: #252525;
}
.offcanvas__wrapper .mobile-menu ul li a:hover {
  color: #DC2626;
}

/* Desktop nav - white links on red header */
.navbar-2 nav ul li a {
  color: #fff;
}
.navbar-2 nav ul li a:hover {
  color: rgba(255,255,255,0.7);
}

/* headings Funnel Display */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Funnel Display', sans-serif;
}
.branch-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 50px rgba(220,38,38,0.12);
  border-color: #DC2626;
}
.branch-image {
  position: relative;
  height: 200px;
  overflow: hidden;
}
.branch-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.branch-card:hover .branch-image img {
  transform: scale(1.08);
}
.branch-badge {
  position: absolute;
  top: 12px;
  right: 12px;
  background: #DC2626;
  color: #fff;
  padding: 4px 14px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}
.branch-content {
  padding: 20px;
}
.branch-content h4 {
  color: #0a111e;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 12px;
}
.branch-content .branch-address,
.branch-content .branch-phone {
  color: rgba(0,0,0,0.55);
  font-size: 13px;
  margin-bottom: 6px;
}
.branch-content .branch-address i,
.branch-content .branch-phone i {
  width: 18px;
  color: #DC2626;
}
.branch-content .branch-desc {
  color: rgba(0,0,0,0.7);
  font-size: 14px;
  line-height: 1.6;
  margin: 10px 0 16px;
}
.branch-wa {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #DC2626;
  color: #fff;
  padding: 8px 20px;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.3s;
}
.branch-wa:hover {
  background: #B91C1C;
  color: #fff;
}

.simulasi-card {
  background: #fff;
  border-radius: 20px;
  padding: 36px;
  box-shadow: 0 10px 50px rgba(0,0,0,0.08);
  height: 100%;
}
.simulasi-card .form-section-title {
  font-size: 18px;
  font-weight: 700;
  color: var(--text-2);
  margin-bottom: 20px;
  padding-bottom: 12px;
  border-bottom: 2px solid #DC2626;
  display: flex;
  align-items: center;
  gap: 10px;
}
.simulasi-card .form-section-title i {
  color: #DC2626;
  font-size: 20px;
}
.simulasi-card .form-group {
  margin-bottom: 20px;
}
.simulasi-card .form-group label {
  font-weight: 600;
  color: var(--text-2);
  margin-bottom: 6px;
  display: block;
  font-size: 14px;
}
.simulasi-card .form-group label .required {
  color: #DC2626;
}
.simulasi-card .form-control,
.simulasi-card .simulasi-select {
  width: 100%;
  padding: 11px 16px;
  border: 2px solid var(--border);
  border-radius: 10px;
  font-size: 14px;
  background: #fff;
  color: var(--text-2);
  transition: border-color 0.3s;
}
.simulasi-card .form-control:focus,
.simulasi-card .simulasi-select:focus {
  border-color: #DC2626;
  outline: none;
}
.simulasi-card .form-control::placeholder {
  color: #aaa;
}
.simulasi-card .simulasi-harga-display {
  padding: 12px 16px;
  background: #fef2f2;
  border: 2px solid #fecaca;
  border-radius: 10px;
  font-size: 20px;
  font-weight: 800;
  color: #DC2626;
  height: 48px;
  display: flex;
  align-items: center;
}
.simulasi-card .simulasi-input-group {
  display: flex;
  align-items: center;
  gap: 12px;
}
.simulasi-card .simulasi-input-group .simulasi-select {
  flex: 1;
}
.simulasi-card .simulasi-input-group .simulasi-value {
  font-size: 18px;
  font-weight: 700;
  color: #DC2626;
  min-width: 120px;
  text-align: right;
  padding: 11px 16px;
  background: #fef2f2;
  border-radius: 10px;
}
.form-check-simulasi {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-top: 8px;
}
.form-check-simulasi input[type="checkbox"] {
  width: 18px;
  height: 18px;
  margin-top: 3px;
  accent-color: #DC2626;
  flex-shrink: 0;
}
.form-check-simulasi label {
  font-size: 13px;
  color: var(--text);
  line-height: 1.5;
  font-weight: 400 !important;
  margin-bottom: 0 !important;
  cursor: pointer;
}
.btn-hitung {
  width: 100%;
  padding: 14px;
  background: #DC2626;
  color: #fff;
  border: none;
  border-radius: 12px;
  font-size: 17px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s;
  margin-top: 16px;
  letter-spacing: 0.5px;
}
.btn-hitung:hover {
  background: #B91C1C;
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(220,38,38,0.3);
}
.btn-hitung:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none;
}
.simulasi-alert {
  padding: 12px 16px;
  border-radius: 10px;
  font-size: 14px;
  margin-top: 12px;
  display: none;
}
.simulasi-alert.success {
  display: block;
  background: #f0fdf4;
  color: #166534;
  border: 1px solid #bbf7d0;
}
.simulasi-alert.error {
  display: block;
  background: #fef2f2;
  color: #991b1b;
  border: 1px solid #fecaca;
}
.simulasi-section-divider {
  margin: 24px 0;
  border: none;
  border-top: 1px solid var(--border);
}
@media (max-width: 768px) {
  .simulasi-card {
    padding: 20px;
  }
}

.about-wrapper-2 .nav .nav-link.active {
  background: #DC2626 !important;
}
.about-wrapper-2 .nav .nav-link:hover {
  color: #DC2626 !important;
}
.about-wrapper-2 .nav {
  background: rgba(220,38,38,0.06) !important;
}

.about-section {
  height: auto !important;
  overflow: visible !important;
}
.about-section .about-wrapper .about-image-items {
  margin-bottom: 0;
  height: 100%;
  min-height: 400px;
  display: flex;
  align-items: stretch;
}
.about-section .about-wrapper .about-image-items .about-img {
  height: 100%;
  width: 100%;
  max-width: 100% !important;
  display: flex;
  align-items: stretch;
}
.about-section .about-wrapper .about-image-items .about-img img {
  width: 100%;
  height: 100%;
  min-height: 400px;
  object-fit: contain;
  border-radius: 8px;
}
.about-section .about-wrapper .about-content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.about-section .about-wrapper .row {
  align-items: center;
}
.about-wrapper-2 .counter-content {
  background: #DC2626 !important;
}
.about-wrapper-2 .author-icon .icon {
  color: #DC2626 !important;
  border-color: #DC2626 !important;
}
.quick-menu {
  margin-top: -60px;
  position: relative;
  z-index: 10;
}
.quick-menu .qm-card {
  background: #fff;
  border-radius: 16px;
  padding: 28px 20px;
  text-align: center;
  transition: all 0.35s ease;
  border: 1px solid rgba(0,0,0,0.06);
  box-shadow: 0 4px 20px rgba(0,0,0,0.04);
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-decoration: none;
  cursor: pointer;
}
.quick-menu .qm-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 50px rgba(220,38,38,0.12);
  border-color: #DC2626;
}
.quick-menu .qm-card .qm-icon {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: rgba(220,38,38,0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  color: #DC2626;
  transition: all 0.35s ease;
}
.quick-menu .qm-card:hover .qm-icon {
  background: #DC2626;
  color: #fff;
}
.quick-menu .qm-card .qm-label {
  font-size: 15px;
  font-weight: 600;
  color: #0a111e;
  letter-spacing: -0.01em;
}

.hero-1 {
  height: 496px;
  min-height: 496px;
}

.hero-1 .swiper,
.hero-1 .swiper-wrapper,
.hero-1 .swiper-slide {
  height: 100%;
}

.hero-1 .hero-image-items,
.hero-1 .hero-image-items .hero-image {
  width: 100%;
  height: 100%;
}

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

.product-page-hero {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #111827 0%, #1f2937 100%);
  color: #fff;
}
.product-page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url('../img/hero/hero-bg.jpg') center/cover no-repeat;
  opacity: 0.18;
}
.product-page-hero .container {
  position: relative;
  z-index: 1;
}
.product-page-hero .theme-btn {
  background: #DC2626;
  color: #fff;
  border-color: #DC2626;
}
.product-page-hero .theme-btn:hover {
  background: #B91C1C;
  color: #fff;
}
.product-page-hero .theme-btn.border-btn {
  background: transparent;
  border: 1px solid #fff;
}
.product-page-hero .theme-btn.border-btn:hover {
  background: #fff;
  color: #111827;
}
.product-page-filter {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 28px;
}
.product-page-filter .filter-chip {
  border: 1px solid #e5e7eb;
  background: #fff;
  color: #374151;
  padding: 10px 16px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 600;
  transition: all 0.3s ease;
}
.product-page-filter .filter-chip:hover,
.product-page-filter .filter-chip.active {
  background: #DC2626;
  color: #fff;
  border-color: #DC2626;
}
.product-box {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #e5e7eb;
  height: 100%;
  transition: all 0.3s;
  position: relative;
  display: flex;
  flex-direction: column;
}
.product-box:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0,0,0,0.1);
  border-color: #DC2626;
}
.product-box .box-link {
  position: absolute;
  inset: 0;
  z-index: 2;
}
.product-box .box-thumb {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
  background: #f9fafb;
  min-height: 220px;
  height: 100%;
}
.product-box .box-thumb img {
  max-height: 200px;
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: cover;
}
.product-box .box-content {
  padding: 16px 20px 0;
  flex: 1;
}
.product-box .box-content .title {
  font-size: 16px;
  font-weight: 700;
  color: #111827;
  margin: 0 0 4px;
}
.product-box .box-content .price {
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: #DC2626;
  margin-bottom: 12px;
}
.product-box .box-footer {
  padding: 12px 20px 16px;
  border-top: 1px solid #f3f4f6;
  margin-top: auto;
}
.product-box .box-footer .row {
  display: flex;
  flex-wrap: wrap;
}
.product-box .box-footer [class*="col-"] {
  padding: 4px 0;
}
.product-box .box-footer .info-title {
  display: block;
  font-size: 10px;
  font-weight: 700;
  color: #9ca3af;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 2px;
}
.product-box .box-footer .info {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: #111827;
}

.car-section .product-box .box-thumb {
  min-height: 160px;
  padding: 20px;
}
.car-section .product-box .box-thumb img {
  max-height: 120px;
}
.car-section .product-box .box-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 16px;
  border-top: 1px solid #f3f4f6;
}
.car-section .product-box .box-footer .product-name {
  font-size: 14px;
  font-weight: 700;
  color: #111827;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.car-section .product-box .box-footer .price {
  font-size: 14px;
  font-weight: 800;
  color: #DC2626;
  white-space: nowrap;
  margin-left: 12px;
}

.section-bg-img {
  background-image: url('../img/section-bg/testimonials.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.section-bg-img::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0);
}
.section-bg-img > * {
  position: relative;
  z-index: 1;
}

.special-services {
  position: relative;
}
.special-services::before {
  background: rgba(255, 255, 255, 0) !important;
}
.special-services .section-title {
  color: #000000;
  text-align: center;
  margin-bottom: 24px;
}
.special-services .section-title h2 {
  color: #000000;
}
.special-services .ss-tab {
  display: flex;
  justify-content: center;
  gap: 0;
  margin-bottom: 40px;
  flex-wrap: wrap;
}
.special-services .ss-tab .tab-item {
  padding: 12px 32px;
  font-size: 16px;
  font-weight: 600;
  color: #000000;
  background: transparent;
  border: none;
  border-bottom: 3px solid transparent;
  cursor: pointer;
  transition: all 0.3s ease;
  font-family: "Jost", sans-serif;
  letter-spacing: 0.3px;
  position: relative;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.special-services .ss-tab .tab-item:hover {
  color: #DC2626;
}
.special-services .ss-tab .tab-item.active {
  color: #DC2626;
  border-bottom-color: #DC2626;
}
.special-services .ss-content {
  display: none;
}
.special-services .ss-content.active {
  display: block;
}
.special-services .ss-content .ss-desc {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  line-height: 1.7;
}
.special-services .ss-content .ss-form-card {
  background: rgba(255, 255, 255, 0.95);
  border-radius: 16px;
  padding: 20px;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
}
.special-services .ss-content .ss-form-card .form-title {
  font-size: 16px;
  font-weight: 700;
  color: #111827;
  margin-bottom: 12px;
  padding-bottom: 8px;
  border-bottom: 2px solid #DC2626;
}
.special-services .ss-content .ss-form-card .sim-note {
  font-size: 12px;
  color: #6b7280;
  margin: -4px 0 12px;
  line-height: 1.5;
}
.special-services .ss-content .ss-form-card .form-group {
  margin-bottom: 8px;
}
.special-services .ss-content .ss-form-card label {
  font-size: 12px;
  font-weight: 600;
  color: #374151;
  margin-bottom: 3px;
  display: block;
}
.special-services .ss-content .ss-form-card input,
.special-services .ss-content .ss-form-card select,
.special-services .ss-content .ss-form-card textarea {
  width: 100%;
  padding: 7px 12px;
  border: 1.5px solid #e5e7eb;
  border-radius: 8px;
  font-size: 13px;
  color: #111827;
  background: #fff;
  transition: border-color 0.3s;
  resize: vertical;
  font-family: inherit;
}
.special-services .ss-content .ss-form-card input:focus,
.special-services .ss-content .ss-form-card select:focus,
.special-services .ss-content .ss-form-card textarea:focus {
  border-color: #DC2626;
  outline: none;
}
.special-services .ss-content .ss-form-card .btn-submit {
  width: 100%;
  padding: 10px;
  background: #DC2626;
  color: #fff;
  border: none;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s;
  margin-top: 4px;
}
.special-services .ss-content .ss-form-card .btn-submit:hover {
  background: #B91C1C;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(220, 38, 38, 0.3);
}

.form-section-label {
  font-size: 13px;
  font-weight: 700;
  color: #111827;
  margin: 12px 0 6px;
  padding-bottom: 6px;
  border-bottom: 2px solid #e5e7eb;
  display: flex;
  align-items: center;
  gap: 8px;
}
.form-section-label:first-of-type {
  margin-top: 0;
}
.form-section-label i {
  color: #DC2626;
}
.form-hint {
  font-size: 12px;
  color: #6b7280;
  margin-top: 4px;
  display: block;
}
.radio-group {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.radio-item {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  font-weight: 500;
  color: #374151;
  cursor: pointer;
}
.radio-item input[type="radio"] {
  width: auto;
  accent-color: #DC2626;
}
.file-upload {
  position: relative;
}
.file-upload input[type="file"] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.file-upload .file-label {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border: 2px dashed #d1d5db;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s;
  background: #f9fafb;
}
.file-upload .file-label:hover {
  border-color: #DC2626;
  background: #fef2f2;
}
.file-upload .file-label i {
  font-size: 16px;
  color: #9ca3af;
}
.file-upload .file-text {
  font-size: 12px;
  color: #6b7280;
}
.file-upload .file-name {
  display: block;
  font-size: 11px;
  color: #374151;
  margin-top: 4px;
  font-weight: 500;
}
.service-interval-table {
  margin: 4px 0 10px;
  border-radius: 8px;
  overflow: hidden;
  border: 1.5px solid #e5e7eb;
}
.service-interval-table table {
  width: 100%;
  border-collapse: collapse;
}
.service-interval-table th {
  background: #DC2626;
  color: #fff;
  padding: 7px 12px;
  font-size: 12px;
  font-weight: 600;
  text-align: left;
}
.service-interval-table td {
  padding: 5px 12px;
  font-size: 12px;
  color: #374151;
  border-bottom: 1px solid #f3f4f6;
}
.service-interval-table tr:last-child td {
  border-bottom: none;
}
.service-interval-table .group-header {
  background: #f9fafb;
  font-weight: 700;
  color: #111827;
  font-size: 13px;
}
.form-check-custom {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  margin: 16px 0;
}
.form-check-custom input[type="checkbox"] {
  width: auto;
  margin-top: 3px;
  accent-color: #DC2626;
}
.form-check-custom label {
  font-size: 13px;
  color: #6b7280;
  line-height: 1.5;
  cursor: pointer;
}
@media (max-width: 767px) {
  .special-services {
    min-height: auto;
  }
  .special-services .ss-tab {
    gap: 0;
  }
  .special-services .ss-tab .tab-item {
    padding: 8px 16px;
    font-size: 13px;
  }
}

/* Footer Overrides */
.footer-3 {
  background: #DC2626 !important;
  padding-top: 60px !important;
  padding-bottom: 0 !important;
}
@media (max-width: 1199px) {
  .footer-3 { padding-top: 50px !important; }
}
@media (max-width: 991px) {
  .footer-3 { padding-top: 40px !important; }
}
.footer-3-contact {
  gap: 14px;
}
.footer-3-contact div.icon {
  width: 40px;
  height: 40px;
  border-color: rgba(255,255,255,0.3);
}
.footer-3-contact div.icon i {
  font-size: 16px;
  color: #fff;
}
.footer-3-contact div.content span {
  font-size: 18px;
  color: #fff;
}
.footer-3-contact div.content p,
.footer-3-contact div.content p a {
  color: rgba(255,255,255,0.85);
}
.footer-widgets-wrapper .single-footer-widget .widget-head {
  margin-bottom: 16px;
}
.footer-widgets-wrapper .single-footer-widget .widget-head h3 {
  color: #fff;
  font-size: 18px;
}
.footer-widgets-wrapper .single-footer-widget .contact-list li {
  color: rgba(255,255,255,0.8);
  font-size: 14px;
}
.footer-widgets-wrapper .single-footer-widget .contact-list li:not(:last-child) {
  margin-bottom: 10px;
}
.footer-widgets-wrapper .single-footer-widget .contact-list li a {
  color: #fff;
}
.footer-3-social-wrapper a i {
  color: #fff;
}
.footer-3-social-wrapper a:hover:hover i {
  color: #fff;
}
.footer-3-social-wrapper a:hover {
  background-color: rgba(255,255,255,0.25);
  border-color: #fff;
}
.footer-bottom-wrapper {
  border-top: 1px solid rgba(255,255,255,0.2);
  padding: 16px 0;
}

/* reCAPTCHA v3 - invisible, no extra styles needed */

.news-box-items .news-content .date {
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  color: #DC2626;
  margin-bottom: 8px;
}
.news-box-items {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  overflow: hidden;
  transition: all 0.3s;
}
.news-box-items:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0,0,0,0.1);
  border-color: #d1d5db;
}
.news-box-items .news-image img {
  border-radius: 0;
  width: 100%;
  aspect-ratio: 16/10;
  object-fit: cover;
}
.news-box-items .news-content {
  padding: 16px 20px 20px;
  margin-top: 0;
}
.news-box-items .news-content h3 a {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 16px;
  font-weight: 700;
}
.news-box-items .news-content p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 14px;
  color: #6b7280;
}
.news-box-items .news-content .link-btn-area {
  margin-top: 14px;
}
.news-box-items .news-content .link-btn-area .link {
  font-size: 14px;
  font-weight: 600;
}
.news-section .row {
  display: flex;
  align-items: stretch;
}
.news-section .row > [class*="col-"] {
  display: flex;
}
.news-section .row > [class*="col-"] > .news-box-items {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.news-section .row > [class*="col-"] > .news-box-items .news-content {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.news-section .row > [class*="col-"] > .news-box-items .news-content p {
  flex: 1;
}