/* =============================================
   PAGES EXTRA STYLES - Orange Packers & Movers
   ============================================= */

/* Page Hero Banner */
.page-hero {
  background: linear-gradient(135deg, #1E2A38 0%, #152030 60%, #2a1a08 100%);
  padding: 140px 0 80px;
  position: relative;
  overflow: hidden;
}

.page-hero::before {
  content: '';
  position: absolute;
  top: -80px;
  right: -80px;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(196, 30, 36, 0.12) 0%, transparent 70%);
  border-radius: 50%;
}

.page-hero::after {
  content: '';
  position: absolute;
  bottom: -60px;
  left: -60px;
  width: 350px;
  height: 350px;
  background: radial-gradient(circle, rgba(196, 30, 36, 0.08) 0%, transparent 70%);
  border-radius: 50%;
}

.page-hero-content {
  position: relative;
  z-index: 2;
}

.breadcrumb-item a {
  color: var(--orange);
  text-decoration: none;
}

.breadcrumb-item a:hover {
  color: var(--accent);
}

.breadcrumb-item.active {
  color: rgba(255, 255, 255, 0.7);
}

.breadcrumb-item+.breadcrumb-item::before {
  color: rgba(255, 255, 255, 0.4);
}

/* ---- ABOUT PAGE ---- */
.value-item {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  margin-bottom: 22px;
}

.val-icon {
  width: 44px;
  height: 44px;
  background: linear-gradient(135deg, rgba(196, 30, 36, 0.12), rgba(232, 53, 59, 0.18));
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--orange);
  font-size: 1.1rem;
  flex-shrink: 0;
  border: 1.5px solid rgba(196, 30, 36, 0.2);
}

.val-text strong {
  color: var(--dark-blue);
  display: block;
  margin-bottom: 3px;
}

.val-text p {
  color: #6b7280;
  font-size: 0.88rem;
  margin: 0;
}

.cert-badge {
  background: #fff;
  border-radius: 14px;
  padding: 20px;
  text-align: center;
  box-shadow: var(--card-shadow);
  border-bottom: 3px solid var(--orange);
  transition: transform 0.3s;
}

.cert-badge:hover {
  transform: translateY(-4px);
}

.cert-badge i {
  font-size: 2rem;
  color: var(--orange);
  margin-bottom: 10px;
  display: block;
}

.cert-badge p {
  font-size: 0.82rem;
  color: #6b7280;
  margin: 0;
}

.cert-badge strong {
  font-size: 0.92rem;
  color: var(--dark-blue);
  display: block;
  margin-bottom: 4px;
}

.milestone-card {
  background: #fff;
  border-radius: 16px;
  padding: 28px 22px;
  box-shadow: var(--card-shadow);
  text-align: center;
  border-top: 4px solid var(--orange);
  transition: all 0.3s;
}

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

.milestone-year {
  font-size: 2rem;
  font-weight: 900;
  font-family: 'Montserrat', sans-serif;
  color: var(--orange);
}

.milestone-desc {
  font-size: 0.88rem;
  color: #6b7280;
  margin-top: 8px;
}

.mission-card {
  background: var(--dark-blue);
  border-radius: 18px;
  padding: 36px 30px;
  color: #fff;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.mission-card::before {
  content: '';
  position: absolute;
  top: -50px;
  right: -50px;
  width: 200px;
  height: 200px;
  background: rgba(196, 30, 36, 0.08);
  border-radius: 50%;
}

.mission-icon {
  width: 60px;
  height: 60px;
  background: rgba(196, 30, 36, 0.18);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  color: var(--orange);
  margin-bottom: 20px;
  border: 1.5px solid rgba(196, 30, 36, 0.3);
  position: relative;
  z-index: 1;
}

.mission-card h4 {
  color: #fff;
  margin-bottom: 14px;
  position: relative;
  z-index: 1;
}

.mission-card p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.92rem;
  line-height: 1.7;
  position: relative;
  z-index: 1;
}

/* ---- SERVICES PAGE ---- */
.service-detail-card {
  background: #1B2A4A;
  color: #ffffff;
  border-radius: 20px;
  box-shadow: 0 15px 45px rgba(0,0,0,0.2);
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  border: 1px solid rgba(255, 255, 255, 0.1);
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
}

.service-detail-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 50px rgba(30, 42, 56, 0.16);
  border-color: rgba(196, 30, 36, 0.15);
}

.service-detail-img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  background: linear-gradient(135deg, rgba(196, 30, 36, 0.12), rgba(30, 42, 56, 0.08));
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.service-detail-img::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(27, 42, 74, 0.1), rgba(27, 42, 74, 0.8));
  z-index: 1;
}

.service-detail-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.service-detail-icon-lg {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, var(--orange), var(--accent));
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.2rem;
  color: #fff;
}

.service-detail-body {
  padding: 26px;
  flex: 1;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 2;
  background: rgba(27, 42, 74, 0.95);
  backdrop-filter: blur(8px);
}

.service-detail-body h4 {
  color: #fff;
  margin-bottom: 10px;
  font-size: 1.25rem;
  font-weight: 700;
}

.service-detail-body p {
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.9rem;
  line-height: 1.65;
  margin-bottom: 0px;
}

.service-detail-body .btn {
  margin-top: auto;
}

.service-detail-body ul {
  list-style: none;
  padding: 0;
  margin-top: 12px;
}

.service-detail-body ul li {
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.9);
  padding: 5px 0;
}

.service-detail-body ul li i {
  color: var(--orange);
  margin-right: 7px;
}

.service-badge {
  display: inline-block;
  background: rgba(196, 30, 36, 0.1);
  color: var(--orange);
  padding: 3px 12px;
  border-radius: 50px;
  font-size: 0.75rem;
  font-weight: 600;
  border: 1px solid rgba(196, 30, 36, 0.2);
  margin-bottom: 10px;
}

/* ---- LOCATION PAGE ---- */
.area-card {
  background: #fff;
  border-radius: 16px;
  padding: 28px 22px;
  box-shadow: var(--card-shadow);
  text-align: center;
  transition: all 0.35s ease;
  border-bottom: 3px solid transparent;
  height: 100%;
}

.area-card:hover {
  transform: translateY(-8px);
  border-bottom-color: var(--orange);
  box-shadow: 0 16px 40px rgba(30, 42, 56, 0.14);
}

.area-icon {
  width: 64px;
  height: 64px;
  background: linear-gradient(135deg, rgba(196, 30, 36, 0.12), rgba(232, 53, 59, 0.18));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  color: var(--orange);
  margin: 0 auto 16px;
  border: 2px solid rgba(196, 30, 36, 0.2);
  transition: all 0.35s;
}

.area-card:hover .area-icon {
  background: var(--orange);
  color: #fff;
  box-shadow: var(--orange-glow);
}

.area-card h5 {
  color: var(--dark-blue);
  margin-bottom: 6px;
  font-size: 1rem;
}

.area-card p {
  color: #6b7280;
  font-size: 0.82rem;
  margin: 0;
}

.area-pincode {
  display: inline-block;
  background: rgba(196, 30, 36, 0.1);
  color: var(--orange);
  padding: 2px 10px;
  border-radius: 50px;
  font-size: 0.75rem;
  font-weight: 600;
  margin-top: 8px;
}

.route-card {
  background: #fff;
  border-radius: 14px;
  padding: 20px;
  box-shadow: var(--card-shadow);
  transition: all 0.3s;
  display: flex;
  align-items: center;
  gap: 14px;
}

.route-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 30px rgba(30, 42, 56, 0.12);
}

.route-icon {
  width: 48px;
  height: 48px;
  background: linear-gradient(135deg, var(--orange), var(--accent));
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.1rem;
  flex-shrink: 0;
}

/* ---- GALLERY PAGE ---- */
.gallery-filter-btn {
  padding: 8px 22px;
  border-radius: 50px;
  border: 1.5px solid var(--orange);
  background: transparent;
  color: var(--orange);
  font-weight: 600;
  font-size: 0.88rem;
  transition: all 0.3s ease;
  cursor: pointer;
}

.gallery-filter-btn.active,
.gallery-filter-btn:hover {
  background: var(--orange);
  color: #fff;
  box-shadow: 0 4px 14px rgba(196, 30, 36, 0.35);
}

/* ---- CONTACT PAGE ---- */
.contact-map {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: var(--card-shadow);
}

.info-highlight {
  background: linear-gradient(135deg, var(--orange), #A01820);
  border-radius: 16px;
  padding: 28px 24px;
  color: #fff;
  margin-bottom: 20px;
}

.info-highlight h5 {
  color: #fff;
  margin-bottom: 6px;
}

.info-highlight p {
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.9rem;
  margin: 0;
}

.info-highlight i {
  font-size: 1.6rem;
  margin-bottom: 12px;
  opacity: 0.9;
}

.faq-compact .accordion-item {
  border-radius: 10px !important;
  margin-bottom: 10px;
  border: 1px solid rgba(196, 30, 36, 0.12) !important;
  overflow: hidden;
}

.faq-compact .accordion-button {
  font-size: 0.9rem !important;
  font-weight: 600 !important;
  color: var(--dark-blue) !important;
  background: #fff !important;
  box-shadow: none !important;
  padding: 14px 18px !important;
}

.faq-compact .accordion-button:not(.collapsed) {
  color: var(--orange) !important;
}

.faq-compact .accordion-body {
  font-size: 0.88rem;
  color: #6b7280;
  padding: 0 18px 16px;
}

/* =============================================
   PAGES RESPONSIVE " MOBILE FIXES
   ============================================= */

@media (max-width: 991px) {

  /* Page hero stacks content nicely */
  .page-hero {
    padding: 120px 0 56px;
  }

  .page-hero h1 {
    font-size: 2rem !important;
  }

  /* About page image */
  .about-img-wrap {
    margin-bottom: 20px;
  }

  /* Services grid */
  .service-detail-card {
    margin-bottom: 0;
  }

  /* Contact page */
  .contact-info-card {
    margin-bottom: 24px;
    height: auto;
  }

  .contact-form-card {
    height: auto;
  }

  /* Mission cards */
  .mission-card {
    margin-bottom: 0;
  }
}

@media (max-width: 768px) {

  /* Page hero */
  .page-hero {
    padding: 100px 0 48px;
  }

  .page-hero h1 {
    font-size: 1.65rem !important;
  }

  .page-hero .fs-5 {
    font-size: 0.95rem !important;
  }

  .page-hero-content .breadcrumb {
    font-size: 0.8rem;
  }

  /* About page */
  .about-img {
    height: 230px;
  }

  .about-experience-badge {
    bottom: 14px;
    left: 14px;
    padding: 10px 14px;
  }

  .badge-number {
    font-size: 1.6rem;
  }

  .about-features li {
    font-size: 0.9rem;
    padding: 5px 0;
  }

  .val-icon {
    width: 38px;
    height: 38px;
    font-size: 0.95rem;
  }

  .val-text strong {
    font-size: 0.95rem;
  }

  .val-text p {
    font-size: 0.82rem;
  }

  /* Milestone cards */
  .milestone-card {
    padding: 18px 12px;
  }

  .milestone-year {
    font-size: 1.5rem;
  }

  .milestone-desc {
    font-size: 0.82rem;
  }

  /* Mission cards */
  .mission-icon {
    width: 52px;
    height: 52px;
    font-size: 1.3rem;
  }

  .mission-card h4 {
    font-size: 1.05rem;
  }

  .mission-card p {
    font-size: 0.88rem;
  }

  .mission-card {
    padding: 28px 22px;
  }

  /* Cert badges */
  .cert-badge {
    padding: 16px 10px;
  }

  .cert-badge i {
    font-size: 1.6rem;
  }

  .cert-badge strong {
    font-size: 0.88rem;
  }

  .cert-badge p {
    font-size: 0.78rem;
  }

  /* Services page */
  .service-detail-img {
    height: 160px;
  }

  .service-detail-icon-lg {
    width: 64px;
    height: 64px;
    font-size: 1.8rem;
  }

  .service-detail-body {
    padding: 18px 16px;
  }

  .service-detail-body h4 {
    font-size: 1rem;
  }

  .service-badge {
    font-size: 0.72rem;
  }

  /* Why section */
  .why-section {
    padding: 55px 0;
  }

  /* Location page */
  .area-card h5 {
    font-size: 0.9rem;
  }

  .area-card p {
    font-size: 0.78rem;
  }

  .area-pincode {
    font-size: 0.72rem;
  }

  .route-card strong {
    font-size: 0.9rem;
  }

  .route-card .text-muted {
    font-size: 0.78rem !important;
  }

  /* Gallery page filters */
  .gallery-filter-btn {
    font-size: 0.8rem;
    padding: 6px 14px;
  }

  /* Gallery testimonials */
  .stars i {
    font-size: 0.9rem;
  }

  /* Contact page */
  .contact-info-card,
  .contact-form-card {
    padding: 22px 18px;
  }

  .info-highlight {
    padding: 20px 16px;
    margin-bottom: 14px;
  }

  .info-highlight i {
    font-size: 1.3rem;
    margin-bottom: 8px;
  }

  .info-highlight h5 {
    font-size: 1rem;
  }

  .info-highlight p {
    font-size: 0.85rem;
  }

  /* FAQ */
  .faq-compact .accordion-button {
    font-size: 0.84rem !important;
    padding: 12px 14px !important;
  }

  .faq-compact .accordion-body {
    font-size: 0.84rem;
    padding: 0 14px 14px;
  }
}

@media (max-width: 480px) {

  /* Page hero */
  .page-hero {
    padding: 88px 0 42px;
  }

  .page-hero h1 {
    font-size: 1.45rem !important;
  }

  /* About page image */
  .about-img {
    height: 200px;
  }

  .about-experience-badge {
    display: none;
  }

  /* hide on very small to avoid overlap */

  /* Counters " 2Ã—2 grid on very small */
  .counter-card {
    padding: 16px 8px;
  }

  .counter-icon {
    font-size: 1.4rem;
    margin-bottom: 6px;
  }

  .counter-number {
    font-size: 1.6rem;
  }

  .counter-label {
    font-size: 0.74rem;
  }

  /* Service detail */
  .service-detail-img {
    height: 140px;
  }

  /* Milestone */
  .milestone-card {
    padding: 14px 10px;
  }

  .milestone-year {
    font-size: 1.2rem;
  }

  .milestone-desc {
    font-size: 0.78rem;
  }

  /* Mission */
  .mission-card {
    padding: 22px 16px;
  }

  .mission-card h4 {
    font-size: 1rem;
  }

  /* Location areas " 2 per row on small */
  .area-card {
    padding: 16px 8px;
  }

  .area-icon {
    width: 42px;
    height: 42px;
    font-size: 1.1rem;
  }

  /* Contact form */
  .contact-info-card,
  .contact-form-card {
    padding: 18px 14px;
  }

  .info-highlight {
    padding: 18px 14px;
  }

  /* Gallery filter wrapping */
  .gallery-filter-btn {
    padding: 5px 10px;
    font-size: 0.75rem;
  }
}

/* BRANCH CARDS */
.branch-card { background: #fff; border-radius: 14px; box-shadow: 0 10px 30px rgba(0,0,0,0.06); overflow: hidden; height: 100%; transition: all 0.3s ease; border: 1px solid rgba(0,0,0,0.05); }
.branch-card:hover { transform: translateY(-5px); box-shadow: 0 15px 40px rgba(0,0,0,0.1); }
.branch-info { padding: 25px; }
.branch-title { font-size: 1.25rem; font-weight: 700; color: var(--dark-blue); margin-bottom: 15px; font-family: 'Montserrat', sans-serif; }
.branch-detail { display: flex; align-items: flex-start; gap: 12px; margin-bottom: 12px; color: #555; font-size: 0.95rem; }
.branch-detail i { color: var(--accent); margin-top: 4px; font-size: 1rem; }
.branch-map { width: 100%; height: 220px; border-top: 1px solid #eee; }
.branch-map iframe { width: 100%; height: 100%; border: 0; }



/* --- Updated Location Card Styles --- */
.loc-card {
    background: #fff;
    border: 1px solid #eef2f6;
    border-radius: 12px;
    padding: 15px;
    text-align: center;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
    position: relative;
    overflow: hidden;
}

.loc-card:hover {
    transform: translateY(-5px);
    border-color: var(--orange);
    box-shadow: 0 10px 25px rgba(196, 30, 36, 0.1);
}

.loc-card i {
    font-size: 1.2rem;
    color: var(--orange);
    margin-bottom: 5px;
    opacity: 0.8;
}

.loc-card-title {
    font-size: 0.88rem;
    font-weight: 600;
    color: var(--dark-blue);
    margin: 0;
    line-height: 1.4;
    word-break: keep-all;
    overflow-wrap: break-word;
}

.loc-section-title {
    font-size: clamp(1.5rem, 3vw, 2.2rem);
    font-weight: 800;
    color: var(--dark-blue);
    margin-bottom: 35px;
    text-align: center;
    position: relative;
    padding-bottom: 18px;
}

.loc-section-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 4px;
    background: var(--orange);
    border-radius: 2px;
}

@media (max-width: 768px) {
    .loc-card {
        padding: 10px;
    }
    .loc-card-title {
        font-size: 0.8rem;
    }
}


