/* Theme Colors */
:root {
  --red-dark: #a10000;
  --red-main: #a10000;
  --red-light: #a10000;
  --white: #ffffff;
  --white-80: rgba(255, 255, 255, 0.8);
  --white-60: rgba(255, 255, 255, 0.6);
  --text-dark: #111;
  --text-muted: #555;
  --srs-red-light: #fde8ea;
  --gray-bg: #f7f7f7;
  --border-light: #e6e6e6;
}

/* html,
body {
  overflow-x: unset !important;
} */

/* Unique class for SRS social icon in navigation and footer */
.srs-social-icon {
  width: 40px;
  height: 40px;
  object-fit: contain;
  background: transparent;
  border-radius: 8px;
  padding: 2px;
  display: inline-block;
  vertical-align: middle;
}

.privacy-section {
  background: var(--gray-bg);
  border-radius: 1rem;
  box-shadow: 0 2px 8px var(--white-60);
  padding: 2rem 2rem 1.5rem 2rem;
  margin-bottom: 2rem;
}

.privacy-section h2 {
  color: var(--red-main);
  font-weight: 700;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.privacy-section h3 {
  color: var(--red-dark);
  font-weight: 600;
  margin-top: 1.2rem;
  margin-bottom: 0.7rem;
}

.privacy-section ul,
.privacy-section ol {
  margin-bottom: 1rem;
}

.privacy-section li {
  margin-bottom: 0.5rem;
}

.privacy-section strong {
  color: var(--red-main);
}

.privacy-contact {
  background: var(--srs-red-light);
  border-left: 4px solid var(--red-main);
  padding: 1.5rem 2rem;
  border-radius: 0.5rem;
  margin-top: 2rem;
  color: var(--text-dark);
}

@media (max-width: 767px) {

  .privacy-section,
  .privacy-contact {
    padding: 1rem;
  }
}

/* Major Cities Grid Styles */
.major-cities-title {
  color: var(--red-dark);
  font-weight: 700;
  font-size: 2.2rem;
  margin-bottom: 1.5rem;
}

.major-cities-title .major-cities-india {
  color: var(--red-main);
}

.city-link {
  color: var(--text-dark) !important;
  font-size: 1.13rem;
  font-weight: 500;
  transition: color 0.2s;
}

.city-link:hover {
  color: var(--red-main) !important;
  text-decoration: underline;
}

@media (max-width: 991.98px) {
  .major-cities-title {
    font-size: 1.3rem;
  }

  .city-link {
    font-size: 1rem;
  }
}

@media (max-width: 576px) {
  .major-cities-title {
    font-size: 1.1rem;
    margin-bottom: 1rem;
  }

  .city-link {
    font-size: 0.95rem;
    padding: 0.5rem 0.2rem;
  }
}

.branch-title {
  color: var(--red-dark);
  font-weight: 800;
  font-size: 1.6rem;
  letter-spacing: 0.5px;
}

@media (max-width: 991.98px) {
  .branch-title {
    font-size: 1.2rem;
  }
}

@media (max-width: 576px) {
  .branch-title {
    font-size: 1rem;
  }
}

.branch-map-iframe {
  width: 100%;
  height: 180px;
  border: 0;
  border-radius: 12px;
  min-height: 180px;
}

@media (max-width: 576px) {
  .branch-map-iframe {
    min-height: 120px;
    height: 120px;
  }
}

/* Branches Section */
.branches-section {
  background: var(--gray-bg);
}

.branch-card {
  border: 1.5px solid var(--srs-red-light);
  transition: box-shadow 0.2s, border-color 0.2s;
  min-height: 420px;
  margin-bottom: 0;
}

.branch-card:hover {
  border-color: var(--red-main);
  box-shadow: 0 8px 32px rgba(220, 20, 60, 0.13);
}

.branch-title {
  color: var(--red-dark);
  font-weight: 800;
  font-size: 1.6rem;
  letter-spacing: 0.5px;
}

.branch-map iframe {
  border-radius: 12px;
  min-height: 180px;
  width: 100%;
}

@media (max-width: 991.98px) {
  .branch-title {
    font-size: 1.2rem;
  }

  .branch-card {
    padding: 18px 8px 12px 8px;
    min-height: 340px;
  }
}

@media (max-width: 576px) {
  .branches-section {
    padding: 18px 0 8px 0;
  }

  .branch-title {
    font-size: 1rem;
  }

  .branch-card {
    padding: 10px 4px 8px 4px;
    min-height: 220px;
  }

  .branch-map iframe {
    min-height: 120px;
  }
}

/* Packing Materials Section: SRS Packers Movers */
.packing-materials-section {
  background: var(--gray-bg);
}

.packing-materials-icon {
  color: var(--red-main);
  font-size: 2.3rem;
  line-height: 1;
}

.packing-materials-title {
  color: var(--text-dark);
  font-weight: 800;
  font-size: 2.2rem;
  letter-spacing: -1px;
}

.packing-materials-desc {
  color: var(--text-muted);
  font-size: 1.13rem;
}

.packing-materials-list {
  list-style: none;
  padding: 0;
  margin: 0 0 18px 0;
}

.packing-materials-list li {
  color: var(--red-main);
  font-size: 1.08rem;
  margin-bottom: 7px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 500;
}

.packing-materials-list i {
  color: var(--red-main);
  font-size: 1.15rem;
  margin-right: 4px;
}

.packing-material-card {
  background: #fff;
  border-radius: 12px;
  border: 1.5px solid var(--srs-red-light);
  color: var(--red-main);
  font-weight: 600;
  font-size: 1.13rem;
  padding: 18px 18px 14px 18px;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  gap: 10px;
  box-shadow: 0 2px 12px rgba(220, 20, 60, 0.06);
  transition: box-shadow 0.2s, border-color 0.2s;
}

.packing-material-card i {
  font-size: 1.5rem;
  color: var(--red-main);
}

@media (max-width: 991.98px) {
  .packing-materials-title {
    font-size: 1.4rem;
  }

  .packing-materials-desc {
    font-size: 1rem;
  }

  .packing-material-card {
    font-size: 1rem;
    padding: 10px 8px 8px 8px;
  }
}

@media (max-width: 576px) {
  .packing-materials-section {
    padding: 18px 0 8px 0;
  }

  .packing-materials-title {
    font-size: 1.1rem;
  }

  .packing-material-card {
    font-size: 0.93rem;
    padding: 7px 4px 6px 4px;
  }
}

.rate-table.shadow-sm {
  box-shadow: 0 4px 24px rgba(220, 20, 60, 0.08);
}

.rate-table.rounded-4 {
  border-radius: 18px;
  overflow: hidden;
}

.rate-th-main {
  background: var(--srs-red-light) !important;
  color: var(--red-main) !important;
  font-weight: 700 !important;
  font-size: 1.08rem;
}

.rate-td-main {
  color: var(--red-main) !important;
  font-weight: 700 !important;
  font-size: 1.08rem;
}

/* Safety Measures Section: Loading & Unloading */
.safety-measures-section {
  background: var(--gray-bg);
}

.safety-badge {
  background: var(--red-main);
  color: var(--white);
  font-weight: 600;
  font-size: 1.05rem;
  border-radius: 10px;
  padding: 7px 22px 6px 22px;
  letter-spacing: 0.5px;
  box-shadow: 0 2px 8px var(--srs-red-light);
}

.safety-title {
  color: var(--text-dark);
  font-weight: 800;
  font-size: 2.3rem;
  line-height: 1.18;
}

.safety-desc {
  color: var(--text-muted);
  font-size: 1.18rem;
}

.safety-tool-card {
  background: #fff;
  border-radius: 12px;
  border: 1.5px solid var(--srs-red-light);
  color: var(--red-main);
  font-weight: 600;
  font-size: 1.13rem;
  padding: 18px 18px 14px 18px;
  margin-bottom: 0;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  display: flex;
  align-items: center;
  gap: 10px;
  box-shadow: 0 2px 12px rgba(220, 20, 60, 0.06);
  transition: box-shadow 0.2s, border-color 0.2s;
}

.safety-tool-card i {
  font-size: 1.5rem;
  color: var(--red-main);
}

.safety-feature-card {
  background: #fff;
  border-radius: 14px;
  border: 1.5px solid var(--srs-red-light);
  box-shadow: 0 2px 12px rgba(220, 20, 60, 0.06);
  padding: 24px 18px 18px 18px;
  display: flex;
  align-items: flex-start;
  gap: 18px;
  margin-bottom: 0;
  transition: box-shadow 0.2s, border-color 0.2s;
}

.safety-feature-card:hover {
  border-color: var(--red-main);
  box-shadow: 0 6px 24px rgba(220, 20, 60, 0.13);
}

.safety-feature-icon {
  background: var(--red-main);
  color: var(--white);
  border-radius: 50%;
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  margin-right: 0;
  margin-top: 2px;
  box-shadow: 0 2px 8px var(--srs-red-light);
  flex-shrink: 0;
}

.safety-feature-icon i {
  color: var(--white);
  font-size: 1.5rem;
}

.safety-feature-title {
  color: var(--text-dark);
  font-weight: 700;
  font-size: 1.18rem;
  margin-bottom: 4px;
}

.safety-feature-desc {
  color: var(--text-muted);
  font-size: 1.01rem;
  margin-bottom: 0;
}

@media (max-width: 991.98px) {
  .safety-title {
    font-size: 1.4rem;
  }

  .safety-desc {
    font-size: 1rem;
  }

  .safety-feature-card {
    padding: 14px 8px 10px 8px;
    gap: 10px;
  }

  .safety-feature-title {
    font-size: 1rem;
  }

  .safety-feature-desc {
    font-size: 0.93rem;
  }

  .safety-feature-icon {
    width: 38px;
    height: 38px;
    font-size: 1.1rem;
  }

  .safety-tool-card {
    font-size: 1rem;
    padding: 10px 8px 8px 8px;
  }
}

@media (max-width: 576px) {
  .safety-measures-section {
    padding: 12px 0 4px 0;
  }

  .safety-title {
    font-size: 1.1rem;
  }

  .safety-feature-card {
    padding: 8px 4px 6px 4px;
    gap: 6px;
  }

  .safety-feature-title {
    font-size: 0.93rem;
  }

  .safety-feature-desc {
    font-size: 0.85rem;
  }

  .safety-feature-icon {
    width: 28px;
    height: 28px;
    font-size: 0.9rem;
  }

  .safety-tool-card {
    font-size: 0.93rem;
    padding: 7px 4px 6px 4px;
  }
}

/* Packing & Unpacking Features Section */
.packing-features-section {
  background: var(--gray-bg);
}

.packing-feature-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 12px rgba(220, 20, 60, 0.06);
  border: 1.5px solid var(--srs-red-light);
  padding: 32px 24px 24px 24px;
  margin-bottom: 0;
  transition: box-shadow 0.2s, border-color 0.2s;
  min-height: 180px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

.packing-feature-card:hover {
  border-color: var(--red-main);
  box-shadow: 0 6px 24px rgba(220, 20, 60, 0.13);
}

.packing-feature-icon {
  background: var(--red-main);
  color: var(--white);
  border-radius: 18px;
  width: 64px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.2rem;
  margin-bottom: 12px;
  box-shadow: 0 2px 8px var(--srs-red-light);
}

.packing-feature-icon i {
  color: var(--white);
  font-size: 2rem;
}

.packing-feature-title {
  color: var(--text-dark);
  font-weight: 700;
  font-size: 1.35rem;
  margin-bottom: 6px;
}

.packing-feature-desc {
  color: var(--text-muted);
  font-size: 1.08rem;
  margin-bottom: 0;
}

@media (max-width: 991.98px) {
  .packing-feature-card {
    padding: 22px 12px 16px 12px;
    min-height: 140px;
  }

  .packing-feature-title {
    font-size: 1.1rem;
  }

  .packing-feature-desc {
    font-size: 0.98rem;
  }

  .packing-feature-icon {
    width: 48px;
    height: 44px;
    font-size: 1.3rem;
  }
}

@media (max-width: 576px) {
  .packing-features-section {
    padding: 18px 0 8px 0;
  }

  .packing-feature-card {
    padding: 14px 6px 10px 6px;
    min-height: unset;
    gap: 6px;
  }

  .packing-feature-title {
    font-size: 1rem;
  }

  .packing-feature-desc {
    font-size: 0.93rem;
  }

  .packing-feature-icon {
    width: 38px;
    height: 34px;
    font-size: 1.1rem;
    border-radius: 10px;
  }
}

/* Error Page Modern Styles */
.error-modern-breadcrumb {
  background: #fff;
  border-bottom: 1px solid #f3d6de;
  padding: 18px 0 10px 0;
  margin-bottom: 0;
}

.breadcrumb-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 8px;
  font-size: 1.05rem;
}

.breadcrumb-menu li {
  color: #a10000;
}

.breadcrumb-menu li.active {
  color: #a10000;
  font-weight: 600;
}

.breadcrumb-menu a {
  color: #a10000;
  text-decoration: underline;
  transition: color 0.2s;
}

.breadcrumb-menu a:hover {
  color: #a10000;
}

.error-modern-section {
  background: #fafbfc;
  min-height: 70vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0 60px 0;
}

.error-modern-card {
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 4px 24px rgba(220, 20, 60, 0.08);
  border: 1.5px solid #f3d6de;
  padding: 48px 36px 36px 36px;
  max-width: 520px;
  margin: 40px auto 0 auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.error-modern-icon {
  margin-bottom: 18px;
}

.error-modern-icon img {
  width: 110px;
  height: 110px;
  object-fit: contain;
  filter: drop-shadow(0 2px 8px #fde8ea);
}

.error-modern-title {
  font-size: 4.2rem;
  font-weight: 900;
  color: #a10000;
  margin-bottom: 0.2em;
  letter-spacing: -2px;
}

.error-modern-heading {
  font-size: 2rem;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 10px;
}

.error-modern-desc {
  color: #444;
  font-size: 1.13rem;
  margin-bottom: 28px;
}

.error-modern-btn {
  display: inline-block;
  background: linear-gradient(90deg, #a10000 60%, #a10000 100%);
  color: #fff;
  font-weight: 700;
  font-size: 1.08rem;
  padding: 12px 32px;
  border-radius: 8px;
  text-decoration: none;
  box-shadow: 0 2px 12px rgba(220, 20, 60, 0.08);
  transition: background 0.2s, box-shadow 0.2s;
}

.error-modern-btn:hover {
  background: linear-gradient(90deg, #a10000 60%, #a10000 100%);
  color: #fff;
  box-shadow: 0 4px 18px rgba(220, 20, 60, 0.13);
}

@media (max-width: 576px) {
  .error-modern-card {
    padding: 24px 8px 18px 8px;
    max-width: 98vw;
  }

  .error-modern-title {
    font-size: 2.5rem;
  }

  .error-modern-heading {
    font-size: 1.2rem;
  }

  .error-modern-desc {
    font-size: 1rem;
  }

  .error-modern-icon img {
    width: 70px;
    height: 70px;
  }
}

.apart-card .apart-icon i {
  color: #a10000 !important;
}

.why-choose-us .icon-circle i {
  color: #a10000 !important;
}

/* THEME ENHANCEMENT: What Sets Us Apart & Why Choose Us */
.apart-card {
  background: #fff;
  border: 1.5px solid #f3d6de;
  border-radius: 18px;
  box-shadow: 0 4px 24px rgba(220, 20, 60, 0.06);
  padding: 32px 24px 28px 24px;
  margin-bottom: 24px;
  transition: box-shadow 0.2s, border-color 0.2s;
}

.apart-card:hover {
  border-color: #a10000;
  box-shadow: 0 8px 32px rgba(220, 20, 60, 0.13);
}

.apart-card .apart-icon {
  background: rgba(220, 20, 60, 0.09);
  color: #a10000;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  margin-bottom: 18px;
  box-shadow: 0 2px 8px rgba(220, 20, 60, 0.08);
}

.apart-card h3,
.apart-card h4 {
  color: #1a1a1a;
  font-weight: 700;
  margin-bottom: 8px;
}

.apart-card p,
.apart-card li {
  color: #444;
  font-size: 1.04rem;
}

.apart-card ul {
  margin-top: 12px;
}

.apart-card .apart-check {
  color: #a10000;
  font-size: 1.1rem;
  margin-right: 8px;
}


/* Modern Why Choose Us Section Styles */
.choose-us-modern-section {
  background: #fafbfc;
  padding: 48px 0 32px 0;
}

.choose-modern-title {
  font-size: 2.2rem;
  font-weight: 800;
  color: #a10000;
  margin-bottom: 8px;
  letter-spacing: -1px;
}

.choose-modern-subtitle {
  color: #555;
  font-size: 1.13rem;
  margin-bottom: 0;
}

.choose-modern-card {
  background: #fff;
  border-radius: 18px;
  border: 1.5px solid #f3d6de;
  box-shadow: 0 4px 24px rgba(220, 20, 60, 0.06);
  display: flex;
  align-items: flex-start;
  gap: 28px;
  padding: 36px 32px 32px 32px;
  margin-bottom: 0;
  transition: box-shadow 0.2s, border-color 0.2s;
  min-height: 320px;
}

.choose-modern-card:hover {
  border-color: #a10000;
  box-shadow: 0 8px 32px rgba(220, 20, 60, 0.13);
}

.choose-modern-icon {
  background: rgba(220, 20, 60, 0.09);
  color: #a10000;
  border-radius: 50%;
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.5rem;
  margin-right: 0;
  margin-top: 2px;
  box-shadow: 0 2px 8px rgba(220, 20, 60, 0.08);
  flex-shrink: 0;
}

.choose-modern-icon i {
  color: #a10000 !important;
  font-size: 2.2rem;
  display: inline-block;
}

.choose-modern-card-title {
  color: #1a1a1a;
  font-weight: 700;
  font-size: 1.35rem;
  margin-bottom: 8px;
  margin-top: 0;
}

.choose-modern-card-desc {
  color: #444;
  font-size: 1.07rem;
  margin-bottom: 12px;
}

.choose-modern-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.choose-modern-list li {
  color: #222;
  font-size: 1.05rem;
  margin-bottom: 7px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.choose-modern-list i {
  color: #a10000;
  font-size: 1.15rem;
  margin-right: 4px;
}

@media (max-width: 991.98px) {
  .choose-modern-card {
    flex-direction: column;
    align-items: flex-start;
    padding: 28px 18px 24px 18px;
    gap: 18px;
  }

  .choose-modern-icon {
    margin-bottom: 0;
  }
}

@media (max-width: 576px) {
  .choose-us-modern-section {
    padding: 28px 0 18px 0;
  }

  .choose-modern-title {
    font-size: 1.5rem;
  }

  .choose-modern-card {
    padding: 18px 8px 16px 8px;
    min-height: unset;
    gap: 12px;
  }

  .choose-modern-icon {
    width: 48px;
    height: 48px;
    font-size: 1.5rem;
  }

  .choose-modern-card-title {
    font-size: 1.1rem;
  }

  .choose-modern-card-desc {
    font-size: 0.98rem;
  }

  .choose-modern-list li {
    font-size: 0.98rem;
  }
}

@media (max-width: 576px) {
  .footer-contact-item {
    align-items: center !important;
    text-align: center;
  }
}


/* Rate Chart Section Styles */
.rate-section {
  background: #fff;
  padding: 40px 0;
}

.rate-section h2 {
  color: #a10000;
  font-weight: 700;
  margin-bottom: 24px;
}

.rate-table {
  background: #fafafa;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 18px rgba(220, 20, 60, 0.07);
}

.rate-table th {
  background: #a10000;
  color: #fff;
  font-weight: 600;
  text-align: center;
  font-size: 1.05rem;
  border: none;
  padding: 14px 8px;
}

.rate-table td {
  background: #fff;
  color: #222;
  text-align: center;
  font-size: 1rem;
  border: none;
  padding: 12px 8px;
}

.rate-table tr {
  border-bottom: 1px solid #eee;
}

.rate-table tr:last-child {
  border-bottom: none;
}

.rate-table th:first-child,
.rate-table td:first-child {
  background: #f8f8f8;
  color: #a10000;
  font-weight: 600;
}

.disclaimer {
  font-size: 0.95rem;
  color: #888;
  margin-top: 18px;
  text-align: center;
}

/* Stats Box Text Color Fix */
.stat-box h3,
.stat-box p {
  color: #222;
}

/* Compact horizontal footer contact item */
.footer-contact-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  background: rgba(255, 255, 255, 0.07);
  border-radius: 10px;
  margin-bottom: 12px;
  box-shadow: none;
  width: 100%;
  min-height: 48px;
  font-size: 1.3rem;
  color: #FFD700;
  margin-right: 0;
  flex-shrink: 0;
}

.footer-contact-item i {
  font-size: 1.3rem;
  color: #FFD700;
  margin-right: 0;
  margin-top: 0;
  flex-shrink: 0;
}

.footer-contact-label {
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1.4;
  color: #fff;
  font-size: 1.08rem;
  font-weight: 500;
  display: inline;
  text-align: center;
  width: auto;
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.25);
}

@media (max-width: 767.98px) {
  .footer-contact-item {
    flex-direction: row;
    align-items: center;
    padding: 10px 12px;
    min-height: 44px;
    gap: 8px;
  }

  .footer-contact-label {
    font-size: 1rem;
    width: auto;
    text-align: center;
  }
}

/* ============================================
   FOOTER RED THEME STYLES
   ============================================ */

/* Main Footer Container */
.footer-red-theme {
  background: linear-gradient(135deg, #8B0000 0%, #a10000 50%, #B22222 100%);
  color: #ffffff;
  position: relative;
  overflow: hidden;
}

.footer-red-theme::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: 0;
}

.footer-red-theme>* {
  position: relative;
  z-index: 1;
}

/* Footer Headings */
.footer-heading {
  color: #ffffff;
  font-weight: 700;
  font-size: 1.1rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border-bottom: 3px solid rgba(255, 215, 0, 0.8);
  padding-bottom: 10px;
  display: inline-block;
  margin-bottom: 1.5rem !important;
}

/* IPG Logo Section */
.ipg-logo-section {
  background: rgba(255, 255, 255, 0.1);
  padding: 15px;
  border-radius: 8px;
  backdrop-filter: blur(10px);
}

.footer-ipg-logo {
  max-width: 150px;
  height: auto;
  filter: brightness(1.1);
}

.ipg-badge .badge {
  font-size: 0.85rem;
  padding: 6px 12px;
  font-weight: 600;
}

/* Footer Address */
.footer-address {
  padding: 12px;
  background: rgba(255, 255, 255, 0.05);
  border-left: 3px solid #FFD700;
  border-radius: 4px;
  margin-bottom: 15px;
}

.footer-text {
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.9rem;
  line-height: 1.6;
}

/* Footer Links */
.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li {
  margin-bottom: 10px;
}

.footer-link {
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none;
  font-size: 0.9rem;
  transition: all 0.3s ease;
  display: inline-block;
  position: relative;
}

.footer-link:hover {
  color: #FFD700;
  padding-left: 8px;
  text-decoration: none;
}

.footer-link i {
  font-size: 0.7rem;
  transition: transform 0.3s ease;
}

.footer-link:hover i {
  transform: translateX(3px);
}

.footer-contact-item:hover {
  background: rgba(255, 255, 255, 0.1);
  transform: translateX(5px);
}

.footer-contact-label {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.85rem;
  display: block;
  margin-bottom: 0px !important;
  line-height: 1.1;
}

.footer-contact-link {
  color: #ffffff;
  text-decoration: none;
  font-weight: 600;
  font-size: 1rem;
  transition: all 0.3s ease;

}


.footer-contact-link:hover {
  color: #FFD700;
  text-decoration: none;
}

/* Social Buttons */
.footer-social-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.1);
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  color: #ffffff;
  font-size: 1.1rem;
  text-decoration: none;
  transition: all 0.3s ease;
  backdrop-filter: blur(5px);
}

.footer-social-btn:hover {
  background: #FFD700;
  border-color: #FFD700;
  color: #a10000;
  transform: translateY(-3px) scale(1.1);
  box-shadow: 0 5px 15px rgba(255, 215, 0, 0.4);
}

/* Scroll to Top Button */
.scroll-top-btn {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 50px;
  height: 50px;
  background: #a10000;
  border: none;
  border-radius: 50%;
  color: #ffffff;
  font-size: 1.5rem;
  cursor: pointer;
  box-shadow: 0 4px 15px rgba(220, 20, 60, 0.5);
  z-index: 999;
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
}

.scroll-top-btn.show {
  opacity: 1;
  visibility: visible;
}

.scroll-top-btn:hover {
  background: #a10000;
  transform: translateY(-5px);
  box-shadow: 0 6px 20px rgba(220, 20, 60, 0.7);
}

/* Footer Bottom Bar */
.footer-bottom {
  background: rgba(0, 0, 0, 0.3);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-copyright {
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.9rem;
}

.footer-bottom-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  align-items: center;
}

.footer-bottom-link {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  font-size: 0.9rem;
  transition: all 0.3s ease;
}

.footer-bottom-link:hover {
  color: #FFD700;
  text-decoration: none;
}

.footer-bottom-links .separator {
  color: rgba(255, 255, 255, 0.5);
}

/* ============================================
   RESPONSIVE STYLES
   ============================================ */

/* Tablets and below (768px) */
@media (max-width: 768px) {
  .footer-heading {
    font-size: 1rem;
    margin-bottom: 1rem !important;
  }

  .footer-link {
    font-size: 0.85rem;
  }

  .footer-contact-link {
    font-size: 0.9rem;
  }

  .footer-social-btn {
    width: 36px;
    height: 36px;
    font-size: 1rem;
  }



  .scroll-top-btn {
    width: 45px;
    height: 45px;
    font-size: 1.3rem;
    bottom: 20px;
    right: 20px;
  }

  .footer-bottom-links {
    justify-content: center;
  }

  .footer-ipg-logo {
    max-width: 120px;
  }
}

/* Mobile devices (576px and below) */
@media (max-width: 576px) {
  .footer-red-theme {
    font-size: 0.9rem;
  }

  .footer-heading {
    font-size: 0.95rem;
    border-bottom-width: 2px;
    padding-bottom: 8px;
  }

  .footer-link {
    font-size: 0.8rem;
  }

  .footer-text {
    font-size: 0.85rem;
  }

  .footer-contact-link {
    font-size: 0.85rem;
  }

  .footer-social-btn {
    width: 34px;
    height: 34px;
    font-size: 0.9rem;
  }

  .scroll-top-btn {
    width: 40px;
    height: 40px;
    font-size: 1.2rem;
    bottom: 15px;
    right: 15px;
  }

  .footer-copyright,
  .footer-bottom-link {
    font-size: 0.8rem;
  }

  .ipg-logo-section {
    padding: 12px;
  }

  .footer-ipg-logo {
    max-width: 100px;
  }

  .ipg-badge .badge {
    font-size: 0.75rem;
    padding: 5px 10px;
  }
}

/* Extra small devices (400px and below) */
@media (max-width: 400px) {
  .footer-red-theme .row {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .footer-heading {
    font-size: 0.9rem;
  }

  .footer-link {
    font-size: 0.75rem;
  }

  .footer-text {
    font-size: 0.8rem;
  }

  .footer-address {
    padding: 10px;
  }



  .scroll-top-btn {
    width: 38px;
    height: 38px;
    font-size: 1.1rem;
    bottom: 10px;
    right: 10px;
  }
}

/* Large screens (1200px and above) */
@media (min-width: 1200px) {
  .footer-red-theme .container-fluid {
    max-width: 1400px;
    margin: 0 auto;
  }

  .footer-heading {
    font-size: 1.15rem;
  }

  .footer-link {
    font-size: 0.95rem;
  }

  .footer-ipg-logo {
    max-width: 170px;
  }
}

/* Print styles */
@media print {

  .scroll-top-btn {
    display: none !important;
  }
}


/* ============================================
   NAVIGATION RED THEME STYLES
   ============================================ */

/* Top Navigation Bar */
.top-nav-bar {
  background: linear-gradient(135deg, #8B0000 0%, #a10000 50%, #B22222 100%);
  color: #ffffff;
  padding: 8px 0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);

}

.top-nav-bar::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.15);
  z-index: 0;
}

.top-nav-bar>* {
  position: relative;
  z-index: 1;
}

.top-nav-company-text {
  color: #ffffff;
  font-weight: 700;
  font-size: 0.95rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.top-nav-links ul {
  margin: 0;
  padding: 0;
}

.top-nav-link {
  color: rgba(255, 255, 255, 0.95);
  text-decoration: none;
  font-size: 0.85rem;
  font-weight: 500;
  transition: all 0.3s ease;
  display: inline-flex;
}

.top-nav-bar {
  position: relative;
}


.top-nav-link i {
  font-size: 0.9rem;
}

.top-nav-separator {
  color: rgba(255, 255, 255, 0.4);
  font-size: 0.9rem;
}

/* Main Navigation Bar */
.main-navbar {
  background: #ffffff;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  padding: 12px 0;
  transition: all 0.3s ease;
}

.main-navbar.sticky-top {
  position: sticky;
  z-index: 1020;
  margin-bottom: 0 !important;
  background: #fff;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.10);
}

.main-nav-logo:hover {
  transform: scale(1.05);
}

/* Track Button */
.btn-track {
  background: transparent;
  border: 2px solid #a10000;
  color: #a10000;
  padding: 6px 10px;
  border-radius: 6px;
  font-weight: 600;
  font-size: 0.9rem;
  text-decoration: none;
  transition: all 0.3s ease;
  white-space: nowrap;
}

.btn-track:hover {
  background: #a10000;
  color: #ffffff;
  text-decoration: none;
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(220, 20, 60, 0.3);
}

.btn-track i {
  font-size: 1rem;
}

/* Quote Button */
.btn-quote {
  background: linear-gradient(135deg, #8B0000 0%, #a10000 100%);
  color: #ffffff;
  padding: 6px 10px;
  border-radius: 6px;
  font-weight: 600;
  font-size: 0.9rem;
  text-decoration: none;
  border: none;
  transition: all 0.3s ease;
  box-shadow: 0 3px 8px rgba(220, 20, 60, 0.3);
  white-space: nowrap;
}

.btn-quote:hover {
  background: linear-gradient(135deg, #a10000 0%, #8B0000 100%);
  color: #ffffff;
  text-decoration: none;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(220, 20, 60, 0.5);
}

/* Hamburger Menu Button */
.hamburger-menu-btn {
  width: 40px;
  height: 40px;
  background: transparent;
  border: none;
  cursor: pointer;
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 6px;
  padding: 0;
  transition: all 0.3s ease;
}

.hamburger-menu-btn:hover {
  transform: scale(1.05);
}

.hamburger-menu-btn span {
  width: 28px;
  height: 3px;
  background: #333333 !important;
  border-radius: 1px;
  transition: all 0.3s ease;
  display: block;
}

.hamburger-menu-btn:hover span {
  background: #a10000 !important;
}

/* Offcanvas Menu */
.fullscreen-menu {
  width: 100% !important;
  max-width: 100% !important;
}

.fullscreen-menu .offcanvas-body {
  background: #ffffff;
}

.fullscreen-menu .offcanvas-header {
  background: linear-gradient(135deg, #8B0000 0%, #a10000 100%);
  position: relative;
}

.fullscreen-menu .offcanvas-header::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.15);
  z-index: 0;
}

.fullscreen-menu .offcanvas-header>* {
  position: relative;
  z-index: 1;
}

.fullscreen-menu-logo {
  height: 45px;
  width: auto;
}

.btn-close-custom {
  background: rgba(255, 255, 255, 0.2);
  border: 2px solid rgba(255, 255, 255, 0.5);
  color: #ffffff;
  padding: 8px 16px;
  border-radius: 6px;
  font-weight: 600;
  font-size: 0.9rem;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
}

.btn-close-custom:hover {
  background: rgba(255, 255, 255, 0.3);
  border-color: #FFD700;
  color: #FFD700;
}

.btn-close-custom i {
  font-size: 1.2rem;
}

/* Menu Sections */
.menu-section-heading {
  color: #a10000;
  font-weight: 700;
  font-size: 1.1rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border-bottom: 3px solid #a10000;
  padding-bottom: 10px;
  display: flex;
  align-items: center;
}

.menu-section-heading i {
  color: #a10000;
  font-size: 1.2rem;
}

.menu-section-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.menu-section-list li {
  margin-bottom: 8px;
}

.menu-section-link {
  color: #333333;
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 500;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  padding: 8px 12px;
  border-radius: 6px;
  background: transparent;
}

.menu-section-link:hover {
  color: #a10000;
  background: rgba(220, 20, 60, 0.05);
  text-decoration: none;
  padding-left: 16px;
}

.menu-section-link i {
  font-size: 0.85rem;
  transition: all 0.3s ease;
}

.menu-section-link:hover i {
  color: #a10000;
}

.menu-section-link-cta {
  background: linear-gradient(135deg, #8B0000 0%, #a10000 100%);
  color: #ffffff !important;
  font-weight: 600;
}

.menu-section-link-cta:hover {
  background: linear-gradient(135deg, #a10000 0%, #8B0000 100%);
  color: #FFD700 !important;
}

/* Social Icons in Menu */
.social-icon-btn {
  width: 38px;
  height: 38px;
  background: rgba(220, 20, 60, 0.1);
  border: 2px solid rgba(220, 20, 60, 0.3);
  border-radius: 50%;
  color: #a10000;
  font-size: 1rem;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.social-icon-btn:hover {
  background: #a10000;
  border-color: #a10000;
  color: #ffffff;
  transform: translateY(-3px) scale(1.1);
  box-shadow: 0 4px 12px rgba(220, 20, 60, 0.4);
}

/* FAB Buttons (Call & WhatsApp) */
.fab-wrapper {
  z-index: 998;
  bottom: 80px;
}

.fab-wrapper a {
  background: linear-gradient(135deg, #25D366 0%, #128C7E 100%);
  color: #ffffff;
  padding: 12px 20px;
  border-radius: 50px;
  box-shadow: 0 4px 15px rgba(37, 211, 102, 0.4);
  transition: all 0.3s ease;
}

.fab-call a {
  background: linear-gradient(135deg, #a10000 0%, #8B0000 100%);
  box-shadow: 0 4px 15px rgba(220, 20, 60, 0.4);
}

.fab-wrapper a:hover {
  transform: translateX(5px);
  box-shadow: 0 6px 20px rgba(37, 211, 102, 0.6);
}

.fab-call a:hover {
  box-shadow: 0 6px 20px rgba(220, 20, 60, 0.6);
}

.fab-icon {
  font-size: 1.3rem;
}

.fab-text {
  font-weight: 600;
  font-size: 0.9rem;
}

/* ============================================
   RESPONSIVE NAVIGATION STYLES
   ============================================ */

/* Large Tablets & Small Desktops (992px to 1199px) */
@media (max-width: 1199px) {
  .main-navbar .container-fluid {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .btn-track {
    padding: 6px 12px;
    font-size: 0.9rem;
  }

  .btn-quote {
    padding: 8px 16px;
    font-size: 0.9rem;
  }
}

/* Tablets (768px and below) */
@media (max-width: 768px) {
  .top-nav-bar {
    padding: 6px 0;
  }

  .top-nav-company-text {
    font-size: 0.85rem;
  }

  .top-nav-link {
    font-size: 0.8rem;
  }

  .main-nav-logo {
    height: 50px;
  }

  .main-navbar .container-fluid {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
  }

  .btn-track {
    padding: 6px 10px;
    font-size: 0.85rem;
  }

  .btn-quote {
    padding: 6px 10px;
    font-size: 0.85rem;
  }

  .hamburger-menu-btn {
    width: 36px;
    height: 36px;
  }

  .hamburger-menu-btn span {
    width: 20px;
  }

  .menu-section-heading {
    font-size: 1rem;
  }

  .menu-section-link {
    font-size: 0.9rem;
  }

  .fullscreen-menu-logo {
    height: 40px;
  }

  .fab-text {
    font-size: 0.85rem;
  }
}

/* Mobile (576px and below) */
@media (max-width: 576px) {
  .top-nav-link span {
    display: none;
  }

  .top-nav-link i {
    font-size: 1rem;
  }

  .main-navbar {
    padding: 8px 0;
  }

  .main-navbar .container-fluid {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
  }

  .navbar-brand {
    flex-shrink: 0;
  }


  .main-nav-logo {
    height: 50px;
  }

  .btn-track {
    padding: 5px 8px;
    font-size: 0.75rem;
    border-width: 1.5px;
  }

  .btn-track .me-2 {
    margin-right: 3px !important;
    font-size: 0.85rem;
  }

  .btn-track .d-inline {
    font-size: 0.7rem;
  }

  .hamburger-menu-btn {
    width: 32px;
    height: 32px;
    gap: 4px;
  }

  .hamburger-menu-btn span {
    width: 18px;
    height: 2px;
  }

  .menu-section-heading {
    font-size: 0.95rem;
  }

  .menu-section-heading i {
    font-size: 1rem;
  }

  .menu-section-link {
    font-size: 0.85rem;
    padding: 6px 10px;
  }

  .btn-close-custom {
    padding: 6px 12px;
    font-size: 0.85rem;
  }

  .social-icon-btn {
    width: 34px;
    height: 34px;
    font-size: 0.9rem;
  }

  .fab-wrapper {
    bottom: 80px;
  }

  .fab-wrapper a {
    padding: 10px 16px;
  }

  .fab-icon {
    font-size: 1.1rem;
  }

  .fab-text {
    font-size: 0.8rem;
  }
}

/* Extra small (400px and below) */
@media (max-width: 400px) {
  .main-nav-logo {
    height: 45px;
  }

  .btn-track span {
    font-size: 0.75rem;
  }

  .hamburger-menu-btn {
    width: 32px;
    height: 32px;
  }

  .hamburger-menu-btn span {
    width: 16px;
  }

  .menu-section-heading {
    font-size: 0.9rem;
  }

  .menu-section-link {
    font-size: 0.8rem;
    padding: 5px 8px;
  }

  .fullscreen-menu-logo {
    height: 35px;
  }
}

.main-nav-logo {
  height: 60px;
}

/* Large screens (1200px and above) */
@media (min-width: 1200px) {
  .top-nav-link {
    font-size: 0.9rem;
  }

  .btn-track,
  .btn-quote {
    font-size: 0.95rem;
  }

  .menu-section-heading {
    font-size: 1.15rem;
  }

  .menu-section-link {
    font-size: 1rem;
  }
}

/* ============================================
   SLIDER / HERO SECTION STYLES
   ============================================ */

/* Hero Slider Container */
.hero-slider {
  height: 200px;
  position: relative;
  overflow: hidden;
}

/* Slide Item & Background Image */
.slide-item {
  position: relative;
  height: 100%;
}

.slide-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: brightness(0.6);
}

/* Dark Overlay for Better Text Visibility */
.slide-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

/* Slide Content */
.slide-content-wrapper {
  position: relative;
  z-index: 2;
  max-width: 900px;
  padding: 40px 20px;
}

/* Text Shadows for Better Readability */
.text-shadow-strong {
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.8),
    0 0 20px rgba(0, 0, 0, 0.6);
}

/* Brand Accent Color */
.brand-accent {
  color: #FFD700;
}

/* Fade-in Animation */
.fade-in {
  animation: fadeInUp 1s ease-in-out;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Buttons in Slider */
.slide-content-wrapper .btn {
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
  border-radius: 8px;
}

.slide-content-wrapper .btn-danger {
  background: linear-gradient(135deg, #a10000 0%, #a10000 100%);
  border: none;
  box-shadow: 0 4px 15px rgba(220, 20, 60, 0.4);
}

.slide-content-wrapper .btn-danger:hover {
  background: linear-gradient(135deg, #8B0000 0%, #a10000 100%);
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(220, 20, 60, 0.6);
}

.slide-content-wrapper .btn-outline-light {
  border: 2px solid #ffffff;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
}

.slide-content-wrapper .btn-outline-light:hover {
  background: #ffffff;
  color: #a10000;
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(255, 255, 255, 0.4);
}

/* Badge Styling */
.slide-content-wrapper .badge {
  font-weight: 600;
  font-size: 1rem;
  padding: 10px 20px;
  border-radius: 50px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
}

/* ============================================
   RESPONSIVE SLIDER STYLES
   ============================================ */

/* Large Desktop (1200px and above) */
@media (min-width: 1200px) {
  .hero-slider {
    height: 650px;
  }

  .slide-content-wrapper {
    max-width: 1000px;
  }
}

/* Tablets (992px and below) */
@media (max-width: 992px) {
  .hero-slider {
    height: 550px;
  }

  .slide-content-wrapper {
    padding: 30px 20px;
    max-width: 700px;
  }

  .slide-content-wrapper .display-2 {
    font-size: 2.8rem !important;
  }

  .slide-content-wrapper .display-3 {
    font-size: 2.3rem !important;
  }

  .slide-content-wrapper h1 {
    font-size: 2.5rem !important;
    line-height: 1.2;
  }

  .slide-content-wrapper h2 {
    font-size: 2rem !important;
    line-height: 1.3;
  }

  .slide-content-wrapper p {
    font-size: 1rem !important;
  }

  .slide-content-wrapper .fs-4 {
    font-size: 1.1rem !important;
  }

  .slide-content-wrapper .fs-5 {
    font-size: 1rem !important;
  }

  .slide-content-wrapper .btn-lg {
    padding: 12px 30px !important;
    font-size: 0.9rem !important;
  }

  .slider-nav-btn {
    width: 45px;
    height: 45px;
  }
}

/* Mobile (768px and below) */
@media (max-width: 768px) {
  .hero-slider {
    height: 650px;
  }

  .slide-content-wrapper {
    padding: 25px 15px;
    max-width: 100%;
  }

  .slide-content-wrapper .display-2 {
    font-size: 2rem !important;
  }

  .slide-content-wrapper .display-3 {
    font-size: 1.8rem !important;
  }

  .slide-content-wrapper h1 {
    font-size: 1.8rem !important;
    line-height: 1.2;
    margin-bottom: 1rem !important;
  }

  .slide-content-wrapper h2 {
    font-size: 1.6rem !important;
    line-height: 1.3;
    margin-bottom: 1rem !important;
  }

  .slide-content-wrapper p {
    font-size: 0.9rem !important;
    margin-bottom: 1rem !important;
  }

  .slide-content-wrapper .fs-4 {
    font-size: 0.95rem !important;
  }

  .slide-content-wrapper .fs-5 {
    font-size: 0.85rem !important;
  }

  .slide-content-wrapper br {
    display: none;
  }

  .slide-content-wrapper .badge {
    font-size: 0.8rem !important;
    padding: 8px 16px !important;
  }

  .slide-content-wrapper .btn-lg {
    padding: 10px 20px !important;
    font-size: 0.85rem !important;
  }

  .slide-content-wrapper .gap-3 {
    gap: 0.75rem !important;
  }

  .slide-content-wrapper .px-5 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .slide-content-wrapper .px-4 {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }

}

/* Small mobile (576px and below) */
@media (max-width: 576px) {
  .hero-slider {
    height: 750px;
  }

  .slide-content-wrapper {
    padding: 20px 10px;
  }

  .slide-content-wrapper .display-2 {
    font-size: 1.5rem !important;
  }

  .slide-content-wrapper .display-3 {
    font-size: 1.4rem !important;
  }

  .slide-content-wrapper h1 {
    font-size: 1.4rem !important;
    line-height: 1.3;
  }

  .slide-content-wrapper h2 {
    font-size: 1.3rem !important;
    line-height: 1.3;
  }

  .slide-content-wrapper p {
    font-size: 0.8rem !important;
  }

  .slide-content-wrapper .fs-4 {
    font-size: 0.85rem !important;
  }

  .slide-content-wrapper .fs-5 {
    font-size: 0.8rem !important;
  }

  .slide-content-wrapper .badge {
    font-size: 0.7rem !important;
    padding: 6px 12px !important;
  }

  .slide-content-wrapper .btn-lg {
    padding: 8px 16px !important;
    font-size: 0.75rem !important;
  }

  .slide-content-wrapper .mb-3 {
    margin-bottom: 0.75rem !important;
  }

  .slide-content-wrapper .mb-4 {
    margin-bottom: 1rem !important;
  }

  .slide-content-wrapper .mt-4 {
    margin-top: 1rem !important;
  }

  .slide-content-wrapper .d-flex {
    flex-direction: column !important;
    align-items: center !important;
  }

  .slide-content-wrapper .btn {
    width: 100%;
    max-width: 280px;
  }

}

/* Extra small (400px and below) */
@media (max-width: 400px) {
  .hero-slider {
    height: 450px;
  }

  .slide-content-wrapper {
    padding: 15px 8px;
  }

  .slide-content-wrapper .display-2 {
    font-size: 1.3rem !important;
  }

  .slide-content-wrapper .display-3 {
    font-size: 1.2rem !important;
  }

  .slide-content-wrapper h1 {
    font-size: 1.2rem !important;
  }

  .slide-content-wrapper h2 {
    font-size: 1.1rem !important;
  }

  .slide-content-wrapper p {
    font-size: 0.75rem !important;
  }

}

/* Very small devices (360px and below) */
@media (max-width: 360px) {
  .hero-slider {
    height: 550px;
  }

  .slide-content-wrapper .display-2,
  .slide-content-wrapper h1 {
    font-size: 1.1rem !important;
  }

  .slide-content-wrapper .display-3,
  .slide-content-wrapper h2 {
    font-size: 1rem !important;
  }

  .slide-content-wrapper p {
    font-size: 0.7rem !important;
  }
}

/* About Section Styles */
.about-section {
  background: #fff;
  border-radius: 1.5rem;
  box-shadow: 0 4px 32px rgba(220, 53, 69, 0.08);
}

.about-img-wrapper {
  background: #fff;
  transition: box-shadow 0.3s;
}

.about-img-wrapper:hover {
  box-shadow: 0 8px 32px rgba(220, 53, 69, 0.18);
}

/* Rectangle image style for About section */
.about-img-rectangle {
  padding: 0;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}

.about-img-rectangle-img {
  object-fit: cover;
  width: 100%;
  height: 400px;
  max-width: 100%;
  transition: transform 0.4s ease;
}

.about-img-rectangle:hover .about-img-rectangle-img {
  transform: scale(1.05);
}

.about-title {
  font-size: 2.2rem;
  font-weight: 700;
  color: #222;
  letter-spacing: 0.5px;
}

.about-title-icon {
  color: #a10000;
  font-size: 2.2rem;
  vertical-align: middle;
}

.brand-accent {
  color: #a10000;
  font-weight: 800;
}

.about-desc {
  font-size: 1.08rem;
  color: #444;
  line-height: 1.7;
}

.about-btn {
  background: #a10000;
  border: none;
  font-weight: 600;
  box-shadow: 0 2px 8px rgba(220, 53, 69, 0.12);
  transition: background 0.2s;
}

.about-btn:hover {
  background: #a10000;
  color: #fff;
}

.about-call-icon {
  color: #a10000;
  font-size: 1.5rem;
  padding: 4px;
}

.about-call-number {
  font-size: 1.5rem;
  color: #a10000;
  font-weight: 700;
  text-decoration: none;
}

.about-call-number:hover {
  text-decoration: underline;
}

@media (max-width: 991.98px) {
  .about-title {
    font-size: 1.7rem;
  }

  .about-img-rectangle-img {
    height: 180px;
  }
}

@media (max-width: 767.98px) {
  .about-section {
    padding: 2rem 0.5rem;
  }

  .about-title {
    font-size: 1.3rem;
  }

  .about-img-rectangle-img {
    height: 120px;
  }

  .about-content-wrapper {
    padding-top: 1rem;
  }
}



/* Service Card */
.service-card {
  border: 1px solid #eee;
  transition: all 0.3s ease;
  height: 100%;
}

.service-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
  border-color: rgba(225, 29, 46, 0.3);
}

/* Icon Wrapper (SAME for all icons) */
.service-icon {
  width: 56px;
  height: 56px;
  border-radius: 14px;
  background-color: var(--srs-red-light);
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Icon color */
.service-icon i {
  color: var(--white);
  font-size: 2.4rem;
  display: inline-block;
  text-shadow: 0 2px 8px rgba(220, 20, 60, 0.18);

}

/* =====================================================
   STATS / NUMBERS SECTION (RED THEME)
   ===================================================== */

/* ---------- Heading ---------- */
.stats-title {
  font-size: 2.4rem;
  font-weight: 700;
  color: var(--white);
}

.stats-subtitle {
  max-width: 650px;
  color: var(--white-80);
  font-size: 1.05rem;
}

/* ---------- Stat Card ---------- */
.stat-card {
  padding: 20px;
}

/* ---------- Icon ---------- */
.stat-icon {
  width: 64px;
  height: 64px;
  margin: 0 auto 16px;
  background: rgba(255, 255, 255, 0.12);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.stat-icon i {
  font-size: 28px;
  color: var(--white);
}

/* ---------- Value ---------- */
.stat-value {
  font-size: 3rem;
  font-weight: 800;
  line-height: 1.1;
  color: var(--white);
}

/* ---------- Label ---------- */
.stat-label {
  margin-top: 8px;
  font-size: 0.95rem;
  color: #fff !important;
}

/* ---------- Decorative Circles ---------- */
.circle {
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.circle-lg {
  width: 700px;
  height: 700px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.circle-md {
  width: 300px;
  height: 300px;
  top: 10%;
  left: 10%;
}

.circle-sm {
  width: 200px;
  height: 200px;
  bottom: 10%;
  right: 10%;
}

/* ---------- Responsive ---------- */
@media (max-width: 768px) {
  .stats-title {
    font-size: 2rem;
  }

  .stat-value {
    font-size: 2.3rem;
  }
}


/* =====================================================
   WHY CHOOSE US – RED THEME
   ===================================================== */
/* ---------- Section ---------- */
.why-choose-section {
  padding-top: 60px;
  padding-bottom: 60px;
}

/* --- WHY CHOOSE US: Stats Box --- */
.why-choose-section .stat-box {
  background: var(--red-main);
  border-radius: 14px;
  padding: 22px 10px 18px 10px;
  text-align: center;
  box-shadow: 0 2px 16px 0 rgba(34, 40, 49, 0.07);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 110px;
}

.why-choose-section .stat-value {
  font-size: 2.1rem;
  font-weight: 800;
  color: #fff;
  margin-bottom: 2px;
  letter-spacing: 0.5px;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.10);
}

.why-choose-section .stat-label {
  font-size: 1rem;
  color: #e0e0e0;
  margin-top: 4px;
  font-weight: 400;
  letter-spacing: 0.1px;
}

@media (max-width: 991px) {
  .why-choose-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .why-choose-section .stat-box {
    min-height: 90px;
    padding: 16px 6px 12px 6px;
  }

  .why-choose-section .stat-value {
    font-size: 1.5rem;
  }

  .why-choose-section .stat-label {
    font-size: 0.95rem;
  }
}

@media (max-width: 767px) {
  .why-choose-section {
    padding-top: 40px;
    padding-bottom: 40px;
    margin-top: 30px;
  }
}


/* ---------- Badge ---------- */
.why-badge {
  background: var(--red-light);
  color: var(--red-main);
  font-weight: 600;
  padding: 8px 16px;
  border-radius: 50px;
}

/* ---------- Title ---------- */
.why-title {
  font-size: 3rem;
  font-weight: 800;
  color: var(--text-dark);
  line-height: 1.2;
}

.text-red {
  color: var(--red-main);
}

/* ---------- Description ---------- */
.why-desc {
  font-size: 1.05rem;
  color: var(--text-muted);
  max-width: 520px;
}

/* ---------- Stats ---------- */
.stat-box {
  background: var(--gray-bg);
  padding: 18px 10px;
  border-radius: 14px;
  text-align: center;
}

.stat-value {
  font-size: 1.9rem;
  font-weight: 800;
  color: var(--white);
}

.stat-label {
  font-size: 0.85rem;
  color: var(--text-muted);
}

/* ---------- Feature Cards ---------- */
.feature-card {
  background: var(--white);
  border: 1px solid var(--border-light);
  border-radius: 16px;
  padding: 22px;
  transition: all 0.3s ease;
}

.feature-card:hover {
  border-color: var(--red-main);
  box-shadow: 0 10px 30px rgba(220, 20, 60, 0.15);
}

/* ---------- Feature Icon ---------- */
.feature-icon {
  width: 48px;
  height: 48px;
  background: var(--red-main);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
}

.feature-icon i {
  color: var(--white);
  font-size: 22px;
}

/* ---------- Feature Text ---------- */
.feature-title {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 6px;
}

.feature-desc {
  font-size: 0.9rem;
  color: var(--text-muted);
}

/* ---------- Background Blur ---------- */
.bg-blur {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  z-index: 0;
}

.bg-blur-red {
  width: 320px;
  height: 320px;
  background: rgba(220, 20, 60, 0.25);
  top: 0;
  right: 0;
}

.bg-blur-orange {
  width: 260px;
  height: 260px;
  background: rgba(255, 165, 0, 0.25);
  bottom: 0;
  left: 0;
}

/* ---------- Responsive ---------- */
@media (max-width: 768px) {
  .why-title {
    font-size: 2.3rem;
  }
}

/* =====================================================
   PROCESS SECTION (5 STEP) – RED THEME
   ===================================================== */

.process-section {
  padding: 50px 0 60px 0;
  background: var(--white);
}

/* ---------- Header ---------- */
.process-header {
  margin-bottom: 40px;
}

.process-badge {
  display: inline-block;
  padding: 6px 18px;
  border-radius: 50px;
  background: rgba(220, 20, 60, 0.12);
  color: var(--red-main);
  font-weight: 600;
  font-size: 0.85rem;
  margin-bottom: 16px;
}

.process-title {
  font-size: 2.8rem;
  font-weight: 800;
  color: var(--text-dark);
  margin-bottom: 10px;
  letter-spacing: -1px;
}

.process-subtitle {
  max-width: 600px;
  margin: 0 auto;
  font-size: 1.08rem;
  color: #888;
  font-weight: 500;
}

/* ---------- Wrapper ---------- */
.process-wrapper {
  position: relative;
}

/* ---------- Connecting Line ---------- */
.process-line {
  display: none !important;
}

/* ---------- Process Item ---------- */
.process-item {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  min-width: 180px;
  margin-bottom: 0;
}

/* ---------- Icon Wrapper ---------- */
.process-icon-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
}

/* ---------- Icon ---------- */
.process-icon {
  width: 82px;
  height: 82px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--red-main), var(--red-dark));
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 24px 0 rgba(220, 20, 60, 0.18);
  transition: box-shadow 0.2s;
  margin: 0 auto;
}

.process-icon i {
  font-size: 2.2rem;
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ---------- Step Number ---------- */
.process-step-number {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #ff9800;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 8px 0 rgba(255, 152, 0, 0.15);
  border: 2px solid #fff;
}

/* ---------- Text ---------- */
.process-step-title {
  font-size: 1.13rem;
  font-weight: 800;
  margin-bottom: 6px;
  color: var(--text-dark);
  letter-spacing: 0.01em;
  margin-top: 2px;
}

.process-step-desc {
  font-size: 0.97rem;
  color: #888;
  padding: 0 8px;
  margin-top: 2px;
  min-height: 48px;
}

/* ---------- Responsive ---------- */
@media (max-width: 991px) {
  .process-line {
    display: none;
  }

  .process-title {
    font-size: 2rem;
  }

  .process-item {
    min-width: 160px;
  }

  .process-icon {
    width: 68px;
    height: 68px;
  }

  .process-icon i {
    font-size: 1.6rem;
  }

  .process-step-number {
    width: 26px;
    height: 26px;
    font-size: 0.85rem;
    top: -7px;
    right: -7px;
  }
}

@media (max-width: 576px) {
  .process-item {
    min-width: 100%;
    margin-bottom: 24px;
    display: flex;
    flex-direction: column;
    align-items: center !important;
    justify-content: center !important;
  }

  .process-icon {
    width: 56px;
    height: 56px;
  }

  .process-icon i {
    font-size: 1.2rem;
  }

  .process-step-number {
    width: 20px;
    height: 20px;
    font-size: 0.7rem;
    top: -4px;
    right: -4px;
  }

  .process-step-title {
    font-size: 1rem;
  }

  .process-step-desc {
    font-size: 0.92rem;
    min-height: 0;
  }
}

/* ===============================
   TESTIMONIAL SECTION
   =============================== */

.testimonial-section {
  background-color: #f9fafb;
}

.testimonial-badge {
  background: #fde8e8;
  color: #a10000;
  padding: 6px 14px;
  border-radius: 20px;
  font-weight: 500;
}

.testimonial-title {
  font-size: 2.5rem;
  font-weight: 700;
}

.testimonial-title span {
  color: white;
}

.testimonial-subtitle {
  max-width: 600px;
  margin: auto;
  color: white;
}

/* Scroll Area */
.testimonial-scroll-wrapper {
  overflow: hidden;
}

.testimonial-scroll {
  overflow-x: auto;
  scroll-behavior: smooth;
}

.testimonial-scroll::-webkit-scrollbar {
  display: none;
}

/* Card */
.testimonial-card {
  background: #fff;
  border-radius: 16px;
  padding: 28px;
  border: 1px solid #eee;
  height: 100%;
}

.testimonial-stars {
  color: #f59e0b;
  font-size: 1.1rem;
  margin-bottom: 15px;
}

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

/* Author */
.testimonial-avatar {
  width: 48px;
  height: 48px;
  background: #a10000;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
}

.testimonial-author h6 {
  margin: 0;
  font-weight: 600;
}

.testimonial-author small {
  color: #6b7280;
}

/* Navigation */

.testimonial-nav .nav-btn {
  background: #fff;
  color: #a10000;
  border: 2px solid #a10000;
  box-shadow: 0 2px 8px rgba(220, 20, 60, 0.08);
  transition: all 0.3s;
}

.testimonial-nav .nav-btn:hover {
  background: #a10000;
  color: #fff;
  border-color: #a10000;
}

.testimonial-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  margin-top: 32px;
  margin-bottom: 0;

}

.nav-btn {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 2px solid #a10000;
  background: transparent;
  color: #a10000;
  font-size: 20px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.nav-btn:hover {
  background: #a10000;
  color: #fff;
}

/* Responsive Fix */
@media (max-width: 768px) {
  .testimonial-title {
    font-size: 2rem;
  }

  .testimonial-scroll .col-lg-4 {
    min-width: 85%;
  }
}


html,
body {
  overflow-x: hidden;
}

/* ===============================
   ABOUT COMPANY – MODERN SECTION
================================ */
/* Tag */
.about-tag {
  display: inline-block;
  padding: 6px 16px;
  background: var(--srs-red-light);
  color: var(--red-main);
  border-radius: 20px;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 14px;
}

/* Heading */
.about-heading {
  font-size: 36px;
  font-weight: 700;
  color: var(--text-dark);
  margin-bottom: 18px;
  line-height: 1.3;
}

.about-heading span {
  color: var(--red-main);
}

/* Text */
.about-content-box p {
  color: var(--text-muted);
  font-size: 15.5px;
  line-height: 1.75;
  margin-bottom: 14px;
}

/* Button */
.about-btn {
  margin-top: 10px;
  padding: 12px 26px;
  font-weight: 600;
  border-radius: 10px;
}

.about-company.section-padding {
  margin-top: 40px;
  margin-bottom: 40px;
}

/* Responsive */
@media (max-width: 991px) {
  .about-heading {
    font-size: 30px;
  }

  .about-content-box {
    padding-left: 0;
  }
}

@media (max-width: 576px) {
  .about-heading {
    font-size: 26px;
  }

  .about-content-box p {
    font-size: 14.8px;
  }
}

/* ==============================
   ABOUT TIMELINE SECTION
================================ */

.timeline-badge {
  display: inline-block;
  padding: 6px 18px;
  background: var(--srs-red-light);
  color: var(--red-main);
  font-size: 14px;
  font-weight: 600;
  border-radius: 30px;
  margin-bottom: 10px;
}

.timeline-title {
  font-size: 2.6rem;
  font-weight: 700;
  color: var(--text-dark);
}

.timeline-title span {
  color: var(--red-main);
}

/* Timeline Wrapper */
.timeline-wrapper {
  position: relative;
  padding: 40px 0;
}

/* Center Line */
.timeline-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 2px;
  background: rgba(220, 20, 60, 0.2);
  transform: translateX(-50%);
}

/* Timeline Item */
.timeline-item {
  width: 50%;
  padding: 20px 40px;
  position: relative;
}

/* Left & Right */
.timeline-item.left {
  left: 0;
  text-align: right;
}

.timeline-item.right {
  left: 50%;
  text-align: left;
}

/* Dot */
.timeline-item::before {
  content: "";
  position: absolute;
  top: 32px;
  width: 18px;
  height: 18px;
  background: var(--red-main);
  border-radius: 50%;
  z-index: 2;
}

.timeline-item.left::before {
  right: -9px;
}

.timeline-item.right::before {
  left: -9px;
}

/* Content Card */
.timeline-content {
  background: var(--white);
  padding: 22px 26px;
  border-radius: 14px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
}

.timeline-year {
  display: block;
  font-weight: 700;
  color: var(--red-main);
  font-size: 1.1rem;
  margin-bottom: 6px;
}

.timeline-content h4 {
  font-size: 1.35rem;
  font-weight: 600;
  color: var(--text-dark);
  margin-bottom: 6px;
}

.timeline-content p {
  font-size: 1rem;
  color: var(--text-muted);
  line-height: 1.6;
}

/* ======================
   RESPONSIVE
====================== */

@media (max-width: 991px) {
  .timeline-wrapper::before {
    left: 12px;
  }

  .timeline-item {
    width: 100%;
    padding-left: 50px;
    padding-right: 0;
    text-align: left;
    left: 0;
  }

  .timeline-item::before {
    left: 3px;
  }
}


@media (max-width: 576px) {
  .timeline-wrapper {
    padding: 20px 0;
  }

  .timeline-title {
    font-size: 1.5rem;
    text-align: center;
  }

  .timeline-wrapper::before {
    left: 14px;
    width: 2px;
    top: 0;
    bottom: 0;
    transform: none;
  }

  .timeline-item {
    width: 100%;
    padding: 0;
    margin-bottom: 30px;
    left: 0;
    text-align: left;
    position: relative;
    display: flex;
    align-items: flex-start;
    background: none;
    box-shadow: none;
  }

  .timeline-item::before {
    content: '';
    position: relative;
    left: 0;
    top: 22px;
    min-width: 14px;
    min-height: 14px;
    width: 14px;
    height: 14px;
    background: var(--red-main);
    border-radius: 50%;
    z-index: 2;
    margin-right: 8px;
    flex-shrink: 0;
    display: inline-block;
  }

  .timeline-content {
    background: var(--white);
    padding: 16px 10px;
    border-radius: 10px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.07);
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .timeline-year {
    font-size: 1rem;
    margin-bottom: 4px;
  }

  .timeline-content h4 {
    font-size: 1.05rem;
    margin-bottom: 4px;
  }

  .timeline-content p {
    font-size: 0.92rem;
    line-height: 1.5;
  }
}

/* ===========================
   WHY CHOOSE US
=========================== */

.why-choose-us {
  background-color: var(--white);
}

.why-title {
  font-size: 2.4rem;
  font-weight: 700;
  color: var(--text-dark);
}

.why-title span {
  color: var(--red-main);
}

.why-subtitle {
  max-width: 650px;
  margin: 10px auto 0;
  font-size: 1rem;
  color: var(--text-muted);
}

/* Card */
.why-card {
  background: var(--white);
  padding: 40px 25px 30px;
  border-radius: 16px;
  height: 100%;
  transition: all 0.3s ease;
}

.why-card:hover {
  transform: translateY(-6px);
}

/* Arc Design */
.icon-arc {
  position: relative;
  width: 120px;
  height: 60px;
  margin: 0 auto 25px;
  border-top: 4px solid var(--red-main);
  border-left: 4px solid var(--red-main);
  border-right: 4px solid var(--red-main);
  border-radius: 120px 120px 0 0;
}

.icon-circle {
  position: absolute;
  left: 50%;
  bottom: -30px;
  transform: translateX(-50%);
  width: 60px;
  height: 60px;
  border: 3px solid var(--red-main);
  border-radius: 50%;
  background: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon-circle i {
  font-size: 26px;
  color: var(--red-main);
}

/* Text */
.why-choose-card h5 {
  margin-top: 35px;
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--text-dark);
}

.why-choose-card p {
  font-size: 0.95rem;
  color: var(--text-muted);
  margin-top: 10px;
}

/* Responsive */
@media (max-width: 768px) {
  .why-title {
    font-size: 2rem;
  }

  .why-choose-card {
    padding: 35px 20px;
  }
}

/* ===============================
   13 REASONS – LIST STYLE
================================ */

.reasons-list-section {
  background-color: var(--light-bg);
}

.section-title {
  font-size: 2.4rem;
  font-weight: 700;
  color: var(--text-dark);
}

.section-title span {
  color: var(--red-main);
}

.section-subtitle {
  max-width: 700px;
  margin: 10px auto 0;
  font-size: 1rem;
  color: var(--text-muted);
}

/* Card */
.reason-list-card {
  background: var(--white);
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 22px 25px;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  transition: all 0.35s ease;
}

.reason-list-card:hover {
  transform: translateY(-6px);
}

/* Icon Box */
.reason-icon-box {
  width: 60px;
  height: 60px;
  min-width: 60px;
  background-color: var(--red-main);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.reason-icon-box i {
  font-size: 26px;
  color: #fff;
}

/* Text */
.reason-list-card h5 {
  margin: 0;
  font-size: 1.05rem;
  font-weight: 600;
  color: var(--text-dark);
}

/* Responsive */
@media (max-width: 768px) {
  .section-title {
    font-size: 2rem;
  }

  .reason-list-card {
    padding: 18px 20px;
  }

  .reason-icon-box {
    width: 52px;
    height: 52px;
    min-width: 52px;
  }
}

/* ===============================
   PAGE HERO 
================================ */

.page-hero {
  background: linear-gradient(135deg,
      #a10000,
      #a10000);
  padding: 60px 0;
  color: var(--white);
}

.page-hero-content {
  max-width: 700px;
}

.page-hero-content h1 {
  font-size: 2.5rem;
  white-space: nowrap;
}

/* Breadcrumb */
.page-breadcrumb {
  font-size: 0.95rem;
  margin-bottom: 15px;
}

.page-breadcrumb a {
  color: #ffe3e3;
  text-decoration: none;
  font-weight: 500;
}

.page-breadcrumb span {
  margin: 0 6px;
  color: #ffe3e3;
}

/* Title */
.page-hero h1 {
  font-size: 3.2rem;
  font-weight: 700;
  margin-bottom: 10px;
}

/* Subtitle */
.page-hero p {
  font-size: 1.15rem;
  opacity: 0.95;
}

/* Responsive */
@media (max-width: 768px) {
  .page-hero {
    padding: 40px 0;
  }

  .page-hero h1 {
    font-size: 2.3rem;
  }

  .page-hero p {
    font-size: 1rem;
  }
}

@media (max-width: 576px) {

  h1,
  h2,
  h3,
  .page-hero-content h1,
  .timeline-title,
  .faq-title {
    font-size: 1.5rem;
    word-break: break-word;
    white-space: normal;
  }

  .page-hero-content {
    padding-left: 8px;
    padding-right: 8px;
  }
}

/* ==============================
   Trusted Clients Section
================================ */

.trusted-clients-section {
  background-color: var(--gray-bg);
}

/* Section Heading */
.section-badge {
  display: flex;
  align-items: center;
  justify-content: center;
}

.section-title {
  font-weight: 700;
  color: var(--red-dark);
  font-size: 1.75rem;
}

.section-subtitle {
  color: var(--text-muted);
  font-size: 0.95rem;
}

/* Decorative Red Dots */
.badge-dot {
  width: 12px;
  height: 12px;
  background-color: var(--red-main);
  transform: rotate(45deg);
  display: inline-block;
}

/* Client Card */
.client-card {
  background-color: var(--white);
  border: 1px solid var(--border-light);
  border-radius: 6px;
  padding: 20px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.client-card img {
  max-width: 100%;
  max-height: 100px;
  object-fit: contain;
  filter: grayscale(100%);
  transition: all 0.3s ease;
}

/* Hover Effects */
.client-card:hover {
  border-color: var(--red-main);
  box-shadow: 0 10px 25px rgba(220, 20, 60, 0.15);
  transform: translateY(-4px);
}

.client-card:hover img {
  filter: grayscale(0%);
}

/* Responsive Adjustments */
@media (max-width: 576px) {
  .section-title {
    font-size: 1.4rem;
  }

  .client-card {
    padding: 15px;
  }

  .client-card img {
    max-height: 45px;
  }
}

/* ===============================
   WHY CHOOSE US – BIG CARD STYLE
================================ */

.why-choose-section {
  background-color: var(--gray-bg);
}

.why-title {
  font-weight: 700;
  color: var(--red-dark);
  font-size: 2.2rem;
}

.why-subtitle {
  max-width: 820px;
  margin: 0 auto;
  color: var(--text-muted);
  font-size: 1.05rem;
}

/* Bigger Card */
.why-card-lg {
  background: var(--white);
  border-radius: 14px;
  padding: 40px;
  border: 1px solid var(--border-light);
  height: 100%;
  transition: all 0.35s ease;
}

.why-card-lg h4 {
  font-weight: 600;
  margin-bottom: 12px;
}

.why-card-lg p {
  color: var(--text-muted);
  font-size: 1rem;
}

/* List */
.why-card-lg ul {
  list-style: none;
  padding-left: 0;
  margin-top: 18px;
}

.why-card-lg ul li {
  position: relative;
  padding-left: 26px;
  margin-bottom: 10px;
  font-size: 0.95rem;
}

.why-card-lg ul li::before {
  content: "\2713";
  position: absolute;
  left: 0;
  color: var(--red-main);
  font-weight: bold;
}

/* Icon Circle */
.why-icon {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  margin-bottom: 18px;
}

.why-icon.red {
  background: var(--srs-red-light);
  color: var(--red-main);
}

.why-icon.blue {
  background: #e8f0ff;
  color: #0d6efd;
}

.why-icon.green {
  background: #e7f7ef;
  color: #198754;
}

/* Hover Effect */
.why-card-lg:hover {
  transform: translateY(-8px);
  border-color: var(--red-main);
  box-shadow: 0 20px 45px rgba(220, 20, 60, 0.15);
}

/* Responsive */
@media (max-width: 768px) {
  .why-card-lg {
    padding: 28px;
  }

  .why-title {
    font-size: 1.8rem;
  }
}

/* =========================
   SRS GALLERY SECTION
========================= */

.srs-gallery-section {
  background-color: var(--gray-bg);
}

/* Heading */
.gallery-subtitle {
  font-size: 14px;
  font-weight: 600;
  color: var(--red-main);
  letter-spacing: 1px;
  text-transform: uppercase;
}

/* Card */
.srs-gallery-card {
  position: relative;
  overflow: hidden;
  border-radius: 6px;
  background: var(--white);
  border: 1px solid var(--border-light);
  transition: all 0.3s ease;
}

.srs-gallery-card img {
  width: 100%;
  height: 230px;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

/* Overlay caption */
.gallery-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 12px 15px;
  font-size: 14px;
  font-weight: 600;
  color: var(--white);
  background: linear-gradient(to top,
      rgba(0, 0, 0, 0.65),
      rgba(0, 0, 0, 0.05));
}

/* Hover Effects */
.srs-gallery-card:hover img {
  transform: scale(1.05);
}

.srs-gallery-card:hover {
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

/* Responsive */
@media (max-width: 576px) {
  .srs-gallery-card img {
    height: 200px;
  }
}

/* =========================
   FAQ SECTION
========================= */

.faq-section {
  background-color: var(--white);
}

/* Badge */
.faq-badge {
  display: inline-block;
  padding: 6px 18px;
  border-radius: 30px;
  background-color: var(--srs-red-light);
  color: var(--red-main);
  font-size: 14px;
  font-weight: 600;
}

/* Title */
.faq-title {
  font-size: 2.6rem;
  font-weight: 700;
  color: var(--text-dark);
  line-height: 1.2;
}

.faq-title span {
  color: var(--red-main);
}

/* Description */
.faq-description {
  font-size: 1.05rem;
  color: var(--text-muted);
  max-width: 520px;
}

/* Category Box */
.faq-category-box {
  background: var(--white);
  border-radius: 8px;
  border: 1px solid var(--border-light);
  padding: 10px;
}

.faq-category {
  width: 100%;
  background: transparent;
  border: none;
  padding: 14px 16px;
  text-align: left;
  font-weight: 600;
  color: var(--text-dark);
  border-radius: 6px;
  transition: all 0.3s ease;
  cursor: pointer;
}

.faq-category:hover,
.faq-category.active {
  background: var(--srs-red-light);
  color: var(--red-main);
}

/* Accordion */
.faq-accordion .faq-item {
  background-color: var(--white);
  border: 1px solid var(--border-light);
  border-radius: 14px;
  margin-bottom: 16px;
  overflow: hidden;
  transition: all 0.3s ease;
}

.faq-accordion .faq-item:hover {
  border-color: var(--red-light);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

/* Question */
.faq-question {
  background: transparent !important;
  font-weight: 600;
  color: var(--text-dark) !important;
  padding: 20px;
  border: none !important;
}

.faq-question:not(.collapsed) {
  color: var(--red-main) !important;
  background: var(--srs-red-light) !important;
}

/* Remove Bootstrap focus shadow */
.accordion-button:focus {
  box-shadow: none !important;
  border-color: transparent !important;
}

/* Answer */
.faq-answer {
  color: var(--text-muted);
  font-size: 0.95rem;
  padding: 0 20px 20px;
  line-height: 1.6;
}

.accordion-button {
  width: 100%;
  white-space: normal;
}

/* Buttons */
.faq-btn {
  background-color: var(--red-main);
  border-color: var(--red-main);
  padding: 12px 28px;
  font-weight: 600;
  border-radius: 8px;
}

.faq-btn:hover {
  background-color: var(--red-dark);
  border-color: var(--red-dark);
}

.faq-btn-outline {
  padding: 12px 28px;
  font-weight: 600;
  border-radius: 8px;
  color: var(--red-main);
  border: 2px solid var(--red-main);
}

.faq-btn-outline:hover {
  background-color: var(--red-main);
  color: var(--white);
}

/* Responsive */
@media (max-width: 768px) {
  .faq-title {
    font-size: 2rem;
  }

  .faq-category-box {
    flex-direction: column !important;
    gap: 10px !important;
  }

  .faq-category {
    width: 100% !important;
  }
}

/* Old FAQ Section - Keep for compatibility */
.srs-faq-section {
  background: linear-gradient(135deg,
      var(--white),
      var(--srs-red-light));
}

.faq-subtitle {
  max-width: 600px;
  margin: 0 auto;
  color: var(--text-muted);
  font-size: 15px;
}

.srs-faq-accordion .accordion-item {
  border: none;
  border-radius: 8px;
  margin-bottom: 12px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.srs-faq-accordion .accordion-button {
  font-weight: 600;
  color: var(--text-dark);
  background: var(--white);
}

.srs-faq-accordion .accordion-button:not(.collapsed) {
  background: var(--srs-red-light);
  color: var(--red-dark);
  box-shadow: none;
}

.srs-faq-accordion .accordion-button:focus {
  box-shadow: none;
}

.srs-faq-accordion .accordion-body {
  color: var(--text-muted);
  font-size: 14.5px;
  line-height: 1.6;
}

/* Responsive */
@media (max-width: 991px) {
  .faq-category-box {
    margin-bottom: 20px;
  }
}

.srs-services-section {
  background: var(--white);
}

@media (max-width: 576px) {
  .faq-category-box {
    flex-direction: column !important;
    gap: 10px !important;
    width: 100%;
  }

  .faq-category {
    width: 100% !important;
    text-align: left;
  }

  .srs-faq-section .row {
    flex-direction: column !important;
  }

  .srs-faq-section .col-12,
  .srs-faq-section .col-md-4,
  .srs-faq-section .col-md-8 {
    max-width: 100% !important;
    flex: 0 0 100% !important;
  }
}

.service-card {
  border: 1px solid var(--border-light);
  border-radius: 14px;
  padding: 28px;
  height: 100%;
  transition: all 0.3s ease;
}

.service-card:hover {
  border-color: var(--red-main);
  box-shadow: 0 12px 28px rgba(220, 20, 60, 0.12);
}

.service-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  margin-bottom: 12px;
}

.service-icon {
  width: 52px;
  height: 52px;
  background: var(--red-main);
  color: var(--white);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
}

.service-header h5 {
  margin: 0;
  font-weight: 700;
  color: var(--text-dark);
  text-align: center;
}

.service-desc {
  color: var(--text-muted);
  font-size: 0.95rem;
  margin-bottom: 14px;
}

.service-points {
  padding-left: 0;
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px 16px;
  margin-bottom: 16px;
}

.service-points li {
  position: relative;
  padding-left: 16px;
  font-size: 0.9rem;
  color: var(--text-muted);
}

.service-points li::before {
  position: absolute;
  left: 0;
  color: var(--red-main);
  font-weight: bold;
}

.service-link {
  color: var(--red-main);
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.service-link:hover {
  color: var(--red-dark);
}

/* Mobile fix */
@media (max-width: 575px) {
  .service-points {
    grid-template-columns: 1fr;
  }
}

/* CONTACT SECTION */
.srs-contact-section {
  background: var(--gray-bg);
}

.contact-badge {
  display: inline-block;
  background: var(--srs-red-light);
  color: var(--red-main);
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 14px;
  margin-bottom: 10px;
}

.contact-title {
  font-size: 36px;
  font-weight: 700;
  color: var(--text-dark);
}

.contact-title span {
  color: var(--red-main);
}

.contact-text {
  color: var(--text-muted);
  margin: 15px 0 30px;
}

/* INFO BLOCK */
.contact-info .info-item {
  display: flex;
  gap: 15px;
  margin-bottom: 20px;
}

.info-icon {
  width: 48px;
  height: 48px;
  background: var(--red-main);
  color: var(--white);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}

.info-item h6 {
  font-weight: 600;
  margin-bottom: 4px;
}

.info-item p {
  color: var(--text-muted);
  font-size: 14px;
}

/* FORM CARD */
.contact-form-card {
  background: var(--white);
  padding: 30px;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
}

.contact-form-card h4 {
  font-weight: 700;
  margin-bottom: 20px;
}

/* BUTTON */
.submit-btn {
  background: linear-gradient(135deg, var(--red-main), var(--red-dark));
  color: var(--white);
  padding: 12px;
  border-radius: 12px;
  font-weight: 600;
  border: none;
}

.submit-btn:hover {
  background: var(--red-dark);
  color: var(--white);
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .contact-title {
    font-size: 28px;
  }
}

/* Local Info Section */
.local-info-section {
  padding: 80px 0;
  background: var(--white);
}

/* Badge */
.section-badge {
  display: inline-block;
  background: var(--srs-red-light);
  color: var(--red-main);
  font-size: 13px;
  font-weight: 600;
  padding: 6px 14px;
  border-radius: 30px;
  margin-bottom: 12px;
}

/* Title */
.section-title {
  font-size: 32px;
  font-weight: 700;
  color: var(--text-dark);
  margin-bottom: 16px;
}

/* Paragraph */
.section-text {
  font-size: 15px;
  color: var(--text-muted);
  line-height: 1.7;
  margin-bottom: 14px;
}

/* Responsive */
@media (max-width: 991px) {
  .section-title {
    font-size: 26px;
  }

  .local-info-section {
    padding: 60px 0;
  }
}

/* ==========================
   PROCESS TIMELINE
========================== */

.process-item {
  display: flex;
  align-items: flex-start;
  position: relative;
  padding-left: 60px;
  margin-bottom: 40px;
}

/* Vertical line */
.process-item::before {
  content: "";
  position: absolute;
  left: 22px;
  top: 50px;
  width: 2px;
  height: calc(100% - 20px);
  background: rgba(220, 53, 69, 0.2);
}

.process-item:last-child::before {
  display: none;
}

/* Step Circle */
.process-step {
  position: absolute;
  left: 0;
  top: 0;
  width: 44px;
  height: 44px;
  background: #a10000;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  box-shadow: 0 10px 25px rgba(220, 53, 69, 0.35);
}

/* Content */
.process-content h5 {
  font-weight: 600;
  margin-bottom: 5px;
}

.process-content p {
  color: #666;
  font-size: 14.5px;
  margin-bottom: 0;
  line-height: 1.6;
}

/* ==========================
   MOBILE RESPONSIVE
========================== */

@media (max-width: 767px) {
  .process-item {
    padding-left: 55px;
  }

  .process-title {
    font-size: 26px;
  }

  .process-content p {
    font-size: 14px;
  }
}

/* ==========================
   FAQ SECTION
========================== */

.faq-section {
  background-color: #fafafa;
}

/* Badge */
.faq-badge {
  color: var(--red-main);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
}

/* Title */
.faq-title {
  font-weight: 700;
  margin: 10px 0;
}

.faq-subtitle {
  color: var(--text-muted);
  font-size: 15px;
}

/* ==========================
   HELP BOX
========================== */

.faq-help-box {
  background: var(--red-main);
  color: var(--white);
  border-radius: 16px;
  padding: 30px;
  margin-top: 30px;
}

.faq-help-box h5 {
  font-weight: 600;
  margin-bottom: 10px;
}

.faq-help-box p {
  font-size: 14.5px;
  opacity: 0.95;
}

.faq-call-btn {
  margin-top: 15px;
  font-weight: 600;
  border-radius: 10px;
}

/* ==========================
   ACCORDION
========================== */

.faq-accordion .accordion-item {
  border: none;
  border-radius: 12px;
  margin-bottom: 15px;
  overflow: hidden;
}

.faq-accordion .accordion-button {
  background: var(--white);
  font-weight: 600;
  font-size: 15px;
  padding: 18px;
}

.faq-accordion .accordion-button:not(.collapsed) {
  color: var(--red-main);
  background: var(--srs-red-light);
  box-shadow: none;
}

.faq-accordion .accordion-body {
  font-size: 14.5px;
  color: var(--text-muted);
  line-height: 1.6;
}

/* Remove Bootstrap focus */
.accordion-button:focus {
  box-shadow: none;
}

/* ==========================
   MOBILE RESPONSIVE
========================== */

@media (max-width: 767px) {
  .faq-title {
    font-size: 26px;
  }

  .faq-help-box {
    text-align: center;
  }

  .faq-call-btn {
    width: 100%;
  }
}

/* ==========================
   DOMESTIC INFO SECTION
========================== */

.domestic-info-section {
  background-color: var(--white);
}

/* Badge */
.section-badge {
  display: inline-block;
  color: var(--red-main);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

/* Title */
.section-title {
  font-weight: 700;
  margin-bottom: 15px;
  color: var(--text-dark);
}

/* Text */
.section-text {
  color: var(--text-muted);
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 15px;
}

/* ==========================
   FORM WRAPPER
========================== */

.domestic-form-wrapper {
  background: var(--white);
  border-radius: 16px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
  padding: 30px;
}

/* ==========================
   RESPONSIVE
========================== */

@media (max-width: 767px) {
  .section-title {
    font-size: 26px;
  }

  .domestic-form-wrapper {
    padding: 20px;
  }
}

/* =========================
   POPULAR ROUTES
========================= */

.popular-routes-section {
  background: #ffffff;
}

.routes-badge {
  color: var(--red-main);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
}

.routes-title {
  font-weight: 700;
  margin-top: 6px;
}

/* =========================
   CARD
========================= */

.route-card {
  background: #fff;
  border: 1px solid #e6e9f0;
  border-radius: 14px;
  padding: 18px 20px;
  height: 100%;
  transition: 0.3s ease;
}

.route-card:hover {
  box-shadow: 0 12px 30px rgba(220, 20, 60, 0.12);
  border-color: var(--red-main);
}

/* =========================
   LINE & ICONS
========================= */

.route-line-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.route-circle {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}

.route-circle.start {
  background: #fdeaea;
  color: var(--red-main);
}

.route-circle.end {
  background: var(--red-main);
  color: #ffffff;
}

.route-line {
  flex: 1;
  height: 2px;
  background: var(--red-main);
  margin: 0 10px;
}

/* =========================
   CONTENT
========================= */

.route-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.route-title {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 4px;
}

.route-time {
  font-size: 13px;
  color: #6c757d;
  margin: 0;
}

.route-btn {
  padding: 4px 12px;
  font-size: 12px;
  border-radius: 6px;
}

/* =========================
   RESPONSIVE
========================= */

@media (max-width: 767px) {
  .route-content {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .route-btn {
    width: 100%;
    text-align: center;
  }
}

/* ============================
   ADVANTAGES SECTION
============================ */

.advantages-section {
  background-color: var(--gray-bg);
  background-image: radial-gradient(var(--srs-red-light) 1px, transparent 1px);
  background-size: 26px 26px;
}

/* Header */
.advantages-badge {
  font-size: 13px;
  font-weight: 600;
  color: var(--red-main);
  letter-spacing: 1px;
}

.advantages-title {
  font-weight: 700;
  margin-top: 6px;
  color: var(--text-dark);
}

/* ============================
   CARD
============================ */

.adv-card {
  background: var(--white);
  border: 1px solid var(--border-light);
  border-radius: 14px;
  padding: 26px 20px;
  text-align: center;
  transition: all 0.3s ease;
}

.adv-card:hover {
  transform: translateY(-6px);
  border-color: var(--red-main);
  box-shadow: 0 14px 32px rgba(220, 20, 60, 0.15);
}

/* ============================
   ICON
============================ */

.adv-icon {
  width: 54px;
  height: 54px;
  margin: 0 auto 14px;
  border-radius: 12px;
  background: var(--srs-red-light);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--red-main);
  font-size: 22px;
}

/* ============================
   TEXT
============================ */

.adv-title {
  font-size: 15px;
  font-weight: 600;
  color: var(--text-dark);
  margin-bottom: 6px;
}

.adv-desc {
  font-size: 13px;
  color: var(--text-muted);
  line-height: 1.6;
  margin: 0;
}

/* ============================
   RESPONSIVE
============================ */

@media (max-width: 575px) {
  .adv-card {
    padding: 22px 16px;
  }
}

/* ============================
   MOVING TIMELINE SECTION
============================ */

.timeline-section {
  background-color: var(--white);
}

/* Header */
.timeline-badge {
  font-size: 13px;
  font-weight: 600;
  color: var(--red-main);
  letter-spacing: 1px;
}

.timeline-title {
  margin-top: 6px;
  font-weight: 700;
  color: var(--text-dark);
}

/* ============================
   TIMELINE LAYOUT
============================ */

.timeline-row {
  position: relative;
}

.timeline-col {
  position: relative;
  text-align: center;
  margin-bottom: 40px;
}

/* Step Circle */
.timeline-step {
  width: 44px;
  height: 44px;
  margin: 0 auto 14px;
  border-radius: 50%;
  background-color: var(--red-main);
  color: var(--white);
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  position: relative;
}

/* Connector Line */
.timeline-line {
  position: absolute;
  top: 22px;
  right: -50%;
  width: 100%;
  height: 2px;
  background-color: var(--srs-red-light);
  z-index: 1;
}

/* ============================
   CARD
============================ */

.timeline-card {
  background: var(--white);
  border: 1px solid var(--border-light);
  border-radius: 12px;
  padding: 20px 18px;
  transition: all 0.3s ease;
}

.timeline-card:hover {
  border-color: var(--red-main);
  box-shadow: 0 12px 28px rgba(220, 20, 60, 0.15);
  transform: translateY(-4px);
}

/* Card Text */
.timeline-day {
  font-size: 12px;
  font-weight: 600;
  color: var(--red-main);
}

.timeline-card-title {
  font-size: 15px;
  font-weight: 600;
  margin: 6px 0 4px;
  color: var(--text-dark);
}

.timeline-card-desc {
  font-size: 13px;
  color: var(--text-muted);
  margin: 0;
  line-height: 1.6;
}

/* ============================
   RESPONSIVE FIXES
============================ */

@media (max-width: 991px) {
  .timeline-line {
    display: none;
  }
}

/* ===========================
   SUCCESS STORIES SECTION
=========================== */

.success-stories-section {
  background-color: var(--red-main);
  padding: 60px 0;
}

.section-tag {
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1.5px;
  color: var(--white-80);
  margin-bottom: 10px;
}

.section-heading {
  font-size: 36px;
  font-weight: 700;
}

/* Card */
.testimonial-card {
  background-color: var(--white);
  border-radius: 14px;
  padding: 32px;
  height: 100%;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
  position: relative;
}

.quote-icon {
  font-size: 48px;
  color: var(--border-light);
  line-height: 1;
}

.stars {
  color: #f5b301;
  font-size: 16px;
}

.testimonial-text {
  font-size: 15px;
  color: var(--text-muted);
  line-height: 1.7;
}

/* Client */
.client-avatar {
  width: 42px;
  height: 42px;
  background-color: var(--srs-red-light);
  color: var(--red-main);
  border-radius: 50%;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
}

.client-name {
  font-size: 15px;
  color: var(--text-dark);
}

.client-role {
  color: var(--text-muted);
  font-size: 13px;
}

/* Responsive */
@media (max-width: 767px) {
  .section-heading {
    font-size: 28px;
  }
}

/* ===========================
   RATE CHART SECTION
=========================== */

.rate-chart-section {
  padding: 70px 0;
  background-color: var(--white);
}

.rate-title {
  font-size: 28px;
  font-weight: 700;
  color: var(--red-dark);
}

.rate-table {
  border-collapse: separate;
  border-spacing: 0;
}

.rate-table thead th {
  background-color: var(--srs-red-light);
  color: var(--text-dark);
  font-weight: 600;
  border-bottom: 1px solid var(--border-light);
  white-space: nowrap;
}

.rate-table td,
.rate-table th {
  padding: 14px 16px;
  border-bottom: 1px solid var(--border-light);
  color: var(--text-dark);
  font-size: 15px;
}

.rate-table tbody tr:hover {
  background-color: var(--gray-bg);
}

.rate-disclaimer {
  margin-top: 20px;
  font-size: 14px;
  color: var(--text-muted);
  line-height: 1.7;
}

/* Mobile tweaks */
@media (max-width: 767px) {
  .rate-title {
    font-size: 22px;
  }
}

/* ===============================
   FAQ SECTION
================================ */

.faq-section {
  background-color: var(--gray-bg);
}

/* ===============================
   HEADING
================================ */

.faq-tag {
  display: inline-block;
  color: var(--red-main);
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.faq-title {
  color: var(--text-dark);
  font-weight: 700;
}

/* ===============================
   ACCORDION CONTAINER
================================ */

.faq-accordion {
  max-width: 800px;
}

/* ===============================
   ACCORDION ITEM
================================ */

.accordion-item {
  border: 1px solid var(--border-light);
  border-radius: 10px;
  margin-bottom: 12px;
  overflow: hidden;
  background-color: var(--white);
}

/* ===============================
   ACCORDION BUTTON
================================ */

.accordion-button {
  background-color: var(--white);
  color: var(--text-dark);
  font-weight: 600;
  padding: 12px 16px;
  font-size: 0.95rem;
}

.accordion-button::after {
  background-size: 14px;
}

.accordion-button:not(.collapsed) {
  background-color: var(--srs-red-light);
  color: var(--red-dark);
}

.accordion-button:focus {
  box-shadow: none;
  border-color: transparent;
}

/* ===============================
   ACCORDION BODY
================================ */

.accordion-body {
  background-color: var(--white);
  color: var(--text-muted);
  line-height: 1.6;
  padding: 12px 16px;
  font-size: 0.9rem;
}

/* ===============================
   CALL BUTTON
================================ */

.faq-call-btn {
  background-color: var(--red-main);
  color: var(--white);
  font-weight: 600;
  padding: 12px 32px;
  border-radius: 50px;
  transition: all 0.3s ease;
}

.faq-call-btn:hover {
  background-color: var(--red-dark);
  color: var(--white);
  transform: translateY(-2px);
}

/* ===============================
   RESPONSIVE
================================ */

@media (max-width: 768px) {
  .faq-title {
    font-size: 1.7rem;
  }

  .accordion-button {
    font-size: 0.95rem;
    padding: 14px 16px;
  }

  .accordion-body {
    font-size: 0.95rem;
  }
}

@media (max-width: 576px) {
  .faq-title {
    font-size: 1.5rem;
  }

  .faq-call-btn {
    width: 100%;
    padding: 12px;
  }
}

/* ==============================
   INTERNATIONAL MOVING SECTION
============================== */

.international-moving-section {
  background: var(--white);
}

/* Section Header */
.section-badge {
  display: inline-block;
  padding: 6px 16px;
  font-size: 13px;
  font-weight: 600;
  color: var(--red-main);
  background: var(--srs-red-light);
  border-radius: 20px;
  margin-bottom: 12px;
}

.section-title {
  font-size: 36px;
  font-weight: 700;
  color: var(--text-dark);
}

/* Service Card */
.service-card {
  background: var(--white);
  border: 1px solid var(--border-light);
  border-radius: 20px;
  padding: 28px;
  height: 100%;
  position: relative;
  transition: all 0.3s ease;
  overflow: hidden;
}

.service-card::after {
  content: "";
  position: absolute;
  top: -40px;
  right: -40px;
  width: 120px;
  height: 120px;
  background: var(--srs-red-light);
  border-radius: 50%;
}

.service-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}

/* Icon */
.service-icon {
  width: 56px;
  height: 56px;
  background: var(--red-main);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  color: var(--white);
  position: relative;
  z-index: 1;
}

.service-icon svg {
  width: 28px;
  height: 28px;
}

/* Card Content */
.service-card h4 {
  font-size: 20px;
  font-weight: 600;
  color: var(--text-dark);
  margin-bottom: 10px;
}

.service-card p {
  font-size: 15px;
  color: var(--text-muted);
  line-height: 1.6;
}

/* Responsive */
@media (max-width: 768px) {
  .section-title {
    font-size: 28px;
  }
}

/* ================================
   INTERNATIONAL PROCESS – FIXED
================================ */

.intl-process-section {
  background: linear-gradient(135deg,
      var(--red-dark),
      var(--red-main));
}

/* Header */
.process-badge {
  background: rgba(255, 255, 255, 0.2);
  color: var(--white);
  padding: 6px 18px;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
}

.process-heading {
  font-size: 36px;
  font-weight: 700;
  color: var(--white);
  margin-top: 10px;
}

/* Card */
.process-card {
  background: var(--white);
  border-radius: 18px;
  padding: 30px;
  height: 100%;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
  transition: all 0.3s ease;
}

.process-card:hover {
  transform: translateY(-8px);
}

/* Step Circle */
.step-circle {
  width: 44px;
  height: 44px;
  background: var(--red-main);
  color: var(--white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  margin-bottom: 16px;
}

/* Card Text */
.process-card h4 {
  font-size: 18px;
  font-weight: 600;
  color: var(--text-dark);
  margin-bottom: 8px;
}

.process-card p {
  font-size: 14px;
  color: var(--text-muted);
  line-height: 1.6;
}

/* Arrows */
.process-wrapper {
  position: relative;
}

.process-arrow {
  position: absolute;
  top: 50%;
  font-size: 26px;
  color: var(--white);
  opacity: 0.7;
}

.arrow-1 {
  left: 23%;
}

.arrow-2 {
  left: 48%;
}

.arrow-3 {
  left: 73%;
}

/* Hide arrows on mobile */
@media (max-width: 1199px) {
  .process-arrow {
    display: none;
  }
}

@media (max-width: 768px) {
  .process-heading {
    font-size: 26px;
  }
}

/* =========================================================
   FROM HERE THESE ARE Insurance-moving PAGE CSS CODE 
========================================================== */
/* =========================
   COVERAGE PLANS SECTION
========================= */

.coverage-section {
  background-color: var(--gray-bg);
}

/* Section Heading */
.section-badge {
  display: inline-block;
  padding: 6px 16px;
  background-color: var(--srs-red-light);
  color: var(--red-main);
  border-radius: 30px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}

.section-title {
  font-size: 36px;
  font-weight: 700;
  color: var(--text-dark);
}

.section-subtitle {
  color: var(--text-muted);
  max-width: 600px;
  margin: 0 auto;
}

/* Card */
.coverage-card {
  background-color: var(--white);
  border: 1px solid var(--border-light);
  border-radius: 18px;
  padding: 32px 28px;
  height: 100%;
  position: relative;
  transition: all 0.3s ease;
}

.coverage-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
}

/* Popular Card */
.coverage-card.popular {
  border: 2px solid var(--red-main);
  background-color: var(--srs-red-light);
}

.popular-badge {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  background-color: var(--red-main);
  color: var(--white);
  padding: 6px 18px;
  font-size: 13px;
  font-weight: 600;
  border-radius: 20px;
}

/* Plan Text */
.plan-name {
  font-size: 18px;
  font-weight: 600;
  color: var(--text-dark);
}

.plan-price {
  font-size: 32px;
  font-weight: 700;
  margin: 12px 0 20px;
  color: var(--text-dark);
}

/* Features */
.plan-features {
  list-style: none;
  padding: 0;
  margin-bottom: 28px;
}

.plan-features li {
  position: relative;
  padding-left: 26px;
  margin-bottom: 12px;
  color: var(--text-muted);
  font-size: 15px;
}

.plan-features li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--red-main);
  font-weight: 700;
}

/* ===========================
   COVERAGE SECTION
=========================== */

.coverage-section {
  background-color: var(--gray-bg);
}

/* Badge */
.coverage-badge {
  background-color: var(--srs-red-light);
  color: var(--red-main);
  font-size: 13px;
  font-weight: 600;
  padding: 6px 16px;
  border-radius: 20px;
  letter-spacing: 0.5px;
}

/* Title */
.coverage-title {
  font-size: 32px;
  font-weight: 700;
  color: var(--text-dark);
}

/* Coverage Cards */
.coverage-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.coverage-card {
  background-color: var(--white);
  border: 1px solid var(--border-light);
  border-radius: 12px;
  padding: 18px;
  gap: 14px;
  transition: all 0.3s ease;
}

.coverage-card:hover {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
  transform: translateY(-2px);
}

.coverage-icon {
  width: 42px;
  height: 42px;
  background-color: var(--srs-red-light);
  color: var(--red-main);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  flex-shrink: 0;
}

.coverage-card h5 {
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 4px;
  color: var(--text-dark);
}

.coverage-card p {
  font-size: 14px;
  color: var(--text-muted);
  margin-bottom: 0;
}

/* Claims Box */
.claims-box {
  background-color: var(--white);
  border-radius: 14px;
  padding: 24px;
  border: 1px solid var(--border-light);
}

.claims-title {
  font-weight: 700;
  color: var(--text-dark);
}

/* Steps */
.claims-step {
  gap: 14px;
  margin-bottom: 18px;
}

.step-number {
  width: 34px;
  height: 34px;
  background-color: var(--red-main);
  color: var(--white);
  border-radius: 50%;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.claims-step h6 {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 3px;
  color: var(--text-dark);
}

.claims-step p {
  font-size: 13px;
  color: var(--text-muted);
  margin-bottom: 0;
}

/* Responsive */
@media (max-width: 767px) {
  .coverage-title {
    font-size: 26px;
  }
}

/* =========================================================
   FROM HERE THESE ARE car-trasport PAGE CSS CODE 
========================================================== */
/* Section */
.how-it-works {
  background-color: var(--white);
}

/* Heading */
.section-tag {
  color: var(--red-main);
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 14px;
}

.section-title {
  font-weight: 700;
  color: var(--text-dark);
}

/* Card */
.process-card {
  background: var(--white);
  border: 1px solid var(--border-light);
  border-radius: 18px;
  padding: 40px 20px;
  height: 100%;
  transition: 0.3s ease;
}

.process-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}

/* Icon Circle */
.icon-wrapper {
  width: 80px;
  height: 80px;
  background: radial-gradient(circle at top,
      var(--red-main),
      var(--red-dark));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
}

.icon-wrapper i {
  font-size: 30px;
  color: var(--white);
}

/* Text */
.process-card h5 {
  font-weight: 600;
  margin-bottom: 8px;
  color: var(--text-dark);
}

.process-card p {
  font-size: 14px;
  color: var(--text-muted);
  margin: 0;
}

/* Arrow */
.process-col {
  position: relative;
}

.process-arrow {
  position: absolute;
  top: 50%;
  right: -22px;
  transform: translateY(-50%);
  font-size: 22px;
  color: var(--red-main);
}

/* Hide arrows on mobile */
@media (max-width: 991px) {
  .process-arrow {
    display: none;
  }

}

/* Section Background */
.why-choose-srs {
  background-color: var(--red-main);
}

/* Section Title */
.why-choose-srs .section-title {
  color: var(--white);
  font-weight: 700;
}

/* Card */
.why-card {
  background-color: rgba(255, 255, 255, 0.12);
  border-radius: 14px;
  padding: 30px 20px;
  text-align: center;
  height: 100%;
  transition: all 0.3s ease;
}

/* Hover Effect */
.why-card:hover {
  background-color: rgba(255, 255, 255, 0.18);
  transform: translateY(-6px);
}

/* Icon */
.why-card i {
  font-size: 34px;
  color: var(--white);
  margin-bottom: 14px;
  display: inline-block;
}

/* Heading */
.why-card h5 {
  color: var(--white);
  font-weight: 600;
  margin-bottom: 6px;
}

/* Text */
.why-card p {
  font-size: 14px;
  color: var(--white-80);
  margin: 0;
}

/* Responsive spacing improvement */
@media (max-width: 576px) {
  .why-card {
    padding: 24px 16px;
  }
}

/* Section */
.expertise-section {
  background-color: var(--white);
}

/* Headings */
.section-tag {
  color: var(--red-main);
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 13px;
}

.section-title {
  font-weight: 700;
  color: var(--text-dark);
}

.section-subtitle {
  max-width: 640px;
  margin: 0 auto;
  font-size: 15px;
  color: var(--text-muted);
}

/* Card */
.expertise-card {
  background-color: var(--white);
  border: 1px solid var(--border-light);
  border-radius: 18px;
  padding: 40px 20px;
  height: 100%;
  transition: all 0.3s ease;
}

.expertise-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}

/* Icon Circle */
.icon-box {
  width: 64px;
  height: 64px;
  background-color: var(--srs-red-light);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 18px;
}

.icon-box i {
  font-size: 26px;
  color: var(--red-main);
}

/* Card Text */
.expertise-card h5 {
  font-weight: 600;
  color: var(--text-dark);
  margin-bottom: 6px;
}

.expertise-card p {
  font-size: 14px;
  color: var(--text-muted);
  margin: 0;
}

/* Mobile polish */
@media (max-width: 576px) {
  .expertise-card {
    padding: 30px 18px;
  }
}

/* Section */
.approach-section {
  background-color: var(--gray-bg);
}

/* Headings */
.section-tag {
  color: var(--red-main);
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 13px;
}

.section-title {
  font-weight: 700;
  color: var(--text-dark);
}

.section-desc {
  color: var(--text-muted);
  font-size: 15px;
  max-width: 520px;
}

/* Steps */
.approach-step {
  display: flex;
  gap: 16px;
  margin-bottom: 22px;
}

.step-number {
  width: 36px;
  height: 36px;
  background-color: var(--red-main);
  color: var(--white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  flex-shrink: 0;
}

.approach-step h6 {
  font-weight: 600;
  margin-bottom: 4px;
  color: var(--text-dark);
}

.approach-step p {
  font-size: 14px;
  color: var(--text-muted);
  margin: 0;
}

/* Quality Card */
.quality-card {
  background-color: var(--white);
  border-radius: 16px;
  padding: 32px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.quality-card h5 {
  font-weight: 700;
  color: var(--text-dark);
}

/* Quality List */
.quality-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.quality-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 14px;
  font-size: 14px;
  color: var(--text-muted);
}

.quality-list i {
  color: var(--red-main);
  font-size: 16px;
  margin-top: 2px;
}

/* Mobile tweaks */
@media (max-width: 576px) {
  .quality-card {
    padding: 24px;
  }
}

/* Section Background */
.testimonial-section {
  background-color: var(--red-main);
}

/* Star Icon */
.testimonial-icon i {
  font-size: 36px;
  color: var(--white);
}

/* Quote */
.testimonial-quote {
  max-width: 820px;
  font-size: 20px;
  font-style: italic;
  color: var(--white);
  line-height: 1.6;
}

/* User Info */
.testimonial-user h6 {
  color: var(--white);
  font-weight: 600;
}

.testimonial-user small {
  color: var(--white-80);
}

/* Avatar */
.user-avatar {
  width: 44px;
  height: 44px;
  background-color: var(--red-dark);
  color: var(--white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
}

/* Responsive Text */
@media (max-width: 576px) {
  .testimonial-quote {
    font-size: 16px;
  }
}

/* PROCESS SECTION */
.process-section {
  background-color: var(--white);
}

/* Badge */
.process-badge {
  background-color: var(--red-main);
  color: var(--white);
  font-size: 13px;
  font-weight: 600;
  padding: 6px 14px;
  border-radius: 20px;
}

/* Title */
.process-title {
  font-size: 42px;
  font-weight: 700;
  color: var(--text-dark);
}

.process-title span {
  color: var(--red-main);
}

/* Subtitle */
.process-subtitle {
  max-width: 650px;
  font-size: 15px;
  color: var(--text-muted);
  margin-top: 12px;
}

/* Step Item */
.step-item {
  padding: 20px;
}

.step-icon {
  width: 64px;
  height: 64px;
  background-color: var(--red-main);
  color: var(--white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  margin: 0 auto 12px;
}

/* Text */
.step-item h6 {
  font-size: 16px;
  font-weight: 600;
  color: var(--text-dark);
}

.step-item p {
  font-size: 14px;
  color: var(--text-muted);
  margin: 0;
}

/* Arrow */
.step-arrow {
  position: absolute;
  right: -14px;
  top: 32px;
  font-size: 22px;
  color: var(--red-light);
}

/* Responsive */
@media (max-width: 768px) {
  .process-title {
    font-size: 30px;
  }

  .step-arrow {
    display: none;
  }
}

/* BENEFITS SECTION */
.benefits-section {
  background-color: var(--white);
}

/* Section Heading */
.section-label {
  color: var(--red-main);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
}

.section-title {
  font-size: 36px;
  font-weight: 700;
  color: var(--text-dark);
  margin-top: 8px;
}

/* Card */
.benefit-card {
  background-color: var(--white);
  border: 1px solid var(--border-light);
  border-radius: 12px;
  padding: 28px;
  height: 100%;
  transition: all 0.3s ease;
}

.benefit-card:hover {
  border-color: var(--red-main);
  transform: translateY(-4px);
}

/* Icon */
.benefit-icon {
  width: 44px;
  height: 44px;
  background-color: var(--srs-red-light);
  color: var(--red-main);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  margin-bottom: 16px;
}

/* Text */
.benefit-card h6 {
  font-size: 16px;
  font-weight: 600;
  color: var(--text-dark);
  margin-bottom: 8px;
}

.benefit-card p {
  font-size: 14px;
  color: var(--text-muted);
  margin: 0;
  line-height: 1.6;
}

/* Responsive */
@media (max-width: 768px) {
  .section-title {
    font-size: 28px;
  }
}

/* Title */
.pricing-title {
  font-weight: 600;
  color: var(--text-dark);
}

/* Card */
.pricing-card {
  background: var(--white);
  border-radius: 14px;
  padding: 30px 20px;
  border: 1px solid var(--border-light);
  transition: all 0.3s ease;
}

.pricing-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.08);
}

/* Icon */
.icon-wrapper {
  width: 60px;
  height: 60px;
  background-color: var(--srs-red-light);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon-wrapper i {
  font-size: 26px;
  color: var(--red-main);
}

/* Text */
.home-type {
  font-weight: 600;
  color: var(--text-dark);
  margin-bottom: 6px;
}

.item-count {
  font-size: 14px;
  color: var(--text-muted);
  margin-bottom: 10px;
}

.price-text {
  font-weight: 600;
  color: var(--red-main);
  margin-bottom: 0;
}

.room-section {
  background-color: var(--white);
}

/* Left text */
.room-subtitle {
  font-size: 13px;
  font-weight: 600;
  color: var(--red-main);
  letter-spacing: 1px;
}

.room-title {
  font-weight: 700;
  color: var(--text-dark);
}

.room-desc {
  color: var(--text-muted);
  max-width: 480px;
}

/* Room boxes */
.room-box {
  background-color: var(--gray-bg);
  border-radius: 14px;
  padding: 16px 18px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.room-icon {
  width: 44px;
  height: 44px;
  background-color: var(--red-main);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.room-icon i {
  color: var(--white);
  font-size: 20px;
}

.room-box span {
  font-weight: 600;
  color: var(--text-dark);
}

/* Right category cards */
.category-box {
  background-color: var(--white);
  border: 1px solid var(--border-light);
  border-radius: 14px;
  padding: 18px 20px;
}

.category-box h6 {
  font-weight: 600;
  color: var(--text-dark);
  margin-bottom: 12px;
}

/* Tags */
.tag-group {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.tag {
  background-color: var(--gray-bg);
  color: var(--text-muted);
  padding: 6px 12px;
  font-size: 13px;
  border-radius: 20px;
  white-space: nowrap;
}

.why-srs-section {
  background-color: var(--white);
}

.why-title {
  font-weight: 700;
  color: var(--text-dark);
}

.why-desc {
  color: var(--text-muted);
  max-width: 520px;
}

/* List */
.why-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.why-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
  color: var(--text-dark);
  font-size: 15px;
}

.why-list i {
  color: var(--red-main);
  font-size: 18px;
}

/* Right box (RED background, no black) */
.capability-box {
  background-color: var(--red-main);
  border-radius: 18px;
  padding: 30px 28px;
}

.capability-box h5 {
  color: var(--white);
  font-weight: 600;
}

/* Capability rows */
.capability-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  color: var(--white-80);
}

.capability-item:last-child {
  border-bottom: none;
}

.capability-item .highlight {
  color: var(--white);
  font-weight: 600;
}

/* SRS Unique Testimonial Section Styles (testimonials page only) */
.srs-testimonial-section {
  background: var(--gray-bg);
}

.srs-testimonial-badge {
  color: var(--red-main);
  font-weight: 600;
  letter-spacing: 0.2em;
  font-size: 1.1rem;
  background: transparent;
}

.srs-testimonial-title {
  color: var(--text-dark);
  font-size: 2.5rem;
  letter-spacing: -1px;
}

.srs-testimonial-desc {
  color: var(--text-muted);
  max-width: 600px;
  font-size: 1.1rem;
}

.srs-testimonial-card {
  background: var(--white);
  border-radius: 1.2rem;
  box-shadow: 0 4px 24px var(--white-60);
  padding: 2rem 1.5rem 1.5rem 1.5rem;
  display: flex;
  flex-direction: column;
  min-height: 320px;
  transition: box-shadow 0.2s;
  border: 1px solid var(--border-light);
}

.srs-testimonial-card:hover {
  box-shadow: 0 8px 32px var(--red-light);
  border-color: var(--red-main);
}

.srs-testimonial-stars {
  color: var(--red-main);
  font-size: 1.2rem;
  letter-spacing: 0.1em;
}

.srs-star {
  color: var(--red-main);
  font-size: 1.2rem;
}

.srs-testimonial-comment {
  color: var(--text-dark);
  font-size: 1.05rem;
  margin-bottom: 1.2rem;
}

.srs-testimonial-author {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.srs-testimonial-avatar {
  background: var(--red-main);
  color: var(--white);
  border-radius: 50%;
  width: 2.2rem;
  height: 2.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 1.1rem;
  box-shadow: 0 2px 8px var(--white-60);
}

.srs-testimonial-name {
  color: var(--text-dark);
  font-size: 1rem;
}

.srs-testimonial-location {
  color: var(--text-muted);
  font-size: 0.95rem;
}

@media (max-width: 767.98px) {
  .srs-testimonial-title {
    font-size: 1.5rem;
  }

  .srs-testimonial-card {
    padding: 1.2rem 0.8rem;
    min-height: 220px;
  }
}

/* SRS Blog Section Styles (blogs page only) */
.srs-blog-section {
  background: var(--gray-bg);
}

.srs-blog-badge {
  color: var(--red-main);
  font-weight: 600;
  letter-spacing: 0.2em;
  font-size: 1.1rem;
  background: transparent;
}

.srs-blog-title {
  color: var(--text-dark);
  font-size: 2.2rem;
}

.srs-blog-desc {
  color: var(--text-muted);
  max-width: 600px;
  font-size: 1.1rem;
}

.srs-blog-card {
  background: var(--white);
  border-radius: 1.2rem;
  box-shadow: 0 4px 24px var(--white-60);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: box-shadow 0.2s;
  border: 1px solid var(--border-light);
}

.srs-blog-card:hover {
  box-shadow: 0 8px 32px var(--red-light);
  border-color: var(--red-main);
}

.srs-blog-img-wrapper {
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
  position: relative;
}

.srs-blog-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.srs-blog-date {
  background: var(--red-dark);
  color: var(--white);
  padding: 0.4rem 1rem;
  border-radius: 0.5rem;
  font-size: 0.95rem;
  font-weight: 600;
  z-index: 2;
}

.srs-blog-author {
  color: var(--red-main);
  font-size: 1.2rem;
}

.srs-blog-card-title {
  color: var(--red-main);
  font-size: 1.15rem;
  font-weight: 700;
}

.srs-blog-card-desc {
  font-size: 1rem;
  color: var(--text-muted);
}

.srs-blog-readmore {
  color: var(--red-main);
  font-weight: 600;
  text-decoration: none;
  transition: color 0.2s;
}

.srs-blog-readmore:hover {
  color: var(--red-dark);
  text-decoration: underline;
}

@media (max-width: 767.98px) {
  .srs-blog-title {
    font-size: 1.3rem;
  }

  .srs-blog-card {
    padding: 0.5rem;
  }
}

/* SRS Consignment Tracking Section Styles (track page only) */
.srs-track-section {
  background: var(--gray-bg);
}

.srs-track-card {
  background: var(--white);
  border-radius: 1.2rem;
  box-shadow: 0 4px 24px var(--white-60);
  border: 1px solid var(--border-light);
}

.srs-track-label {
  color: var(--text-dark);
  font-weight: 600;
  font-size: 1.1rem;
}

.srs-track-input {
  font-size: 1.1rem;
  padding: 0.9rem 1.2rem;
  border-radius: 0.5rem;
  border: 1px solid var(--border-light);
  background: var(--gray-bg);
  color: var(--text-dark);
}

.srs-track-input:focus {
  border-color: var(--red-main);
  box-shadow: 0 0 0 0.2rem var(--srs-red-light);
}

.srs-track-btn {
  background: var(--red-main);
  border: none;
  font-weight: 600;
  font-size: 1.1rem;
  padding: 0.7rem 2.5rem;
  border-radius: 0.5rem;
  transition: background 0.2s;
}

.srs-track-btn:hover {
  background: var(--red-dark);
}

.srs-track-btn-outline {
  border: 2px solid var(--red-main);
  color: var(--red-main);
  font-weight: 600;
  font-size: 1.1rem;
  padding: 0.7rem 2.5rem;
  border-radius: 0.5rem;
  background: transparent;
  transition: background 0.2s, color 0.2s;
}

.srs-track-btn-outline:hover {
  background: var(--red-main);
  color: var(--white);
}

@media (max-width: 767.98px) {
  .srs-track-card {
    padding: 1.2rem 0.8rem;
  }

  .srs-track-btn,
  .srs-track-btn-outline {
    padding: 0.7rem 1.2rem;
    font-size: 1rem;
  }
}

/* All India Branches Page Styles */

.branches-city-link {
  padding: 1rem 1.25rem;
  display: block;
  transition: all 0.3s ease;
  border-radius: 8px;
  background-color: #a10000;
  border: 1px solid #e9ecef;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.branches-city-text {
  font-size: 1rem;
  color: #e9ecef;
  display: block;
  line-height: 1.5;
}

.branches-city-name {
  font-weight: 700;
  color: #e9ecef;
}

.branches-city-link:hover {
  background-color: #a10000;
  border-color: #a10000;
  box-shadow: 0 3px 8px rgba(184, 0, 28, 0.15);
  transform: translateY(-2px);
}

.branches-city-link:hover .branches-city-text {
  color: #e9ecef;
}

.branches-city-link:hover .branches-city-name {
  color: #e9ecef;
}


@media (max-width: 575.98px) {

  .branches-city-text {
    font-size: 0.95rem;
  }
}

/* State Cities Red Box Design */
.state-city-box {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1.25rem 1.5rem;
  background: linear-gradient(135deg, #a10000 0%, #a10000 100%);
  border-radius: 8px;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(184, 0, 28, 0.2);
}

.state-city-icon {
  font-size: 2rem;
  color: #fff;
  flex-shrink: 0;
}

.state-city-text {
  color: #fff;
  font-size: 1rem;
  line-height: 1.4;
  font-weight: 400;
}

.state-city-text strong {
  font-weight: 600;
  display: block;
  margin-top: 0.2rem;
}

.state-city-box:hover {
  background: linear-gradient(135deg, #a10000 0%, #a10000 100%);
  transform: translateY(-3px);
  box-shadow: 0 4px 12px rgba(184, 0, 28, 0.35);
}

.state-city-box:hover .state-city-text {
  color: #fff;
}

@media (max-width: 767.98px) {
  .state-city-box {
    padding: 1rem 1.25rem;
  }

  .state-city-icon {
    font-size: 1.5rem;
  }

  .state-city-text {
    font-size: 0.95rem;
  }
}

/* Modal Styles */
.modal-rounded {
  border-radius: 1rem;
  overflow: hidden;
}

.modal-content {
  border-radius: 1rem;
  border: none;
}

.modal-header.bg-danger {
  background: #a10000;
  color: #fff;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}

.btn-close-white {
  filter: invert(1) grayscale(100%) brightness(200%);
}

.modal-body.bg-light {
  background: #f8f9fa;
}

.modal-footer.bg-white {
  background: #fff;
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
}

.form-control,
textarea.form-control {
  border-radius: 0.5rem;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.03);
  border: 1px solid #ced4da;
  transition: border-color 0.2s;
}

.form-control:focus,
textarea.form-control:focus {
  border-color: #a10000;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, .1);
}

textarea.form-control {
  resize: vertical;
}

.btn-danger {
  background: #a10000;
  border: none;
  border-radius: 0.5rem;
  font-weight: 600;
  transition: background 0.2s;
}

.btn-danger:hover,
.btn-danger:focus {
  background: #a10000;
}

.btn-outline-secondary {
  border-radius: 0.5rem;
  font-weight: 600;
}

.alert {
  border-radius: 0.5rem;
  font-size: 1rem;
  padding: 0.75rem 1rem;
  margin-bottom: 0.5rem;
}

.alert-info {
  background: #e9f7fd;
  color: #0c5460;
  border: 1px solid #b8daff;
}

.alert-success {
  background: #e6f4ea;
  color: #155724;
  border: 1px solid #c3e6cb;
}

.alert-danger {
  background: #f8d7da;
  color: #a10000;
  border: 1px solid #f5c6cb;
}

/* Icon Styles */
.modal-title .fa-solid,
.fa-solid {
  color: #a10000;
  margin-right: 0.25rem;
}

.me-1 {
  margin-right: 0.25rem !important;
}

.me-2 {
  margin-right: 0.5rem !important;
}

.fw-semibold {
  font-weight: 600 !important;
}

/* ===========================
   MULTI-STEP QUOTE FORM IN SLIDER
=========================== */

.quote-form-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 80;
  width: 80%;
  max-width: 1040px;
  backdrop-filter: blur(8px);
  padding: 1.5rem;
  border-radius: 20px;
  border: 3px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0 10px 50px rgba(0, 0, 0, 0.6), inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

/* Quote Steps */
.quote-step {
  display: none;
  opacity: 0;
  transition: opacity 0.4s ease;
}

#quoteStep2 {
  padding-top: 60px;
  padding-bottom: 2rem;
}

.quote-step.active {
  display: block;
  opacity: 1;
  animation: fadeInUp 0.5s ease;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Step 1: Move Type Selection */
.quote-main-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--white);
  text-align: center;
  margin-bottom: 1rem;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.8), 0 0 20px rgba(161, 0, 0, 0.5);
  letter-spacing: 1px;
}

.quote-step-label {
  text-align: center;
  color: rgba(255, 255, 255, 0.95);
  font-size: 1.1rem;
  margin-bottom: 2rem;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

.move-type-selection {
  display: flex;
  justify-content: center;
  gap: 2rem;
  margin-bottom: 2.5rem;
  flex-wrap: wrap;
}

.move-type-option {
  background: rgba(255, 255, 255, 0.95);
  border: 3px solid transparent;
  border-radius: 50%;
  width: 140px;
  height: 140px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.move-type-option:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
  border-color: var(--red-main);
}

.move-type-option.selected {
  border-color: var(--red-main);
  background: var(--red-main);
}

.move-type-option.selected .move-type-icon {
  color: var(--white);
}

.move-type-option.selected .move-type-label {
  color: var(--white);
}

.move-type-icon {
  font-size: 3rem;
  color: var(--red-main);
  margin-bottom: 0.5rem;
  transition: color 0.3s ease;
}

.move-type-label {
  font-size: 1rem;
  font-weight: 600;
  color: var(--text-dark);
  text-align: center;
  transition: color 0.3s ease;
}

.btn-get-started {
  display: block;
  margin: 0 auto;
  background: linear-gradient(135deg, var(--red-main) 0%, var(--red-dark) 100%);
  color: var(--white);
  border: none;
  padding: 16px 65px;
  font-size: 1.2rem;
  font-weight: 700;
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 5px 20px rgba(161, 0, 0, 0.4);
  border: 2px solid rgba(255, 255, 255, 0.2);
  letter-spacing: 0.5px;
}

.btn-get-started:hover {
  background: linear-gradient(135deg, var(--red-dark) 0%, #800000 100%);
  transform: translateY(-4px);
  box-shadow: 0 8px 30px rgba(161, 0, 0, 0.6);
  border-color: rgba(255, 255, 255, 0.4);
}

/* Back Button */
.btn-back {
  position: absolute;
  top: -50px;
  left: 20px;
  background: linear-gradient(135deg, var(--red-main) 0%, var(--red-dark) 100%);
  color: var(--white);
  border: none;
  padding: 12px 25px;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(161, 0, 0, 0.4);
  border: 2px solid rgba(255, 255, 255, 0.2);
}

.btn-back:hover {
  background: linear-gradient(135deg, var(--red-dark) 0%, #800000 100%);
  transform: translateX(-5px);
  box-shadow: 0 6px 16px rgba(161, 0, 0, 0.6);
}

/* Quote Form */
.slider-quote-form .form-label {
  color: var(--white);
  font-weight: 600;
  margin-bottom: 0.5rem;
  font-size: 0.95rem;
}

.slider-quote-form .form-control {
  padding: 12px 15px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.95);
  font-size: 1rem;
  transition: all 0.3s ease;
}

.slider-quote-form .form-control:focus {
  border-color: var(--white);
  background: var(--white);
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.2);
  outline: none;
}

.btn-submit-quote {
  width: 100%;
  background: var(--white);
  color: var(--red-main);
  border: none;
  padding: 15px;
  font-size: 1.2rem;
  font-weight: 700;
  border-radius: 8px;
  margin-top: 1.5rem;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(255, 255, 255, 0.3);
}

.btn-submit-quote:hover {
  background: var(--srs-red-light);
  color: var(--red-dark);
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(255, 255, 255);
  border-radius: 8px;
  margin-top: 1.5rem;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(74, 144, 226, 0.4);
}

.btn-submit-quote:hover {
  background: #357abd;
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(74, 144, 226, 0.5);
}

/* Responsive Design */
@media (max-width: 768px) {
  .quote-form-overlay {
    width: 95%;
    padding: 1.5rem 1rem;
    max-height: 90vh;
    overflow-y: auto;
    overflow-x: hidden;
  }

  .quote-main-title {
    font-size: 1.5rem !important;
    display: block;
    visibility: visible;
  }

  #quoteStep2 .quote-main-title {
    font-size: 1.4rem !important;
    margin-top: 1rem !important;
    margin-bottom: 1.25rem !important;
  }

  .quote-heading {
    font-size: 1.5rem;
  }

  .move-type-selection {
    gap: 1rem;
  }

  .move-type-option {
    width: 120px;
    height: 120px;
  }

  .move-type-icon {
    font-size: 2.2rem;
  }

  .move-type-label {
    font-size: 0.85rem;
    line-height: 1.2;
  }

  .btn-get-started {
    padding: 12px 40px;
    font-size: 1rem;
  }

  .btn-back {
    position: relative;
    top: auto;
    left: auto;
    margin-bottom: 1rem;
    padding: 10px 20px;
    font-size: 0.9rem;
  }

  #quoteStep2 {
    padding-top: 1rem;
    padding-bottom: 2rem;
  }

  .slider-quote-form .row {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .slider-quote-form .col-md-6 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .location-inputs-wrapper {
    flex-direction: column;
    align-items: stretch;
  }

  .location-input-group {
    max-width: 100%;
  }

  .location-arrow {
    display: none;
  }

  .btn-next {
    width: 100%;
    margin-bottom: 0;
  }

  .btn-back {
    top: -60px;
    left: 10px;
    padding: 10px 20px;
    font-size: 0.9rem;
  }

  .slider-quote-form .form-label {
    font-size: 0.9rem;
  }

  .slider-quote-form .form-control {
    padding: 10px 12px;
    font-size: 0.95rem;
  }

  .btn-submit-quote {
    padding: 12px;
    font-size: 1rem;
  }
}

@media (max-width: 576px) {
  .quote-form-overlay {
    width: 98%;
    padding: 1rem 0.75rem;
    border-radius: 15px;
    max-height: 85vh;
    overflow-y: auto;
    overflow-x: hidden;
  }

  .quote-main-title {
    font-size: 1.3rem !important;
    margin-bottom: 0.75rem;
    display: block;
    visibility: visible;
  }

  #quoteStep2 .quote-main-title {
    font-size: 1.2rem !important;
    margin-top: 0.5rem !important;
    margin-bottom: 1rem !important;
    padding-top: 0.5rem;
  }

  #quoteStep2 {
    padding-top: 0.5rem;
    padding-bottom: 1.5rem;
  }

  .quote-step-label {
    font-size: 0.9rem;
    margin-bottom: 1.5rem;
  }

  .move-type-selection {
    gap: 0.5rem;
    margin-bottom: 1.5rem;
  }

  .move-type-option {
    width: 90px;
    height: 90px;
    border-width: 2px;
  }

  .move-type-icon {
    font-size: 1.6rem;
    margin-bottom: 0.3rem;
  }

  .move-type-label {
    font-size: 0.75rem;
    line-height: 1.2;
    padding: 0 4px;
  }

  .btn-get-started {
    padding: 10px 30px;
    font-size: 0.95rem;
  }

  .btn-back {
    position: relative;
    top: auto;
    left: auto;
    margin-bottom: 1rem;
    padding: 8px 16px;
    font-size: 0.85rem;
  }

  .slider-quote-form .form-label {
    font-size: 0.85rem;
    margin-bottom: 0.4rem;
  }

  .slider-quote-form .form-control {
    padding: 8px 10px;
    font-size: 0.9rem;
  }

  .slider-quote-form .row {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .slider-quote-form .col-md-6,
  .slider-quote-form .col-12 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
    margin-bottom: 0.75rem;
  }

  .btn-submit-quote {
    padding: 10px;
    font-size: 0.95rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
    width: 100%;
    display: block;
  }
}

/* =========================
   TOP MEGA MENU (NAVBAR)
========================= */
.mega-menu-list {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 0;
  margin: 0;
}

.mega-item {
  position: relative;
}

.mega-item>a {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 20px 22px;
  color: var(--red-main);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.3s ease;
  white-space: nowrap;
}

.mega-item>a:hover {
  color: var(--red-dark);
  background: rgba(161, 0, 0, 0.05);
}

.mega-item>a i {
  font-size: 12px;
  transition: transform 0.3s ease;
}

.mega-item:hover>a i {
  transform: rotate(180deg);
}

/* Mega Dropdown */
.mega-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  background: var(--white);
  min-width: 280px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  padding: 12px 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.3s ease;
  z-index: 1000;
  border-top: 3px solid var(--red-main);
}

.mega-item:hover .mega-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.mega-dropdown a {
  display: block;
  padding: 12px 24px;
  color: var(--text-dark);
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  text-transform: none;
  transition: all 0.3s ease;
  border-left: 3px solid transparent;
}

.mega-dropdown a:hover {
  background: rgba(161, 0, 0, 0.05);
  color: var(--red-main);
  border-left-color: var(--red-main);
  padding-left: 28px;
}

/* Responsive Mega Menu - Reduce size on smaller large screens */
@media (max-width: 1400px) {
  .mega-item>a {
    padding: 18px 16px;
    font-size: 11px;
  }

  .mega-item>a i {
    font-size: 11px;
  }

  .mega-dropdown {
    min-width: 260px;
  }

  .mega-dropdown a {
    font-size: 12px;
    padding: 10px 20px;
  }
}

/* ===================================
   Services Overview Section Styles
   =================================== */

/* Service Cards */
.services-overview-section {
  padding: 3rem 0;
  font-family: Arial, sans-serif;
}

.service-card {
  background: #fff;
  padding: 2rem 1.5rem;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(161, 0, 0, 0.08);
  transition: all 0.3s ease;
  border: 2px solid transparent;
  text-align: center;
  font-family: Arial, sans-serif;
}

.service-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(161, 0, 0, 0.15);
  border-color: #a10000;
}

.service-icon {
  width: 70px;
  height: 70px;
  margin: 0 auto 1.5rem;
  background: linear-gradient(135deg, #a10000, #d10000);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  color: #fff;
  transition: all 0.3s ease;
}

.service-card:hover .service-icon {
  transform: scale(1.1) rotate(5deg);
}

.service-title {
  color: #a10000;
  font-weight: 700;
  margin-bottom: 1rem;
  font-size: 1.1rem;
  font-family: Arial, sans-serif;
}

.service-desc {
  color: #555;
  margin-bottom: 0;
  line-height: 1.6;
  font-family: Arial, sans-serif;
  font-size: 1rem;
}

/* Packing Materials Section */
.packing-materials-section {
  padding: 3rem 0;
  background: #f8f9fa;
  border-radius: 12px;
  margin: 2rem 0;
  font-family: Arial, sans-serif;
}

.packing-materials-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.packing-materials-list li {
  padding: 0.8rem 0;
  font-size: 1rem;
  color: #333;
  display: flex;
  align-items: center;
  gap: 0.8rem;
  font-family: Arial, sans-serif;
  font-weight: 500;
}

.packing-materials-list i {
  font-size: 1.2rem;
  flex-shrink: 0;
}

.packing-img {
  border: 3px solid #a10000;
}

/* Areas Served Section */
.areas-served-section {
  padding: 3rem 0;
  font-family: Arial, sans-serif;
}

.area-card {
  background: #fff;
  padding: 0.6rem 1.2rem;
  border-radius: 25px;
  text-align: center;
  border: 1px solid #e0e0e0;
  transition: all 0.3s ease;
  cursor: pointer;
  display: inline-block;
  font-family: Arial, sans-serif;
  white-space: nowrap;
}

.area-card:hover {
  border-color: #a10000;
  background: #fef5f5;
  transform: translateY(-2px);
  box-shadow: 0 3px 10px rgba(161, 0, 0, 0.1);
}

.area-card span {
  font-weight: 500;
  color: #333;
  font-size: 0.95rem;
  font-family: Arial, sans-serif;
}

.area-card i {
  color: #a10000;
}

/* Testimonials Section */
.testimonials-section {
  padding: 3rem 0;
  background: linear-gradient(135deg, #fef5f5 0%, #fff 100%);
  border-radius: 12px;
  margin: 2rem 0;
  font-family: Arial, sans-serif;
}

.testimonial-card {
  background: #fff;
  padding: 2rem;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  border-left: 4px solid #a10000;
  height: 100%;
  transition: all 0.3s ease;
  font-family: Arial, sans-serif;
}

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

.testimonial-rating {
  margin-bottom: 1rem;
  color: #ffc107;
  font-size: 1.1rem;
}

.testimonial-text {
  color: #555;
  font-style: italic;
  line-height: 1.7;
  margin-bottom: 1.5rem;
  min-height: 100px;
  font-family: Arial, sans-serif;
  font-size: 1rem;
}

.testimonial-author {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}

.testimonial-author strong {
  color: #a10000;
  font-size: 1.1rem;
  font-family: Arial, sans-serif;
}

.testimonial-author span {
  color: #666;
  font-size: 0.9rem;
  font-family: Arial, sans-serif;
}

/* Moving Tips Section */
.moving-tips-section {
  padding: 3rem 0;
  font-family: Arial, sans-serif;
}

.tips-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.tips-list li {
  padding: 1rem 0;
  font-size: 1.05rem;
  color: #333;
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  border-bottom: 1px solid #e0e0e0;
  font-family: Arial, sans-serif;
  font-weight: 500;
}

.tips-list li:last-child {
  border-bottom: none;
}

.tips-list i {
  font-size: 1.5rem;
  margin-top: 0.2rem;
  flex-shrink: 0;
}

/* Local Expert Section */
.local-expert-section {
  padding: 3rem 0;
  background: #fff;
  font-family: Arial, sans-serif;
}

.expert-card {
  background: linear-gradient(135deg, #fef5f5 0%, #fff 100%);
  padding: 2rem 1.5rem;
  border-radius: 12px;
  border: 2px solid #e0e0e0;
  transition: all 0.3s ease;
  height: 100%;
  font-family: Arial, sans-serif;
}

.expert-card:hover {
  border-color: #a10000;
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(161, 0, 0, 0.12);
}

.expert-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 1.5rem;
  background: linear-gradient(135deg, #a10000, #d10000);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 36px;
  color: #fff;
  transition: all 0.3s ease;
}

.expert-card:hover .expert-icon {
  transform: scale(1.1) rotate(-5deg);
}

.expert-card h5 {
  color: #a10000;
  font-weight: 700;
  margin-bottom: 1rem;
  font-size: 1.15rem;
  font-family: Arial, sans-serif;
}

.expert-card p {
  color: #555;
  margin: 0;
  line-height: 1.6;
  font-family: Arial, sans-serif;
  font-size: 1rem;
}

/* Responsive Styles for Services Sections */
@media (max-width: 768px) {

  .services-overview-section,
  .packing-materials-section,
  .areas-served-section,
  .testimonials-section,
  .moving-tips-section,
  .local-expert-section {
    padding: 2rem 0;
  }

  .service-card,
  .testimonial-card,
  .expert-card {
    padding: 1.5rem 1rem;
  }

  .service-icon,
  .expert-icon {
    width: 60px;
    height: 60px;
    font-size: 28px;
  }

  .area-card {
    padding: 1rem 0.8rem;
  }

  .area-card i {
    font-size: 1.2rem;
  }

  .area-card span {
    font-size: 0.85rem;
  }

  .testimonial-text {
    min-height: auto;
    font-size: 0.95rem;
  }

  .tips-list li {
    font-size: 0.95rem;
  }

  .packing-materials-list li {
    font-size: 0.95rem;
  }
}

@media (max-width: 576px) {

  .service-title,
  .expert-card h5 {
    font-size: 1rem;
  }

  .service-desc,
  .expert-card p {
    font-size: 0.9rem;
  }

  .heading-primary {
    font-size: 1.5rem !important;
  }

  .badge {
    font-size: 0.85rem !important;
  }
}

/* Additional View Service Page Styling */
.text-justify {
  text-align: justify;
  font-family: Arial, sans-serif;
  color: #000;
  font-size: 1.05rem;
  line-height: 1.7;
  font-weight: 500;
}

.bg-white .container .row .col-md-7 p.text-justify,
.bg-white .container .row .col-md-6 p.text-justify,
.packing-materials-section p.text-justify {
  color: #000;
  font-family: Arial, sans-serif;
}

.bg-white .list-unstyled li {
  font-family: Arial, sans-serif;
  color: #000;
  font-size: 1.05rem;
  font-weight: 500;
}

.packing-materials-section .text-justify,
.packing-materials-section h2,
.moving-tips-section h2,
.moving-tips-section p {
  font-family: Arial, sans-serif;
}

.heading-primary {
  font-family: Arial, sans-serif !important;
  font-weight: 700;
}

.text-muted {
  color: #666 !important;
  font-family: Arial, sans-serif;
  font-size: 1rem;
}

.badge.bg-danger {
  background-color: #a10000 !important;
  font-family: Arial, sans-serif;
}

.text-danger {
  color: #a10000 !important;
}

section.bg-white h2,
section.bg-white h3,
section.bg-white p {
  font-family: Arial, sans-serif;
}

.head {
  font-weight: bold;
}

/* ===== Blog Section Styles ===== */
.blog-section-title {
  color: var(--red-main);
  position: relative;
}

.blog-icon {
  color: var(--red-main);
}

.blog-divider {
  width: 80px;
  height: 3px;
  background: linear-gradient(90deg, var(--red-main), var(--red-light));
  border-radius: 2px;
}

/* Blog Card Styles */
.blog-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border-radius: 12px;
  overflow: hidden;
}

.blog-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 24px rgba(161, 0, 0, 0.15) !important;
}

.blog-img-wrapper {
  height: 400px;
  position: relative;
}

.blog-img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.blog-card:hover .blog-img-wrapper img {
  transform: scale(1.1);
}

.blog-date-badge {
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.95) !important;
}

.blog-date-badge span:first-child {
  color: var(--red-main);
}

/* Author Section */
.blog-author-icon {
  width: 50px;
  height: 50px;
  color: var(--red-main);
}

.blog-author-link {
  color: var(--text-dark);
  transition: color 0.3s ease;
}

.blog-author-link:hover {
  color: var(--red-main);
}

/* Blog Title */
.blog-title-link {
  color: var(--text-dark);
  transition: color 0.3s ease;
}

.blog-title-link:hover {
  color: var(--red-main);
}

/* Read More Button */
.blog-read-btn {
  border-color: var(--red-main);
  color: var(--red-main);
  transition: all 0.3s ease;
  border-radius: 8px;
  padding: 14px 24px;
  font-weight: 500;
  font-size: 1.05rem;
}

.blog-read-btn:hover {
  background: var(--red-main);
  border-color: var(--red-main);
  color: white;
}

.blog-read-btn i {
  transition: transform 0.3s ease;
}

.blog-read-btn:hover i {
  transform: translateX(5px);
}

/* Responsive Adjustments */
@media (max-width: 768px) {
  .blog-img-wrapper {
    height: 220px;
  }

  .blog-section-title {
    font-size: 2rem;
  }
}

/* ===== Blog Detail Page Styles ===== */
.blog-detail-card {
  border-radius: 12px;
  overflow: hidden;
}

.blog-detail-img-wrapper {
  height: 450px;
}

.blog-detail-img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Meta Information */
.blog-meta-item {
  color: var(--text-muted);
}

.blog-meta-icon {
  color: var(--red-main);
}

/* Blog Content Typography */
.blog-content {
  font-size: 1.05rem;
  line-height: 1.8;
  color: var(--text-dark);
}

.blog-content p {
  margin-bottom: 1.5rem;
}

.blog-content h2,
.blog-content h3,
.blog-content h4 {
  color: var(--red-main);
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-weight: 600;
}

.blog-content ul,
.blog-content ol {
  margin-bottom: 1.5rem;
  padding-left: 1.5rem;
}

.blog-content li {
  margin-bottom: 0.5rem;
}

/* Tags */
.blog-tag-badge {
  background: var(--srs-red-light);
  color: var(--red-main);
  font-weight: 500;
  padding: 0.5rem 1rem;
  text-decoration: none;
  transition: all 0.3s ease;
}

.blog-tag-badge:hover {
  background: var(--red-main);
  color: white;
}

/* Sidebar Styles */
.blog-sidebar-title {
  color: var(--red-main);
}

.blog-search-group {
  background: var(--gray-bg);
  border-radius: 8px;
  overflow: hidden;
}

.blog-search-group input {
  background: transparent;
  padding: 0.75rem 1rem;
}

.blog-search-group input:focus {
  box-shadow: none;
}

.blog-search-btn {
  background: var(--red-main);
  color: white;
  border: none;
  padding: 0.75rem 1.25rem;
  transition: all 0.3s ease;
}

.blog-search-btn:hover {
  background: var(--red-dark);
  color: white;
}

/* Sidebar Blog Items */
.sidebar-blog-thumb {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 8px;
}

.sidebar-blog-link {
  color: var(--text-dark);
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1.4;
  transition: color 0.3s ease;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.sidebar-blog-link:hover {
  color: var(--red-main);
}

.sidebar-blog-item:last-child {
  border-bottom: none !important;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

/* Responsive */
@media (max-width: 768px) {
  .blog-detail-img-wrapper {
    height: 280px;
  }

  .blog-content {
    font-size: 1rem;
  }

  .sidebar-blog-thumb {
    width: 70px;
    height: 70px;
  }
}