/* =========================================================
   Bhawna Electric Works — Public Website Styles
   Palette: Industrial Blue + White + Orange
   ========================================================= */

:root {
    --brand-blue: #0b3d91;
    --brand-blue-dark: #072a63;
    --brand-blue-mid: #1450b8;
    --brand-orange: #e85d04;
    --brand-orange-dark: #c44b00;
    --brand-orange-soft: #fff0e6;
    --steel: #1e293b;
    --steel-muted: #64748b;
    --surface: #f4f7fb;
    --white: #ffffff;
    --border: #d9e2ef;
    --shadow: 0 12px 40px rgba(7, 42, 99, 0.12);
    --radius: 0.75rem;
    --font-display: "Oswald", sans-serif;
    --font-body: "Barlow", sans-serif;
    --transition: 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: var(--font-body);
    color: var(--steel);
    background: var(--white);
    line-height: 1.65;
    overflow-x: hidden;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    color: var(--brand-blue-mid);
    text-decoration: none;
    transition: color var(--transition);
}

a:hover {
    color: var(--brand-orange);
}

h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-display);
    letter-spacing: 0.02em;
    color: var(--brand-blue-dark);
    line-height: 1.2;
}

/* ---------- Top bar & Navbar ---------- */

.top-bar {
    background: var(--brand-blue-dark);
    color: rgba(255, 255, 255, 0.85);
    font-size: 0.9rem;
}

.top-bar-link {
    color: rgba(255, 255, 255, 0.85);
}

.top-bar-link:hover {
    color: var(--brand-orange);
}

.site-navbar {
    background: rgba(255, 255, 255, 0.97);
    border-bottom: 1px solid var(--border);
    backdrop-filter: blur(10px);
    padding: 0.7rem 0;
    box-shadow: 0 4px 20px rgba(7, 42, 99, 0.06);
}

.navbar-brand {
    display: flex;
    align-items: center;
    gap: 0.7rem;
}

.brand-mark {
    width: 42px;
    height: 42px;
    border-radius: 0.55rem;
    background: linear-gradient(135deg, var(--brand-blue), var(--brand-blue-mid));
    color: var(--white);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    box-shadow: 0 6px 16px rgba(11, 61, 145, 0.35);
}

.brand-text {
    display: flex;
    flex-direction: column;
    line-height: 1.1;
    color: var(--brand-blue-dark);
}

.brand-text strong {
    font-family: var(--font-display);
    font-size: 1.15rem;
    text-transform: uppercase;
}

.brand-text span {
    font-size: 0.78rem;
    color: var(--steel-muted);
    font-weight: 500;
}

.site-navbar .nav-link {
    font-weight: 600;
    color: var(--steel) !important;
    padding: 0.55rem 0.85rem !important;
    position: relative;
}

.site-navbar .nav-link::after {
    content: "";
    position: absolute;
    left: 0.85rem;
    right: 0.85rem;
    bottom: 0.2rem;
    height: 2px;
    background: var(--brand-orange);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform var(--transition);
}

.site-navbar .nav-link:hover::after,
.site-navbar .nav-link.active::after {
    transform: scaleX(1);
}

.site-navbar .nav-link.active {
    color: var(--brand-blue) !important;
}

.navbar-toggler {
    border-color: var(--border);
}

.btn-accent {
    background: var(--brand-orange);
    border-color: var(--brand-orange);
    color: var(--white);
    font-weight: 600;
    border-radius: 0.4rem;
    transition: all var(--transition);
}

.btn-accent:hover,
.btn-accent:focus {
    background: var(--brand-orange-dark);
    border-color: var(--brand-orange-dark);
    color: var(--white);
    transform: translateY(-1px);
    box-shadow: 0 8px 18px rgba(232, 93, 4, 0.3);
}

.btn-outline-brand {
    border: 2px solid var(--white);
    color: var(--white);
    font-weight: 600;
    border-radius: 0.4rem;
}

.btn-outline-brand:hover {
    background: var(--white);
    color: var(--brand-blue-dark);
}

.btn-brand {
    background: var(--brand-blue);
    border-color: var(--brand-blue);
    color: var(--white);
    font-weight: 600;
}

.btn-brand:hover {
    background: var(--brand-blue-dark);
    border-color: var(--brand-blue-dark);
    color: var(--white);
}

/* ---------- Hero ---------- */

.hero {
    position: relative;
    min-height: 88vh;
    display: flex;
    align-items: center;
    color: var(--white);
    background:
        linear-gradient(120deg, rgba(7, 42, 99, 0.92) 0%, rgba(11, 61, 145, 0.78) 45%, rgba(232, 93, 4, 0.45) 100%),
        radial-gradient(circle at 20% 80%, rgba(232, 93, 4, 0.25), transparent 45%),
        linear-gradient(160deg, #0b3d91, #1450b8 40%, #1e293b);
    overflow: hidden;
}

.hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.03) 0 1px, transparent 1px 48px),
        repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.03) 0 1px, transparent 1px 48px);
    opacity: 0.5;
    pointer-events: none;
}

.hero-grid {
    position: absolute;
    width: 520px;
    height: 520px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 50%;
    right: -80px;
    top: 50%;
    transform: translateY(-50%);
    animation: pulse-ring 6s ease-in-out infinite;
}

.hero-grid::after {
    content: "";
    position: absolute;
    inset: 60px;
    border: 1px solid rgba(232, 93, 4, 0.35);
    border-radius: 50%;
}

.hero-content {
    position: relative;
    z-index: 2;
    max-width: 720px;
    padding: 5rem 0 4rem;
}

.hero-brand {
    font-family: var(--font-display);
    font-size: clamp(2.6rem, 6vw, 4.4rem);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    margin-bottom: 0.75rem;
    color: var(--white);
    text-shadow: 0 8px 30px rgba(0, 0, 0, 0.25);
    animation: fade-up 0.9s ease both;
}

.hero-title {
    font-size: clamp(1.25rem, 2.4vw, 1.7rem);
    font-weight: 500;
    color: rgba(255, 255, 255, 0.95);
    margin-bottom: 1rem;
    animation: fade-up 0.9s ease 0.12s both;
}

.hero-text {
    font-size: 1.08rem;
    color: rgba(255, 255, 255, 0.85);
    max-width: 560px;
    margin-bottom: 2rem;
    animation: fade-up 0.9s ease 0.22s both;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem;
    animation: fade-up 0.9s ease 0.32s both;
}

.hero-stats {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    margin-top: 2.75rem;
    padding-top: 1.75rem;
    border-top: 1px solid rgba(255, 255, 255, 0.18);
    animation: fade-up 0.9s ease 0.42s both;
}

.hero-stat strong {
    display: block;
    font-family: var(--font-display);
    font-size: 1.8rem;
    color: var(--brand-orange);
    line-height: 1;
}

.hero-stat span {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.75);
}

/* ---------- Sections ---------- */

.section {
    padding: 5rem 0;
}

.section-alt {
    background: var(--surface);
}

.section-dark {
    background: linear-gradient(145deg, var(--brand-blue-dark), var(--brand-blue));
    color: var(--white);
}

.section-dark h2,
.section-dark h3,
.section-dark .section-title {
    color: var(--white);
}

.section-eyebrow {
    display: inline-block;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-size: 0.78rem;
    color: var(--brand-orange);
    margin-bottom: 0.65rem;
}

.section-title {
    font-size: clamp(1.8rem, 3vw, 2.45rem);
    margin-bottom: 1rem;
}

.section-lead {
    color: var(--steel-muted);
    font-size: 1.05rem;
    max-width: 640px;
}

.section-dark .section-lead {
    color: rgba(255, 255, 255, 0.8);
}

/* ---------- Cards & Features ---------- */

.intro-panel {
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 2rem;
    box-shadow: var(--shadow);
    height: 100%;
}

.intro-panel .icon-badge {
    width: 56px;
    height: 56px;
    border-radius: 0.7rem;
    background: var(--brand-orange-soft);
    color: var(--brand-orange);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.35rem;
    margin-bottom: 1rem;
}

.service-card {
    border: 1px solid var(--border);
    border-radius: var(--radius);
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(7, 42, 99, 0.06);
    transition: transform var(--transition), box-shadow var(--transition);
}

.service-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow);
}

.service-card-media {
    position: relative;
    height: 170px;
    background: linear-gradient(135deg, var(--brand-blue-dark), var(--brand-blue-mid));
    overflow: hidden;
}

.service-card-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.85;
}

.service-card-placeholder {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, 0.25);
    font-size: 4rem;
}

.service-card-icon {
    position: absolute;
    left: 1.1rem;
    bottom: -1.1rem;
    width: 48px;
    height: 48px;
    border-radius: 0.55rem;
    background: var(--brand-orange);
    color: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 18px rgba(232, 93, 4, 0.35);
}

.service-card .card-body {
    padding: 2rem 1.35rem 1.5rem;
}

.service-card-title {
    font-size: 1.2rem;
    margin-bottom: 0.65rem;
}

.service-card-text {
    color: var(--steel-muted);
    font-size: 0.95rem;
    margin-bottom: 0;
}

.feature-item {
    display: flex;
    gap: 1rem;
    padding: 1.25rem;
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    height: 100%;
    transition: border-color var(--transition), transform var(--transition);
}

.feature-item:hover {
    border-color: var(--brand-orange);
    transform: translateY(-3px);
}

.feature-icon {
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: var(--brand-blue);
    color: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
}

.feature-title {
    font-size: 1.05rem;
    margin-bottom: 0.35rem;
}

.feature-text {
    color: var(--steel-muted);
    font-size: 0.92rem;
}

/* ---------- Process / Industries / Gallery ---------- */

.process-step {
    position: relative;
    text-align: center;
    padding: 1.5rem 1rem;
}

.process-number {
    width: 64px;
    height: 64px;
    margin: 0 auto 1rem;
    border-radius: 50%;
    background: var(--brand-orange);
    color: var(--white);
    font-family: var(--font-display);
    font-size: 1.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 24px rgba(232, 93, 4, 0.3);
}

.industry-chip {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1rem 1.15rem;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: var(--radius);
    color: var(--white);
    height: 100%;
    transition: background var(--transition);
}

.industry-chip:hover {
    background: rgba(255, 255, 255, 0.14);
}

.industry-chip i {
    color: var(--brand-orange);
    font-size: 1.25rem;
}

.gallery-item {
    position: relative;
    display: block;
    border-radius: var(--radius);
    overflow: hidden;
    aspect-ratio: 4 / 3;
    background: linear-gradient(145deg, var(--brand-blue-dark), #334155);
}

.gallery-item img,
.gallery-placeholder {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.gallery-placeholder {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, 0.55);
    gap: 0.5rem;
    background:
        linear-gradient(145deg, rgba(7, 42, 99, 0.9), rgba(20, 80, 184, 0.75)),
        repeating-linear-gradient(45deg, rgba(255, 255, 255, 0.04) 0 10px, transparent 10px 20px);
}

.gallery-placeholder i {
    font-size: 2rem;
    color: var(--brand-orange);
}

.gallery-item:hover img,
.gallery-item:hover .gallery-placeholder {
    transform: scale(1.06);
}

.gallery-item::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(7, 42, 99, 0.55), transparent 55%);
    opacity: 0;
    transition: opacity var(--transition);
}

.gallery-item:hover::after {
    opacity: 1;
}

/* ---------- Testimonials ---------- */

.testimonial-card {
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 1.75rem;
    height: 100%;
    box-shadow: 0 8px 24px rgba(7, 42, 99, 0.05);
}

.testimonial-card .stars {
    color: var(--brand-orange);
    margin-bottom: 0.85rem;
}

.testimonial-text {
    color: var(--steel-muted);
    font-style: italic;
    margin-bottom: 1.25rem;
}

.testimonial-author {
    font-family: var(--font-display);
    color: var(--brand-blue-dark);
    margin-bottom: 0.15rem;
}

.testimonial-role {
    font-size: 0.85rem;
    color: var(--steel-muted);
}

/* ---------- CTA / Contact / Map ---------- */

.cta-band {
    background:
        linear-gradient(120deg, rgba(7, 42, 99, 0.95), rgba(232, 93, 4, 0.85)),
        var(--brand-blue-dark);
    color: var(--white);
    border-radius: calc(var(--radius) + 0.25rem);
    padding: 2.5rem;
}

.cta-band h2 {
    color: var(--white);
}

.map-frame {
    border: 0;
    width: 100%;
    height: 380px;
    border-radius: var(--radius);
    box-shadow: var(--shadow);
}

.contact-info-card {
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 1.5rem;
    height: 100%;
}

.contact-info-card i {
    width: 42px;
    height: 42px;
    border-radius: 0.5rem;
    background: var(--brand-orange-soft);
    color: var(--brand-orange);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.85rem;
}

.contact-form {
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 2rem;
    box-shadow: var(--shadow);
}

.contact-form .form-control,
.contact-form .form-select {
    border-color: var(--border);
    padding: 0.7rem 0.9rem;
}

.contact-form .form-control:focus,
.contact-form .form-select:focus {
    border-color: var(--brand-blue-mid);
    box-shadow: 0 0 0 0.2rem rgba(11, 61, 145, 0.15);
}

/* ---------- Page Hero ---------- */

.page-hero {
    position: relative;
    padding: 4.5rem 0 3.5rem;
    background:
        linear-gradient(120deg, rgba(7, 42, 99, 0.92), rgba(11, 61, 145, 0.85)),
        linear-gradient(160deg, #072a63, #1450b8);
    color: var(--white);
    overflow: hidden;
}

.page-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.04) 0 1px, transparent 1px 40px);
}

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

.page-hero-title {
    color: var(--white);
    font-size: clamp(2rem, 4vw, 3rem);
    margin-bottom: 0.5rem;
}

.page-hero-subtitle {
    color: rgba(255, 255, 255, 0.8);
    max-width: 640px;
    margin-bottom: 0;
    font-size: 1.05rem;
}

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

.page-breadcrumb .breadcrumb-item.active {
    color: var(--brand-orange);
}

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

/* ---------- About extras ---------- */

.mission-card {
    background: var(--white);
    border-top: 4px solid var(--brand-orange);
    border-radius: var(--radius);
    padding: 2rem;
    height: 100%;
    box-shadow: var(--shadow);
}

.stat-block {
    text-align: center;
    padding: 1.5rem;
    background: var(--surface);
    border-radius: var(--radius);
    border: 1px solid var(--border);
}

.stat-block strong {
    display: block;
    font-family: var(--font-display);
    font-size: 2.2rem;
    color: var(--brand-orange);
}

/* ---------- Footer ---------- */

.site-footer {
    background: #061833;
    color: rgba(255, 255, 255, 0.78);
}

.footer-main {
    padding: 4rem 0 2.5rem;
}

.footer-brand {
    display: flex;
    align-items: center;
    gap: 0.7rem;
}

.footer-brand .brand-text,
.footer-brand .brand-text strong {
    color: var(--white);
}

.footer-brand .brand-text span {
    color: rgba(255, 255, 255, 0.65);
}

.footer-text {
    color: rgba(255, 255, 255, 0.7);
    max-width: 360px;
}

.footer-heading {
    color: var(--white);
    font-size: 1.05rem;
    margin-bottom: 1.1rem;
    position: relative;
    padding-bottom: 0.55rem;
}

.footer-heading::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 36px;
    height: 2px;
    background: var(--brand-orange);
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 0.55rem;
}

.footer-links a,
.footer-contact a {
    color: rgba(255, 255, 255, 0.72);
}

.footer-links a:hover,
.footer-contact a:hover {
    color: var(--brand-orange);
}

.footer-contact {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-contact li {
    display: flex;
    gap: 0.75rem;
    margin-bottom: 1rem;
}

.footer-contact i {
    color: var(--brand-orange);
    margin-top: 0.25rem;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 1.1rem 0;
    font-size: 0.92rem;
}

/* ---------- 404 ---------- */

.error-page {
    min-height: 70vh;
    display: flex;
    align-items: center;
    text-align: center;
    padding: 4rem 0;
}

.error-code {
    font-family: var(--font-display);
    font-size: clamp(5rem, 14vw, 9rem);
    color: var(--brand-blue);
    line-height: 1;
    margin-bottom: 0.5rem;
}

/* ---------- Animations ---------- */

@keyframes fade-up {
    from {
        opacity: 0;
        transform: translateY(24px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes pulse-ring {
    0%, 100% {
        transform: translateY(-50%) scale(1);
        opacity: 0.7;
    }
    50% {
        transform: translateY(-50%) scale(1.05);
        opacity: 1;
    }
}

.reveal {
    opacity: 0;
    transform: translateY(28px);
    transition: opacity 0.7s ease, transform 0.7s ease;
}

.reveal.visible {
    opacity: 1;
    transform: translateY(0);
}

/* ---------- Responsive ---------- */

@media (max-width: 991.98px) {
    .top-bar .container {
        padding-top: 0.15rem;
        padding-bottom: 0.15rem;
    }

    .hero {
        min-height: auto;
    }

    .hero-content {
        padding: 3.25rem 0 3rem;
        max-width: 100%;
    }

    .hero-brand {
        font-size: clamp(2rem, 9vw, 3rem);
        word-break: break-word;
    }

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

    .hero-text {
        font-size: 1rem;
    }

    .hero-grid {
        display: none;
    }

    .hero-stats {
        gap: 1rem 1.25rem;
        margin-top: 2rem;
    }

    .hero-actions .btn {
        width: 100%;
    }

    .section {
        padding: 3.25rem 0;
    }

    .section-title {
        font-size: clamp(1.55rem, 5vw, 2.1rem);
    }

    .page-hero {
        padding: 3.25rem 0 2.5rem;
    }

    .page-hero-title {
        font-size: clamp(1.75rem, 7vw, 2.4rem);
    }

    .site-navbar {
        padding: 0.55rem 0;
    }

    .site-navbar .navbar-collapse {
        margin-top: 0.75rem;
        padding: 0.75rem 0 0.25rem;
        border-top: 1px solid var(--border);
    }

    .site-navbar .nav-link {
        padding: 0.7rem 0.25rem !important;
    }

    .site-navbar .nav-link::after {
        display: none;
    }

    .site-navbar .btn-accent {
        width: 100%;
        margin-top: 0.35rem;
        margin-bottom: 0.5rem;
    }

    .navbar-toggler {
        border: 1px solid var(--border);
        border-radius: 0.5rem;
        padding: 0.4rem 0.55rem;
        box-shadow: none;
    }

    .navbar-toggler:focus {
        box-shadow: 0 0 0 0.15rem rgba(11, 61, 145, 0.15);
    }

    .navbar-toggler-icon {
        width: 1.25rem;
        height: 1.25rem;
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%287, 42, 99, 0.9%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    }

    .process-step {
        padding: 1rem 0.5rem;
    }

    .map-frame {
        height: 280px;
    }

    .footer-main {
        padding: 3rem 0 2rem;
    }
}

@media (max-width: 767.98px) {
    .top-bar {
        font-size: 0.8rem;
    }

    .brand-text strong {
        font-size: 1rem;
    }

    .brand-text span {
        font-size: 0.7rem;
    }

    .brand-mark {
        width: 36px;
        height: 36px;
        font-size: 0.95rem;
    }

    .intro-panel,
    .contact-form,
    .mission-card,
    .contact-info-card {
        padding: 1.35rem;
    }

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

    .feature-item {
        padding: 1rem;
    }

    .cta-band {
        padding: 1.75rem 1.35rem;
        text-align: center;
    }

    .cta-band .text-lg-end {
        text-align: center !important;
    }

    .cta-band .btn {
        display: inline-block;
        margin: 0.25rem 0;
    }

    .stat-block strong {
        font-size: 1.75rem;
    }

    .gallery-placeholder span {
        font-size: 0.8rem;
        text-align: center;
        padding: 0 0.5rem;
    }

    .testimonial-card {
        padding: 1.35rem;
    }
}

@media (max-width: 575.98px) {
    .container {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .hero-content {
        padding: 2.75rem 0 2.5rem;
    }

    .hero-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .hero-actions .btn {
        width: 100%;
    }

    .hero-stats {
        flex-direction: column;
        gap: 0.85rem;
    }

    .section {
        padding: 2.75rem 0;
    }

    .cta-band .btn {
        width: 100%;
    }

    .process-number {
        width: 54px;
        height: 54px;
        font-size: 1.15rem;
    }

    .map-frame {
        height: 240px;
        border-radius: 0.65rem;
    }

    .footer-bottom {
        text-align: center;
    }

    .footer-bottom .d-flex {
        flex-direction: column;
        justify-content: center !important;
    }

    .error-code {
        font-size: 5rem;
    }

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

/* Prevent horizontal overflow on all devices */
html,
body {
    max-width: 100%;
    overflow-x: hidden;
}

img,
iframe,
video,
.svg-inline {
    max-width: 100%;
}

.table-responsive {
    width: 100%;
}
