/* ==========================================================================
   Packers & Movers - Part 1: Global Reset & Containers
   ========================================================================== */

/* --- Font Initialization --- */
@font-face {
    font-family: 'Poppins';
    src: local('Poppins');
    font-weight: 300 700;
}

/* --- Box Model Reset --- */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* --- Base Body Settings --- */
body {
    font-family: 'Poppins', system-ui, -apple-system, sans-serif;
    background-color: #f8fafc;
    color: #334155;
    line-height: 1.5;
}

/* --- Structural Utility Containers --- */
.container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.shadow {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}

/* --- Brand Theme Text Highlights --- */
.highlight { 
    color: #e65c00; /* Dark Orange Action Color */
} 
.text-orange { 
    color: #e65c00; 
}
.text-red { 
    color: #dc2626; /* Accent Warning Red */
}



/* ==========================================================================
   ABCD Packers & Movers - Offline W3 Layout Structure Utilities
   ========================================================================== */

/* --- W3 Row & Column Flexbox Normalizers --- */
.w3-row::after, .w3-cell-row::after {
    content: "";
    display: table;
    clear: both;
}

.w3-col {
    float: left;
    width: 100%;
}

/* --- Standard Multi-Column Fluid Grid Blocks --- */
@media (min-width: 601px) {
    .w3-col.m3 { width: 24.99999%; }
    .w3-col.m4 { width: 33.33333%; }
    .w3-col.m6 { width: 49.99999%; }
    .w3-col.m8 { width: 66.66666%; }
}

@media (min-width: 993px) {
    .w3-col.l3 { width: 24.99999%; }
    .w3-col.l4 { width: 33.33333%; }
    .w3-col.l6 { width: 49.99999%; }
    .w3-col.l8 { width: 66.66666%; }
}

/* --- W3 Container & Alignment Modifiers --- */
.w3-container {
    padding: 0.01em 16px;
}

.w3-center {
    text-align: center !important;
}

.w3-left-align {
    text-align: left !important;
}

.w3-right-align {
    text-align: right !important;
}

/* --- W3 Functional Card Layout Overrides --- */
.w3-card, .w3-card-2 {
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
}

.w3-card-4 {
    box-shadow: 0 4px 10px 0 rgba(0,0,0,0.2), 0 4px 20px 0 rgba(0,0,0,0.19);
}

/* --- Interactive Input Field Focus Normalizers --- */
.w3-input {
    padding: 8px;
    display: block;
    border: none;
    border-bottom: 1px solid #cbd5e1;
    width: 100%;
    background-color: transparent;
    font-family: inherit;
}

.w3-input:focus {
    outline: none;
    border-bottom: 2px solid #e65c00 !important; /* Forces Dark Orange brand focus line */
}










/* ==========================================================================
   Packers & Movers - Part 2: Pure CSS Embedded Vector Icons
   ========================================================================== */

[class^="icon-"] {
    display: inline-block;
    width: 1em;
    height: 1em;
    vertical-align: -0.125em;
    background-repeat: no-repeat;
    background-size: contain;
}

.fa fa-map-marker { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://w3.org' viewBox='0 0 384 512'%3E%3Cpath fill='%23e65c00' d='M215.7 499.2C267 435 384 279.4 384 192C384 86 298 0 192 0S0 86 0 192c0 87.4 117 243 168.3 307.2c12.3 15.3 35.1 15.3 47.4 0zM192 256c-35.3 0-64-28.7-64-64s28.7-64 64-64s64 28.7 64 64s-28.7 64-64 64z'/%3E%3C/svg%3E"); }
.fa fa-clock-o { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://w3.org' viewBox='0 0 512 512'%3E%3Cpath fill='%23e65c00' d='M256 0a256 256 0 1 1 0 512A256 256 0 1 1 256 0zM232 120l0 136c0 8 4 15.5 10.7 20l96 64c11 7.4 25.9 4.4 33.3-6.7s4.4-25.9-6.7-33.3L280 243.2L280 120c0-13.3-10.7-24-24-24s-24 10.7-24 24z'/%3E%3C/svg%3E"); }
.fa fa-phone { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://w3.org' viewBox='0 0 512 512'%3E%3Cpath fill='%23e65c00' d='M164.9 24.6c-7.7-18.6-28-28.5-47.4-23.2l-88 24C12.1 30.2 0 46 0 64C0 311.4 200.6 512 448 512c18 0 33.8-12.1 38.6-29.5l24-88c5.3-19.4-4.6-39.7-23.2-47.4l-96-40c-16.3-6.8-35.2-2.1-46.3 11.6L304.7 368C234.3 334.7 177.3 277.7 144 207.3L193.3 167c13.7-11.2 18.4-30 11.6-46.3l-40-96z'/%3E%3C/svg%3E"); }
.fa fa-truck { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://w3.org' viewBox='0 0 640 512'%3E%3Cpath fill='%23e65c00' d='M48 0C21.5 0 0 21.5 0 48V368c0 26.5 21.5 48 48 48H64c0 44.2 35.8 80 80 80s80-35.8 80-80H400c0 44.2 35.8 80 80 80s80-35.8 80-80h16c44.2 0 80-35.8 80-80v-16H576c-17.7 0-32-14.3-32-32V176c0-17.7 14.3-32 32-32h56.2c-11.2-42.2-49.8-72.8-95.2-72.8H480V48c0-26.5-21.5-48-48-48H48zM480 240l112 0-32-96H480v96z'/%3E%3C/svg%3E"); }
.fa fa-home { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://w3.org' viewBox='0 0 576 512'%3E%3Cpath fill='%231e3a8a' d='M575.8 255.5c0 18-15 32.1-32 32.1h-32v208c0 13.3-10.7 24-24 24h-112c-13.3 0-24-10.7-24-24V376c0-13.3-10.7-24-24-24h-64c-13.3 0-24 10.7-24 24v112c0 13.3-10.7 24-24 24H80c-13.3 0-24-10.7-24-24V287.6H24c-18 0-32-14.1-32-32.1c0-9 3-17 10-24L266.4 8c7-7 15-10.8 25.6-10.8s18.6 3.8 25.6 10.8L565.8 231.5c7 7 10 15 10 24z'/%3E%3C/svg%3E"); }
.fa fa-building { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://w3.org' viewBox='0 0 512 512'%3E%3Cpath fill='%231e3a8a' d='M184 48H88c-4.4 0-8 3.6-8 8v72c0 4.4 3.6 8 8 8h96c4.4 0 8-3.6 8-8V56c0-4.4-3.6-8-8-8zm0 112H88c-4.4 0-8 3.6-8 8v72c0 4.4 3.6 8 8 8h96c4.4 0 8-3.6 8-8v-72c0-4.4-3.6-8-8-8zm0 112H88c-4.4 0-8 3.6-8 8v72c0 4.4 3.6 8 8 8h96c4.4 0 8-3.6 8-8v-72c0-4.4-3.6-8-8-8zm240-224h-96c-4.4 0-8 3.6-8 8v72c0 4.4 3.6 8 8 8h96c4.4 0 8-3.6 8-8V56c0-4.4-3.6-8-8-8zm0 112h-96c-4.4 0-8 3.6-8 8v72c0 4.4 3.6 8 8 8h96c4.4 0 8-3.6 8-8v-72c0-4.4-3.6-8-8-8zm0 112h-96c-4.4 0-8 3.6-8 8v72c0 4.4 3.6 8 8 8h96c4.4 0 8-3.6 8-8v-72c0-4.4-3.6-8-8-8zM496 432H16c-8.8 0-16 7.2-16 16v48c0 8.8 7.2 16 16 16h480c8.8 0 16-7.2 16-16v-48c0-8.8-7.2-16-16-16z'/%3E%3C/svg%3E"); }
.fa fa-car { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://w3.org' viewBox='0 0 512 512'%3E%3Cpath fill='%231e3a8a' d='M135.2 117.4L109.1 192H402.9l-26.1-74.6C372.3 104.8 360.2 96 346.6 96H165.4c-13.6 0-25.7 8.8-30.2 21.4zM39.6 196.8L17 261.6C6.4 291.9 29.3 320 61.3 320H450.7c31.9 0 54.9-28.1 44.3-58.4l-22.6-64.8c-11-5.7-23.7-8.8-37.1-8.8H76.7c-13.4 0-26.1 3.1-37.1 8.8zM416 256a24 24 0 1 1 0 48 24 24 0 1 1 0-48zm-320 24a24 24 0 1 1 48 0 24 24 0 1 1 -48 0zm32 112a40 40 0 1 0 0 80 40 40 0 1 0 0-80zm288 40a40 40 0 1 0 80 0 40 40 0 1 0 -80 0z'/%3E%3C/svg%3E"); }
.fa fa-box { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://w3.org' viewBox='0 0 512 512'%3E%3Cpath fill='%231e3a8a' d='M256 0L32 96V416L256 512L480 416V96L256 0zM64 121.6l176 75.4V461.3L64 380.9V121.6zm384 259.3l-176 80.4V197L448 121.6V380.9z'/%3E%3C/svg%3E"); }
.fa fa-envelope { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://w3.org' viewBox='0 0 512 512'%3E%3Cpath fill='%23e65c00' d='M48 64C21.5 64 0 85.5 0 112c0 15.1 7.1 29.3 19.2 38.4L236.8 313.6c11.4 8.5 27 8.5 38.4 0L492.8 150.4c12.1-9.1 19.2-23.3 19.2-38.4c0-26.5-21.5-48-48-48H48zM0 176V384c0 35.3 28.7 64 64 64H448c35.3 0 64-28.7 64-64V176L294.4 339.2c-22.8 17.1-54 17.1-76.8 0L0 176z'/%3E%3C/svg%3E"); }
.fa fa-map-marker { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://w3.org' viewBox='0 0 576 512'%3E%3Cpath fill='%23e65c00' d='M384 476.1L192 421.2V35.9L384 90.8V476.1zm32-397.6L543.1 36.2C557.6 30.6 576 41.3 576 56.9V423.1c0 9.8-6 18.6-15.1 22.1L416 500V78.5zM160 33.7V455.1L15.1 500C6 503.5 0 494.7 0 484.9V118.5C0 108.7 6 99.9 15.1 96.4L160 33.7z'/%3E%3C/svg%3E"); }
.fa fa-globe { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://w3.org' viewBox='0 0 512 512'%3E%3Cpath fill='%231e3a8a' d='M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM369.9 311c5.9 12.3 14.5 23.4 25.1 32.5c-20.7 37.9-53.8 68.3-94 85.9c.7-4.6 1.1-9.3 1.1-14c0-29.4-15.5-56.2-40.9-70.8l-18.4-10.5c-9.5-5.4-15.4-15.5-15.4-26.5v-1.7c0-8.2 4.4-15.8 11.5-19.9l36.6-21.4c11.6-6.8 18.7-19.2 18.7-32.6V207c0-11.4 6-22 16-28l18.4-11c10-6 16-16.7 16-28.3v-5c24.7 16.4 45.4 39.2 59.8 66.2c-5.7 3.2-11.1 7.1-16.2 11.6c-18.4 16.4-28.7 39.7-28.7 64.2V288c0 8.6 3.4 16.8 9.5 23zM92.9 344c-3.7-12.1-5.9-24.9-5.9-38c0-14 2.4-27.5 6.9-40.1l43.2 21.6c6.2 3.1 13.4 3.1 19.6 0l40.7-20.3c6-3 9.7-9.2 9.7-15.9V216h-24c-13.3 0-24-10.7-24-24v-16c0-8.8-7.2-16-16-16h-8.8c-6.1 0-11.6-3.4-14.3-8.8l-8.8-17.7c-2.7-5.4-8.2-8.8-14.3-8.8H88.7C118.8 63 182.4 32 256 32c16 0 31.6 1.6 46.7 4.6v3.4c0 6.4-3.4 12.3-9 15.7l-35.4 21.2c-7.9 4.7-12.8 13.3-12.8 22.6V120c0 13.3-10.7 24-24 24h-16c-13.3 0-24 10.7-24 24v16c0 8.8-7.2 16-16 16H144c-13.3 0-24 10.7-24 24v24.6c0 7.7-4.1 14.8-10.8 18.6l-16.2 9.2zm329 45.1C392.2 432.2 328.7 464 256 464c-10.8 0-21.4-.6-31.9-1.9v-7.5c0-14 5.6-27.4 15.5-37.3l25.4-25.4c9.9-9.9 23.4-15.5 37.3-15.5H320c17.7 0 32-14.3 32-32v-5.7c0-10.2 4.9-19.8 13.2-25.8l26.7-19.1c5.4-3.9 11.4-6.8 17.8-8.7c7.4 22 11.4 45.4 11.4 69.7c0 23.4-3.7 46-10.6 67.2z'/%3E%3C/svg%3E"); }
.fa fa-industry { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://w3.org' viewBox='0 0 640 512'%3E%3Cpath fill='%231e3a8a' d='M504 300c0-13.3-10.7-24-24-24s-24 10.7-24 24v168H184V300c0-13.3-10.7-24-24-24s-24 10.7-24 24v168H48v-216c0-4.6 1.3-9.1 3.8-13l112-176c4.6-7.3 12.6-11.7 21.2-11.7H455c8.6 0 16.6 4.4 21.2 11.7l112 176c2.5 3.9 3.8 8.4 3.8 13v216h-88V300zM64 480H0v32h640v-32H576V259c0-14-3.9-27.7-11.4-39.6L452.6 43.4C438.8 21.6 414.8 8 389 8H251c-25.8 0-49.8 13.6-63.6 35.4L65.4 219.4C57.9 231.3 54 245 54 259v221zM300 480v-96c0-11 9-20 20-20s20 9 20 20v96h40V360c0-22-18-40-40-40s-40 18-40 40v120h40z'/%3E%3C/svg%3E"); }








/* ==========================================================================
   Packers & Movers - Part 3: Header & Navigation Elements
   ========================================================================== */

/* --- 1. Sticky Topbar Layout --- */
.topbar {
    background-color: #0b1b3d; /* Theme Dark Blue */
    color: #ffffff;
    font-size: 0.875rem;
    padding: 8px 0;
    border-bottom: 1px solid #1e3a8a;
    position: sticky;
    top: 0;
    z-index: 50;
}
.topbar-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.topbar-info span {
    margin-right: 20px;
}
.topbar-contact a {
    color: #ffffff;
    text-decoration: none;
    font-weight: 600;
}
.topbar-contact a:hover {
    color: #e65c00;
}

/* --- 2. Main Sticky Navbar --- */
.navbar {
    background-color: #ffffff;
    box-shadow: 0 4px 6px -1px rgba(0,0,0,0.1);
    position: sticky;
    top: 37px;
    z-index: 40;
    height: 80px;
}
.navbar-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}


/* --- Navbar Logo Image Calibration --- */
.logo-link {
    display: flex;
    align-items: center;
    text-decoration: none;
    height: 100%;
}

.navbar-logo {
    height: 60px;          /* Restricts the vertical footprint neatly within the 80px container */
    width: auto;           /* Automatically calculates proportional width to prevent image squishing */
    max-width: 220px;      /* Restricts horizontal scaling layout leaks on smaller display windows */
    object-fit: contain;   /* Safely wraps transparent borders or custom asset sizes inside its box bounds */
    display: block;
    border-radius: 4px;    /* Adds a subtle smoothing effect to image corners */
}

.logo-area {
    display: flex;
    align-items: center;
    gap: 12px;
}
.logo-box {
    background-color: #0b1b3d;
    padding: 10px;
    border-radius: 8px;
}
.brand-name {
    font-size: 1.5rem;
    font-weight: 700;
    color: #0b1b3d;
    display: block;
    line-height: 1.2;
}
.brand-sub {
    font-size: 0.75rem;
    text-transform: uppercase;
    color: #64748b;
    font-weight: 600;
    letter-spacing: 1px;
}

/* --- Desktop Nav Links --- */
.nav-menu {
    display: flex;
    align-items: center;
    list-style: none;
    gap: 30px;
}
.nav-menu a {
    text-decoration: none;
    color: #64748b;
    font-weight: 500;
    transition: color 0.3s;
}
.nav-menu a:hover, .nav-menu a.active {
    color: #1e3a8a;
}
.btn-nav {
    background-color: #e65c00;
    color: #ffffff !important;
    padding: 10px 20px;
    border-radius: 6px;
    font-weight: 700 !important;
    transition: background-color 0.2s;
}
.btn-nav:hover {
    background-color: #cc5200;
}

/* --- Mobile Menu Elements --- */
.menu-toggle {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    flex-direction: column;
    gap: 5px;
}
.menu-toggle .bar {
    width: 25px;
    height: 3px;
    background-color: #334155;
    border-radius: 2px;
}
.mobile-drawer {
    display: none;
    background-color: #ffffff;
    border-top: 1px solid #e2e8f0;
    padding: 20px;
    flex-direction: column;
    gap: 15px;
}
.mobile-drawer.show {
    display: flex;
}
.mobile-drawer a {
    text-decoration: none;
    color: #334155;
    font-weight: 500;
}
.btn-drawer {
    background-color: #1e3a8a;
    color: #ffffff !important;
    text-align: center;
    padding: 12px;
    border-radius: 6px;
}









/* ==========================================================================
   Packers & Movers - Part 4: Native Slider Framework & Animations
   ========================================================================== */

.hero-section {
    position: relative;
    height: 75vh;
    background-color: #0f172a;
    overflow: hidden;
}
.slider-container {
    position: relative;
    width: 100%;
    height: 100%;
}
.slide {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.8s ease-in-out, visibility 0.8s ease-in-out;
    z-index: 1;
}
.slide.active {
    opacity: 1;
    visibility: visible;
    z-index: 2;
}
.slide-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.4;
}
.slide-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, rgba(11, 27, 61, 0.9), transparent);
}
.slide-content-wrapper {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    z-index: 3;
}
.slide-content {
    max-width: 650px;
    color: #ffffff;
}
.slide-content h1 {
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 15px;
}
.slide-content p {
    font-size: 1.25rem;
    color: #cbd5e1;
    margin-bottom: 25px;
}

/* --- Native CSS Keyframe Transitions (Offline Animate.css Alternative) --- */
.slide.active .animate-title {
    animation: slideUpFade 0.8s forwards 0.2s;
}
.slide.active .animate-text {
    animation: slideUpFade 0.8s forwards 0.4s;
}
.slide.active .animate-btn {
    animation: slideUpFade 0.8s forwards 0.6s;
}

.animate-title, .animate-text, .animate-btn {
    opacity: 0;
    transform: translateY(20px);
}

@keyframes slideUpFade {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* --- Slider Arrow Controls --- */
.slider-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(11, 27, 61, 0.5);
    color: #ffffff;
    border: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 1.5rem;
    z-index: 10;
    transition: background 0.3s;
}
.slider-arrow:hover {
    background: #e65c00;
}
.prev-arrow { left: 20px; }
.next-arrow { right: 20px; }

/* --- Slider Pagination Dots --- */
.slider-dots {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
    z-index: 10;
}
.dot {
    width: 12px;
    height: 12px;
    background: rgba(255, 255, 255, 0.4);
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s;
}
.dot.active {
    background: #e65c00;
    transform: scale(1.3);
}

.btn-cta {
    display: inline-block;
    text-decoration: none;
    padding: 12px 30px;
    border-radius: 6px;
    font-weight: 700;
}
.btn-orange { background-color: #e65c00; color: #ffffff; }
.btn-orange:hover { background-color: #cc5200; }
.btn-white { background-color: #ffffff; color: #0b1b3d; }















/* ==========================================================================
   Packers & Movers - Part 5: Premium Services Section & Core Animations
   ========================================================================== */

.services-premium-section {
    padding: 100px 0;
    background-color: #ffffff;
    position: relative;
}

/* --- Upgraded Section Title Headers --- */
.services-premium-header {
    text-align: center;
    max-width: 750px;
    margin: 0 auto 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.services-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background-color: rgba(230, 92, 0, 0.08);
    color: #e65c00;
    font-size: 0.8rem;
    font-weight: 700;
    padding: 6px 16px;
    border-radius: 50px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 20px;
}

.services-premium-header h2 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #0b1b3d;
    line-height: 1.2;
    letter-spacing: -0.5px;
    margin-bottom: 16px;
}

.services-premium-header p {
    font-size: 1.05rem;
    color: #64748b;
    line-height: 1.6;
}

.header-accent-line {
    width: 60px;
    height: 4px;
    background: linear-gradient(90deg, #e65c00, #dc2626);
    border-radius: 2px;
    margin-top: 20px;
}

/* --- Layout Matrix Structure --- */
.services-premium-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
}

/* --- Premium Interactive Service Cards --- */
.service-premium-card {
    background-color: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 35px;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    z-index: 1;
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), 
                border-color 0.4s ease, 
                box-shadow 0.4s ease;
}

/* Card Glow Effect Overlay Layer */
.card-glow-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(230, 92, 0, 0.04) 0%, transparent 100%);
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: -1;
}

/* --- Card Interactive Actions --- */
.service-premium-card:hover {
    transform: translateY(-8px);
    border-color: rgba(230, 92, 0, 0.3);
    box-shadow: 0 20px 25px -5px rgba(11, 27, 61, 0.05), 0 10px 10px -5px rgba(11, 27, 61, 0.04);
}

.service-premium-card:hover .card-glow-overlay {
    opacity: 1;
}

/* --- Card Meta Details --- */
.card-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
}

.card-premium-icon {
    width: 56px;
    height: 56px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    transition: transform 0.3s ease;
}

.service-premium-card:hover .card-premium-icon {
    transform: scale(1.1) rotate(3deg);
}

/* Icon Palette Definitions */
.icon-bg-blue { background-color: rgba(30, 58, 138, 0.08); }
.icon-bg-orange { background-color: rgba(230, 92, 0, 0.08); }
.icon-bg-red { background-color: rgba(220, 38, 38, 0.08); }
.icon-bg-darkblue { background-color: rgba(11, 27, 61, 0.08); }
.icon-bg-globe { background-color: rgba(14, 165, 233, 0.08); }       /* International Soft Sky-Blue */
.icon-bg-warehouse { background-color: rgba(22, 163, 74, 0.08); }   /* Warehousing Soft Emerald-Green */

/* Card hover icon color switches for the new variations */
.service-premium-card:hover .icon-bg-globe i { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://w3.org' viewBox='0 0 512 512'%3E%3Cpath fill='%23e65c00' d='M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM369.9 311c5.9 12.3 14.5 23.4 25.1 32.5c-20.7 37.9-53.8 68.3-94 85.9c.7-4.6 1.1-9.3 1.1-14c0-29.4-15.5-56.2-40.9-70.8l-18.4-10.5c-9.5-5.4-15.4-15.5-15.4-26.5v-1.7c0-8.2 4.4-15.8 11.5-19.9l36.6-21.4c11.6-6.8 18.7-19.2 18.7-32.6V207c0-11.4 6-22 16-28l18.4-11c10-6 16-16.7 16-28.3v-5c24.7 16.4 45.4 39.2 59.8 66.2c-5.7 3.2-11.1 7.1-16.2 11.6c-18.4 16.4-28.7 39.7-28.7 64.2V288c0 8.6 3.4 16.8 9.5 23zM92.9 344c-3.7-12.1-5.9-24.9-5.9-38c0-14 2.4-27.5 6.9-40.1l43.2 21.6c6.2 3.1 13.4 3.1 19.6 0l40.7-20.3c6-3 9.7-9.2 9.7-15.9V216h-24c-13.3 0-24-10.7-24-24v-16c0-8.8-7.2-16-16-16h-8.8c-6.1 0-11.6-3.4-14.3-8.8l-8.8-17.7c-2.7-5.4-8.2-8.8-14.3-8.8H88.7C118.8 63 182.4 32 256 32c16 0 31.6 1.6 46.7 4.6v3.4c0 6.4-3.4 12.3-9 15.7l-35.4 21.2c-7.9 4.7-12.8 13.3-12.8 22.6V120c0 13.3-10.7 24-24 24h-16c-13.3 0-24 10.7-24 24v16c0 8.8-7.2 16-16 16H144c-13.3 0-24 10.7-24 24v24.6c0 7.7-4.1 14.8-10.8 18.6l-16.2 9.2zm329 45.1C392.2 432.2 328.7 464 256 464c-10.8 0-21.4-.6-31.9-1.9v-7.5c0-14 5.6-27.4 15.5-37.3l25.4-25.4c9.9-9.9 23.4-15.5 37.3-15.5H320c17.7 0 32-14.3 32-32v-5.7c0-10.2 4.9-19.8 13.2-25.8l26.7-19.1c5.4-3.9 11.4-6.8 17.8-8.7c7.4 22 11.4 45.4 11.4 69.7c0 23.4-3.7 46-10.6 67.2z'/%3E%3C/svg%3E"); }
.service-premium-card:hover .icon-bg-warehouse i { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://w3.org' viewBox='0 0 640 512'%3E%3Cpath fill='%23e65c00' d='M504 300c0-13.3-10.7-24-24-24s-24 10.7-24 24v168H184V300c0-13.3-10.7-24-24-24s-24 10.7-24 24v168H48v-216c0-4.6 1.3-9.1 3.8-13l112-176c4.6-7.3 12.6-11.7 21.2-11.7H455c8.6 0 16.6 4.4 21.2 11.7l112 176c2.5 3.9 3.8 8.4 3.8 13v216h-88V300zM64 480H0v32h640v-32H576V259c0-14-3.9-27.7-11.4-39.6L452.6 43.4C438.8 21.6 414.8 8 389 8H251c-25.8 0-49.8 13.6-63.6 35.4L65.4 219.4C57.9 231.3 54 245 54 259v221zM300 480v-96c0-11 9-20 20-20s20 9 20 20v96h40V360c0-22-18-40-40-40s-40 18-40 40v120h40z'/%3E%3C/svg%3E"); }



.card-serial {
    font-size: 1.5rem;
    font-weight: 700;
    color: #e2e8f0;
    transition: color 0.3s ease;
}

.service-premium-card:hover .card-serial {
    color: rgba(230, 92, 0, 0.2);
}

/* --- Typography Inside Cards --- */
.service-premium-card h3 {
    font-size: 1.35rem;
    font-weight: 700;
    color: #0b1b3d;
    margin-bottom: 12px;
}

.service-premium-card p {
    font-size: 0.925rem;
    color: #64748b;
    line-height: 1.5;
    margin-bottom: 20px;
    flex-grow: 1;
}

/* Premium Interior Features Bullets Matrix */
.card-bullet-points {
    list-style: none;
    margin-bottom: 25px;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.card-bullet-points li {
    font-size: 0.85rem;
    font-weight: 600;
    color: #475569;
    display: flex;
    align-items: center;
    gap: 8px;
}

.card-bullet-points li::before {
    content: "";
    width: 5px;
    height: 5px;
    background-color: #e65c00;
    border-radius: 50%;
    flex-shrink: 0;
}

/* Card Interaction Nav Hooks */
.card-action-link {
    font-size: 0.9rem;
    font-weight: 700;
    color: #1e3a8a;
    text-decoration: none;
    transition: color 0.2s ease, padding-left 0.2s ease;
    display: inline-block;
    width: fit-content;
}

.service-premium-card:hover .card-action-link {
    color: #e65c00;
    padding-left: 4px;
}

/* ==========================================================================
Pure CSS Scroll Fade-In Entrance Animation Classes
========================================================================== */
.scroll-animate {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.6s cubic-bezier(0.16, 1, 0.3, 1), 
    transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.scroll-animate.animated-in {
    opacity: 1;
    transform: translateY(0);
}

/* Responsive Viewports Modifications */
@media (max-width: 768px) {
    .services-premium-header h2 { font-size: 2rem; }
    .services-premium-section { padding: 60px 0; }
    .service-premium-card { padding: 25px; }
}










/* ==========================================================================
   Packers & Movers - Part 6: About Us & Inquiry Layout
   ========================================================================== */
/* ==========================================================================
   Packers & Movers - Part 6: Premium About & Corporate Form Styles
   ========================================================================== */

.about-premium-section {
    padding: 100px 0;
    background-color: #f8fafc;
    border-top: 1px solid #e2e8f0;
    border-bottom: 1px solid #e2e8f0;
}

.about-premium-grid {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 50px;
    align-items: start;
}

/* --- Badge & Typography --- */
.badge-premium {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background-color: rgba(30, 58, 138, 0.06);
    color: #1e3a8a;
    font-size: 0.825rem;
    font-weight: 700;
    padding: 6px 14px;
    border-radius: 50px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 20px;
}

.badge-dot {
    width: 6px;
    height: 6px;
    background-color: #e65c00;
    border-radius: 50%;
}

.about-heading {
    font-size: 2.75rem;
    font-weight: 700;
    color: #0b1b3d;
    line-height: 1.15;
    letter-spacing: -0.5px;
    margin-bottom: 20px;
}

.about-lead {
    font-size: 1.1rem;
    color: #475569;
    margin-bottom: 35px;
    line-height: 1.6;
}

/* --- Dashboard Style Grid Elements --- */
.dashboard-metrics-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 40px;
}

.metric-card {
    background-color: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 24px;
    transition: transform 0.3s ease;
}

.metric-card:hover {
    transform: translateY(-3px);
}

.metric-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
}

.metric-value {
    font-size: 2.25rem;
    font-weight: 700;
    color: #0b1b3d;
}

.status-indicator {
    font-size: 0.725rem;
    font-weight: 700;
    padding: 2px 8px;
    border-radius: 4px;
    text-transform: uppercase;
}

.status-indicator.success { background-color: rgba(22, 163, 74, 0.1); color: #16a34a; }
.status-indicator.alert { background-color: rgba(230, 92, 0, 0.1); color: #e65c00; }

.metric-card h5 {
    font-size: 1rem;
    color: #0b1b3d;
    margin-bottom: 6px;
    font-weight: 600;
}

.metric-desc {
    font-size: 0.85rem;
    color: #64748b;
    line-height: 1.4;
    margin-bottom: 16px;
}

/* Progress Loop Indicators */
.progress-bar-track {
    width: 100%;
    height: 4px;
    background-color: #f1f5f9;
    border-radius: 2px;
    overflow: hidden;
}

.progress-bar-fill {
    height: 100%;
    background-color: #1e3a8a;
}

.progress-bar-fill.fill-full { width: 100%; background-color: #16a34a; }
.progress-bar-fill.fill-half { width: 85%; background-color: #e65c00; }

/* Horizontal Trust Marker Footer Row */
.trust-footer-row {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    border-top: 1px solid #e2e8f0;
    padding-top: 25px;
}

.trust-pill {
    font-size: 0.85rem;
    font-weight: 600;
    color: #475569;
    background-color: #ffffff;
    border: 1px solid #e2e8f0;
    padding: 6px 14px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    gap: 6px;
}

/* --- Premium Quote Card Layout --- */
.form-corporate-card {
    background-color: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 35px;
    position: sticky;
    top: 140px;
}

.form-corporate-header {
    margin-bottom: 25px;
    border-bottom: 1px solid #f1f5f9;
    padding-bottom: 15px;
}

.form-corporate-header h3 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #0b1b3d;
    margin-bottom: 4px;
}

.form-corporate-header p {
    font-size: 0.85rem;
    color: #64748b;
}

.inquiry-form-corporate {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.form-input-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}

.form-input-wrapper {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

/* --- Select Dropdown Styling Fixes --- */
.form-input-wrapper select {
    padding: 12px 14px;
    border: 1px solid #cbd5e1;
    border-radius: 8px;
    background-color: #ffffff;
    font-family: inherit;
    font-size: 0.9rem;
    color: #0b1b3d;
    transition: all 0.2s ease;
    width: 100%;
    cursor: pointer;
    appearance: none; /* Removes standard operating system arrows */
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://w3.org' viewBox='0 0 448 512'%3E%3Cpath fill='%23475569' d='M201.4 342.6c12.5 12.5 32.8 12.5 45.3 0l160-160c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L224 274.7 86.6 137.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l160 160z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 14px center;
    background-size: 12px;
}

.form-input-wrapper select:focus {
    outline: none;
    border-color: #e65c00;
    box-shadow: 0 0 0 4px rgba(230, 92, 0, 0.12);
}

.form-input-wrapper select:invalid {
    color: #64748b; /* Shows correct gray placeholder color before item is picked */
}


.form-input-wrapper label {
    font-size: 0.825rem;
    font-weight: 600;
    color: #475569;
}

.form-input-wrapper input {
    padding: 12px 14px;
    border: 1px solid #cbd5e1;
    border-radius: 8px;
    background-color: #ffffff;
    font-family: inherit;
    font-size: 0.9rem;
    color: #0b1b3d;
    transition: all 0.2s ease;
}

.form-input-wrapper input:focus {
    outline: none;
    border-color: #e65c00;
    box-shadow: 0 0 0 4px rgba(230, 92, 0, 0.12);
}

.btn-submit-corporate {
    background: linear-gradient(135deg, #0b1b3d 0%, #1e3a8a 100%);
    color: #ffffff;
    border: none;
    padding: 16px;
    font-weight: 700;
    font-size: 1rem;
    border-radius: 8px;
    cursor: pointer;
    margin-top: 10px;
    transition: opacity 0.2s ease, transform 0.2s ease;
    font-family: inherit;
    text-align: center;
}

.btn-submit-corporate:hover {
    opacity: 0.95;
    transform: translateY(-1px);
}

/* --- Responsive Layout Modifications --- */
@media (max-width: 992px) {
    .about-premium-grid {
        grid-template-columns: 1fr;
        gap: 50px;
    }
    .form-corporate-card {
        position: static;
    }
    .about-heading {
        font-size: 2.25rem;
    }
}

@media (max-width: 576px) {
    .dashboard-metrics-grid {
        grid-template-columns: 1fr;
    }
    .form-input-row {
        grid-template-columns: 1fr;
    }
    .about-premium-section {
        padding: 60px 0;
    }
}













/* ==========================================================================
   Packers & Movers - Part 8: Why Choose Us Premium Layout Styles
   ========================================================================== */

.why-us-premium-section {
    padding: 100px 0;
    background-color: #f1f5f9; /* Contrast soft light blue/gray base */
    border-top: 1px solid #e2e8f0;
}

.why-us-premium-grid {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 60px;
    align-items: center;
}

/* --- Left Column Typography Layout --- */
.why-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background-color: rgba(30, 58, 138, 0.06);
    color: #1e3a8a;
    font-size: 0.825rem;
    font-weight: 700;
    padding: 6px 14px;
    border-radius: 50px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 20px;
}

.why-badge-dot {
    width: 6px;
    height: 6px;
    background-color: #e65c00;
    border-radius: 50%;
}

.why-us-content-block h2 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #0b1b3d;
    line-height: 1.2;
    letter-spacing: -0.5px;
    margin-bottom: 24px;
}

.why-lead-text {
    font-size: 1.1rem;
    font-weight: 500;
    color: #475569;
    line-height: 1.6;
    margin-bottom: 16px;
}

.why-body-text {
    font-size: 0.95rem;
    color: #64748b;
    line-height: 1.6;
    margin-bottom: 16px;
}

.why-body-text:last-child {
    margin-bottom: 0;
}

/* --- Right Column Matrix Grid Setup --- */
.why-us-matrix-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
}

.value-matrix-card {
    background-color: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    padding: 24px;
    display: flex;
    gap: 20px;
    align-items: start;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.value-matrix-card:hover {
    transform: translateX(6px);
    border-color: rgba(230, 92, 0, 0.3);
    box-shadow: 0 10px 15px -3px rgba(11, 27, 61, 0.04);
}

.fa fa-box {
    width: 48px;
    height: 48px;
    border-radius: 10px;
    background-color: #445884;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    flex-shrink: 0;
    transition: background-color 0.3s ease;
}

.value-matrix-card:hover .fa fa-box {
    background-color: #e65c00; /* Flips color profile to Dark Orange on card hover */
}

.value-card-text h4 {
    font-size: 1.1rem;
    font-weight: 700;
    color: #0b1b3d;
    margin-bottom: 6px;
}

.value-card-text p {
    font-size: 0.875rem;
    color: #64748b;
    line-height: 1.5;
}

/* --- Pure CSS Embedded Vector Icons for Why-Us Block --- */
.fa fa-users { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://w3.org' viewBox='0 0 640 512'%3E%3Cpath fill='%23ffffff' d='M96 128a128 128 0 1 1 256 0A128 128 0 1 1 96 128zM0 482.3C0 383.8 79.8 304 178.3 304h113.4C390.2 304 470 383.8 470 482.3c0 16.4-13.3 29.7-29.7 29.7H29.7C13.3 512 0 498.7 0 482.3zM471.1 34.6c11.9-7.9 27.9-4.7 35.8 7.2l86.4 129.6c5.5 8.3 5.5 19.3 0 27.6l-86.4 129.6c-7.9 11.9-23.9 15.1-35.8 7.2s-15.1-23.9-7.2-35.8L533.2 256l-69.3-104c-7.9-11.9-4.7-27.9 7.2-35.8z'/%3E%3C/svg%3E"); }
.fa fa-shield { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://w3.org' viewBox='0 0 512 512'%3E%3Cpath fill='%23ffffff' d='M256 0c4.6 0 9.2 1.3 13.2 3.8L479.9 135.8c7.5 4.8 12.1 13.1 12.1 22v149.3c0 133.7-88.6 248-219.9 299.7c-8.3 3.3-17.7 3.3-26.1 0C114.6 555.1 26 440.8 26 307.1V157.8c0-8.9 4.6-17.2 12.1-22L242.8 3.8C246.8 1.3 251.4 0 256 0z'/%3E%3C/svg%3E"); }
.fa fa-inr { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://w3.org' viewBox='0 0 576 512'%3E%3Cpath fill='%23ffffff' d='M64 64C28.7 64 0 92.7 0 128V384c0 35.3 28.7 64 64 64H512c35.3 0 64-28.7 64-64V128c0-35.3-28.7-64-64-64H64zm64 320H64V320h64v64zm0-128H64V192h64v64zM512 384H448V320h64v64zm0-128H448V192h64v64zM192 144c0-8.8 7.2-16 16-16H368c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H208c-8.8 0-16-7.2-16-16V144zm0 128c0-8.8 7.2-16 16-16H368c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H208c-8.8 0-16-7.2-16-16V272zm0 128c0-8.8 7.2-16 16-16H368c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H208c-8.8 0-16-7.2-16-16V400z'/%3E%3C/svg%3E"); }
.fa fa-check { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://w3.org' viewBox='0 0 512 512'%3E%3Cpath fill='%23ffffff' d='M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM369 209L241 337c-9.4 9.4-24.6 9.4-33.9 0l-64-64c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l47 47L335 175c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9z'/%3E%3C/svg%3E"); }

/* --- Responsive Layout Breaks --- */
@media (max-width: 992px) {
    .why-us-premium-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    .why-us-content-block h2 {
        font-size: 2rem;
    }
}












    /* ==========================================================================
   Packers & Movers - Part 9: Service Area Section & Network Background
   ========================================================================== */

.service-area-section {
    padding: 100px 0;
    background-color: #0b1b3d; /* Theme Deep Blue Base background */
    position: relative;
    overflow: hidden;
}

/* 
   Pure CSS Embedded Offline Graphic (Base64 PNG Representation).
   Generates a network node connectivity map background layout with zero network latency.
*/
.network-bg-overlay {
    position: absolute;
    inset: 0;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkAgMAAAAn7duKAAAADFBMVEUAAAAzMzM4ODhAQEBAkrhJAAAADElEQVR4AWNgGAwAcAABAW4m8iQAAAAASUVORK5CYII=");
    background-size: 40px 40px;
    opacity: 0.04; /* Subtly textures the background */
    pointer-events: none;
    z-index: 1;
}

/* Layering utility to place elements above the background pattern */
.relative-z {
    position: relative;
    z-index: 2;
}

/* --- Section Header Customization --- */
.area-section-header {
    text-align: center;
    max-width: 750px;
    margin: 0 auto 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.area-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background-color: rgba(255, 255, 255, 0.06);
    color: #ffffff;
    font-size: 0.8rem;
    font-weight: 700;
    padding: 6px 16px;
    border-radius: 50px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 20px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.area-badge-pulse {
    width: 6px;
    height: 6px;
    background-color: #e65c00; /* Dark Orange Pulse Indicator */
    border-radius: 50%;
    box-shadow: 0 0 0 0 rgba(230, 92, 0, 0.7);
    animation: pulseGlow 2s infinite;
}

@keyframes pulseGlow {
    0% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(230, 92, 0, 0.5); }
    70% { transform: scale(1); box-shadow: 0 0 0 6px rgba(230, 92, 0, 0); }
    100% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(230, 92, 0, 0); }
}

.area-section-header h2 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #ffffff;
    line-height: 1.2;
    letter-spacing: -0.5px;
    margin-bottom: 16px;
}

.area-section-header p {
    font-size: 1.05rem;
    color: #94a3b8;
    line-height: 1.6;
}

.area-accent-line {
    width: 60px;
    height: 4px;
    background: linear-gradient(90deg, #e65c00, #dc2626);
    border-radius: 2px;
    margin-top: 20px;
}

/* --- Metro Distribution Grid Structure --- */
.metro-cities-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 25px;
}

.city-block-card {
    background-color: rgba(30, 41, 59, 0.4);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    padding: 30px;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 180px;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.city-glow {
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 80% 20%, rgba(230, 92, 0, 0.06), transparent 60%);
    opacity: 0;
    transition: opacity 0.4s ease;
}

.city-block-card:hover {
    transform: translateY(-5px);
    border-color: rgba(230, 92, 0, 0.3);
    background-color: rgba(30, 41, 59, 0.6);
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.3);
}

.city-block-card:hover .city-glow {
    opacity: 1;
}

/* --- Content Elements Inside City Cards --- */
.city-tag {
    font-size: 0.68rem;
    font-weight: 700;
    text-transform: uppercase;
    padding: 2px 8px;
    border-radius: 4px;
    display: inline-block;
    margin-bottom: 12px;
    letter-spacing: 0.5px;
}

.city-tag.primary-hub { background-color: rgba(230, 92, 0, 0.15); color: #ff8c3a; }
.city-tag.regular-hub { background-color: rgba(255, 255, 255, 0.06); color: #cbd5e1; }

.city-info h4 {
    color: #ffffff;
    font-size: 1.35rem;
    font-weight: 700;
    margin-bottom: 6px;
}

.city-info p {
    color: #94a3b8;
    font-size: 0.875rem;
    line-height: 1.4;
    margin-bottom: 20px;
}

.city-route-indicator {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    padding-top: 14px;
    font-size: 0.8rem;
    font-weight: 600;
    color: #cbd5e1;
    display: flex;
    align-items: center;
    gap: 6px;
}

/* Pure CSS Route Vector Icon Definition */
.fa fa-road {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://w3.org' viewBox='0 0 512 512'%3E%3Cpath fill='%23e65c00' d='M416 0C363 0 320 43 320 96c0 14.7 3.3 28.6 9.3 41.1l-84.6 84.6c-12.5-6-26.4-9.3-41.1-9.3c-14.7 0-28.6 3.3-41.1 9.3l-84.6-84.6C82.7 124.6 86 110.7 86 96C86 43 43 0 0 0v96c0 14.7 3.3 28.6 9.3 41.1l84.6 84.6c-6 12.5-9.3 26.4-9.3 41.1c0 53 43 96 96 96c14.7 0 28.6-3.3 41.1-9.3l84.6 84.6c-6 12.5-9.3 26.4-9.3 41.1c0 53 43 96 96 96s96-43 96-96c0-14.7-3.3-28.6-9.3-41.1l84.6-84.6c6-12.5 9.3-26.4 9.3-41.1c0-53-43-96-96-96zm-208 320c-17.7 0-32-14.3-32-32s14.3-32 32-32s32 14.3 32 32s-14.3 32-32 32z'/%3E%3C/svg%3E");
}

/* --- Responsive Viewports Adjustments --- */
@media (max-width: 768px) {
    .area-section-header h2 { font-size: 2rem; }
    .service-area-section { padding: 60px 0; }
    .metro-cities-grid { grid-template-columns: 1fr; }
}














/* ==========================================================================
   Packers & Movers - Part 7: Footer & Layout Media Queries
   ========================================================================== */

/* --- Main Footer Framework --- */
.footer {
    background-color: #0b1b3d;
    color: #cbd5e1;
    padding: 60px 0 20px;
    border-top: 4px solid #e65c00;
}
.footer-grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr;
    gap: 40px;
    padding-bottom: 40px;
}
.footer-logo {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 1.5rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 15px;
}
.footer-desc {
    font-size: 0.875rem;
    color: #94a3b8;
}
.footer h3 {
    color: #ffffff;
    margin-bottom: 20px;
    font-size: 1.125rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.footer-links {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.footer-links li {
    display: flex;
    align-items: center;
    gap: 10px;
}
.phone-link {
    color: #ffffff;
    text-decoration: none;
    font-weight: 600;
}
.footer-location {
    display: flex;
    gap: 10px;
}
.footer-bottom {
    border-top: 1px solid #1e293b;
    padding-top: 20px;
    display: flex;
    justify-content: space-between;
    font-size: 0.75rem;
    color: #64748b;
}

/* --- Layout Media Breakpoints --- */
@media (max-width: 992px) {
    .about-grid { 
        grid-template-columns: 1fr; 
        gap: 40px; 
    }
    .slide-content h1 { 
        font-size: 2.25rem; 
    }
}

@media (max-width: 768px) {
    .topbar { 
        display: none; 
    }
    .navbar { 
        top: 0; 
    }
    .nav-menu { 
        display: none; 
    }
    .menu-toggle { 
        display: flex; 
    }
    .footer-grid { 
        grid-template-columns: 1fr; 
        gap: 30px; 
    }
    .footer-bottom { 
        flex-direction: column; 
        text-align: center; 
        gap: 10px; 
    }
    .form-row { 
        grid-template-columns: 1fr; 
    }
}

















/* ==========================================================================
   Packers & Movers - Part 10: Unique Internal Page Specific Layouts
   ========================================================================== */

.internal-hero {
    background-color: #0b1b3d;
    padding: 80px 0;
    color: #ffffff;
    position: relative;
    text-align: center;
    border-bottom: 4px solid #e65c00;
}

.internal-hero h1 {
    font-size: 2.75rem;
    margin-bottom: 10px;
    font-weight: 700;
}

.breadcrumbs {
    font-size: 0.9rem;
    color: #94a3b8;
}

.breadcrumbs a {
    color: #ffffff;
    text-decoration: none;
    font-weight: 600;
}

.breadcrumbs a:hover {
    color: #e65c00;
}

.content-block {
    padding: 80px 0;
    background-color: #ffffff;
}

.narrative-wrapper {
    max-width: 900px;
    margin: 0 auto;
}

.narrative-wrapper p {
    font-size: 1.05rem;
    line-height: 1.75;
    color: #475569;
    margin-bottom: 24px;
    text-align: justify;
}

.narrative-wrapper h3 {
    font-size: 1.75rem;
    color: #0b1b3d;
    margin: 40px 0 20px;
    font-weight: 700;
    border-left: 5px solid #e65c00;
    padding-left: 15px;
}

/* Internal Page 3-Column Info Cards Grid */
.info-grid-3 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 25px;
    margin: 40px 0;
}

.info-box-card {
    background-color: #f8fafc;
    border: 1px solid #e2e8f0;
    padding: 30px;
    border-radius: 12px;
}

.info-box-card h4 {
    font-size: 1.25rem;
    color: #0b1b3d;
    margin-bottom: 12px;
    font-weight: 700;
}

.info-box-card p {
    font-size: 0.95rem;
    line-height: 1.5;
    margin-bottom: 0;
    color: #64748b;
}

/* Responsive constraints for long-form narrative layout profiles */
@media (max-width: 768px) {
    .internal-hero { padding: 50px 0; }
    .internal-hero h1 { font-size: 2rem; }
    .narrative-wrapper p { font-size: 1rem; text-align: left; }
    .content-block { padding: 40px 0; }
}















/* ==========================================================================
   Packers & Movers - Part 11: Services Page Subheading Tweaks
   ========================================================================== */
.narrative-wrapper h3 {
    margin-top: 50px;
    font-size: 1.5rem;
    color: #0b1b3d;
    font-weight: 700;
}