/* ===== 1600px and below ===== */
@media (max-width: 1600px) {
  :root {
    --fs-heading: 44px;
    --fs-hero-title: 54px;
    --fs-hero-subtitle: 48px;
  }

  .hero-inner {
    max-width: 1280px;
  }

  .hero-copy {
    max-width: 960px;
  }

  .about-copy {
    padding-left: calc((100vw - 1320px) / 2);
  }

  .inner-banner-content {
    padding: 60px 0;
  }
}

/* ===== 1400px and below ===== */
@media (max-width: 1400px) {
  :root {
    --fs-heading: 40px;
    --fs-hero-title: 45px;
    --fs-hero-subtitle: 39px;
    --section-py: 90px;
  }

  .hero-inner {
    max-width: 1140px;
  }

  .hero-copy {
    max-width: 760px;
  }

  .about-copy {
    padding-left: calc((100vw - 1140px) / 2);
  }

  .about-media img {
    margin-top: -80px;
  }

  .choose-card-title {
    font-size: 30px;
  }

  .inner-banner-content {
    padding: 55px 0;
  }
}

/* ===== 1366px and below ===== */
@media (max-width: 1366px) {
  :root {
    --fs-heading: 38px;
    --fs-hero-title: 42px;
    --fs-hero-subtitle: 36px;
  }

  .hero-copy {
    max-width: 720px;
  }

  .about-copy {
    padding-left: calc((100vw - 1140px) / 2);
  }

  .inner-banner-content {
    padding: 50px 0;
  }

  .service-card-a,
  .service-card-b {
    min-height: 280px;
  }

  .serving-img-wrap {
    height: 420px;
  }

  .protect-banner {
    margin-top: 80px;
    padding: 80px 0;
  }

  .cta-banner {
    margin-top: 80px;
  }
}

/* ===== 1200px and below ===== */
@media (max-width: 1200px) {
  :root {
    --fs-heading: 34px;
    --fs-hero-title: 40px;
    --fs-hero-subtitle: 34px;
    --fs-card-title: 30px;
    --section-py: 80px;
  }

  .hero-copy {
    max-width: 670px;
    padding: 90px 0;
  }

  .about-copy {
    padding-left: calc((100vw - 960px) / 2);
  }

  .about-media img {
    margin-top: -60px;
  }

  .service-card-a,
  .service-card-b {
    min-height: 260px;
  }

  .service-card-c {
    min-height: 200px;
  }

  .service-card-label {
    font-size: 26px;
  }

  .choose-card-title {
    font-size: 28px;
  }

  .choose-truck {
    width: 55%;
    max-width: 380px;
  }

  .serving-img-wrap {
    height: 400px;
  }

  .serving-subtitle {
    font-size: 18px;
  }

  .protect-banner {
    margin-top: 70px;
    padding: 70px 0;
  }

  .pricing-card {
    padding: 28px 24px;
  }

  .contact-form-wrap {
    padding: 30px 25px;
  }

  .cta-banner {
    margin-top: 70px;
  }

  .footer-heading {
    font-size: 18px;
  }

  .inner-banner-content {
    padding: 45px 0;
  }

  .about-testi-content {
    min-height: 380px;
  }

  .about-testi-img {
    min-height: 380px;
  }
}

/* ===== 1100px and below ===== */
@media (max-width: 1100px) {
  :root {
    --fs-heading: 32px;
    --fs-hero-title: 38px;
    --fs-hero-subtitle: 32px;
    --fs-body-lg: 16px;
  }

  .hero-copy {
    max-width: 600px;
    padding: 80px 0;
  }

  .about-copy {
    padding-left: calc((100vw - 960px) / 2);
  }

  .process-connector {
    right: -35px;
    width: 70px;
  }

  .service-card-a,
  .service-card-b {
    min-height: 240px;
  }

  .service-card-c {
    min-height: 190px;
  }

  .choose-truck {
    width: 50%;
    max-width: 340px;
  }

  .serving-img-wrap {
    height: 380px;
  }

  .faq-section .accordion-button {
    font-size: 18px;
    padding: 18px 22px;
  }

  .inner-banner-content {
    padding: 40px 0;
  }

  .about-testi-content {
    min-height: 360px;
  }

  .about-testi-img {
    min-height: 360px;
  }
}

/* ===== 992px and below (tablet) ===== */
@media (max-width: 992px) {
  :root {
    --fs-heading: 30px;
    --fs-hero-title: 34px;
    --fs-hero-subtitle: 28px;
    --section-py: 70px;
  }

  .hero-shell {
    border-radius: 20px;
    overflow: visible !important;
  }

  .hero-shell .hero-inner {
    position: relative;
    z-index: 1001;
  }

  .navbar-brand img {
    width: 140px !important;
  }

  .hero-copy {
    max-width: 100%;
    padding: 70px 0;
  }

  .hero-shell .navbar {
    position: relative;
  }

  .hero-shell .navbar-collapse {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 1000;
    background: rgba(11, 20, 35, 0.85);
    backdrop-filter: blur(10px);
    margin-top: 0;
    padding: 0.85rem;
    border-radius: 0 0 0.75rem 0.75rem;
    -webkit-border-radius: 0 0 0.75rem 0.75rem;
    -moz-border-radius: 0 0 0.75rem 0.75rem;
    -ms-border-radius: 0 0 0.75rem 0.75rem;
    -o-border-radius: 0 0 0.75rem 0.75rem;
}

  .hero-call-btn {
    width: 100%;
    min-width: 0;
  }

  .about-copy {
    padding-left: 15px;
    margin-bottom: 2rem;
  }

  .about-media img {
    margin-top: 0;
  }

  .about-side-label {
    display: none !important;
  }

  .process-connector {
    display: none;
  }

  .service-card-a,
  .service-card-b {
    min-height: 220px;
  }

  .service-card-c {
    min-height: 180px;
  }

  .video-play-btn {
    width: 80px;
    height: 80px;
  }

  .choose-card {
    flex-direction: column;
    align-items: flex-start;
  }

  .choose-card > .p-4 {
    width: 100% !important;
  }

  .choose-truck {
    width: 60%;
    max-width: 360px;
  }

  .choose-card-title {
    font-size: 26px;
  }

  .serving-img-wrap {
    height: 340px;
  }

  .serving-img-wrap--left {
    border-radius: 0 35px 35px 0;
  }

  .serving-img-wrap--right {
    border-radius: 35px 0 0 35px;
  }

  .serving-content {
    max-width: 100%;
  }

  .protect-banner {
    margin-top: 60px;
    padding: 60px 0;
  }

  .protect-check-text {
    white-space: normal;
  }

  .cta-banner {
    margin-top: 60px;
    padding: 60px 0;
  }

  .cta-heading br {
    display: none;
  }

  .contact-form-wrap {
    padding: 30px 20px;
  }

  .site-footer {
    padding-top: 60px;
  }

  .footer-bottom {
    margin-top: 40px;
  }

  .inner-banner-content {
    padding: 35px 0;
  }

  .about-testi-wrap .row {
    flex-direction: column;
  }

  .about-testi-img {
    min-height: 300px;
  }

  .about-testi-content {
    min-height: auto;
    padding: 30px 20px !important;
  }
}

/* ===== 768px and below (mobile landscape) ===== */
@media (max-width: 768px) {
  :root {
    --fs-heading: 28px;
    --fs-hero-title: 30px;
    --fs-hero-subtitle: 24px;
    --section-py: 60px;
  }

  .hero-copy {
    padding: 60px 0;
  }

  .hero-description br {
    display: none;
  }

  .service-card-a,
  .service-card-b,
  .service-card-c {
    min-height: 200px;
  }

  .service-card-label {
    font-size: clamp(20px, 4vw, 26px);
  }

  .choose-truck {
    width: 100%;
    max-width: 420px;
    margin-bottom: 0;
  }

  .serving-img-wrap {
    height: 280px;
    border-radius: 0 !important;
  }

  .serving-check-text {
    white-space: normal;
  }

  .protect-banner {
    min-height: auto;
    padding: 50px 0;
    margin-top: 50px;
  }

  .pricing-card {
    padding: 24px 20px;
  }

  .faq-section .accordion-button {
    font-size: 16px;
    padding: 16px 18px;
  }

  .contact-form-title {
    font-size: 24px;
  }

  .cta-banner {
    padding: 50px 0;
    margin-top: 50px;
  }

  .site-footer {
    padding-top: 50px;
  }

  .footer-logo {
    max-width: 150px;
  }

  .footer-bottom {
    margin-top: 30px;
    flex-direction: column;
    text-align: center;
    justify-content: center !important;
    gap: 10px;
  }

  .inner-banner-content {
    padding: 30px 0;
  }

  .about-testi-img {
    min-height: 260px;
  }

  .about-testi-content {
    padding: 28px 18px !important;
  }

  .blog-pagination .page-link {
    width: 38px;
    height: 38px;
    font-size: 14px;
  }
}

/* ===== 600px and below ===== */
@media (max-width: 600px) {
  :root {
    --fs-heading: 26px;
    --fs-hero-title: 28px;
    --fs-hero-subtitle: 22px;
    --fs-btn: 16px;
    --section-py: 50px;
  }

  .hero-shell {
    border-radius: 16px;
  }

  .hero-copy {
    padding: 50px 0;
  }

  .btn-action-primary,
  .btn-action-outline,
  .btn-action-white,
  .btn-action-outline-white {
    height: 48px;
    padding: 12px 20px;
    font-size: 15px;
  }

  .video-play-btn {
    width: 64px;
    height: 64px;
  }

  .video-cta-btn {
    height: 48px;
    padding: 10px 20px;
    font-size: 15px;
    border-width: 4px;
  }

  .video-poster {
    border-radius: 14px;
  }

  .service-card-a,
  .service-card-b,
  .service-card-c {
    min-height: 180px;
  }

  .choose-card-title {
    font-size: 24px;
  }

  .serving-img-wrap {
    height: 240px;
  }

  .protect-banner {
    padding: 40px 0;
    margin-top: 40px;
  }

  .blog-title {
    font-size: 14px;
  }

  .contact-form-wrap {
    padding: 24px 18px;
  }

  .contact-form-title {
    font-size: 22px;
  }

  .inner-banner-content {
    padding: 25px 0;
  }

  .about-testi-img {
    min-height: 240px;
  }

  .about-testi-content {
    padding: 24px 16px !important;
  }

  .blog-pagination .page-link {
    width: 36px;
    height: 36px;
    font-size: 14px;
    border-radius: 6px;
  }

  .cta-banner {
    padding: 40px 0;
    margin-top: 40px;
  }

  .footer-heading {
    font-size: 17px;
    margin-bottom: 14px;
  }

  .footer-info-group {
    margin-bottom: 14px;
  }
}

/* ===== 500px and below ===== */
@media (max-width: 500px) {
  :root {
    --fs-heading: 24px;
    --fs-hero-title: 26px;
    --fs-hero-subtitle: 20px;
    --fs-hero-bar: 14px;
    --section-py: 44px;
  }

  .hero-emergency-bar {
    min-height: 36px;
  }

  .hero-copy {
    padding: 40px 0;
  }

  .hero-call-btn {
    min-height: 48px;
    font-size: 15px;
  }

  .process-index {
    width: 50px;
    height: 50px;
    border-radius: 16px;
    font-size: 16px;
  }

  .process-step-text {
    font-size: 14px;
  }

  .service-card-a,
  .service-card-b,
  .service-card-c {
    min-height: 160px;
  }

  .service-card-label {
    font-size: 20px;
  }

  .choose-card-title {
    font-size: 22px;
  }

  .testimonial-card {
    padding: 16px !important;
  }

  .serving-img-wrap {
    height: 220px;
  }

  .pricing-card {
    padding: 20px 16px;
  }

  .pricing-card-title {
    font-size: 22px;
  }

  .faq-section .accordion-button {
    font-size: 15px;
    padding: 14px 16px;
  }

  .contact-icon-circle {
    width: 42px;
    height: 42px;
    font-size: 16px;
  }

  .site-footer {
    padding-top: 40px;
  }

  .footer-social-link {
    width: 36px;
    height: 36px;
  }

  .footer-social-link i {
    font-size: 14px;
  }

  .inner-banner-content {
    padding: 22px 0;
  }

  .about-testi-img {
    min-height: 220px;
  }

  .about-testi-content {
    padding: 22px 14px !important;
  }

  .blog-pagination .page-link {
    width: 34px;
    height: 34px;
    font-size: 13px;
  }

  .blog-pagination .gap-2 {
    gap: 0.35rem !important;
  }
}

/* ===== 430px and below ===== */
@media (max-width: 430px) {
  :root {
    --fs-heading: 22px;
    --fs-hero-title: 24px;
    --fs-hero-subtitle: 18px;
    --fs-body: 14px;
    --fs-body-lg: 15px;
    --fs-btn: 14px;
    --fs-hero-bar: 13px;
    --section-py: 38px;
  }

  .hero-shell {
    border-radius: 12px;
  }

  .hero-copy {
    padding: 30px 0;
  }

  .btn-action-primary,
  .btn-action-outline,
  .btn-action-white,
  .btn-action-outline-white {
    height: 44px;
    padding: 10px 16px;
    font-size: 14px;
    border-radius: 10px;
  }

  .hero-call-btn {
    min-height: 44px;
    font-size: 14px;
    border-radius: 10px;
  }

  .hero-nav-pill {
    font-size: 13px;
  }

  .process-index {
    width: 44px;
    height: 44px;
    border-radius: 14px;
    font-size: 14px;
  }

  .video-play-btn {
    width: 50px;
    height: 50px;
  }

  .video-cta-btn {
    height: 44px;
    padding: 8px 16px;
    font-size: 14px;
    border-width: 3px;
  }

  .video-poster {
    border-radius: 10px;
  }

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

  .service-card-a,
  .service-card-b,
  .service-card-c {
    min-height: 140px;
  }

  .service-card-label {
    font-size: 18px;
  }

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

  .choose-card-title {
    font-size: 20px;
  }

  .serving-img-wrap {
    height: 200px;
  }

  .protect-banner {
    padding: 30px 0;
    margin-top: 30px;
  }

  .pricing-card {
    padding: 18px 14px;
    border-radius: 10px;
  }

  .pricing-card-title {
    font-size: 20px;
  }

  .faq-section .accordion-button {
    font-size: 14px;
    padding: 12px 14px;
  }

  .faq-section .accordion-body {
    padding: 0 14px 14px;
    font-size: 13px;
  }

  .blog-card {
    padding: 10px;
    border-radius: 10px;
  }

  .contact-form-wrap {
    padding: 20px 14px;
    border-radius: 10px;
  }

  .contact-form-title {
    font-size: 20px;
  }

  .contact-input {
    padding: 10px 12px;
    font-size: 14px;
  }

  .cta-banner {
    padding: 30px 0;
    margin-top: 30px;
  }

  .site-footer {
    padding-top: 30px;
  }

  .footer-logo {
    max-width: 130px;
  }

  .footer-desc {
    font-size: 13px;
  }

  .footer-heading {
    font-size: 16px;
    margin-bottom: 12px;
  }

  .footer-links a {
    font-size: 13px;
  }

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

  .footer-info-label {
    font-size: 12px;
  }

  .footer-info-value {
    font-size: 13px;
  }

  .footer-copyright {
    font-size: 12px;
  }

  .footer-credit img {
    width: 120px;
  }

  .inner-banner-content {
    padding: 18px 0;
  }

  .inner-banner-title {
    font-size: 20px;
  }

  .inner-banner-content .breadcrumb {
    font-size: 13px;
  }

  .about-testi-img {
    min-height: 200px;
  }

  .about-testi-content {
    padding: 20px 12px !important;
  }

  .blog-pagination .page-link {
    width: 32px;
    height: 32px;
    font-size: 12px;
    border-radius: 6px;
  }
}

/* ============================================================
   SERVICES PAGE & SERVICE DETAIL PAGE — Responsive
   ============================================================ */

/* ===== 1400px ===== */
@media (max-width: 1400px) {
  .svc-card {
    padding: 28px 22px;
  }

  .sub-service {
    margin-top: 90px;
    padding-bottom: 90px;
  }
}

/* ===== 1200px ===== */
@media (max-width: 1200px) {
  .svc-card {
    padding: 26px 20px;
  }

  .svc-card-title {
    font-size: 18px;
  }

  .sub-service {
    margin-top: 80px;
    padding-bottom: 80px;
  }
  .cta-bg .content-area{
    padding: 80px 15px;
  }
}

/* ===== 1100px ===== */
@media (max-width: 1100px) {
  .svc-card {
    padding: 24px 18px;
  }

  .svc-card-icon {
    width: 70px;
    height: 70px;
  }

  .sub-service {
    margin-top: 70px;
    padding-bottom: 70px;
  }
}

/* ===== 992px (tablet) ===== */
@media (max-width: 992px) {
  .service-detail-hero-shell {
    overflow: visible !important;
  }

  .svc-card {
    padding: 22px 16px;
  }

  .svc-card-icon {
    width: 65px;
    height: 65px;
  }

  .svc-card-title {
    font-size: 17px;
  }

  .sub-service {
    margin-top: 60px;
    padding-bottom: 60px;
  }

  .sub-service .svc-card-title {
    font-size: 17px;
  }
}

/* ===== 768px (mobile landscape) ===== */
@media (max-width: 768px) {
  .svc-card {
    padding: 20px 16px;
    border-radius: 14px;
  }

  .svc-card-icon {
    width: 60px;
    height: 60px;
  }

  .svc-card-title {
    font-size: 16px;
  }

  .svc-card-desc {
    font-size: 14px;
  }

  .sub-service {
    margin-top: 50px;
    padding-bottom: 50px;
  }

  .sub-service .svc-card-title {
    font-size: 16px;
  }

  #service-detail-page .section-heading br {
    display: none;
  }
}

/* ===== 600px ===== */
@media (max-width: 600px) {
  .svc-card {
    padding: 18px 14px;
    border-radius: 12px;
  }

  .svc-card-icon {
    width: 56px;
    height: 56px;
  }

  .svc-card-title {
    font-size: 15px;
  }

  .svc-card-desc {
    font-size: 13px;
  }

  .sub-service {
    margin-top: 40px;
    padding-bottom: 40px;
  }
}

/* ===== 500px ===== */
@media (max-width: 500px) {
  .svc-card {
    padding: 16px 12px;
  }

  .svc-card-icon {
    width: 50px;
    height: 50px;
  }

  .svc-card-title {
    font-size: 15px;
  }

  .sub-service {
    margin-top: 34px;
    padding-bottom: 34px;
  }

  .sub-service .svc-card {
    padding: 16px 14px;
  }

  .sub-service .svc-card-title {
    font-size: 15px;
  }

  .sub-service .svc-card-desc {
    font-size: 13px;
  }
}

/* ===== 430px ===== */
@media (max-width: 430px) {
  .svc-card {
    padding: 14px 12px;
    border-radius: 10px;
  }

  .svc-card-icon {
    width: 46px;
    height: 46px;
    border-radius: 6px 6px 20px 6px;
  }

  .svc-card-title {
    font-size: 14px;
  }

  .svc-card-desc {
    font-size: 13px;
  }

  .sub-service {
    margin-top: 28px;
    padding-bottom: 28px;
  }

  .sub-service .svc-card {
    padding: 14px 12px;
    border-radius: 10px;
  }
}

/* ============================================================
   SAFETY PAGE — Responsive
   ============================================================ */

/* ===== 1200px ===== */
@media (max-width: 1200px) {
  .safety-oval--tall {
    width: 240px;
    height: 360px;
    border-radius: 120px;
  }

  .safety-oval--short {
    width: 240px;
    height: 400px;
    border-radius: 120px;
    margin-top: 50px;
  }
}

/* ===== 992px ===== */
@media (max-width: 992px) {
  .safety-hero-shell {
    overflow: visible !important;
  }

  .safety-images {
    justify-content: center !important;
  }

  .safety-oval--tall {
    width: 220px;
    height: 320px;
    border-radius: 110px;
  }

  .safety-oval--short {
    width: 220px;
    height: 360px;
    border-radius: 110px;
    margin-top: 40px;
  }
}

/* ===== 768px ===== */
@media (max-width: 768px) {
  .safety-oval--tall {
    width: 180px;
    height: 270px;
    border-radius: 90px;
  }

  .safety-oval--short {
    width: 180px;
    height: 300px;
    border-radius: 90px;
    margin-top: 30px;
  }
}

/* ===== 500px ===== */
@media (max-width: 500px) {
  .safety-oval--tall {
    width: 140px;
    height: 210px;
    border-radius: 70px;
  }

  .safety-oval--short {
    width: 140px;
    height: 240px;
    border-radius: 70px;
    margin-top: 20px;
  }
}

/* ===== 430px ===== */
@media (max-width: 430px) {
  .safety-oval--tall {
    width: 120px;
    height: 180px;
    border-radius: 60px;
  }

  .safety-oval--short {
    width: 120px;
    height: 200px;
    border-radius: 60px;
    margin-top: 16px;
  }
}

/* ============================================================
   SUB-SERVICE PAGE (Tractor Towing etc.) — Responsive
   ============================================================ */

/* ===== 992px ===== */
@media (max-width: 992px) {
  .sub-service-header .navbar {
    position: relative;
  }

  .sub-service-header .navbar-collapse {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 1000;
    background: rgba(255, 255, 255, 0.97);
    backdrop-filter: blur(10px);
    padding: 0.85rem;
    border-radius: 0 0 0.75rem 0.75rem;
    box-shadow: 0 8px 24px rgba(0,0,0,0.1);
  }

  .sub-service-call-btn {
    min-width: 0;
    width: 100%;
  }

  .sub-service-header .navbar-brand img {
    width: 140px !important;
  }
}

/* ===== 768px ===== */
@media (max-width: 768px) {
  #sub-service-page .section-heading br {
    display: none;
  }
}

/* ===== 600px ===== */
@media (max-width: 600px) {
  .sub-service-call-btn {
    height: 48px;
    padding: 12px 20px;
    font-size: 15px;
  }

  .sub-service-back {
    font-size: 16px;
  }
}

/* ===== 430px ===== */
@media (max-width: 430px) {
  .sub-service-call-btn {
    height: 44px;
    padding: 10px 16px;
    font-size: 14px;
    border-radius: 10px;
    min-height: 44px;
  }

  .sub-service-back {
    font-size: 15px;
  }

  .sub-service-back i {
    font-size: 16px;
  }
}

/* =========================================
   GALLERY PAGE – Responsive
   ========================================= */

/* 1200px */
@media (max-width: 1200px) {
  .gallery-item img {
    height: 220px;
  }
}

/* 992px */
@media (max-width: 992px) {
  .gallery-item img {
    height: 200px;
  }

  .gallery-tab-btn {
    padding: 10px 36px;
    font-size: 0.875rem;
  }

  .gallery-intro-text {
    max-width: 100%;
  }
}

/* 768px */
@media (max-width: 768px) {
  .gallery-item img {
    height: 180px;
  }

  .gallery-tab-btn {
    padding: 8px 28px;
    font-size: 0.8125rem;
  }

  .gallery-page-btn {
    width: 34px;
    height: 34px;
    font-size: 0.8125rem;
  }
}

/* 600px */
@media (max-width: 600px) {
  .gallery-item img {
    height: 200px;
  }

  .gallery-section .row {
    --bs-gutter-x: 0.75rem;
    --bs-gutter-y: 0.75rem;
  }

  .gallery-tab-btn {
    padding: 8px 24px;
  }
}

/* 430px */
@media (max-width: 430px) {
  .gallery-item img {
    height: 180px;
  }

  .gallery-tab-btn {
    padding: 8px 20px;
    font-size: 0.75rem;
  }

  .gallery-page-btn {
    width: 30px;
    height: 30px;
    font-size: 0.75rem;
  }
}
