:root {
  --sk-yellow: #ffc107;
  --sk-orange: #c41e3a;
  --sk-red: #c41e3a;
  --sk-blue: #1a3a6b;
  --sk-dark: #0a1628;
  --sk-light: #f8f9fa;
}

* {
  scroll-behavior: smooth;
}

html {
  overflow-x: hidden;
  max-width: 100%;
}

body {
  font-family: "Poppins", sans-serif;
  color: #333;
  overflow-x: hidden;
  max-width: 100%;
}

h1, h2, h3, .serif-title {
  font-family: "Playfair Display", serif;
}

/* Site Header & Top Bar */
.site-header {
  z-index: 1030;
}

.header-topbar {
  background: var(--sk-dark);
  color: #fff;
  font-size: 0.85rem;
  padding: 0.4rem 0;
}

.header-topbar-inner {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 0.75rem 1rem;
}

.header-topbar-contact {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.35rem 0.5rem;
  min-width: 0;
  justify-self: start;
}

.header-topbar-welcome {
  margin: 0;
  font-family: "Playfair Display", serif;
  font-size: 0.9rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.95);
  text-align: center;
  white-space: nowrap;
}

.header-topbar-welcome span {
  color: var(--sk-yellow);
}

.header-topbar-phone {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  color: rgba(255, 255, 255, 0.92);
  text-decoration: none;
  font-weight: 500;
  white-space: nowrap;
  transition: color 0.3s;
}

.header-topbar-phone:hover {
  color: var(--sk-yellow);
}

.header-topbar-sep {
  color: rgba(255, 255, 255, 0.45);
}

.header-topbar-social {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-shrink: 0;
  justify-self: end;
}

.header-topbar-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  font-size: 0.95rem;
  text-decoration: none;
  transition: background 0.3s, transform 0.3s;
}

.header-topbar-social a:hover {
  color: #fff;
  transform: translateY(-1px);
}

.header-topbar-social a.social-facebook:hover {
  background: #1877f2;
}

.header-topbar-social a.social-instagram:hover {
  background: #e4405f;
}

.header-topbar-social a.social-youtube:hover {
  background: #ff0000;
}

.header-topbar-social a.social-whatsapp:hover {
  background: #25d366;
}

@media (max-width: 767.98px) {
  .header-topbar-inner {
    grid-template-columns: 1fr;
    grid-template-areas: "welcome";
    justify-items: center;
  }

  .header-topbar-welcome {
    grid-area: welcome;
    font-size: 0.82rem;
  }

  .header-topbar-contact,
  .header-topbar-social {
    display: none;
  }
}

@media (max-width: 575.98px) {
  .header-topbar {
    font-size: 0.78rem;
    padding: 0.35rem 0;
  }

  .header-topbar-welcome {
    font-size: 0.78rem;
  }
}

/* Navbar */
.navbar-sk {
  background: #fff;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.08);
  padding: 0.85rem 0;
}

.brand-accent {
  color: var(--sk-red);
}

.navbar-sk .navbar-brand {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  color: var(--sk-dark) !important;
  font-size: 1.35rem;
  max-width: calc(100% - 56px);
  flex-shrink: 1;
  min-width: 0;
  background: #fff;
  padding: 0.25rem 0.85rem 0.25rem 0;
  border-radius: 6px;
  line-height: 0;
}

.navbar-sk .navbar-toggler {
  border-color: rgba(10, 22, 40, 0.2);
  padding: 0.35rem 0.55rem;
}

.navbar-sk .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='rgba%2810, 22, 40, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-sk .nav-link {
  font-weight: 500;
  color: var(--sk-dark) !important;
  padding: 0.5rem 1rem !important;
  transition: color 0.3s;
}

.navbar-sk .nav-link:hover,
.navbar-sk .nav-link.active {
  color: var(--sk-orange) !important;
}

.navbar-sk .btn-call {
  background: var(--sk-orange);
  color: #fff;
  border-radius: 50px;
  padding: 0.4rem 1.2rem;
  font-weight: 600;
  font-size: 0.9rem;
}

.navbar-sk .btn-call:hover {
  background: #c74d03;
  color: #fff;
}

/* Mobile Sidebar */
.mobile-sidebar {
  width: min(320px, 88vw);
  border: none;
  box-shadow: -6px 0 30px rgba(0, 0, 0, 0.18);
}

.mobile-sidebar-header {
  padding: 1.25rem 1.25rem 0.75rem;
  align-items: flex-start;
  border-bottom: 1px solid #eee;
  background: #fff;
}

.mobile-sidebar-brand {
  display: block;
  flex: 1;
  padding-right: 0.75rem;
}

.site-logo-sidebar {
  width: 100%;
  max-width: 380px;
  height: auto;
  object-fit: contain;
  display: block;
  background: #fff;
  padding: 0.35rem 0.5rem;
  border-radius: 6px;
}

.mobile-sidebar-close {
  flex-shrink: 0;
  margin-top: 0.25rem;
}

.mobile-sidebar-body {
  display: flex;
  flex-direction: column;
  padding: 1rem 1.25rem 1.5rem;
}

.mobile-nav-links .nav-link {
  padding: 0.9rem 0 !important;
  font-size: 1.05rem;
  font-weight: 500;
  border-bottom: 1px solid #f0f0f0;
}

.mobile-nav-links .nav-link.active {
  color: var(--sk-orange) !important;
  font-weight: 600;
}

.mobile-sidebar-contact {
  margin-top: auto;
  padding-top: 1.25rem;
  border-top: 1px solid #eee;
  width: 100%;
}

.mobile-contact-item {
  display: grid;
  grid-template-columns: 1.35rem 1fr;
  column-gap: 0.75rem;
  align-items: center;
  width: 100%;
  color: var(--sk-dark);
  font-size: 0.95rem;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 0.75rem;
  text-decoration: none;
  text-align: left;
}

.mobile-contact-item:last-child {
  margin-bottom: 0;
  align-items: start;
}

.mobile-contact-item span {
  grid-column: 2;
}

.mobile-contact-item:hover {
  color: var(--sk-orange);
}

.mobile-contact-item i {
  grid-column: 1;
  justify-self: center;
  color: var(--sk-orange);
  font-size: 1.1rem;
}

.mobile-contact-item:last-child i {
  margin-top: 0.15rem;
}

.offcanvas-backdrop.show {
  opacity: 1;
  background: rgba(10, 22, 40, 0.55);
}

/* Hero Slider */
.hero-slider {
  position: relative;
  background: var(--sk-dark);
  overflow: hidden;
  width: 100%;
  max-width: 100vw;
}

.hero-slider .carousel,
.hero-slider .carousel-inner {
  min-height: 520px;
  height: 85vh;
  max-height: 780px;
  overflow: hidden;
  width: 100%;
}

.hero-slider .carousel-item {
  position: relative;
  height: 85vh;
  min-height: 520px;
  max-height: 780px;
  overflow: hidden;
  background: var(--sk-dark);
}

.hero-slider .carousel-item::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    105deg,
    rgba(10, 22, 40, 0.88) 0%,
    rgba(10, 22, 40, 0.55) 42%,
    rgba(10, 22, 40, 0.2) 100%
  );
  z-index: 1;
}

.hero-slider .carousel-item img {
  object-fit: cover;
  object-position: center;
  height: 100%;
  width: 100%;
  transform: scale(1.02);
  transition: transform 8s ease;
}

.hero-slider .carousel-item.active img {
  transform: scale(1.08);
}

.hero-slider .carousel-caption {
  bottom: auto;
  top: 50%;
  transform: translateY(-50%);
  left: 8%;
  right: auto;
  max-width: 640px;
  text-align: left;
  padding: 0;
  z-index: 2;
}

.hero-slider .hero-title {
  font-size: clamp(2rem, 5vw, 3.8rem);
  font-weight: 800;
  color: #fff;
  line-height: 1.15;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.4);
}

.hero-slider .hero-title span {
  color: var(--sk-orange);
}

.hero-slider .price-badge {
  display: inline-block;
  background: var(--sk-yellow);
  color: var(--sk-dark);
  font-weight: 700;
  font-size: 1.15rem;
  padding: 0.5rem 1.5rem;
  border-radius: 50px;
  margin-top: 1rem;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.hero-slider .hero-sub {
  font-size: 1.1rem;
  color: #eee;
  margin-top: 0.75rem;
  max-width: 600px;
}

.hero-slider .carousel-control-prev,
.hero-slider .carousel-control-next {
  z-index: 3;
  width: 8%;
}

.hero-slider .carousel-indicators {
  z-index: 3;
  margin-bottom: 1.5rem;
}

.hero-slider .carousel-indicators [data-bs-target] {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: var(--sk-yellow);
}

.hero-slider .carousel-control-prev-icon,
.hero-slider .carousel-control-next-icon {
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  padding: 1.5rem;
  background-size: 50%;
}

/* Stats Strip */
.stats-strip {
  background: var(--sk-dark);
  padding: 1.5rem 0;
}

.stat-item {
  text-align: center;
  padding: 0.5rem;
}

.stat-item .stat-icon {
  font-size: 2rem;
  color: var(--sk-yellow);
  margin-bottom: 0.5rem;
}

.stat-item h4 {
  font-weight: 700;
  font-size: 1.1rem;
  margin-bottom: 0.25rem;
  color: #fff;
}

.stat-item p {
  margin: 0;
  font-size: 0.9rem;
  color: #fff;
}

/* Section Titles */
.section-title {
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  font-weight: 700;
  color: var(--sk-dark);
  margin-bottom: 0.5rem;
}

.section-title span {
  color: var(--sk-orange);
}

.section-subtitle {
  color: #666;
  max-width: 650px;
  margin: 0 auto 2.5rem;
}

.section-padding {
  padding: 5rem 0;
}

.bg-light-yellow {
  background: #fffbeb;
}

/* About Section */
.about-img-wrap {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.12);
}

.about-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: var(--sk-orange);
  color: #fff;
  padding: 0.4rem 1rem;
  border-radius: 50px;
  font-size: 0.85rem;
  font-weight: 600;
  margin-bottom: 1rem;
}

.about-list li {
  padding: 0.4rem 0;
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.about-list li i {
  color: var(--sk-orange);
}

/* Services Cards */
.service-card {
  background: #fff;
  border-radius: 12px;
  padding: 2rem 1.5rem;
  text-align: center;
  height: 100%;
  border: 1px solid #eee;
  transition: transform 0.3s, box-shadow 0.3s;
}

.service-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.1);
}

.service-card .service-icon {
  width: 70px;
  height: 70px;
  background: var(--sk-yellow);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.25rem;
  font-size: 1.75rem;
  color: var(--sk-orange);
}

.service-card h5 {
  font-weight: 700;
  margin-bottom: 0.75rem;
}

/* Brands Section */
.brands-section {
  background: #fff;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

.brand-card {
  background: #fff;
  border-radius: 16px;
  padding: 1.15rem 1rem 1rem;
  text-align: center;
  height: 100%;
  border: 1px solid #e9ecef;
  transition: transform 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 220px;
  position: relative;
  overflow: hidden;
}

.brand-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--sk-red), var(--sk-orange));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.35s ease;
}

.brand-card:hover {
  border-color: var(--sk-red);
  box-shadow: 0 14px 36px rgba(10, 22, 40, 0.14);
  transform: translateY(-8px);
}

.brand-card:hover::before {
  transform: scaleX(1);
}

.brand-card-title {
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--sk-dark);
  margin: 0 0 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  line-height: 1.3;
  width: 100%;
}

.brand-card-image {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 130px;
  padding: 0.75rem;
  background: #fff;
  border-radius: 12px;
  border: 1px solid #e8eef5;
  margin-bottom: 0.85rem;
  transition: background 0.35s ease, border-color 0.35s ease;
}

.brand-card:hover .brand-card-image {
  border-color: rgba(196, 30, 58, 0.2);
}

.brand-card .brand-logo {
  height: auto;
  width: 100%;
  max-width: 100%;
  max-height: 110px;
  object-fit: contain;
  margin: 0;
  transition: transform 0.35s ease;
}

.brand-card:hover .brand-logo {
  transform: scale(1.08);
}

.brand-card .brand-logo-wide {
  max-height: 90px;
}

.brand-card-tag {
  margin: 0;
  color: #666;
  font-size: 0.8rem;
  line-height: 1.35;
  font-weight: 500;
}

.brand-card small {
  color: #777;
  font-size: 0.75rem;
  line-height: 1.3;
}

.site-logo {
  height: 110px;
  width: auto;
  max-width: min(400px, 68vw);
  object-fit: contain;
  object-position: left center;
  display: block;
  image-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

/* Specification Section */
.spec-section {
  background: #fffbeb;
}

.spec-section > .container {
  max-width: 1400px;
}

.spec-block {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.07);
  overflow: hidden;
  border: 1px solid #e8e8e8;
}

.spec-block + .spec-block {
  margin-top: 2rem;
}

.spec-block-layout {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}

.spec-block-image {
  flex: 0 0 100%;
  max-width: 100%;
  min-height: 280px;
  background: #f0f4f8;
}

.spec-block-image img {
  width: 100%;
  height: 100%;
  min-height: 280px;
  object-fit: cover;
  object-position: center;
  display: block;
}

.spec-block-content {
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 992px) {
  .spec-block-image {
    flex: 0 0 34%;
    max-width: 34%;
  }

  .spec-block-content {
    flex: 0 0 66%;
    max-width: 66%;
  }

  .spec-block-layout.reverse .spec-block-image {
    order: 2;
  }

  .spec-block-layout.reverse .spec-block-content {
    order: 1;
  }
}

.spec-block-content .spec-intro {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.spec-block-content .spec-table-wrap,
.spec-block-content .table-responsive {
  padding-bottom: 0.5rem;
}

.spec-block-title {
  font-family: "Playfair Display", serif;
  font-size: 1.35rem;
  font-weight: 700;
  color: var(--sk-dark);
  padding: 1.25rem 1.5rem 0.75rem;
  margin: 0;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.spec-intro {
  padding: 0 1.5rem 1rem;
  margin: 0;
  color: #444;
  font-size: 0.95rem;
  line-height: 1.7;
}

.spec-intro p {
  margin-bottom: 0.65rem;
}

.spec-intro p:last-child {
  margin-bottom: 0;
}

.spec-arrow-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.spec-arrow-list li {
  position: relative;
  padding-left: 1.1rem;
  margin-bottom: 0.45rem;
}

.spec-arrow-list li::before {
  content: ">";
  position: absolute;
  left: 0;
  font-weight: 700;
  color: var(--sk-dark);
}

.spec-arrow-list li:last-child {
  margin-bottom: 0;
}

.spec-table-wrap {
  padding: 0 0 0.5rem;
}

/* Variable cost table */
.cost-table {
  margin: 0;
  border-collapse: collapse;
  width: 100%;
  font-size: 0.9rem;
}

.cost-table th,
.cost-table td {
  border: 1px solid #ccc;
  padding: 0.75rem 0.85rem;
  vertical-align: top;
  line-height: 1.55;
}

.cost-table thead th {
  background: var(--sk-dark);
  color: #fff;
  font-weight: 600;
  text-align: center;
  white-space: nowrap;
}

.cost-table tbody td {
  background: #fff;
}

.cost-table tbody tr:nth-child(even) td {
  background: #f8fbff;
}

.cost-table .col-num {
  text-align: center;
  width: 48px;
  font-weight: 700;
}

.cost-table .col-qty,
.cost-table .col-rate,
.cost-table .col-amt {
  text-align: center;
  white-space: nowrap;
}

.cost-table tr.struck td {
  text-decoration: line-through;
  color: #888;
  background: #f5f5f5 !important;
}

.cost-section,
.exclusion-section {
  background: #fffbeb;
}

.exclusion-block {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.07);
  border: 1px solid #e8e8e8;
  padding: 1.5rem 1.75rem;
  margin-bottom: 2rem;
}

.exclusion-block:last-child {
  margin-bottom: 0;
}

.exclusion-block h3 {
  font-family: "Playfair Display", serif;
  font-size: 1.25rem;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 4px;
  margin-bottom: 1.25rem;
  color: var(--sk-dark);
}

.exclusion-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.exclusion-list li {
  position: relative;
  padding-left: 1.25rem;
  margin-bottom: 0.65rem;
  color: #444;
  line-height: 1.65;
  font-size: 0.95rem;
}

.exclusion-list li::before {
  content: ">";
  position: absolute;
  left: 0;
  font-weight: 700;
  color: var(--sk-orange);
}

@media (max-width: 768px) {
  .cost-table {
    font-size: 0.8rem;
  }

  .cost-table th,
  .cost-table td {
    padding: 0.5rem;
  }
}

/* Package Comparison Table */
.packages-section {
  background: #fff;
}

.packages-table-wrap {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.08);
  border: 1px solid #e8e8e8;
  padding: 0.5rem;
}

.package-table {
  margin: 0;
  border-collapse: collapse;
  width: 100%;
  min-width: 960px;
  font-size: 0.88rem;
  line-height: 1.55;
}

.package-table th,
.package-table td {
  border: 1px solid #bbb;
  padding: 0.7rem 0.75rem;
  vertical-align: top;
}

.package-table thead th {
  text-align: center;
  font-weight: 700;
  font-size: 1rem;
  padding: 1rem 0.75rem;
}

.package-table thead th span {
  display: block;
  font-size: 0.9rem;
  font-weight: 600;
  margin-top: 0.25rem;
}

.package-table tbody th {
  background: #fff;
  font-weight: 700;
  width: 14%;
  min-width: 120px;
}

.pkg-label-col {
  background: var(--sk-dark) !important;
  color: #fff !important;
}

.pkg-silver {
  background: #ececec !important;
}

.pkg-gold {
  background: #dceefb !important;
}

.pkg-platinum {
  background: #fce4ec !important;
}

.package-table .pkg-section-row td {
  background: #f5f5f5 !important;
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-size: 1.05rem;
  text-decoration: underline;
  text-underline-offset: 3px;
  color: var(--sk-dark);
  padding: 0.85rem 0.75rem;
}

.package-table-exclusions {
  min-width: 0;
}

.pkg-exclusions-cell {
  background: #fff !important;
  padding: 1.25rem 1.5rem !important;
}

.pkg-exclusions-cell .exclusion-list li {
  font-size: 0.92rem;
}

.cell-list {
  margin: 0;
  padding-left: 1rem;
}

.cell-list li {
  margin-bottom: 0.35rem;
}

.cell-list li:last-child {
  margin-bottom: 0;
}

.spec-table {
  margin: 0;
  border-collapse: collapse;
  width: 100%;
}

.spec-table th,
.spec-table td {
  border: 1px solid #ccc;
  padding: 1rem 1.25rem;
  vertical-align: top;
  font-size: 0.95rem;
  line-height: 1.65;
}

.spec-table th {
  width: 28%;
  background: #fff;
  font-weight: 700;
  color: var(--sk-dark);
}

.spec-table td {
  background: #dceefb;
  color: #333;
}

.spec-table tbody tr:hover td {
  background: #c8e4f8;
}

.spec-table td ul {
  margin: 0;
  padding-left: 1.25rem;
}

.spec-table td li {
  margin-bottom: 0.25rem;
}

@media (max-width: 768px) {
  .spec-table th,
  .spec-table td {
    display: block;
    width: 100%;
  }

  .spec-table th {
    border-bottom: none;
    padding-bottom: 0.35rem;
  }

  .spec-table td {
    border-top: none;
    padding-top: 0.35rem;
  }
}

/* PDF Section */
.pdf-section {
  background: #fff;
}

.pdf-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
  height: 100%;
}

.pdf-card-header {
  background: var(--sk-dark);
  color: #fff;
  padding: 1.25rem 1.5rem;
}

.pdf-card-header h5 {
  margin: 0;
  font-weight: 600;
}

.pdf-card-tile {
  height: 140px;
  background: #f0f4f8;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #e8e8e8;
}

.pdf-card-tile i {
  font-size: 4rem;
  color: var(--sk-red);
  opacity: 0.85;
}

.pdf-preview {
  height: 320px;
  background: #f0f0f0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #ddd;
}

.pdf-preview embed,
.pdf-preview iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.pdf-card-body {
  padding: 1.25rem 1.5rem;
}

.pdf-card-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.pdf-card-actions .btn {
  flex: 1 1 auto;
  min-width: 120px;
  text-align: center;
}

.btn-sk-primary {
  background: var(--sk-orange);
  color: #fff;
  border: none;
  border-radius: 50px;
  padding: 0.6rem 1.5rem;
  font-weight: 600;
  transition: background 0.3s;
}

.btn-sk-primary:hover {
  background: #c74d03;
  color: #fff;
}

.btn-sk-outline {
  border: 2px solid var(--sk-orange);
  color: var(--sk-orange);
  border-radius: 50px;
  padding: 0.6rem 1.5rem;
  font-weight: 600;
  background: transparent;
}

.btn-sk-outline:hover {
  background: var(--sk-orange);
  color: #fff;
}

/* Contact Strip */
.contact-strip {
  background: var(--sk-dark);
  color: #fff;
  padding: 3rem 0;
}

.contact-strip-row {
  align-items: stretch;
}

.contact-strip-row > [class*="col-"] {
  display: flex;
}

.contact-strip .contact-item {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  width: 100%;
}

.contact-strip .contact-item i {
  flex-shrink: 0;
  width: 1.5rem;
  font-size: 1.5rem;
  line-height: 1;
  color: var(--sk-yellow);
  margin-top: 0.35rem;
}

.contact-strip .contact-item-body {
  flex: 1;
  min-width: 0;
}

.contact-strip .contact-item h5 {
  line-height: 1.3;
}

.contact-strip .contact-item p {
  line-height: 1.6;
}

.contact-strip a {
  color: var(--sk-yellow);
  text-decoration: none;
}

.contact-strip a:hover {
  color: #fff;
}

/* Footer */
.footer-sk {
  background: #060d18;
  color: #aaa;
  padding: 3.5rem 0 1.5rem;
}

.footer-sk .footer-main {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2.5rem 3rem;
  align-items: start;
}

.footer-col {
  min-width: 0;
}

.footer-sk h5 {
  color: #fff;
  font-weight: 700;
  margin: 0 0 1.15rem;
  font-size: 1.1rem;
}

.footer-logo-link {
  display: inline-block;
  margin-bottom: 1rem;
}

.footer-logo {
  width: 100%;
  max-width: 230px;
  height: auto;
  display: block;
  border-radius: 8px;
  background: #fff;
  padding: 0.55rem 0.75rem;
  object-fit: contain;
}

.footer-brand .footer-tagline {
  font-size: 0.88rem;
  line-height: 1.65;
  margin-bottom: 0.5rem;
  max-width: 300px;
}

.footer-sk p {
  font-size: 0.92rem;
  line-height: 1.7;
  margin-bottom: 0.75rem;
}

.footer-sk a {
  color: #aaa;
  text-decoration: none;
  transition: color 0.3s;
}

.footer-sk a:hover {
  color: var(--sk-yellow);
}

.footer-sk .footer-links li {
  padding: 0.35rem 0;
}

.footer-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
  margin-bottom: 0.85rem;
}

.footer-contact-item i {
  flex-shrink: 0;
  margin-top: 0.15rem;
  color: var(--sk-yellow);
  font-size: 1rem;
}

.footer-contact-item p {
  margin-bottom: 0;
}

.footer-social {
  margin-top: 1.5rem;
}

.footer-social-title {
  color: #fff;
  font-size: 0.95rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
}

.footer-social-icons {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.footer-social-icons a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: #fff;
  font-size: 1.2rem;
  transition: background 0.3s, color 0.3s, transform 0.3s;
}

.footer-social-icons a:hover {
  color: #fff;
  transform: translateY(-2px);
}

.footer-social-icons a.social-facebook:hover {
  background: #1877f2;
  border-color: #1877f2;
}

.footer-social-icons a.social-instagram:hover {
  background: #e4405f;
  border-color: #e4405f;
}

.footer-social-icons a.social-youtube:hover {
  background: #ff0000;
  border-color: #ff0000;
}

.footer-social-icons a.social-whatsapp:hover {
  background: #25d366;
  border-color: #25d366;
}

.footer-bottom {
  border-top: 1px solid #1a2a40;
  margin-top: 2rem;
  padding-top: 1.5rem;
  text-align: center;
  font-size: 0.9rem;
}

/* Page Banner */
.page-banner {
  background: linear-gradient(135deg, var(--sk-dark) 0%, var(--sk-blue) 100%);
  color: #fff;
  padding: 5rem 0 3rem;
  text-align: center;
}

.page-banner h1 {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 700;
}

.page-banner .breadcrumb {
  justify-content: center;
  margin-bottom: 0;
}

.page-banner .breadcrumb-item a {
  color: var(--sk-yellow);
  text-decoration: none;
}

.page-banner .breadcrumb-item.active {
  color: #ccc;
}

/* Contact Form */
.contact-form .form-control,
.contact-form .form-select {
  border-radius: 8px;
  padding: 0.75rem 1rem;
  border: 1px solid #ddd;
}

.contact-form .form-control:focus {
  border-color: var(--sk-orange);
  box-shadow: 0 0 0 0.2rem rgba(232, 93, 4, 0.15);
}

.contact-info-card {
  background: var(--sk-dark);
  color: #fff;
  border-radius: 12px;
  padding: 2rem;
  height: 100%;
}

.contact-info-card i {
  color: var(--sk-yellow);
  font-size: 1.25rem;
  width: 30px;
}

/* Privacy Policy */
.policy-content h3 {
  font-size: 1.35rem;
  margin-top: 2rem;
  margin-bottom: 0.75rem;
  color: var(--sk-dark);
}

.policy-content p,
.policy-content li {
  color: #555;
  line-height: 1.8;
}

/* WhatsApp Float */
.whatsapp-float {
  position: fixed;
  bottom: 25px;
  right: 25px;
  z-index: 999;
  width: 58px;
  height: 58px;
  background: #25d366;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.75rem;
  box-shadow: 0 4px 15px rgba(37, 211, 102, 0.5);
  transition: transform 0.3s;
}

.whatsapp-float:hover {
  transform: scale(1.1);
  color: #fff;
}

/* Fade-in - content always visible */
.fade-in {
  opacity: 1;
  transform: none;
}

/* Responsive */
@media (max-width: 991.98px) {
  .navbar-sk {
    padding: 0.45rem 0;
  }

  .site-logo {
    height: 92px;
    max-width: min(360px, 62vw);
  }

  .site-logo-sidebar {
    max-width: 340px;
  }
}

@media (max-width: 768px) {
  .hero-slider .carousel,
  .hero-slider .carousel-inner {
    min-height: auto;
    height: 70vh;
    max-height: none;
  }

  .hero-slider .carousel-item {
    height: 70vh;
    min-height: 420px;
    max-height: none;
  }

  .hero-slider .carousel-item img {
    transform: none !important;
  }

  .hero-slider .carousel-control-prev,
  .hero-slider .carousel-control-next {
    display: none;
  }

  .hero-slider .carousel-indicators {
    margin-bottom: 0.75rem;
  }

  .hero-slider .carousel-caption {
    left: 5%;
    right: 5%;
  }

  .whatsapp-float {
    bottom: 18px;
    right: 18px;
    width: 52px;
    height: 52px;
    font-size: 1.5rem;
  }

  .section-padding {
    padding: 3.5rem 0;
  }

  .footer-logo {
    max-width: 210px;
    padding: 0.5rem 0.65rem;
  }

  .footer-sk .footer-main {
    grid-template-columns: 1fr;
    gap: 2rem;
    text-align: center;
  }

  .footer-logo-link {
    margin-left: auto;
    margin-right: auto;
  }

  .footer-brand .footer-tagline {
    max-width: none;
    margin-left: auto;
    margin-right: auto;
  }

  .footer-contact-item {
    justify-content: center;
    text-align: left;
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
  }

  .footer-social-icons {
    justify-content: center;
  }

  .pdf-preview {
    height: 240px;
  }

  .brand-card {
    min-height: 200px;
  }

  .brand-card-image {
    min-height: 115px;
    padding: 0.65rem;
  }

  .brand-card .brand-logo {
    max-height: 95px;
  }

  .brand-card .brand-logo-wide {
    max-height: 80px;
  }
}

@media (max-width: 575.98px) {
  .navbar-sk {
    padding: 0.35rem 0;
  }

  .site-logo {
    height: 76px;
    max-width: min(300px, 58vw);
  }

  .site-logo-sidebar {
    max-width: 320px;
  }

  .mobile-sidebar {
    width: min(300px, 90vw);
  }
}

@media (max-width: 380px) {
  .site-logo {
    height: 68px;
    max-width: min(260px, 56vw);
  }
}
