.body {
    font-family: "Inter", sans-serif;
}

p {
    font-family: "Inter", sans-serif;
    line-height: 1.7em;
    font-weight: 500;
    font-size: 16px;
    color: #2B2B35;
}

ul li {
    font-family: "Inter", sans-serif;
    line-height: 1.7em;
    font-weight: 500;
    font-size: 16px;
    color: #2B2B35;
}

ol li {
    font-family: "Inter", sans-serif;
    line-height: 1.7em;
    font-weight: 500;
    font-size: 16px;
    color: #2B2B35;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    color: #024176;
    font-weight: 600;
    font-family: 'Cormorant Garamond', sans-serif;
}

h1 {
    font-size: 70px;
    line-height: 1.7em;
}

h2 {
    font-size: 36px;
    color: #024176;
    line-height: 1.7em;
}

h3 {
    font-size: 26px;
    color: #024176;
    line-height: 1.7em;
}

h4 {
    font-size: 24px;
    color: #024176;
    line-height: 1.7em;
}

h5 {
    font-size: 18px;
    line-height: 1.7em;
}

h6 {
    font-size: 16px;
}

.top-text i,
a,
span {
    font-size: 12px;
}

img {
    width: 100%;
    height: auto;
    margin: auto;
}


#logsedf {
    width: 55%;
}


.navbar-nav .nav-link {
    color: #fff;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.7em;
    padding: 6px 25px !important;
    text-transform: uppercase;
}

.bg-light {
    background-color: transparent !important;
}

.home-slider {
    background-image: url(../images/headbg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0px 100px 60px;
}

.or-text {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
}

.btn-outline-light {
    border: 2px solid;
}

.mt-100 {
    margin-top: 400px;
}

.topbar-section {
    padding: 8px 0;
}

.abt-section {
    padding: 40px;
}

.btn-primary {
    background-color: #024176;
    border: #024176;
}

.btn-primary:hover {
    background-color: #024176;
}

.btn-primary:focus {
    background-color: #024176;
}

.ser-section {
    background-color: #EBEBEB;
    padding: 40px;
}

.bg-lightgary {
    background-color: #EBEBEB;
}

.bgnewprimary {
    background-color: #024176;
    border: #024176;
}

.bgnewprimary::placeholder {
    color: #ffffff;
}

.bginputicon {
    background-color: #024176;
    color: #fff;
    border: #024176;
}

.prodtext h5 {
    color: #434248;
    font-size: 16px;
}

.form-label {
    font-size: 16px;
    color: #333333;
}

.footer-section {
    background-color: #024176;
    padding: 40px;
}

.footer-logo {
    width: 50%;
}

.widget h2 {
    cursor: pointer;
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
    font-style: normal;
    line-height: 160.4%;
    text-transform: capitalize;
}

.widget_content ul {
    padding: 0px 8px;
}

.widget_content ul li {
    list-style: none;
    padding: 3px 3px;
}

#foot-icon {
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
}

.widget_content ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
    padding-left: 10px;
}

.widget_social ul li {
    display: inline;
}

.widget_social ul li a {
    color: #B90D33;
    text-decoration: none;
    font-size: 24px;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
}

.footerb-text p {
    color: #4e4e4e;
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 500;
    padding-top: 10px;
}

.pagebanner-section {
    background-image: url(../images/bannerimg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px;
}

.inventory-selector-section {
    background:
        radial-gradient(circle at 10% 5%, rgba(2, 65, 118, 0.12), transparent 28%),
        linear-gradient(180deg, #f8fafc 0%, #ffffff 44%, #f3f6f9 100%);
    padding: 58px 40px 78px;
}

.inventory-landing-intro {
    margin: 0 auto 34px;
    max-width: 860px;
    text-align: center;
}

.inventory-landing-intro h2 {
    color: #082a45;
    font-family: "Inter", sans-serif;
    font-size: clamp(32px, 4vw, 56px);
    font-weight: 900;
    letter-spacing: -0.05em;
    line-height: 1;
    margin-bottom: 16px;
}

.inventory-landing-intro p {
    color: #64748b;
    font-size: 17px;
    line-height: 1.75;
    margin: 0 auto;
    max-width: 740px;
}

.inventory-selector-grid {
    display: grid;
    gap: 52px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: 0 auto;
    max-width: 1500px;
    width: 100%;
}

.inventory-type-card {
    aspect-ratio: 1.12 / 1;
    border: 1px solid rgba(15, 23, 42, 0.08);
    box-shadow: 0 28px 70px rgba(15, 23, 42, 0.18);
    display: block;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    width: 100%;
}

.inventory-type-card img {
    display: block;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
    width: 100%;
}

.inventory-type-overlay {
    background:
        linear-gradient(180deg, rgba(2, 35, 67, 0.45) 0%, rgba(2, 35, 67, 0.82) 58%, rgba(2, 35, 67, 0.94) 100%);
    inset: 0;
    position: absolute;
    transition: background 0.3s ease;
}

.inventory-type-content {
    align-items: flex-start;
    bottom: 0;
    display: flex;
    flex-direction: column;
    left: 0;
    padding: 34px;
    position: absolute;
    right: 0;
    z-index: 1;
}

.inventory-type-kicker {
    color: rgba(255, 255, 255, 0.78);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.18em;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.inventory-type-title {
    color: #fff;
    font-family: "Inter", sans-serif;
    font-size: clamp(34px, 3.4vw, 58px);
    font-weight: 800;
    letter-spacing: 0.02em;
    line-height: 1;
    margin-bottom: 13px;
    text-align: center;
    text-shadow: 0 3px 8px rgba(0, 0, 0, 0.35);
}

.inventory-type-copy {
    color: rgba(255, 255, 255, 0.84);
    font-size: 15px;
    line-height: 1.65;
    max-width: 420px;
}

.inventory-type-cta {
    align-items: center;
    background: #fff;
    color: #024176;
    display: inline-flex;
    font-size: 12px;
    font-weight: 900;
    gap: 10px;
    letter-spacing: 0.12em;
    margin-top: 22px;
    padding: 14px 16px;
    text-transform: uppercase;
    transition: background 0.25s ease, color 0.25s ease, transform 0.25s ease;
}

.inventory-type-card:hover img {
    transform: scale(1.05);
}

.inventory-type-card:hover .inventory-type-overlay {
    background:
        linear-gradient(180deg, rgba(2, 35, 67, 0.34) 0%, rgba(2, 35, 67, 0.78) 58%, rgba(2, 35, 67, 0.94) 100%);
}

.inventory-type-card:hover .inventory-type-cta {
    background: #df2125;
    color: #fff;
    transform: translateX(4px);
}

.modern-inventory-section {
    background:
        radial-gradient(circle at top left, rgba(2, 65, 118, 0.08), transparent 34%),
        linear-gradient(180deg, #f8fafc 0%, #ffffff 42%, #f3f6f9 100%);
    padding: 56px 0 72px;
}

.modern-inventory-header {
    align-items: end;
    display: flex;
    gap: 24px;
    justify-content: space-between;
    margin-bottom: 30px;
}

.inventory-eyebrow {
    color: #df2125;
    display: block;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.24em;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.modern-inventory-header h2 {
    color: #082a45;
    font-family: "Inter", sans-serif;
    font-size: clamp(32px, 4vw, 52px);
    font-weight: 900;
    letter-spacing: -0.04em;
    line-height: 1;
}

.modern-inventory-header p {
    color: #64748b;
    margin: 10px 0 0;
    max-width: 620px;
}

.inventory-back-link {
    align-items: center;
    background: #082a45;
    color: #fff;
    display: inline-flex;
    font-size: 12px;
    font-weight: 800;
    gap: 10px;
    letter-spacing: 0.12em;
    padding: 14px 18px;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
}

.inventory-back-link:hover {
    background: #024176;
    color: #fff;
}

.modern-inventory-shell {
    align-items: start;
    display: grid;
    gap: 28px;
    grid-template-columns: minmax(260px, 320px) 1fr;
}

.modern-filter-panel {
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(15, 23, 42, 0.08);
    box-shadow: 0 24px 70px rgba(15, 23, 42, 0.12);
    padding: 22px;
    position: sticky;
    top: 18px;
}

.filter-panel-title {
    border-bottom: 1px solid #e2e8f0;
    margin-bottom: 18px;
    padding-bottom: 16px;
}

.filter-panel-title span {
    color: #94a3b8;
    display: block;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.filter-panel-title strong {
    color: #082a45;
    display: block;
    font-family: "Inter", sans-serif;
    font-size: 26px;
    line-height: 1.1;
    margin-top: 4px;
}

.inventory-type-tabs {
    background: #eef3f8;
    border-radius: 999px;
    display: grid;
    gap: 4px;
    grid-template-columns: 1fr 1fr;
    list-style: none;
    margin: 0 0 18px;
    padding: 4px;
}

.inventory-type-tabs li {
    list-style: none;
    line-height: 1;
}

.inventory-type-tabs button {
    background: transparent;
    border: 0;
    border-radius: 999px;
    color: #64748b;
    font-size: 12px;
    font-weight: 900;
    padding: 12px 10px;
    text-transform: uppercase;
    width: 100%;
}

.inventory-type-tabs button.active {
    background: #024176;
    color: #fff;
    box-shadow: 0 10px 24px rgba(2, 65, 118, 0.22);
}

.modern-filter-form {
    display: grid;
    gap: 14px;
}

.modern-filter-form label {
    display: grid;
    gap: 7px;
}

.modern-filter-form label span {
    color: #334155;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.modern-filter-form input {
    background: #fff;
    border: 1px solid #dbe4ee;
    color: #0f172a;
    font-size: 14px;
    min-height: 46px;
    outline: none;
    padding: 12px 13px;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
    width: 100%;
}

.modern-filter-form input:focus {
    border-color: #024176;
    box-shadow: 0 0 0 4px rgba(2, 65, 118, 0.12);
}

.modern-search-input {
    position: relative;
}

.modern-search-input i {
    color: #94a3b8;
    left: 14px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.modern-search-input input {
    padding-left: 40px;
}

.filter-price-grid {
    display: grid;
    gap: 10px;
    grid-template-columns: 1fr 1fr;
}

.modern-filter-submit,
.modern-filter-reset {
    border: 0;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.14em;
    min-height: 48px;
    text-transform: uppercase;
}

.modern-filter-submit {
    background: #024176;
    color: #fff;
}

.modern-filter-submit:hover {
    background: #082a45;
}

.modern-filter-reset {
    background: #e2e8f0;
    color: #334155;
}

.modern-filter-reset:hover {
    background: #cbd5e1;
}

.modern-inventory-results {
    min-width: 0;
}

.modern-results-summary {
    align-items: center;
    background: #fff;
    border: 1px solid rgba(15, 23, 42, 0.08);
    display: flex;
    justify-content: space-between;
    margin-bottom: 18px;
    padding: 14px 18px;
}

.modern-results-summary span {
    color: #082a45;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.modern-results-summary small {
    color: #64748b;
    font-weight: 700;
}

.modern-card-grid {
    display: grid;
    gap: 22px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.modern-unit-card {
    background: #fff;
    border: 1px solid rgba(15, 23, 42, 0.08);
    color: inherit;
    display: block;
    overflow: hidden;
    text-decoration: none;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.modern-unit-card:hover {
    border-color: rgba(2, 65, 118, 0.25);
    box-shadow: 0 24px 55px rgba(15, 23, 42, 0.16);
    color: inherit;
    transform: translateY(-5px);
}

.modern-unit-image {
    aspect-ratio: 4 / 3;
    background: #dbe4ee;
    overflow: hidden;
    position: relative;
}

.modern-unit-image img {
    display: block;
    height: 100%;
    object-fit: cover;
    transition: transform 0.45s ease;
    width: 100%;
}

.modern-unit-card:hover .modern-unit-image img {
    transform: scale(1.06);
}

.modern-unit-badge {
    background: #df2125;
    color: #fff;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 0.16em;
    padding: 8px 10px;
    position: absolute;
    right: 12px;
    text-transform: uppercase;
    top: 12px;
}

.modern-unit-body {
    padding: 18px;
}

.modern-unit-topline {
    display: flex;
    gap: 8px;
    margin-bottom: 10px;
}

.modern-unit-topline span {
    background: #eef3f8;
    color: #475569;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 0.1em;
    padding: 7px 9px;
    text-transform: uppercase;
}

.modern-unit-body h3 {
    color: #082a45;
    font-family: "Inter", sans-serif;
    font-size: 20px;
    font-weight: 900;
    letter-spacing: -0.02em;
    line-height: 1.18;
    min-height: 48px;
}

.modern-unit-price {
    color: #024176;
    font-size: 24px;
    font-weight: 900;
    margin: 12px 0;
}

.modern-unit-meta {
    border-bottom: 1px solid #e2e8f0;
    border-top: 1px solid #e2e8f0;
    display: grid;
    gap: 8px;
    padding: 13px 0;
}

.modern-unit-meta span {
    align-items: center;
    color: #64748b;
    display: flex;
    font-size: 13px;
    gap: 9px;
}

.modern-unit-meta i {
    color: #024176;
    width: 15px;
}

.modern-unit-footer {
    align-items: center;
    display: flex;
    gap: 12px;
    justify-content: space-between;
    padding-top: 14px;
}

.modern-unit-footer span {
    color: #64748b;
    font-size: 12px;
    font-weight: 700;
}

.modern-unit-footer strong {
    color: #df2125;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    white-space: nowrap;
}

.modern-empty-state {
    background: #fff;
    border: 1px solid #e2e8f0;
    padding: 70px 30px;
    text-align: center;
}

.modern-empty-state i {
    color: #024176;
    font-size: 42px;
    margin-bottom: 18px;
}

.modern-empty-state h3 {
    color: #082a45;
    font-family: "Inter", sans-serif;
    font-weight: 900;
}

.modern-empty-state p {
    color: #64748b;
    margin: 8px auto 0;
    max-width: 420px;
}

.modern-pagination-wrap {
    margin-top: 28px;
}

.parking-request-section {
    background:
        radial-gradient(circle at top left, rgba(2, 65, 118, 0.1), transparent 30%),
        linear-gradient(180deg, #f8fafc 0%, #ffffff 48%, #f3f6f9 100%);
    padding: 62px 0 78px;
}

.parking-request-shell {
    align-items: stretch;
    display: grid;
    gap: 34px;
    grid-template-columns: minmax(260px, 0.78fr) minmax(0, 1.22fr);
}

.parking-request-copy {
    background: #082a45;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    padding: 42px;
    position: relative;
}

.parking-request-copy::after {
    border: 1px solid rgba(255, 255, 255, 0.18);
    content: "";
    inset: 18px;
    pointer-events: none;
    position: absolute;
}

.parking-request-copy h2 {
    color: #fff;
    font-family: "Inter", sans-serif;
    font-size: clamp(32px, 4vw, 54px);
    font-weight: 900;
    letter-spacing: -0.05em;
    line-height: 1;
    margin: 8px 0 18px;
}

.parking-request-copy p {
    color: rgba(255, 255, 255, 0.78);
    font-size: 17px;
    margin: 0;
}

.parking-feature-list {
    display: grid;
    gap: 14px;
    margin-top: 34px;
}

.parking-feature-list div {
    align-items: center;
    background: rgba(255, 255, 255, 0.08);
    display: flex;
    gap: 14px;
    padding: 14px;
}

.parking-feature-list i {
    align-items: center;
    background: #df2125;
    color: #fff;
    display: flex;
    flex: 0 0 38px;
    height: 38px;
    justify-content: center;
    width: 38px;
}

.parking-feature-list span {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
}

.parking-form-card {
    background: #fff;
    border: 1px solid rgba(15, 23, 42, 0.08);
    box-shadow: 0 28px 70px rgba(15, 23, 42, 0.12);
    padding: 30px;
}

.parking-request-form {
    display: grid;
    gap: 18px;
}

.parking-form-grid {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.parking-request-form label {
    display: grid;
    gap: 8px;
}

.parking-request-form label span {
    color: #334155;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.parking-request-form em {
    color: #df2125;
    font-style: normal;
}

.parking-request-form input,
.parking-request-form select,
.parking-request-form textarea {
    background: #fff;
    border: 1px solid #dbe4ee;
    color: #0f172a;
    font-size: 14px;
    min-height: 48px;
    outline: none;
    padding: 12px 13px;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
    width: 100%;
}

.parking-request-form textarea {
    resize: vertical;
}

.parking-request-form input:focus,
.parking-request-form select:focus,
.parking-request-form textarea:focus {
    border-color: #024176;
    box-shadow: 0 0 0 4px rgba(2, 65, 118, 0.12);
}

.parking-request-form small {
    color: #df2125;
    font-weight: 700;
}

.parts-page-section {
    background:
        radial-gradient(circle at 8% 8%, rgba(223, 33, 37, 0.08), transparent 28%),
        linear-gradient(180deg, #f8fafc 0%, #ffffff 48%, #f2f5f8 100%);
    padding: 70px 0 82px;
}

.parts-hero-grid,
.parts-feature-grid {
    align-items: center;
    display: grid;
    gap: 38px;
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
}

.parts-hero-copy,
.parts-feature-card,
.parts-credit-panel {
    background: #fff;
    border: 1px solid rgba(15, 23, 42, 0.08);
    box-shadow: 0 24px 60px rgba(15, 23, 42, 0.1);
    padding: 38px;
}

.parts-hero-copy h2,
.parts-feature-card h3,
.parts-credit-panel h3 {
    color: #082a45;
    font-family: "Inter", sans-serif;
    font-weight: 900;
    line-height: 1.05;
    margin-bottom: 18px;
}

.parts-hero-copy h2 {
    font-size: clamp(34px, 4vw, 58px);
}

.parts-feature-card h3,
.parts-credit-panel h3 {
    font-size: clamp(28px, 3vw, 42px);
}

.parts-hero-copy p,
.parts-credit-panel p {
    color: #475569;
    font-size: 16px;
    line-height: 1.8;
}

.parts-hero-image,
.parts-feature-image {
    border-radius: 24px;
    box-shadow: 0 24px 60px rgba(15, 23, 42, 0.18);
    overflow: hidden;
}

.parts-hero-image img,
.parts-feature-image img {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.parts-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 26px;
}

.parts-primary-link,
.parts-secondary-link {
    align-items: center;
    border-radius: 999px;
    display: inline-flex;
    font-size: 14px;
    font-weight: 900;
    gap: 10px;
    letter-spacing: 0.03em;
    padding: 14px 22px;
    text-decoration: none;
    text-transform: uppercase;
}

.parts-primary-link {
    background: #df2125;
    color: #fff;
}

.parts-primary-link:hover {
    background: #b91c1c;
    color: #fff;
}

.parts-secondary-link {
    border: 1px solid #cbd5e1;
    color: #082a45;
}

.parts-secondary-link:hover {
    border-color: #082a45;
    color: #082a45;
}

.parts-feature-grid {
    margin-top: 46px;
}

.parts-benefit-list {
    display: grid;
    gap: 14px;
    list-style: none;
    margin: 24px 0 0;
    padding: 0;
}

.parts-benefit-list li {
    align-items: flex-start;
    color: #334155;
    display: flex;
    font-weight: 700;
    gap: 12px;
}

.parts-benefit-list i {
    align-items: center;
    background: rgba(223, 33, 37, 0.12);
    border-radius: 999px;
    color: #df2125;
    display: inline-flex;
    flex: 0 0 28px;
    height: 28px;
    justify-content: center;
    margin-top: -2px;
    width: 28px;
}

.parts-credit-panel {
    align-items: center;
    background: #082a45;
    color: #fff;
    display: flex;
    gap: 32px;
    justify-content: space-between;
    margin-top: 46px;
}

.parts-credit-panel h3 {
    color: #fff;
}

.parts-credit-panel p {
    color: rgba(255, 255, 255, 0.78);
    margin-bottom: 10px;
}

.privacy-banner {
    overflow: hidden;
    position: relative;
}

.privacy-banner::before {
    background: linear-gradient(90deg, rgba(2, 65, 118, 0.88), rgba(2, 65, 118, 0.48));
    content: "";
    inset: 0;
    position: absolute;
}

.privacy-banner .container {
    position: relative;
    z-index: 1;
}

.privacy-banner-text {
    margin-top: 38px;
    text-align: center;
}

.privacy-banner-text h1 {
    color: #ffffff;
    font-family: "Inter", sans-serif;
    font-size: clamp(42px, 6vw, 78px);
    font-weight: 900;
    letter-spacing: -0.05em;
    line-height: 1;
    margin: 14px 0 18px;
}

.privacy-banner-text p {
    color: rgba(255, 255, 255, 0.82);
    font-size: 18px;
    line-height: 1.7;
    margin: 0 auto;
    max-width: 680px;
}

.privacy-eyebrow,
.privacy-card-kicker {
    color: #B90D33;
    display: inline-flex;
    font-family: "Inter", sans-serif;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.privacy-page-section {
    background:
        radial-gradient(circle at 4% 0%, rgba(185, 13, 51, 0.11), transparent 28%),
        radial-gradient(circle at 94% 8%, rgba(2, 65, 118, 0.13), transparent 30%),
        linear-gradient(180deg, #f8fafc 0%, #ffffff 48%, #eef3f8 100%);
    padding: 72px 0 86px;
}

.privacy-document {
    background: rgba(255, 255, 255, 0.95);
    border: 1px solid rgba(2, 65, 118, 0.1);
    border-left: 7px solid #B90D33;
    box-shadow: 0 28px 80px rgba(15, 23, 42, 0.12);
    margin: 0 auto;
    max-width: 980px;
    padding: clamp(28px, 5vw, 58px);
}

.privacy-document-header {
    align-items: center;
    border-bottom: 1px solid rgba(2, 65, 118, 0.12);
    display: flex;
    gap: 14px;
    justify-content: space-between;
    margin-bottom: 30px;
    padding-bottom: 20px;
}

.privacy-document-header strong {
    background: #eef5fb;
    color: #024176;
    display: inline-flex;
    font-size: 15px;
    font-weight: 900;
    padding: 10px 14px;
}

.privacy-document h2 {
    color: #082a45;
    font-family: "Inter", sans-serif;
    font-size: clamp(32px, 5vw, 54px);
    font-weight: 900;
    letter-spacing: -0.05em;
    line-height: 1;
    margin-bottom: 18px;
}

.privacy-document h3 {
    color: #082a45;
    font-family: "Inter", sans-serif;
    font-size: 25px;
    font-weight: 900;
    letter-spacing: -0.04em;
    line-height: 1.2;
    margin: 36px 0 12px;
    padding-top: 4px;
}

.privacy-document p {
    color: #475569;
    font-size: 16px;
    line-height: 1.85;
    margin-bottom: 14px;
}

.privacy-document a {
    color: #B90D33;
    font-weight: 800;
    text-decoration: none;
    word-break: break-word;
}

.privacy-document .privacy-check-list {
    column-gap: 34px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    list-style: none;
    margin: 16px 0 0;
    padding: 0;
    row-gap: 12px;
}

.privacy-document .privacy-check-list li {
    background: transparent;
    border: 0;
    color: #334155;
    display: block;
    font-size: 15px;
    line-height: 1.65;
    padding: 0 0 0 24px;
    position: relative;
}

.privacy-document .privacy-check-list li::before {
    color: #B90D33;
    content: "\2713";
    font-weight: 900;
    left: 0;
    position: absolute;
    top: 0;
}

.privacy-shell {
    align-items: start;
    display: grid;
    gap: 30px;
    grid-template-columns: minmax(240px, 330px) minmax(0, 1fr);
}

.privacy-side-card {
    display: grid;
    gap: 18px;
    position: sticky;
    top: 24px;
}

.privacy-date-card,
.privacy-quick-card,
.privacy-contact-card,
.privacy-intro-card,
.privacy-section-card,
.privacy-mini-card,
.privacy-final-card {
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(2, 65, 118, 0.1);
    box-shadow: 0 22px 60px rgba(15, 23, 42, 0.1);
}

.privacy-date-card {
    background: linear-gradient(135deg, #024176 0%, #082a45 100%);
    color: #ffffff;
    padding: 26px;
}

.privacy-date-card span {
    color: rgba(255, 255, 255, 0.72);
    display: block;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.16em;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.privacy-date-card strong {
    display: block;
    font-size: 28px;
    letter-spacing: -0.03em;
}

.privacy-quick-card,
.privacy-contact-card {
    padding: 26px;
}

.privacy-quick-card h2,
.privacy-contact-card h2 {
    color: #082a45;
    font-family: "Inter", sans-serif;
    font-size: 20px;
    font-weight: 900;
    letter-spacing: -0.03em;
    line-height: 1.2;
    margin-bottom: 14px;
}

.privacy-quick-card ul {
    display: grid;
    gap: 12px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.privacy-quick-card li {
    color: #475569;
    font-size: 14px;
    line-height: 1.6;
    padding-left: 22px;
    position: relative;
}

.privacy-quick-card li::before {
    background: #B90D33;
    border-radius: 999px;
    content: "";
    height: 7px;
    left: 0;
    position: absolute;
    top: 9px;
    width: 7px;
}

.privacy-contact-card p {
    color: #64748b;
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 14px;
}

.privacy-contact-card a,
.privacy-final-card a {
    color: #B90D33;
    font-weight: 800;
    text-decoration: none;
    word-break: break-word;
}

.privacy-policy-content {
    display: grid;
    gap: 22px;
}

.privacy-intro-card {
    border-left: 6px solid #B90D33;
    padding: 36px;
}

.privacy-intro-card h2 {
    color: #082a45;
    font-family: "Inter", sans-serif;
    font-size: clamp(30px, 4vw, 48px);
    font-weight: 900;
    letter-spacing: -0.05em;
    line-height: 1.05;
    margin: 12px 0 16px;
}

.privacy-intro-card p,
.privacy-section-card p,
.privacy-mini-card p,
.privacy-final-card p {
    color: #475569;
    font-size: 16px;
    line-height: 1.85;
    margin-bottom: 14px;
}

.privacy-section-card {
    display: grid;
    gap: 22px;
    grid-template-columns: 70px minmax(0, 1fr);
    padding: 32px;
}

.privacy-section-icon {
    align-items: center;
    background: #eef5fb;
    border: 1px solid rgba(2, 65, 118, 0.12);
    color: #024176;
    display: flex;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 900;
    height: 56px;
    justify-content: center;
    letter-spacing: -0.03em;
    width: 56px;
}

.privacy-section-card h3,
.privacy-mini-card h3,
.privacy-final-card h3 {
    color: #082a45;
    font-family: "Inter", sans-serif;
    font-size: 24px;
    font-weight: 900;
    letter-spacing: -0.04em;
    line-height: 1.2;
    margin-bottom: 12px;
}

.privacy-check-list {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    list-style: none;
    margin: 16px 0 0;
    padding: 0;
}

.privacy-check-list li {
    align-items: flex-start;
    background: #f8fafc;
    border: 1px solid rgba(15, 23, 42, 0.06);
    color: #334155;
    display: flex;
    font-size: 14px;
    gap: 10px;
    line-height: 1.55;
    padding: 12px 14px;
}

.privacy-check-list li::before {
    color: #B90D33;
    content: "\2713";
    font-weight: 900;
    line-height: 1.5;
}

.privacy-highlight {
    background: linear-gradient(135deg, rgba(185, 13, 51, 0.1), rgba(2, 65, 118, 0.08));
    border-left: 4px solid #B90D33;
    color: #082a45;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.7;
    margin-top: 18px;
    padding: 18px 20px;
}

.privacy-grid {
    display: grid;
    gap: 22px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.privacy-mini-card,
.privacy-final-card {
    padding: 30px;
}

.privacy-final-card {
    background: #082a45;
}

.privacy-final-card h3,
.privacy-final-card p {
    color: #ffffff;
}

.privacy-final-card p {
    color: rgba(255, 255, 255, 0.78);
}

.parking-form-wide {
    grid-column: 1 / -1;
}

.parking-submit-btn {
    align-items: center;
    background: #024176;
    border: 0;
    color: #fff;
    display: inline-flex;
    font-size: 12px;
    font-weight: 900;
    gap: 10px;
    justify-content: center;
    letter-spacing: 0.14em;
    min-height: 52px;
    padding: 15px 20px;
    text-transform: uppercase;
    transition: background 0.25s ease, transform 0.25s ease;
}

.parking-submit-btn:hover {
    background: #082a45;
    transform: translateY(-2px);
}

.bannertext {
    text-align: center;
    margin-top: 70px;
}

.bannertext h1 {
    font-size: 41px;
    color: #fff;
}

.cont-text h5 {
    color: #323232;
    font-size: 16px;
}

.formbg {
    background-color: #676767;
    padding: 30px;
}

.formlabel {
    color: #fff;
}

.page-link {
    color: #7D858B;
}

.active>.page-link,
.page-link.active {
    background-color: #024176;
    border: #024176;
}

.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-radius: 0.5rem;
    color: #024176;
    background-color: #fff;
    border: 2px solid #024176;
    margin-right: 0.5rem;
}

.nav-tabs .nav-link.active {
    background-color: #024176;
    border-color: #024176;
    color: #fff;
}

.nav-tabs .nav-link:hover {
    background-color: #024176;
    color: #fff;
}

.nav-tabs {
    border: none;
}

.homebannertext {
    margin-top: 60px;
}

.homebannertext p strong {
    font-weight: 600;
    font-size: 20px;
}

.homebannertext p {
    color: #fff;
    text-align: start;
    font-size: 18px;
    line-height: 1.7em;
    font-weight: 300;
}

.homebannertext h3 {
    color: #fff;
    font-size: 1.8em;
    line-height: 1;
    text-align: left;
    padding-top: 1.38em;
    text-transform: uppercase;
}

.homebannertext h2 {
    color: #034176;
    font-size: 2.78em;
    font-style: italic;
    text-transform: uppercase;
    text-shadow: rgba(255, 255, 255, 0.675) 1px 1px 1px;
}

.homebannertext h2 em {
    font-style: normal;
    font-size: .5em;
    vertical-align: top;
    text-transform: none;
    position: relative;
    top: -0.5em;
    padding-left: 0em;
    font-style: italic;
}

.homebannertext .btn-primary {
    clip-path: polygon(0% 0%, 93% 0%, 100% 50%, 93% 100%, 0% 100%);
    max-width: 100%;
}

.homebannertext .btn-primary:hover {
    background-color: #fff;
    color: #024176;
}

.baneerhome {
    position: absolute;
    right: 0;
    transform: translateY(-50%);
}

.baneerhome .btn-primary {

    max-width: 100%;
    padding-left: 30px;
}

.btn-animate {
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    transform-origin: right center;
}

.btn-animate:hover {
    transform: scaleX(1.2);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

.sliderheader {
    z-index: 1;
}

.homebannertext h1 {
    color: #034176;
    font-size: 2.78em;
    font-style: italic;
    text-transform: uppercase;
    text-shadow: rgba(255, 255, 255, 0.675) 1px 1px 1px;
}

.baneerhome ul li {
    list-style: none;
    background-color: #024176;
    padding: .5em .7em .5em 3.2em;
    clip-path: polygon(9% 0%, 100% 1%, 100% 100%, 9% 100%, 0% 50%);
}

.baneerhome ul li a {
    width: auto;
    color: #fff;
    display: block;
    line-height: 1;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 30px;
    position: relative;
    padding: .5em .5em .7em 3.2em;
    z-index: 0;
    -webkit-clip-path: polygon(7% 0%, 100% 1%, 100% 100%, 7% 100%, 0% 50%);
    clip-path: polygon(7% 0%, 100% 1%, 100% 100%, 7% 100%, 0% 50%);
}

.btn-animate a::before {
    background-image: url(../images/truck.svg);

}

.btn-animate a::before {
    content: " ";
    width: 1.5em;
    height: 1.5em;
    position: absolute;
    top: 0;
    left: 20px;
    bottom: 0;
    margin: auto;
    z-index: 1;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.baneerhome ul li.quick-link a {
    padding-left: 3.2em;
}

.baneerhome ul li.quick-link a i {
    align-items: center;
    bottom: 0;
    display: flex;
    font-size: 1.15em;
    height: 1.5em;
    justify-content: center;
    left: 20px;
    line-height: 1;
    margin: auto;
    position: absolute;
    top: 0;
    width: 1.5em;
}

.baneerhome ul li.quick-link a::before {
    content: none;
    background-image: none;
}

.detail-text h2 {
    color: #2B2B35;
}

.dvider {
    border: 1px solid #000;
    height: 20px;
}

.prolink a {
    font-size: 18px;
    color: #034176;
    font-weight: 600;
}

.list-group li {
    font-size: 18px !important;
    color: #757575;
}

.accordion-flush .accordion-item .accordion-button,
.accordion-flush .accordion-item .accordion-button.collapsed {
    font-size: 18px;
    font-weight: 600;
}

.accordion-button:not(.collapsed) {
    color: #034176 !important;
}

.bg-lighter-gray {
    background-color: #f6f6f6;
}

.bg-lighter {
    background-color: #f6f6f6;
}

.warr-text h3 {
    font-size: 18px;
    font-weight: 600;
}

.warr-text ul li {
    font-size: 18px;
    color: #757575;
}

.warr-text a {
    font-size: 16px;
    color: #757575;
    margin-left: 10px;
}

.warr-text a:hover {
    color: #000;
}

.btn-light-gray {
    border: 1px solid #d1d5db !important;
    color: #757575 !important;
    text-align: start;
}

.btn-light-gray i {
    color: #034176;
}

.btn-light-gray:hover {
    background-color: #024176 !important;
    border: 1px solid #024176 !important;
    color: #ffffff !important;
}

.btn-light-gray i:hover {
    color: #fff;
}

.bg-navyblue {
    background-color: #034176;
    padding: 15px;
}

.assistance-text h3 {
    font-size: 18px;
    font-weight: 600;
}

.assistance-text ul li {
    font-size: 18px;
    color: #fff;
    list-style: none;
    line-height: 1.7em;
}

.assistance-text a {
    font-size: 16px;
    color: #fff;
    margin-left: 10px;
}

.bgemp-color {
    background-color: #2B2B35;
    padding: 60px;
}


/* step form css */

.step-indicator {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.step-indicator .step {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 0.2;
}

.step-indicator .step i {
    font-size: 20px;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ccc;
    color: #fff;
    transition: background-color 0.3s, color 0.3s;
}

.step-indicator .step.active i {
    background-color: #024176;
    /* Active circle color */
    color: #fff;
    /* Active icon color */
}


.step-indicator .line {
    flex-grow: 1;
    height: 2px;
    background-color: #ccc;
    margin: 0 6px;
}

.step-indicator .line.active {
    background-color: #024176;
}

.step-content {
    display: none;
}

.step-content.active {
    display: block;
}

.numbercla {
    width: 50px;
    height: 50px;
    background-color: #024176;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 100%;
}

.numbercla span {
    color: #fff;
    font-weight: 600;
    font-size: 24px;

}


.carousel-inner img {
    width: 100%;
    max-height: 550px; /* Adjust the height as needed */
    object-fit: cover;
}

.thumbnails {
    margin-top: 10px;
}

.thumbnails img {
    cursor: pointer;
    max-width: 132px;
    margin-right: 8px;
}

.prodeatilstab .nav-tabs .nav-link {
    margin-bottom: -1px;
    background: 0 0;
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    border-bottom-left-radius: 0rem;
    border-bottom-right-radius: 0rem;
    width: 370px;
}
.prodeatilstab ul.nav-tabs li:first-child {
    margin-left: 15px;
}

.prodeatilstab .nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
    width: 370px;
}

.prodeatilstab .nav-tabs .nav-link:hover {
    border-color: #dee2e6 #dee2e6 #fff;
    color: #495057;
    width: 370px;
}

.prodeatilstab .nav-tabs {
    border-bottom: 1px solid #dee2e6;
}
.color-square {
    border: 1px solid #ddd;
    display: inline-block;
    height: 13px;
    margin-right: 8px;
    position: relative;
    top: 2px;
    width: 13px;
}
.divider.divider-center, .divider.divider-center.divider-short {
    text-align: center;
}
.divider {
    position: relative;
    overflow: hidden;
    margin: 20px 0;
    color: #ddd;
    width: 100%;
}
.divider i {
    position: relative;
    width: 18px;
    height: 18px;
    line-height: 1;
    font-size: 18px !important;
    text-align: center;
}
.divider.divider-center.divider-short:before, .divider.divider-center:before, .divider:after {
    content: '';
    position: absolute;
    width: 100%;
    top: 12px;
    left: 30px;
    height: 0;
    border-top: 2px solid #ddd;
}
.divider.divider-center.divider-short:before {
    left: auto !important;
    right: 50%;
    margin-right: 20px;
    width: 15%;
}
.divider.divider-center.divider-short:after {
    left: 50% !important;
    right: auto !important;
    margin-left: 20px;
    width: 15%;
}



@media screen and (min-width: 769px) and (max-width: 991px) {
    .navbar .navbar-brand {
        width: 70%;
    }

    .navbar-expand-sm .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
        justify-content: center;
    }

    .navbar-dark .navbar-nav .nav-link {
        color: #fff !important;
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        font-family: "Inter", sans-serif;
    }

    a.nav-link {
        margin-left: 0;
        font-size: 14px;
        font-family: "Inter", sans-serif;
        color: #ffffff !important;
        height: 37px;
        padding: 23px 0;
        background-color: #024176 !important;
        text-align: center;
        border-bottom: 1px solid #fff;
    }

    .navbar-brand {
        font-weight: 300;
        font-size: 10px;
    }

    #logsedf {
        width: 25%;
    }

    .navbutton {
        background-color: #024176;
        padding: 0px 0px !important;
        border: 1px solid #024176;
    }

    .home-slider {
        padding: 30px 0px 30px 30px;
    }

    .homebannertext {
        margin-top: 100px;
    }

    .homebannertext p strong {
        font-weight: 600;
        font-size: 18px;
    }

    .homebannertext p {
        color: #fff;
        text-align: start;
        font-size: 14px;
        line-height: 1.7em;
    }

    .homebannertext h3 {
        padding-top: 0.9em;
        font-size: 1.3em;
    }

    .homebannertext h2 {
        font-size: 1.8em;
    }

    .abt-section {
        padding: 15px;
    }

    .ser-section {
        background-color: #EBEBEB;
        padding: 15px;
    }

    h2 {
        font-size: 30px;
        color: #024176;
        line-height: 1.7em;
    }

    p {
        font-family: "Inter", sans-serif;
        line-height: 1.7em;
        font-weight: 500;
        font-size: 14px;
        color: #2B2B35;
    }

    h3 {
        font-size: 22px;
        color: #024176;
        line-height: 1.7em;
    }

    .pagebanner-section {
        padding: 55px;
    }

    .inventory-selector-section {
        padding: 42px 24px 56px;
    }

    .inventory-selector-grid {
        gap: 30px;
    }

    .inventory-type-content {
        padding: 26px;
    }

    .modern-inventory-shell {
        grid-template-columns: 1fr;
    }

    .modern-filter-panel {
        position: static;
    }

    .modern-card-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .parking-request-shell {
        grid-template-columns: 1fr;
    }

    .bannertext h1 {
        font-size: 32px;
        color: #fff;
    }

    .bannertext {
        text-align: center;
        margin-top: 90px;
    }

    .homebannertext h1 {
        color: #034176;
        font-size: 1.8em;
        font-style: italic;
        text-transform: uppercase;
        text-shadow: rgba(255, 255, 255, 0.675) 1px 1px 1px;
    }

    .baneerhome ul li {
        list-style: none;
        background-color: #024176;
        padding: .7em .7em .7em 1.6em;
        clip-path: polygon(9% 0%, 100% 1%, 100% 100%, 9% 100%, 0% 50%);
    }


}


@media screen and (min-width: 481px) and (max-width: 768px) {
    .navbar .navbar-brand {
        width: 70%;
    }

    .navbar-expand-sm .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
        justify-content: center;
    }

    .navbar-dark .navbar-nav .nav-link {
        color: #fff !important;
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        font-family: "Inter", sans-serif;
    }

    a.nav-link {
        margin-left: 0;
        font-size: 14px;
        font-family: "Inter", sans-serif;
        color: #ffffff !important;
        height: 37px;
        padding: 23px 0;
        background-color: #024176 !important;
        text-align: center;
        border-bottom: 1px solid #fff;
    }

    .navbar-brand {
        font-weight: 300;
        font-size: 10px;
    }

    #logsedf {
        width: 25%;
    }

    .home-slider {
        padding: 30px 0px 30px 30px;
    }

    .homebannertext {
        margin-top: 100px;
    }

    .homebannertext p strong {
        font-weight: 600;
        font-size: 18px;
    }

    .homebannertext p {
        color: #fff;
        text-align: start;
        font-size: 14px;
        line-height: 1.7em;
    }

    .homebannertext h3 {
        padding-top: 0.9em;
        font-size: 1.3em;
    }

    .homebannertext h2 {
        font-size: 1.8em;
    }

    .abt-section {
        padding: 15px;
    }

    .ser-section {
        background-color: #EBEBEB;
        padding: 15px;
    }

    h2 {
        font-size: 30px;
        color: #024176;
        line-height: 1.7em;
    }

    p {
        font-family: "Inter", sans-serif;
        line-height: 1.7em;
        font-weight: 500;
        font-size: 14px;
        color: #2B2B35;
    }

    h3 {
        font-size: 22px;
        color: #024176;
        line-height: 1.7em;
    }

    .pagebanner-section {
        padding: 55px;
    }

    .inventory-selector-section {
        padding: 38px 20px 48px;
    }

    .inventory-selector-grid {
        gap: 26px;
        grid-template-columns: 1fr;
        max-width: 620px;
    }

    .inventory-landing-intro {
        margin-bottom: 26px;
    }

    .inventory-type-card {
        aspect-ratio: 1.18 / 1;
    }

    .inventory-type-content {
        padding: 24px;
    }

    .modern-inventory-header {
        align-items: start;
        flex-direction: column;
    }

    .modern-inventory-shell {
        grid-template-columns: 1fr;
    }

    .modern-filter-panel {
        position: static;
    }

    .modern-card-grid {
        grid-template-columns: 1fr;
    }

    .parking-request-shell {
        grid-template-columns: 1fr;
    }

    .parking-form-grid {
        grid-template-columns: 1fr;
    }

    .bannertext h1 {
        font-size: 32px;
        color: #fff;
    }

    .bannertext {
        text-align: center;
        margin-top: 90px;
    }

    .homebannertext h1 {
        color: #034176;
        font-size: 1.8em;
        font-style: italic;
        text-transform: uppercase;
        text-shadow: rgba(255, 255, 255, 0.675) 1px 1px 1px;
    }

    .baneerhome ul li {
        list-style: none;
        background-color: #024176;
        padding: .7em .7em .7em 1.6em;
        clip-path: polygon(9% 0%, 100% 1%, 100% 100%, 9% 100%, 0% 50%);
    }
    .prodeatilstab .nav-tabs .nav-link {
        width: auto;
    }
    .prodeatilstab ul.nav-tabs li:first-child {
        margin-left: 5px;
    }
    
    .prodeatilstab .nav-tabs .nav-link.active {

        width: auto;
    }
    
    .prodeatilstab .nav-tabs .nav-link:hover {
        width: auto;
    }
    .thumbnails img {
        cursor: pointer;
        max-width: 109px;
        margin-right: 8px;
    }
   


}

@media screen and (min-width: 320px) and (max-width: 480px) {
    .navbar .navbar-brand {
        width: 70%;
    }

    .navbar-expand-sm .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
        justify-content: center;
    }

    .navbar-dark .navbar-nav .nav-link {
        color: #fff !important;
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        font-family: "Inter", sans-serif;
    }

    a.nav-link {
        margin-left: 0;
        font-size: 14px;
        font-family: "Inter", sans-serif;
        color: #ffffff !important;
        height: 37px;
        padding: 23px 0;
        background-color: #024176 !important;
        text-align: center;
        border-bottom: 1px solid #fff;
    }

    .navbar-brand {
        font-weight: 300;
        font-size: 10px;
    }

    #logsedf {
        width: 30%;
    }

    .home-slider {
        padding: 100px 5px 20px;
    }

    .homebannertext {
        margin-top: 0px;
        padding: 10px;
    }

    .homebannertext p strong {
        font-weight: 600;
        font-size: 16px;
    }

    .homebannertext p {
        color: #fff;
        text-align: start;
        font-size: 14px;
        line-height: 1.7em;
    }

    .homebannertext h3 {
        color: #fff;
        font-size: 1.2em;
        line-height: 1em;
        padding-top: 0.8em;
    }

    .homebannertext h2 {
        color: #034176;
        font-size: 1.78em;
    }

    .abt-section,
    .ser-section,
    .footer-section {
        padding: 10px;
    }

    h2 {
        font-size: 22px;
        color: #024176;
        line-height: 1.7em;
    }

    h3 {
        font-size: 20px;
        color: #024176;
        line-height: 1.7em;
    }

    p {
        font-family: "Inter", sans-serif;
        line-height: 1.7em;
        font-weight: 500;
        font-size: 14px;
        color: #2B2B35;
    }

    .pagebanner-section {
        padding: 30px;
    }

    .inventory-selector-section {
        padding: 30px 14px 38px;
    }

    .inventory-selector-grid {
        gap: 20px;
        grid-template-columns: 1fr;
    }

    .inventory-landing-intro {
        margin-bottom: 22px;
        text-align: left;
    }

    .inventory-landing-intro p {
        font-size: 14px;
    }

    .inventory-type-card {
        aspect-ratio: 0.92 / 1;
    }

    .inventory-type-content {
        padding: 20px;
    }

    .inventory-type-copy {
        font-size: 14px;
    }

    .inventory-type-cta {
        font-size: 10px;
        padding: 12px 13px;
    }

    .modern-inventory-section {
        padding: 28px 0 42px;
    }

    .modern-inventory-header {
        align-items: start;
        flex-direction: column;
        margin-bottom: 22px;
    }

    .modern-inventory-shell {
        grid-template-columns: 1fr;
    }

    .modern-filter-panel {
        padding: 16px;
        position: static;
    }

    .filter-price-grid {
        grid-template-columns: 1fr;
    }

    .modern-results-summary {
        align-items: start;
        flex-direction: column;
        gap: 4px;
    }

    .modern-card-grid {
        grid-template-columns: 1fr;
    }

    .modern-unit-body h3 {
        min-height: auto;
    }

    .parking-request-section {
        padding: 32px 0 46px;
    }

    .parking-request-copy,
    .parking-form-card {
        padding: 22px;
    }

    .parking-request-shell,
    .parking-form-grid {
        grid-template-columns: 1fr;
    }

    .bannertext h1 {
        font-size: 28px;
        color: #fff;
    }

    .formbg {
        background-color: #676767;
        padding: 15px;
    }

    .baneerhome {
        position: inherit;
        right: -67px;
        transform: none;
    }

    .baneerhome ul li a {
        width: auto;
        color: #fff;
        display: block;
        line-height: 1;
        text-decoration: none;
        text-transform: uppercase;
        font-size: 20px;
        position: relative;
        padding: .7em .7em .7em 3.2em;
        z-index: 0;
        -webkit-clip-path: polygon(7% 0%, 100% 1%, 100% 100%, 7% 100%, 0% 50%);
        clip-path: polygon(7% 0%, 100% 1%, 100% 100%, 7% 100%, 0% 50%);
    }

    .baneerhome ul li.quick-link a {
        padding-left: 3.2em;
    }

    .baneerhome ul li {
        list-style: none;
        background-color: #024176;
        padding: .7em .7em .7em .6em;
        clip-path: polygon(9% 0%, 100% 1%, 100% 100%, 9% 100%, 0% 50%);
    }

    .homebannertext h1 {
        color: #034176;
        font-size: 1.7em;
        font-style: italic;
        text-transform: uppercase;
        text-shadow: rgba(255, 255, 255, 0.675) 1px 1px 1px;
    }

    .bgemp-color {
        padding: 50px;
    }
    .thumbnails img {
        cursor: pointer;
        max-width: 50px;
        margin-right: 8px;
    }
    .prodeatilstab .nav-tabs .nav-link {
        width: auto;
    }
    .prodeatilstab ul.nav-tabs li:first-child {
        margin-left: 5px;
    }
    
    .prodeatilstab .nav-tabs .nav-link.active {

        width: auto;
    }
    
    .prodeatilstab .nav-tabs .nav-link:hover {
        width: auto;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1380px) {
    a.nav-link {
        margin-left: 0px;
        font-size: 11px;
        font-family: "Inter", sans-serif;
        color: #000;
        height: 37px;
    }

    #logsedf {
        width: 55%;
    }

    .navbutton {
        background-color: #024176;
        padding: 24px 20px !important;
        border: 1.5px solid #024176;
    }

    .mt-100 {
        margin-top: 360px;
    }

    .home-slider {
        padding: 100px 0px 100px 40px;
    }

    .homebannertext {
        margin-top: 60px;
    }

    .homebannertext h3 {
        padding-top: 0.5em;
    }
    .thumbnails img {
        cursor: pointer;
        max-width: 114px;
        margin-right: 8px;
    }
    .prodeatilstab .nav-tabs .nav-link.active {
        width: 330px;
    }
    .prodeatilstab .nav-tabs .nav-link {
        width: 330px;
    }
    .prodeatilstab .nav-tabs .nav-link:hover {
        width: 330px;
    }


}

@media (max-width: 991px) {
    .privacy-shell {
        grid-template-columns: 1fr;
    }

    .privacy-side-card {
        position: static;
    }

    .privacy-check-list,
    .privacy-grid {
        grid-template-columns: 1fr;
    }

    .parts-hero-grid,
    .parts-feature-grid {
        grid-template-columns: 1fr;
    }

    .parts-feature-image {
        order: 2;
    }

    .parts-feature-card {
        order: 1;
    }

    .parts-credit-panel {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 575px) {
    .privacy-page-section {
        padding: 42px 0 56px;
    }

    .privacy-banner-text {
        margin-top: 24px;
        text-align: center;
    }

    .privacy-document {
        border-left-width: 4px;
    }

    .privacy-document-header {
        align-items: flex-start;
        flex-direction: column;
    }

    .privacy-intro-card,
    .privacy-section-card,
    .privacy-mini-card,
    .privacy-final-card,
    .privacy-date-card,
    .privacy-quick-card,
    .privacy-contact-card {
        padding: 22px;
    }

    .privacy-section-card {
        grid-template-columns: 1fr;
    }

    .privacy-section-icon {
        height: 48px;
        width: 48px;
    }

    .parts-page-section {
        padding: 34px 0 48px;
    }

    .parts-hero-copy,
    .parts-feature-card,
    .parts-credit-panel {
        padding: 24px;
    }

    .parts-actions,
    .parts-primary-link,
    .parts-secondary-link {
        width: 100%;
    }

    .parts-primary-link,
    .parts-secondary-link {
        justify-content: center;
    }
}
