/* ==========================================================================
   Brisk Forwarding - Responsive Stylesheet (responsive.css)
   Contains all responsive breakpoints and mobile/tablet optimizations
   ========================================================================== */

/* ==========================================================================
   1. Global Container & Utilities Responsiveness
   ========================================================================== */
@media screen and (max-width: 768px) {
  :root {
    --container-padding: 1.25rem;
  }
}

@media screen and (max-width: 640px) {
  .floating-whatsapp-wrapper {
    bottom: 20px;
    right: 20px;
  }

  .floating-whatsapp-btn {
    width: 52px;
    height: 52px;
  }

  .floating-whatsapp-icon {
    width: 28px;
    height: 28px;
  }
}

@media screen and (max-width: 480px) {
  :root {
    --container-padding: 1rem;
  }
}

/* ==========================================================================
   2. Site Header, Topbar & Navigation Responsiveness
   ========================================================================== */
@media (max-width: 1200px) {
  .desktop-nav {
    gap: 1.25rem;
  }
}

/* Tablet & Mobile Header Transition (<= 1024px) */
@media (max-width: 1024px) {
  .desktop-nav {
    display: none;
  }

  .desktop-cta {
    display: none;
  }

  .hamburger-btn {
    display: flex;
  }

  .mobile-menu {
    display: block;
  }
}

/* Mobile Devices Header (<= 768px) */
@media (max-width: 768px) {
  :root {
    --navbar-height: 70px;
    --container-padding: 1rem;
  }

  .brand-logo-img {
    height: 54px;
    max-height: 58px;
  }

  .topbar-left {
    display: none;
  }

  .topbar-container {
    justify-content: center;
  }

  .topbar-right {
    width: 100%;
    justify-content: center;
    gap: var(--space-3);
  }

  .topbar-item {
    font-size: 0.8125rem;
  }
}

/* Small Mobile Topbar & Logo (<= 480px) */
@media (max-width: 480px) {
  .topbar-right {
    gap: var(--space-2);
  }

  .topbar-item {
    font-size: 0.75rem;
    gap: 4px;
  }

  .topbar-icon svg {
    width: 12px;
    height: 12px;
  }

  .topbar-divider {
    height: 10px;
  }

  .brand-logo-img {
    height: 46px;
    max-height: 50px;
  }
}

/* ==========================================================================
   3. Hero Section & Slider Responsiveness
   ========================================================================== */
@media (max-width: 1024px) {
  .hero-content {
    max-width: 580px;
  }

  .hero-title {
    font-size: 2.35rem;
  }
}

@media (max-width: 768px) {
  .hero-section {
    height: calc(100svh - (var(--topbar-height) + var(--navbar-height)));
    min-height: 480px;
    max-height: 680px;
    display: block;
  }

  .hero-bg-img {
    object-position: 60% center;
  }

  .hero-overlay {
    background: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.76) 0%,
      rgba(0, 0, 0, 0.62) 50%,
      rgba(0, 0, 0, 0.35) 80%,
      rgba(0, 0, 0, 0.15) 100%
    );
  }

  .hero-content-wrapper {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding-top: 1.5rem;
    padding-bottom: 3.5rem;
  }

  .hero-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    max-width: 580px;
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }

  .hero-title {
    font-size: clamp(1.45rem, 5.2vw, 1.85rem);
    line-height: 1.24;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0.75rem;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.8);
  }

  .hero-description {
    font-size: 0.875rem;
    font-weight: var(--fw-medium);
    line-height: 1.5;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    max-width: 480px;
    margin-bottom: 1.25rem;
    text-shadow: 0 1px 6px rgba(0, 0, 0, 0.8);
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .hero-actions {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
    width: 100%;
    max-width: 360px;
    margin: 0 auto;
  }

  .btn-hero-primary,
  .btn-hero-secondary {
    padding: 0.65rem 1.15rem;
    font-size: 0.875rem;
    width: auto;
    flex: 1 1 auto;
    min-width: 135px;
    text-align: center;
    justify-content: center;
  }

  .hero-slider-arrows {
    display: none;
  }

  .hero-slider-dots {
    left: 50%;
    transform: translateX(-50%);
    bottom: 0.875rem;
    gap: 6px;
  }

  .hero-dot {
    width: 22px;
    height: 4px;
  }

  .hero-dot.is-active {
    width: 36px;
  }
}

@media (max-width: 480px) {
  .hero-section {
    min-height: 450px;
    max-height: 620px;
  }

  .hero-bg-img {
    object-position: 62% center;
  }

  .hero-content-wrapper {
    padding-top: 1rem;
    padding-bottom: 3rem;
  }

  .hero-title {
    font-size: 1.35rem;
    line-height: 1.22;
  }

  .hero-description {
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 1.48;
    margin-bottom: 1.15rem;
    -webkit-line-clamp: 3;
  }

  .hero-actions {
    max-width: 320px;
    gap: 8px;
  }

  .btn-hero-primary,
  .btn-hero-secondary {
    padding: 0.65rem 1rem;
    font-size: 0.84rem;
    min-width: 125px;
  }
}

/* ==========================================================================
   4. Quick Tracking Bar Responsiveness
   ========================================================================== */
@media (max-width: 1080px) {
  .tracking-bar-container {
    flex-wrap: wrap;
    gap: 1.25rem;
  }

  .tracking-form-col {
    max-width: 100%;
    width: 100%;
  }

  .tracking-right-group {
    width: 100%;
    justify-content: space-between;
  }
}

@media (max-width: 768px) {
  .tracking-bar-section {
    padding: 16px 0;
  }

  .tracking-bar-container {
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
  }

  .tracking-right-group {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
  }

  .tracking-whatsapp-btn {
    justify-content: center;
    width: 100%;
  }

  .tracking-promo-col {
    justify-content: center;
    width: 100%;
  }
}

@media (max-width: 640px) {
  .tracking-input-group {
    flex-direction: column;
    background: transparent;
    box-shadow: none;
    border: none;
    padding: 0;
    gap: 10px;
  }

  .tracking-input-group:focus-within {
    box-shadow: none;
  }

  .tracking-input-wrapper {
    width: 100%;
    background-color: var(--color-white);
    border-radius: 6px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
  }

  .tracking-input {
    padding: 14px 16px;
    font-size: 0.9375rem;
  }

  .btn-track {
    width: 100%;
    padding: 14px 20px;
    border-radius: 6px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
  }

  .whatsapp-number {
    font-size: 1.125rem;
  }
}

/* ==========================================================================
   5. About Us / Video Section Responsiveness
   ========================================================================== */
@media (max-width: 992px) {
  .about-section {
    padding: 3.5rem 0;
  }

  .about-container {
    grid-template-columns: 1fr;
    gap: 2.25rem;
  }

  .about-video-wrapper {
    aspect-ratio: 16 / 9;
  }

  .about-heading {
    font-size: 2rem;
  }
}

@media (max-width: 640px) {
  .about-section {
    padding: 2.75rem 0;
  }

  .about-video-wrapper {
    border-radius: 12px;
  }

  .video-controls-overlay {
    bottom: 12px;
    right: 12px;
    gap: 8px;
  }

  .video-ctrl-btn {
    width: 40px;
    height: 40px;
  }

  .video-ctrl-btn svg {
    width: 17px;
    height: 17px;
  }

  .about-heading {
    font-size: clamp(1.45rem, 5.2vw, 1.75rem);
    line-height: 1.22;
    margin-bottom: 1rem;
  }

  .about-paragraph {
    font-size: 0.96875rem;
    font-weight: 600;
    line-height: 1.62;
    margin-bottom: 1.15rem;
  }

  .about-paragraph:last-of-type {
    margin-bottom: 1.5rem;
  }

  .about-story-link {
    font-size: 1rem;
    font-weight: 700;
  }
}

@media (max-width: 480px) {
  .about-section {
    padding: 2.25rem 0;
  }

  .about-container {
    gap: 1.75rem;
  }

  .about-heading {
    font-size: 1.45rem;
  }

  .about-paragraph {
    font-size: 0.9375rem;
    line-height: 1.58;
  }
}

/* ==========================================================================
   6. Services Section (Homepage) Responsiveness
   ========================================================================== */
@media screen and (max-width: 1023px) {
  .services-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }
}

@media screen and (max-width: 680px) {
  .services-section {
    padding: 2.25rem 0;
  }

  .services-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    margin-bottom: 1.25rem;
  }

  .services-title {
    font-size: 1.5rem;
  }

  .services-view-all-link {
    font-size: 0.875rem;
    gap: 6px;
  }

  .services-grid {
    grid-template-columns: 1fr;
    gap: 1.35rem;
    max-width: 480px;
    margin: 0 auto;
  }

  .service-card {
    border-radius: 12px;
  }

  .service-card-media {
    aspect-ratio: 16 / 9;
  }

  .service-card-body {
    padding: 1.25rem;
  }

  .service-card-title {
    font-size: 1.15rem;
    margin-bottom: 0.5rem;
  }

  .service-card-desc {
    font-size: 0.9375rem;
    font-weight: 500;
    line-height: 1.55;
    margin-bottom: 1.25rem;
  }

  .service-card-footer {
    display: flex;
    justify-content: flex-start;
  }

  .service-read-more-link {
    font-size: 0.875rem;
    font-weight: 700;
  }
}

@media screen and (max-width: 400px) {
  .services-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.4rem;
  }

  .service-card-body {
    padding: 1rem;
  }

  .service-card-footer {
    justify-content: flex-start;
  }

  .service-read-more-link {
    font-size: 0.8125rem;
    font-weight: 700;
  }
}

/* ==========================================================================
   7. Process / How We Work Responsiveness
   ========================================================================== */
@media screen and (min-width: 1024px) {
  .process-card:not(:last-child)::after {
    content: '';
    position: absolute;
    top: calc(clamp(1.6rem, 2.2vw, 2rem) + 28px);
    right: calc(-1 * clamp(1rem, 1.8vw, 1.5rem));
    width: clamp(1rem, 1.8vw, 1.5rem);
    height: 3px;
    background: linear-gradient(90deg, var(--color-primary) 0%, #5B8EC7 100%);
    border-radius: 2px;
    z-index: 3;
    pointer-events: none;
    box-shadow: 0 0 6px rgba(65, 106, 156, 0.3);
  }

  .process-card:not(:last-child)::before {
    content: '';
    position: absolute;
    top: calc(clamp(1.6rem, 2.2vw, 2rem) + 24.5px);
    right: calc(-1 * clamp(1rem, 1.8vw, 1.5rem) + 1px);
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 6px solid #5B8EC7;
    z-index: 4;
    pointer-events: none;
  }
}

@media screen and (max-width: 1023px) {
  .process-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }

  .process-card {
    padding: 1.6rem 1.4rem;
  }
}

@media screen and (max-width: 680px) {
  .process-section {
    padding: clamp(2rem, 5vw, 2.75rem) 0;
  }

  .process-header {
    margin-bottom: 1.15rem;
  }

  .process-title {
    font-size: clamp(1.5rem, 5vw, 1.85rem);
  }

  .process-grid {
    grid-template-columns: 1fr;
    gap: 1.25rem;
    max-width: 480px;
    margin: 0 auto;
    position: relative;
  }

  .process-card {
    border-radius: 14px;
    padding: 1.35rem 1.25rem;
    box-shadow: 0 2px 8px rgba(15, 23, 42, 0.03);
  }

  .process-card:not(:last-child)::after {
    content: '';
    position: absolute;
    bottom: -1.25rem;
    left: 2.25rem;
    width: 2px;
    height: 1.25rem;
    background: linear-gradient(180deg, var(--color-primary) 0%, #5B8EC7 100%);
    z-index: 2;
    pointer-events: none;
  }

  .process-card:not(:last-child)::before {
    content: '';
    position: absolute;
    bottom: -1.25rem;
    left: calc(2.25rem - 3.5px);
    width: 0;
    height: 0;
    border-left: 4.5px solid transparent;
    border-right: 4.5px solid transparent;
    border-top: 5px solid #5B8EC7;
    z-index: 3;
    pointer-events: none;
  }

  .process-icon-wrapper {
    margin-bottom: 1rem;
  }

  .process-icon-box {
    width: 50px;
    height: 50px;
    border-radius: 12px;
  }

  .process-icon-box svg {
    width: 24px;
    height: 24px;
  }

  .process-step-badge {
    top: -5px;
    right: -5px;
    min-width: 24px;
    height: 20px;
    font-size: 10px;
  }

  .process-card-title {
    font-size: 1.125rem;
    margin-bottom: 0.45rem;
  }

  .process-card-desc {
    font-size: 0.90625rem;
    line-height: 1.55;
  }

  .process-card:active {
    transform: translateY(-2px);
    border-color: rgba(65, 106, 156, 0.45);
    box-shadow: 0 6px 16px rgba(15, 23, 42, 0.06);
  }
}

@media screen and (max-width: 380px) {
  .process-card {
    padding: 1.15rem 1rem;
    border-radius: 12px;
  }

  .process-card:not(:last-child)::after {
    left: 1.95rem;
  }

  .process-card:not(:last-child)::before {
    left: calc(1.95rem - 3.5px);
  }

  .process-icon-box {
    width: 44px;
    height: 44px;
    border-radius: 10px;
  }

  .process-icon-box svg {
    width: 21px;
    height: 21px;
  }

  .process-card-title {
    font-size: 1.0625rem;
  }

  .process-card-desc {
    font-size: 0.875rem;
  }
}

/* ==========================================================================
   8. Why Choose Us Responsiveness
   ========================================================================== */
@media screen and (max-width: 1024px) {
  .why-choose-connecting-lines {
    display: none;
  }

  .why-choose-grid {
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
  }

  .why-choose-visual-col {
    grid-column: 1 / -1;
    order: -1;
    margin-bottom: 1rem;
  }

  .why-choose-visual-wrapper {
    max-width: 360px;
  }
}

@media screen and (max-width: 768px) {
  .why-choose-section {
    padding: 2.5rem 0;
  }

  .why-choose-header {
    margin-bottom: 1.5rem;
  }

  .why-choose-title {
    font-size: clamp(1.45rem, 5vw, 1.85rem);
  }

  .why-choose-grid {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }

  .why-choose-visual-col {
    grid-column: 1;
    order: -1;
    margin-bottom: 0.5rem;
  }

  .why-choose-visual-wrapper {
    max-width: 300px;
  }

  .why-choose-col {
    gap: 1rem;
  }

  .why-choose-card {
    padding: 1.15rem 1.1rem;
    border-radius: 14px;
  }

  .why-choose-icon-box {
    width: 50px;
    height: 50px;
    margin-bottom: 0.75rem;
  }

  .why-choose-card-title {
    font-size: 1.0625rem;
  }

  .why-choose-card-desc {
    font-size: 0.875rem;
  }
}

@media screen and (max-width: 380px) {
  .why-choose-section {
    padding: 2rem 0;
  }

  .why-choose-title {
    font-size: 1.35rem;
  }

  .why-choose-visual-wrapper {
    max-width: 250px;
  }

  .why-choose-card {
    padding: 1rem 0.875rem;
  }

  .why-choose-icon-box {
    width: 46px;
    height: 46px;
  }

  .why-choose-icon-box svg {
    width: 22px;
    height: 22px;
  }
}

/* ==========================================================================
   9. Sticky Parallax Call To Action (CTA) Responsiveness
   ========================================================================== */
@media screen and (max-width: 768px) {
  .cta-section {
    padding: 2.35rem 0;
    background-attachment: scroll;
  }

  .cta-title {
    font-size: clamp(1.45rem, 5vw, 1.85rem);
  }

  .cta-description {
    font-size: 0.925rem;
    margin-bottom: 1.35rem;
  }

  .cta-actions {
    flex-direction: column;
    width: 100%;
    max-width: 380px;
    gap: 0.85rem;
  }

  .btn-cta-primary,
  .btn-cta-secondary {
    width: 100%;
    padding: 0.82rem 1.25rem;
    font-size: 0.9rem;
  }
}

@media screen and (max-width: 380px) {
  .cta-section {
    padding: 1.85rem 0;
  }

  .cta-title {
    font-size: 1.35rem;
  }

  .cta-description {
    font-size: 0.875rem;
  }

  .btn-cta-primary,
  .btn-cta-secondary {
    font-size: 0.82rem;
    padding: 0.75rem 1rem;
    gap: 0.4rem;
  }
}

/* ==========================================================================
   10. Testimonials & FAQ Responsiveness
   ========================================================================== */
@media screen and (max-width: 991px) {
  .testimonials-faq-section {
    padding: clamp(2.5rem, 5vw, 3.75rem) 0;
    min-height: auto;
  }

  .tf-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 2.75rem;
    width: 100%;
  }

  .tf-faq-col {
    width: 100%;
    align-items: stretch;
  }

  .tf-faq-col .tf-col-title {
    text-align: center;
  }

  .tf-faq-list {
    max-width: 580px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 680px) {
  .testimonials-faq-section {
    padding: 2.25rem 0;
  }

  .tf-col-title {
    font-size: clamp(1.4rem, 5vw, 1.75rem);
    margin-bottom: 1rem;
    text-align: center;
  }

  .tf-quote-icon {
    margin-bottom: 0.75rem;
  }

  .tf-quote-icon svg {
    width: 32px;
    height: 32px;
  }

  .tf-quote-text {
    font-size: 0.9375rem;
    line-height: 1.55;
    margin-bottom: 1.15rem;
    min-height: auto;
    padding: 0 0.25rem;
  }

  .tf-client-avatar-wrapper {
    margin-bottom: 0.65rem;
  }

  .tf-client-avatar {
    width: 64px;
    height: 64px;
    border-width: 2.5px;
  }

  .tf-client-name {
    font-size: 1.05rem;
  }

  .tf-client-role {
    font-size: 0.8125rem;
  }

  .tf-dots {
    margin-top: 1.15rem;
  }

  .tf-faq-col {
    width: 100%;
    margin: 0;
    padding: 0;
  }

  .tf-faq-list {
    gap: 0.65rem;
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
  }

  .tf-faq-item {
    border-radius: 9px;
    width: 100%;
    margin: 0;
  }

  .tf-faq-question-btn {
    padding: 0.875rem 1rem;
    font-size: 0.90625rem;
    gap: 0.75rem;
    width: 100%;
  }

  .tf-faq-question-btn:active {
    background-color: rgba(65, 106, 156, 0.05);
  }

  .tf-faq-arrow svg {
    width: 16px;
    height: 16px;
  }

  .tf-faq-answer-inner {
    padding: 0.75rem 1rem 1rem 1rem;
    font-size: 0.875rem;
    line-height: 1.55;
  }
}

@media screen and (max-width: 380px) {
  .testimonials-faq-section {
    padding: 1.85rem 0;
  }

  .tf-col-title {
    font-size: 1.35rem;
  }

  .tf-quote-text {
    font-size: 0.875rem;
    line-height: 1.5;
  }

  .tf-client-avatar {
    width: 56px;
    height: 56px;
  }

  .tf-client-name {
    font-size: 0.96875rem;
  }

  .tf-client-role {
    font-size: 0.78125rem;
  }

  .tf-faq-question-btn {
    padding: 0.8rem 0.875rem;
    font-size: 0.84375rem;
    gap: 0.5rem;
  }

  .tf-faq-answer-inner {
    padding: 0.65rem 0.875rem 0.85rem 0.875rem;
    font-size: 0.8125rem;
  }
}

/* ==========================================================================
   11. Our Latest Blogs Section (Homepage) Responsiveness
   ========================================================================== */
@media screen and (max-width: 992px) {
  .blog-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }
}

@media screen and (max-width: 640px) {
  .blog-section {
    padding: 2rem 0;
  }

  .blog-header {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1.75rem;
  }

  .blog-grid {
    grid-template-columns: 1fr;
    gap: 1.35rem;
  }

  .blog-card-body {
    padding: 1.25rem;
  }

  .blog-card-title {
    font-size: 1.075rem;
  }

  .blog-card-excerpt {
    font-size: 0.8875rem;
  }
}

/* ==========================================================================
   12. Contact Us & Location Map (Homepage) Responsiveness
   ========================================================================== */
@media screen and (max-width: 992px) {
  .contact-layout {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .contact-map-wrapper {
    height: 300px;
    min-height: 260px;
  }
}

@media screen and (max-width: 640px) {
  .contact-section {
    padding: 2.25rem 0;
  }

  .contact-form-card {
    padding: 1.35rem;
  }

  .contact-map-card-header {
    padding: 1.35rem 1.35rem 0.5rem;
  }

  .contact-info-panel {
    padding: 0 1.35rem 1.25rem;
  }

  .contact-map-wrapper {
    height: 250px;
    min-height: 220px;
  }

  .form-row {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .btn-contact-submit {
    width: 100%;
  }
}

/* ==========================================================================
   13. Footer Responsiveness
   ========================================================================== */
@media screen and (max-width: 1024px) {
  .footer-inner-card {
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
  }
}

@media screen and (max-width: 768px) {
  .footer-inner-card {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
    padding: 1.25rem;
  }

  .footer-bottom-container {
    flex-direction: column;
    text-align: center;
    justify-content: center;
    gap: 0.4rem;
  }
}

@media screen and (max-width: 520px) {
  .site-footer {
    padding-top: 2rem;
  }

  .footer-container {
    padding-bottom: 2rem;
  }

  .footer-inner-card {
    grid-template-columns: 1fr;
    gap: 1.25rem;
    padding: 1rem;
    border-radius: 12px;
  }

  .footer-col-title {
    margin-bottom: 0.75rem;
  }

  .footer-bottom-bar {
    padding: 0.65rem 0;
  }

  .footer-copyright,
  .footer-developer {
    font-size: 0.8125rem;
  }
}

/* ==========================================================================
   14. Dedicated Services Listing Page (services.html) Responsiveness
   ========================================================================== */
@media screen and (max-width: 1024px) {
  .services-grid-list {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 640px) {
  .services-grid-list {
    grid-template-columns: 1fr;
  }

  .services-hero {
    min-height: 200px;
    padding: 2rem 0;
  }

  .service-card-image-wrap {
    height: 190px;
  }

  .service-card-content {
    padding: 1.35rem;
  }
}

/* ==========================================================================
   15. Dedicated Service Detail Pages Responsiveness
   ========================================================================== */
@media screen and (max-width: 1024px) {
  .service-detail-grid {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }

  .service-sidebar-sticky {
    position: static;
  }
}

@media screen and (max-width: 640px) {
  .service-detail-hero {
    min-height: 200px;
    padding: 2rem 0;
  }

  .service-main-content {
    padding: 1.25rem;
    border-radius: 14px;
  }

  .service-article-cta {
    flex-direction: column;
    align-items: flex-start;
    padding: 1.5rem;
  }

  .btn-service-inquire {
    width: 100%;
    justify-content: center;
  }
}

/* ==========================================================================
   16. Dedicated Blog Listing Page (blog.html) Responsiveness
   ========================================================================== */
@media screen and (max-width: 1024px) {
  .blog-grid-list {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 640px) {
  .blog-grid-list {
    grid-template-columns: 1fr;
  }

  .blog-hero {
    min-height: 200px;
    padding: 2rem 0;
  }

  .blog-listing-header {
    flex-direction: column;
    align-items: flex-start;
  }

  .blog-article-media {
    height: 190px;
  }

  .blog-article-body {
    padding: 1.35rem;
  }
}

/* ==========================================================================
   17. Dedicated Contact Us Page (contact.html) Responsiveness
   ========================================================================== */
@media screen and (max-width: 960px) {
  .contact-main-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}

@media screen and (max-width: 600px) {
  .form-grid-row-2 {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .contact-hero {
    min-height: 260px;
    padding: 2.5rem 1rem;
  }

  .contact-info-card,
  .contact-form-card {
    padding: 1.5rem 1.25rem;
    border-radius: 16px;
  }

  .map-frame-card {
    height: 340px;
    border-radius: 16px;
  }
}

/* ==========================================================================
   18. Dedicated Track Shipment Page (track-shipment.html) Responsiveness
   ========================================================================== */
@media screen and (max-width: 960px) {
  .specs-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .tracking-guide-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 768px) {
  .tracking-hero {
    min-height: 200px;
    padding: 2rem 0;
  }

  .tracking-card-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }

  .tracking-header-right {
    align-items: flex-start;
    width: 100%;
    border-top: 1px solid #F1F5F9;
    padding-top: 0.85rem;
  }

  .tracking-route-bar {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 1.25rem;
  }

  .route-point.origin,
  .route-point.destination {
    text-align: center;
    align-items: center;
  }

  .route-transit-visual {
    margin: 0.25rem auto;
    width: 100%;
    max-width: 280px;
  }

  /* Vertical Stepper on Tablet & Mobile */
  .tracking-stepper {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.25rem;
    position: relative;
    padding-left: 0.5rem;
  }

  .stepper-connector {
    display: none;
  }

  .stepper-node {
    flex-direction: row;
    align-items: flex-start;
    text-align: left;
    width: 100%;
    position: relative;
  }

  .stepper-node .node-icon-circle {
    margin-bottom: 0;
    margin-right: 0.85rem;
    flex: 0 0 36px;
  }

  .stepper-node .node-info {
    padding: 0;
  }

  .specs-grid {
    grid-template-columns: 1fr;
  }

  .tracking-guide-grid {
    grid-template-columns: 1fr;
  }

  .tracking-card-actions {
    flex-direction: column;
    align-items: stretch;
    gap: 0.85rem;
  }

  .action-buttons-left,
  .action-buttons-right {
    width: 100%;
    flex-direction: column;
  }

  .btn-card-action,
  .btn-card-action-whatsapp {
    width: 100%;
    justify-content: center;
  }

  .support-card-actions {
    width: 100%;
    flex-direction: column;
  }

  .btn-support-whatsapp,
  .btn-support-contact {
    width: 100%;
    justify-content: center;
  }
}

@media screen and (max-width: 520px) {
  .tracking-field-select {
    flex: 1 1 100%;
  }

  .tracking-field-input {
    flex: 1 1 100%;
  }

  .tracking-field-btn {
    flex: 1 1 100%;
  }

  .btn-tracking-submit {
    width: 100%;
  }

  .presets-buttons-group {
    width: 100%;
    flex-direction: column;
  }

  .preset-chip {
    width: 100%;
    justify-content: space-between;
    padding: 0.5rem 1rem;
  }

  .tracking-message-banner {
    flex-direction: column;
    gap: 0.5rem;
  }
}

/* ==========================================================================
   About Us Page & Meet Our Team Responsiveness
   ========================================================================== */
@media screen and (max-width: 1024px) {
  .about-split-grid {
    grid-template-columns: 380px 1fr;
    gap: 2rem;
  }

  .about-media-wrapper {
    height: 300px;
  }
}

@media screen and (max-width: 991px) {
  .about-split-grid {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }

  .about-sticky-col {
    position: static;
  }

  .about-media-wrapper {
    height: 340px;
  }

  .team-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }
}

@media screen and (max-width: 768px) {
  .about-pillars-grid {
    grid-template-columns: 1fr;
  }

  .about-mv-grid {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 640px) {
  .team-grid {
    grid-template-columns: 1fr;
    max-width: 420px;
    margin: 0 auto;
  }

  .about-main-heading {
    font-size: 1.65rem;
  }

  .about-lead-p {
    font-size: 1rem;
  }

  .about-media-wrapper {
    height: 260px;
  }

  .about-sticky-stats {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 440px) {
  .about-sticky-stats {
    grid-template-columns: 1fr;
  }

  .about-media-wrapper {
    height: 220px;
  }
}


