@media (max-width: 700px) {
    section#services.why-section,
    section#why.why-section,
    section#contact.contact-section {
        padding-top: 64px !important; /* Adjust to match navbar height */
    }
}
html, body {
    overflow-x: hidden;
}
/* Ensure clear separation between sections */
.services-section {
    padding-bottom: 64px !important;
}
.why-section#why {
    padding-top: 48px !important;
}
/* Make 'Why trust me?' line in hero pop */
.about-hero-trust {
    display: inline-block;
    margin-top: 0.2em;
    font-size: 1.04rem;
    font-weight: 400;
    color: #b3e0fc;
    text-shadow: 0 1px 2px rgba(30,30,60,0.10);
    letter-spacing: 0.01em;
}
/* Make 'sigurd' in email dark blue like logo */
.email-sigurd {
    color: #2a2e6c;
    font-weight: 800;
    letter-spacing: -0.5px;
}
/* Email link in contact section matches theme font and color */
.contact-email-link {
    font-size: 1.08rem;
    font-weight: 700;
    color: var(--navy);
    font-family: 'Segoe UI', Arial, sans-serif;
    text-decoration: underline dotted;
    transition: color 0.18s;
}
.contact-email-link:hover {
    color: var(--blue);
}
.contact-section {
    background: linear-gradient(rgba(78, 195, 224, 0.32), rgba(78, 195, 224, 0.32));
    background-color: #eaf6fb;
}
/* --- Services Section Background Image (Guide Compliant) --- */
section#services.why-section {
    background: linear-gradient(rgba(78, 195, 224, 0.32), rgba(78, 195, 224, 0.32)),
        url('assets/img/Background_Service.jpg') center center/cover no-repeat !important;
    background-attachment: fixed;
    background-blend-mode: lighten;
    background-color: #eaf6fb;
    padding: 8px 0 36px 0;
section#why.why-section {
    padding: 8px 0 36px 0;
}
}
@media (max-width: 900px) {
    section#services.why-section {
        background-attachment: scroll;
        background-size: cover;
    }
}
/* --- Contact Section Responsive Padding (Guide Compliant) --- */
/* --- Contact Section Responsive Padding (Guide Compliant) --- */
/* --- Contact Section Responsive Padding (Guide Compliant, More Generous) --- */
.contact-section {
    padding-left: 5vw;
    padding-right: 5vw;
}
@media (max-width: 900px) {
    .contact-section {
        padding-left: 6vw;
        padding-right: 6vw;
    }
    .contact-info {
        padding-left: 2vw;
        padding-right: 2vw;
    }
}
@media (max-width: 600px) {
    .contact-section {
        padding-left: 7vw;
        padding-right: 7vw;
    }
    .contact-grid {
        padding-left: 0;
        padding-right: 0;
    }
    .contact-info {
        padding-left: 4vw;
        padding-right: 4vw;
    }
}
@media (max-width: 600px) {
    .about-hero-wrap {
        padding: 1.2rem 0.5rem 1.5rem 0.5rem;
        gap: 1.5rem;
    }
    .about-hero-content {
        gap: 1.1rem;
    }
    .about-hero-brand {
        margin-bottom: 1.1rem !important;
    }
    .about-hero-kicker {
        margin-bottom: 0.7rem;
        font-size: 0.92rem;
    }
    .about-hero-title {
        font-size: 1.45rem;
        margin-bottom: 0.7rem;
    }
    .about-hero-lead {
        font-size: 1rem;
        margin-bottom: 1.2rem;
        line-height: 1.7;
    }
    .about-hero-ctas {
        gap: 1.1rem;
        margin-bottom: 0.5rem;
    }
}
/* --- Hero CTA Buttons (Guide Compliant) --- */
.about-hero-btn {
    display: inline-block;
    font-size: 1.08rem;
    font-weight: 700;
    border-radius: 2rem;
    padding: 0.82rem 2.2rem;
    text-decoration: none;
    transition: background 0.18s, color 0.18s, box-shadow 0.18s;
    box-shadow: 0 2px 12px 0 rgba(30,30,60,0.10);
    outline: none;
    border: none;
    cursor: pointer;
    margin-bottom: 0.1rem;
    margin-right: 0.7rem;
}
.about-hero-btn-primary {
    background: #4ec3e0;
    color: #1a1a4e;
    border: 2px solid #b3e0fc;
    border-radius: 8px;
}
.about-hero-btn-primary:hover, .about-hero-btn-primary:focus {
    background: #fff;
    color: var(--blue);
    box-shadow: 0 4px 24px 0 rgba(78,195,224,0.13);
}
.about-hero-btn-secondary {
    background: #fff;
    color: var(--navy);
    border: 2px solid var(--blue);
}
.about-hero-btn-secondary:hover, .about-hero-btn-secondary:focus {
    background: var(--blue);
    color: #fff;
    border: 2px solid #fff;
}
@media (max-width: 600px) {
    .about-hero-ctas {
        flex-direction: column;
        gap: 0.7rem;
        width: 100%;
        align-items: center;
    }
    .about-hero-btn {
        width: 100%;
        margin-right: 0;
    }
}
/* --- About Hero Section Redesign --- */
/* Reduce space above hero section */
/* Reduce top padding for hero content */
.about-hero-wrap {
.about-hero-content {
.about-hero-kicker {
    font-size: 0.95rem;
    font-weight: 700;
    letter-spacing: .09em;
    text-transform: uppercase;
    color: var(--blue);
    margin-bottom: 1.1rem;
}
.about-hero-title {
    font-size: 2.7rem;
    font-weight: 800;
    line-height: 1.13;
    margin: 0 0 1.1rem 0;
    color: #fff;
    letter-spacing: -1.5px;
    text-shadow: 0 2px 12px rgba(30,30,60,0.10);
}
.about-hero-lead {
    font-size: 1.18rem;
    color: #e3e6f0;
    margin-bottom: 2.2rem;
    font-weight: 400;
    line-height: 1.6;
    max-width: 38ch;
}
        font-size: 0.97rem;
        padding: 0.7rem 1.2rem;
    }
    .about-hero-graphic.icon svg {
        max-width: 120px;
    }
}
.wrap {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    box-sizing: border-box;
}
.grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: center;
}
@media (max-width: 900px) {
    .grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
}
.card {
    background: #fff;
    border-radius: 1.5rem;
    box-shadow: 0 4px 32px 0 rgba(30,30,60,0.07);
    padding: 0;
}

/* --- Hero Section --- */
.about-hero {
    background: linear-gradient(120deg, var(--navy-dark) 0%, var(--navy-light) 60%, var(--blue) 100%);
    color: #fff;
    min-height: 70vh;
    width: 100%; /* Prevent horizontal scroll */
    box-sizing: border-box;
    padding-top: 2.5rem;
    padding-bottom: 0;
    margin: 0;
    display: block;
}
@media (min-width: 768px) {
    .about-hero {
        padding-top: 1.5rem;
    }
}
@media (min-width: 1200px) {
    .about-hero {
        padding-top: 1rem;
    }
}
/* Reduce top spacing for hero grid */
.about-hero-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    justify-items: center;
    min-height: 70vh;
    width: 100vw;
    gap: 4vw;
    box-sizing: border-box;
    padding: 0 4vw 0 4vw;
}
@media (min-width: 768px) {
    .about-hero-grid {
        padding-top: 0;
    }
}
@media (max-width: 1024px) {
    .about-hero-grid {
        gap: 2vw;
        padding: 0 2vw;
    }
}
@media (max-width: 900px) {
    .about-hero-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
        min-height: 0;
        padding: 0 1rem;
    }
}
.brand.title {
    font-size: 2.1rem;
    font-weight: bold;
    margin-bottom: 1.2rem;
    letter-spacing: -2px;
    display: flex;
    align-items: baseline;
    gap: 0.2rem;
}
.brand-main {
    color: #1a1a4e;
}
.brand-accent {
    color: #4ec3e0;
}
.brand-dot {
    color: #fff;
}
/* Reduce top margin for hero content */
.about-hero-content.desc {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 1.2rem;
    min-width: 0;
    width: 100%;
    max-width: 540px;
    box-sizing: border-box;
    margin-top: 0;
}
@media (max-width: 900px) {
    .about-hero-content.desc {
        align-items: center;
        text-align: center;
        margin: 0 auto;
        width: 100%;
        max-width: 100vw;
    }
}
.about-hero-title.title {
    font-size: clamp(2rem, 4vw, 2.7rem);
    font-weight: 800;
    line-height: 1.13;
    margin: 0 0 1.1rem 0;
    color: #fff;
    letter-spacing: -1.5px;
    text-shadow: 0 2px 12px rgba(30,30,60,0.10);
}
.about-hero-kicker {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: .09em;
    text-transform: uppercase;
    color: var(--blue);
    margin-bottom: 1.1rem;
}
.about-hero-lead.desc {
    font-size: 1.18rem;
    color: #e3e6f0;
    margin-bottom: 2.2rem;
    font-weight: 400;
    line-height: 1.6;
    max-width: 38ch;
}
.about-hero-ctas {
    display: flex;
    flex-direction: row;
    gap: 1.1rem;
}
@media (max-width: 900px) {
    .about-hero-ctas {
        flex-direction: column;
        gap: 0.7rem;
        width: 100%;
        align-items: center;
    }
    .about-hero-content.desc {
        align-items: center;
        text-align: center;
    }
}
.btn {
    display: inline-block;
    font-size: 1.08rem;
    font-weight: 700;
    border-radius: 2rem;
    padding: 0.82rem 2.2rem;
    text-decoration: none;
    transition: background 0.18s, color 0.18s, box-shadow 0.18s;
    box-shadow: 0 2px 12px 0 rgba(30,30,60,0.10);
    outline: none;
    border: none;
    cursor: pointer;
    margin-bottom: 0.1rem;
}
.btn-primary {
    background: linear-gradient(90deg, var(--navy) 0%, var(--blue) 100%);
    color: #fff;
    border: none;
}
.btn-primary:hover, .btn-primary:focus {
    background: #fff;
    color: var(--blue);
    box-shadow: 0 4px 24px 0 rgba(78,195,224,0.13);
}
.btn-secondary {
    background: #fff;
    color: var(--navy);
    border: 2px solid var(--blue);
}
.btn-secondary:hover, .btn-secondary:focus {
    background: var(--blue);
    color: #fff;
    border: 2px solid #fff;
}
/* Visually balance hero graphic */
/* Visually balance hero graphic */
/* Visually balance hero graphic */
.about-hero-graphic.icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-width: 0;
    max-width: 540px;
    box-sizing: border-box;
}
.about-hero-graphic.icon svg {
    width: 100%;
    height: auto;
    max-width: 340px;
    min-width: 180px;
    border-radius: 1.5rem;
    background: rgba(255,255,255,0.01);
    box-shadow: 0 2px 12px 0 rgba(30,30,60,0.10);
    display: block;
    margin: 0 auto;
}
@media (max-width: 900px) {
    .about-hero-graphic.icon {
        max-width: 320px;
        margin: 0 auto;
    }
    .about-hero-graphic.icon svg {
        max-width: 180px;
        min-width: 0;
    }
}
@media (max-width: 600px) {
    .about-hero-graphic.icon {
        max-width: 220px;
    }
    .about-hero-graphic.icon svg {
        max-width: 120px;
    }
}
@media (max-width: 900px) {
    .about-hero-graphic.icon {
        justify-content: center;
        margin: 0 auto;
        max-width: 320px;
    }
    .about-hero-graphic.icon svg {
        max-width: 180px;
        min-width: 0;
    }
}
@media (max-width: 600px) {
    .about-hero-graphic.icon {
        max-width: 220px;
    }
    .about-hero-graphic.icon svg {
        max-width: 120px;
    }
}
@media (max-width: 900px) {
    .about-hero-graphic.icon {
        justify-content: center;
        margin: 0 auto;
        max-width: 320px;
    }
    .about-hero-graphic.icon svg {
        max-width: 180px;
        min-width: 0;
    }
}
@media (max-width: 600px) {
    .about-hero-graphic.icon {
        max-width: 220px;
    }
    .about-hero-graphic.icon svg {
        max-width: 120px;
    }
}
@media (max-width: 900px) {
    .about-hero-graphic.icon {
        margin-top: 1.2rem;
        max-width: 220px;
    }
    .about-hero-graphic.icon svg {
        max-width: 180px;
    }
}
@media (max-width: 600px) {
    .wrap {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }
    .about-hero-title.title {
        font-size: 1.35rem;
    }
    .about-hero-lead.desc {
        font-size: 1rem;
    }
    .btn {
        font-size: 0.97rem;
        padding: 0.7rem 1.2rem;
    }
    .about-hero-graphic.icon svg {
        max-width: 120px;
    }
}
@media (max-width: 900px) {
    .about-hero-wrap {
        flex-direction: column;
        align-items: center;
        gap: 1.2rem;
        padding: 0.2rem 0.7rem 1.2rem 0.7rem;
    }
    .about-hero-content {
        align-items: center;
        text-align: center;
        max-width: 100vw;
        min-width: 0;
    }
    .about-hero-ctas {
        flex-direction: column;
        gap: 0.7rem;
        width: 100%;
        align-items: center;
    }
    .about-hero-title {
        font-size: 2rem;
    }
    .about-hero-graphic {
        margin-top: 1.2rem;
        max-width: 220px;
    }
    .about-hero-graphic svg {
        max-width: 180px;
    }
}
@media (max-width: 600px) {
    .about-hero-wrap {
        padding: 0 0.2rem 1.2rem 0.2rem;
        gap: 1.2rem;
    }
    .about-hero-title {
        font-size: 1.35rem;
    }
    .about-hero-lead {
        font-size: 1rem;
    }
    .about-hero-btn {
        font-size: 0.97rem;
        padding: 0.7rem 1.2rem;
    }
    .about-hero-graphic svg {
        max-width: 220px;
    }
}
/* Unique background for Analysis Work card */
.why-item-analysis {
    background:
        linear-gradient(rgba(255,255,255,0.65), rgba(255,255,255,0.65)),
        url('../assets/img/Analysis.jpg') center center/cover no-repeat !important;
}
/* Unique background for Tender Work card */
.why-item-tender {
    background:
        linear-gradient(rgba(255,255,255,0.65), rgba(255,255,255,0.65)),
        url('../assets/img/Tender.jpg') center center/cover no-repeat !important;
}
/* Unique background for Consultancy card */
.why-item-consultancy {
    background:
        linear-gradient(rgba(255,255,255,0.65), rgba(255,255,255,0.65)),
        url('../assets/img/Consultant.jpg') center center/cover no-repeat !important;
}
/* Unique backgrounds for What We Offer cards only */
.why-section#services .why-item-safety {
    background:
        linear-gradient(rgba(255,255,255,0.65), rgba(255,255,255,0.65)),
        url('../assets/img/Course.jpg') center center/cover no-repeat !important;
}
.why-section#services .why-item-consultancy {
    background:
        linear-gradient(rgba(255,255,255,0.65), rgba(255,255,255,0.65)),
        url('../assets/img/Consultant.jpg') center center/cover no-repeat !important;
}
.why-section#services .why-item-tender {
    background:
        linear-gradient(rgba(255,255,255,0.65), rgba(255,255,255,0.65)),
        url('../assets/img/Tender.jpg') center center/cover no-repeat !important;
}
.why-section#services .why-item-analysis {
    background:
        linear-gradient(rgba(255,255,255,0.65), rgba(255,255,255,0.65)),
        url('../assets/img/Analysis.jpg') center center/cover no-repeat !important;
}
@media (max-width: 900px) {
    .grid, .why-grid, .contact-grid {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
        width: 100vw !important;
        max-width: 100vw !important;
        box-sizing: border-box !important;
        overflow-x: hidden !important;
    }
    .card, .why-item, .contact-form-card {
        margin-left: auto !important;
        margin-right: auto !important;
        width: auto !important;
        max-width: 420px !important;
        box-sizing: border-box !important;
    }
    .grid, .why-grid, .contact-grid {
        align-items: center !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .services-section .grid {
        padding-left: 0 !important;
        padding-right: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .services-section .card {
        padding-left: 0.5rem !important;
        padding-right: 0.5rem !important;
    }
}
@media (max-width: 600px) {
    .grid, .why-grid, .contact-grid {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
        width: 100vw !important;
        max-width: 100vw !important;
        box-sizing: border-box !important;
        overflow-x: hidden !important;
    }
    .card, .why-item, .contact-form-card {
        margin-left: auto !important;
        margin-right: auto !important;
        width: auto !important;
        max-width: 420px !important;
        box-sizing: border-box !important;
    }
    .grid, .why-grid, .contact-grid {
        align-items: center !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .services-section .grid {
        padding-left: 0 !important;
        padding-right: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .services-section .card {
        padding-left: 0.2rem !important;
        padding-right: 0.2rem !important;
    }
}
/* Force centering for all cards except About profile/chemist card */
@media (max-width: 900px) {
    .services-section .grid {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        padding: 0 !important;
        margin: 0 !important;
    }
    .services-section .grid > .card {
        margin-left: auto !important;
        margin-right: auto !important;
        width: auto !important;
        max-width: 420px !important;
        box-sizing: border-box !important;
    }
}
@media (max-width: 600px) {
    .services-section .grid {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        padding: 0 !important;
        margin: 0 !important;
    }
    .services-section .grid > .card {
        margin-left: auto !important;
        margin-right: auto !important;
        width: auto !important;
        max-width: 420px !important;
        box-sizing: border-box !important;
    }
}
@media (max-width: 900px) {
    .card, .why-item, .contact-form-card {
        width: 100% !important;
        max-width: 100vw !important;
        box-sizing: border-box !important;
        padding-left: 0.5rem;
        padding-right: 0.5rem;
        margin-left: auto;
        margin-right: auto;
    }
}
@media (max-width: 600px) {
    .card, .why-item, .contact-form-card {
        width: 100% !important;
        max-width: 100vw !important;
        box-sizing: border-box !important;
        padding-left: 0.2rem;
        padding-right: 0.2rem;
        margin-left: auto;
        margin-right: auto;
    }
}
/* Responsive card fixes for mobile */
@media (max-width: 900px) {
    .card, .why-item, .contact-form-card {
        width: 100% !important;
        max-width: 100vw !important;
        box-sizing: border-box !important;
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }
}
@media (max-width: 600px) {
    .card, .why-item, .contact-form-card {
        width: 100% !important;
        max-width: 100vw !important;
        box-sizing: border-box !important;
        padding-left: 0.2rem;
        padding-right: 0.2rem;
    }
}
/* Responsive fixes for all sections */
@media (max-width: 900px) {
    .navbar-content {
        flex-direction: column;
        align-items: flex-start;
        padding: 1rem 1rem;
        width: 100vw;
        box-sizing: border-box;
    }
    .navbar nav ul {
        gap: 1.2rem;
        flex-wrap: wrap;
    }
    .logo {
        margin-bottom: 0.5rem;
    }
    .hero-about-split, .about-half, .services-section, .why-section, .contact-section {
        width: 100vw;
        max-width: 100vw;
        box-sizing: border-box;
        overflow-x: hidden;
    }
    .wrap, .about-columns, .why-grid, .grid, .contact-grid {
        width: 100vw;
        max-width: 100vw;
        box-sizing: border-box;
        overflow-x: hidden;
    }
    .grid {
        grid-template-columns: 1fr;
        gap: 1.2rem;
    }
    .why-grid {
        grid-template-columns: 1fr;
        gap: 1.2rem;
    }
    .contact-grid {
        grid-template-columns: 1fr;
        gap: 1.2rem;
    }
    .card, .why-item, .contact-form-card {
        width: 100%;
        max-width: 100vw;
        box-sizing: border-box;
    }
}
@media (max-width: 600px) {
    .navbar-content {
        flex-direction: column;
        align-items: flex-start;
        padding: 0.7rem 0.5rem;
        width: 100vw;
        box-sizing: border-box;
    }
    .navbar nav ul {
        gap: 0.7rem;
        flex-wrap: wrap;
    }
    .logo {
        margin-bottom: 0.3rem;
    }
    .hero-about-split, .about-half, .services-section, .why-section, .contact-section {
        width: 100vw;
        max-width: 100vw;
        box-sizing: border-box;
        overflow-x: hidden;
    }
    .wrap, .about-columns, .why-grid, .grid, .contact-grid {
        width: 100vw;
        max-width: 100vw;
        box-sizing: border-box;
        overflow-x: hidden;
    }
    .grid {
        grid-template-columns: 1fr;
        gap: 0.7rem;
    }
    .why-grid {
        grid-template-columns: 1fr;
        gap: 0.7rem;
    }
    .contact-grid {
        grid-template-columns: 1fr;
        gap: 0.7rem;
    }
    .card, .why-item, .contact-form-card {
        width: 100%;
        max-width: 100vw;
        box-sizing: border-box;
    }
}
.contact-form-card form {
    display: flex;
    flex-direction: column;
    align-items: stretch;
}
.contact-form-card input.contact-input,
.contact-form-card select.contact-input,
.contact-form-card textarea.contact-input {
    width: 100%;
    box-sizing: border-box;
    min-width: 0;
    max-width: 100%;
}
/* Contact Section Redesign */
.contact-section {
    background: var(--gray-bg);
    width: 100%;
    padding: 80px 0;
}
.contact-grid {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
}
.contact-info {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
.contact-info h2 {
    margin: 0 0 20px;
    font-size: 2rem;
    font-weight: 800;
}
.contact-lead {
    color: #64748b;
    line-height: 1.7;
    margin-bottom: 40px;
    max-width: 45ch;
}
.contact-info-item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 30px;
}
.contact-svg-icon {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 1px solid rgba(15,23,42,.08);
    display: grid;
    place-items: center;
    flex-shrink: 0;
    background: #fff;
}
.contact-svg-icon svg {
    width: 20px;
    height: 20px;
    stroke: #0f172a;
    stroke-width: 1.6;
    stroke-linecap: round;
    stroke-linejoin: round;
    fill: none;
}
.contact-info-item h4 {
    margin: 0 0 6px;
    font-size: 16px;
    font-weight: 700;
}
.contact-info-item p,
.contact-info-item a {
    margin: 0;
    font-size: 14px;
    color: #64748b;
    text-decoration: none;
}
/* Contact links use LuftLab blue */
.contact-info-item a {
    color: var(--blue);
    transition: color 0.2s;
}
.contact-info-item a:hover, .contact-info-item a:focus {
    color: var(--navy);
}
}
.contact-form-card {
    background: #fff;
    padding: 40px;
    border-radius: 16px;
    border: 1px solid rgba(15,23,42,.08);
    display: flex;
    flex-direction: column;
    align-items: stretch;
}
.contact-form-card h3 {
    margin: 0 0 25px;
    font-size: 1.35rem;
    font-weight: 700;
}
.contact-input {
    width: 100%;
    padding: 14px 8px;
    margin-bottom: 16px;
    border-radius: 8px;
    border: 1px solid #e0e0e0;
    font-size: 14px;
    font-family: inherit;
    background: #fafaff;
    color: #23243a;
    outline: none;
    transition: border-color 0.2s;
}
/* Contact input focus uses LuftLab blue */
.contact-input:focus {
    border-color: var(--blue);
}
.contact-form-card textarea.contact-input {
    resize: vertical;
    min-height: 120px;
}
/* Contact send button uses LuftLab gradient */
.contact-send-btn {
    width: 100%;
    padding: 14px;
    border: none;
    border-radius: 8px;
    background: linear-gradient(90deg, var(--navy) 0%, var(--blue) 100%);
    color: #fff;
    font-weight: 600;
    font-size: 15px;
    cursor: pointer;
    transition: background 0.2s, color 0.2s, box-shadow 0.2s;
    box-shadow: 0 2px 12px 0 rgba(30,30,60,0.10);
}
.contact-send-btn:hover, .contact-send-btn:focus {
    background: var(--blue);
    color: #fff;
    box-shadow: 0 4px 24px 0 rgba(78,195,224,0.13);
}
.contact-send-btn:hover {
    opacity: 0.9;
}
@media (max-width: 900px) {
    .contact-grid {
        grid-template-columns: 1fr;
        gap: 50px;
    }
}
/* Unique background for Applied & Measurable Results card */
.why-item-results {
    background:
        linear-gradient(rgba(255,255,255,0.65), rgba(255,255,255,0.65)),
        url('../assets/img/Results.png') center center/cover no-repeat !important;
}
/* Unique background for Academic Authority card */
.why-item-academic {
    background:
        linear-gradient(rgba(255,255,255,0.65), rgba(255,255,255,0.65)),
        url('../assets/img/ela-de-pure-lF57lMCQEtw-unsplash.jpg') center center/cover no-repeat !important;
}
/* Why Us Section (custom, scoped) */
.why-section:not(#services) {
    background: var(--gray-bg); /* Matches About section background */
    width: 100%;
    padding: 8px 0 36px 0;
}

/* Test Section uses Why Us styles */
#test.why-section {
    /* No additional styles needed; inherits from .why-section, .why-grid, .why-item, etc. */
}
.why-section > .why-kicker,
.why-section > .why-title,
.why-section > .why-lead,
.why-section > .why-grid {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
}
.why-kicker {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: var(--blue);
    margin-bottom: 4px;
}
.why-title {
    font-size: 2.5rem;
    line-height: 1.1;
    margin: 0 0 6px 0;
    font-weight: 800;
    color: var(--navy);
}
.why-lead {
    max-width: 60ch;
    color: #64748b;
    line-height: 1.7;
    margin: 0 auto 16px auto; /* Even less bottom margin below lead */
}
.why-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 60px;
    margin-top: 12px; /* Even less space above grid */
}
.why-item {
        min-height: 340px;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: 
        linear-gradient(rgba(255,255,255,0.65), rgba(255,255,255,0.65)),
        url('../assets/img/vedrana-filipovic-jxqTaXF5WmY-unsplash.jpg') center center/cover no-repeat;
    border-radius: 16px;
    box-shadow: 0 8px 32px rgba(30,30,60,0.07);
    padding: 2.5rem 2rem 2.2rem 2rem;
    min-height: 260px;
}
.why-icon {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    border: 1px solid rgba(15,23,42,.08);
    display: grid;
    place-items: center;
    margin-bottom: 18px;
    background: #f8fafc;
}
.why-section#services .why-icon {
     background: #fff;
     border-radius: 50%;
     box-shadow: 0 2px 8px rgba(30,30,60,0.10);
     width: 56px;
     height: 56px;
     display: flex;
     align-items: center;
     justify-content: center;
     margin-bottom: 18px;
}
.why-icon svg {
    width: 24px;
    height: 24px;
    stroke: #0b2a5a;
    stroke-width: 1.6;
    stroke-linecap: round;
    stroke-linejoin: round;
    fill: none;
}
.why-item h3 {
    margin: 0 0 10px;
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--navy);
}
.why-item p {
    margin: 0;
    color: #23234a;
    font-size: 0.97rem;
    line-height: 1.7;
    text-align: center;
}
@media (max-width: 900px) {
    .why-grid {
        grid-template-columns: 1fr;
        gap: 40px;
        margin-top: 40px;
    }
    .why-title {
        font-size: 1.5rem;
    }
}
.about-col-left .about-text-aligner {
    margin-top: 4.2rem !important;
}
/* Align about section text blocks horizontally regardless of image/logo height */
.about-col {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.about-text-aligner {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
    margin-top: 2.2rem;
}
.about-col-right .about-text-aligner {
    align-items: flex-start;
    margin-top: 1.35rem;
}
.about-col-left .about-text-aligner {
    align-items: flex-start;
    margin-top: 2.2rem;
}
.about-half {
    scroll-margin-top: 90px;
}
/* About Section Top Row */
.about-top-row {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 0;
    background: var(--gradient);
    border-bottom: none;
    padding: 0;
}

/* Anchor offset for sticky navbar (mobile/tablet/desktop) */
section, .about-half, .services-section, .why-section, .contact-section {
    scroll-margin-top: 90px;
}

@media (max-width: 900px) {
    section, .about-half, .services-section, .why-section, .contact-section {
        scroll-margin-top: 70px;
    }
}

@media (max-width: 600px) {
    section, .about-half, .services-section, .why-section, .contact-section {
        scroll-margin-top: 60px;
    }
}
.about-top-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.about-top-title {
    font-size: 2rem;
    color: var(--white);
    font-weight: bold;
    margin-bottom: 0.2rem;
    font-family: 'Segoe UI', Arial, sans-serif;
}
.about-top-tagline {
    font-size: 1rem;
    color: #f3e9e0;
    margin-bottom: 1rem;
    font-family: 'Segoe UI', Arial, sans-serif;
}
.about-top-btn {
    background: var(--white);
    color: var(--navy);
    border: none;
    padding: 0.32rem 0.9rem;
    border-radius: 16px;
    font-size: 0.89rem;
    font-weight: bold;
    box-shadow: var(--shadow);
    cursor: pointer;
    text-decoration: none;
    transition: background 0.2s, color 0.2s;
    margin-top: 0.2rem;
}
.about-top-btn:hover, .about-top-btn:focus {
    background: var(--orange);
    color: var(--white);
}
/* --- Service Section Custom Styles (Overrides) --- */
.wrap {
    max-width: 1200px;
    margin: 0 auto;
    padding: 3.5rem 1rem;
}

.grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    margin-bottom: 0;
}

.card {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 8px 32px rgba(30,30,60,0.07);
    padding: 2.5rem 2.5rem 2.2rem 2.5rem;
    text-align: center;
    min-height: 220px;
    max-width: 520px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.icon {
    width: 56px;
    height: 56px;
    display: grid;
    place-items: center;
    margin-bottom: 1.5rem;
}

.title {
    margin: 0 0 0.7rem 0;
    font-weight: 800;
    letter-spacing: 0.01em;
    font-size: 1.25rem;
    color: #1a1a4e;
    text-transform: uppercase;
}

.desc {
html, body {
    margin: 0;
    padding: 0;
    font-family: 'Segoe UI', Arial, sans-serif;
    background: var(--gray-bg);
    color: #222;
    scroll-behavior: smooth;
    box-sizing: border-box;
    max-width: 100vw;
    overflow-x: hidden;
}
    margin: 0;
    color: #444;
    font-size: 1.05rem;
    line-height: 1.7;
    max-width: 320px;
    text-align: center;
}

@media (max-width: 720px) {
    .grid { grid-template-columns: 1fr; gap: 2rem; }
    .card { min-height: 200px; }
}

.about-columns {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    gap: 3.5rem;
    max-width: 1200px;
    margin: 0 auto;
    padding: 3.5rem 1rem 3.5rem 1rem;
        width: 100%;
        box-sizing: border-box;
    background: transparent;
    border-radius: 0;
    box-shadow: none;
}
.about-col {
    flex: 1 1 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
        box-sizing: border-box;
    min-width: 320px;
    max-width: 480px;
}
.about-img {
    display: block;
    margin-bottom: 1.5rem;
}
.profile-img {
    width: 180px;
    height: 180px;
    border-radius: 50%;
    object-fit: cover;
    border: 4px solid #f97316;
    box-shadow: 0 2px 12px 0 rgba(30,30,60,0.10);
    background: #fff;
}
.logo-img {
    width: 320px;
    height: auto;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 2px 12px 0 rgba(30,30,60,0.10);
    border: none;
}
.about-text {
    text-align: left;
    width: 100%;
}
.about-text h3 {
    color: #1a1a4e;
    margin: 0 0 0.5rem 0;
    font-size: 1.35rem;
    font-weight: 700;
}
.about-text p {
    color: #222;
    font-size: 1.05rem;
    line-height: 1.7;
    margin: 0;
}
@media (max-width: 900px) {
    .about-columns {
        flex-direction: column;
        gap: 2.5rem;
        padding: 2rem 0.5rem;
    }
    .about-col {
        max-width: 100%;
        min-width: 0;
    }
    .about-img {
        margin-bottom: 1rem;
    }
    .about-text {
        text-align: center;
    }
}
.about-content {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 4.5rem;

    .about-content {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        gap: 3rem;
        max-width: 900px;
        margin: 0 auto;
        padding: 3rem 1rem 3rem 1rem;
        background: #fff;
        border-radius: 16px;
        box-shadow: 0 2px 16px 0 rgba(30,30,60,0.07);
    }
    .about-left {
        flex: 0 0 180px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .about-right {
        flex: 1 1 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        text-align: left;
        max-width: 520px;
    }
    .profile-img {
        width: 160px;
        height: 160px;
        border-radius: 50%;
        object-fit: cover;
        border: 4px solid var(--orange);
        box-shadow: 0 2px 12px 0 rgba(30,30,60,0.10);
        background: #fff;
        display: block;
    }
    .about-right h3 {
        color: var(--navy);
        margin: 0 0 0.5rem 0;
        font-size: 1.35rem;
        font-weight: 700;
    }
    .about-right p {
        color: #222;
        font-size: 1.05rem;
        line-height: 1.7;
        margin: 0;
    }
    @media (max-width: 900px) {
        .about-content {
            flex-direction: column;
            gap: 2rem;
            padding: 2rem 0.5rem;
        }
        .about-left, .about-right {
            align-items: center;
            max-width: 100%;
            text-align: center;
        }
        .about-right {
            align-items: center;
        }
    }
    margin: 0;
    padding: 0;
}
.hero-about-split .hero-half {
    background: var(--gradient);
    color: var(--white);
        height: 30vh;
        min-height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0;
}
.hero-about-split .hero-content {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 1rem;
}
.hero-about-split .hero-content h1 {
    font-size: 2.8rem;
    margin-bottom: 0.5rem;
    font-weight: bold;
    color: var(--white);
}
.hero-about-split .tagline {
    font-size: 1.3rem;
    margin-bottom: 2rem;
    color: #f3e9e0;
}
.hero-about-split .cta-btn {
    background: var(--white);
    color: var(--navy);
    border: none;
    padding: 0.9rem 2.2rem;
    border-radius: 32px;
    font-size: 1.1rem;
    font-weight: bold;
    box-shadow: var(--shadow);
    cursor: pointer;
    text-decoration: none;
    transition: background 0.2s, color 0.2s;
}
.hero-about-split .cta-btn:hover, .hero-about-split .cta-btn:focus {
    background: var(--orange);
    color: var(--white);
}
.hero-about-split .about-half {
    background: var(--white);
    color: #222;
        height: 70vh;
        min-height: 320px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}
.hero-about-split .about-content {
    display: flex;
    align-items: center;
    gap: 2.5rem;
    max-width: 600px;
    margin: 0 auto;
    padding: 0 1rem;
}
.hero-about-split .profile-img {
    width: 160px;
    height: 160px;
    object-fit: cover;
    border-radius: 50%;
    box-shadow: var(--shadow);
    border: 4px solid var(--orange);
    background: #fff;
}
.hero-about-split .about-content h2 {
    margin-top: 0;
    color: var(--navy);
}
@media (max-width: 900px) {
    .hero-about-split .about-content {
        flex-direction: column;
        gap: 1.5rem;
        text-align: center;
    }
}
/* Chemical Consultancy - Modern Static Site Styles */

:root {
    --navy: #1a1a4e;
    --blue: #4ec3e0;
    --navy-dark: #181a2a;
    --navy-light: #23234a;
    --gray-bg: #f4f6fa;
    --white: #fff;
    --shadow: 0 2px 12px rgba(30,30,60,0.08);
    --radius: 16px;
    --gradient: linear-gradient(90deg, var(--navy) 0%, var(--blue) 100%);
}

html, body {
    margin: 0;
    padding: 0;
    font-family: 'Segoe UI', Arial, sans-serif;
    background: var(--gray-bg);
    color: #222;
    scroll-behavior: smooth;
}

/* Navbar */
.navbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    background: var(--white);
    box-shadow: var(--shadow);
}
.navbar-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0.5rem 2rem;
}
.logo {
    font-size: 1.5rem;
    font-weight: bold;
    color: var(--navy);
}
.navbar nav ul {
    display: flex;
    gap: 2rem;
    list-style: none;
    margin: 0;
    padding: 0;
}
.navbar nav a {
    color: var(--navy);
    text-decoration: none;
    font-weight: 600;
    position: relative;
    padding: 0.25rem 0;
    transition: color 0.2s;
}
.navbar nav a:hover, .navbar nav a:focus {
    color: var(--blue);
}
.navbar nav a::after {
    content: '';
    display: block;
    height: 3px;
    width: 0;
    background: var(--gradient);
    border-radius: 2px;
    transition: width 0.3s;
    margin-top: 2px;
}
.navbar nav a:hover::after, .navbar nav a:focus::after {
    width: 100%;
}

/* Hero Section */
.hero-section {
    background: var(--gradient);
    color: var(--white);
    min-height: 100vh;
    padding: 0 1rem;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.hero-content h1 {
    font-size: 2.8rem;
    margin-bottom: 0.5rem;
    font-weight: bold;
}
.tagline {
    font-size: 1.3rem;
    margin-bottom: 2rem;
}
.cta-btn {
    background: var(--white);
    color: var(--navy);
    border: none;
    padding: 0.9rem 2.2rem;
    border-radius: 32px;
    font-size: 1.1rem;
    font-weight: bold;
    box-shadow: var(--shadow);
    cursor: pointer;
    text-decoration: none;
    transition: background 0.2s, color 0.2s;
}
.cta-btn:hover, .cta-btn:focus {
    background: var(--orange);
    color: var(--white);
}

/* About Section */
.about-section {
    background: var(--white);
    min-height: 100vh;
    padding: 0 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.about-content {
    display: flex;
    align-items: center;
    gap: 2.5rem;
    max-width: 900px;
}
.profile-img {
    width: 160px;
    height: 160px;
    object-fit: cover;
    border-radius: 50%;
    box-shadow: var(--shadow);
    border: 4px solid var(--blue);
}
.about-content h2 {
    margin-top: 0;
}


/* Why Choose Us Section */
.why-section {
    background: var(--white);
    min-height: 100vh;
    padding: 0 1rem;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.why-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 2rem;
    margin-top: 2rem;
}
.why-card {
    background: var(--gray-bg);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    padding: 2rem 1.2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.why-icon {
    font-size: 2rem;
    margin-bottom: 1rem;
}

/* Contact Section */
.contact-section {
    background: var(--gray-bg);
    min-height: 100vh;
    padding: 0 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.contact-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    gap: 3rem;
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}
.contact-info-panel {
    flex: 1 1 340px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    min-width: 270px;
    max-width: 400px;
    margin-top: 0.5rem;
}
.contact-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--navy);
    margin-bottom: 0.7rem;
}
.contact-intro {
    color: #444;
    font-size: 1.08rem;
    margin-bottom: 2.2rem;
    font-weight: 500;
}
.contact-info-list {
    display: flex;
    flex-direction: column;
    gap: 2.1rem;
    width: 100%;
}
.contact-info-item {
    display: flex;
    align-items: flex-start;
    gap: 1.1rem;
}
.contact-info-icon {
    background: var(--white);
    color: var(--orange);
    border-radius: 50%;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    box-shadow: 0 2px 12px rgba(30,30,60,0.10);
    margin-top: 2px;
}
.contact-info-label {
    color: var(--navy);
    font-weight: 700;
    font-size: 1.08rem;
    margin-bottom: 0.1rem;
    display: inline-block;
}
.contact-info-text {
    color: #222;
    font-size: 1rem;
    font-weight: 400;
    word-break: break-word;
}
.contact-info-text a {
    color: var(--orange);
    text-decoration: underline;
}
.contact-form-panel {
    flex: 1 1 340px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    min-width: 320px;
    max-width: 420px;
}
.contact-form-card {
    background: var(--white);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    padding: 2.2rem 2rem 2rem 2rem;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: stretch;
}
.contact-form-card h3 {
    color: var(--navy);
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 1.3rem;
    text-align: left;
}
.contact-form {
    display: flex;
    flex-direction: column;
    gap: 1.1rem;
}
.contact-form input,
.contact-form textarea,
.contact-form select {
    padding: 0.55rem 0.8rem;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    font-size: 0.97rem;
    background: #fafaff;
    color: #23243a;
    outline: none;
    transition: border-color 0.2s;
}
.contact-form input:focus,
.contact-form textarea:focus,
.contact-form select:focus {
    border-color: var(--orange);
}
.contact-form textarea {
    min-height: 80px;
    resize: vertical;
}
.form-send-btn {
    background: var(--orange);
    color: #fff;
    border: none;
    border-radius: 6px;
    font-size: 1rem;
    font-weight: 600;
    padding: 0.65rem 0;
    margin-top: 0.7rem;
    box-shadow: 0 2px 8px rgba(30,30,60,0.07);
    cursor: pointer;
    transition: background 0.2s;
}
.form-send-btn:hover {
    background: var(--navy);
}
}
.contact-content {
    display: flex;
    gap: 3rem;
    max-width: 900px;
    margin: 0 auto;
    flex-wrap: wrap;
    justify-content: center;
}
.contact-content form {
    flex: 1 1 320px;
    background: var(--white);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    padding: 2rem 1.2rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    min-width: 260px;
    max-width: 400px;
}
.contact-content input,
.contact-content textarea,
.contact-content select {
    padding: 0.7rem;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 1rem;
}
.contact-content button {
    margin-top: 0.5rem;
}
.contact-details {
    flex: 1 1 220px;
    background: var(--white);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    padding: 2rem 1.2rem;
    min-width: 220px;
    max-width: 320px;
    margin-top: 1rem;
    align-self: flex-start;
}
.contact-details h3 {
    margin-top: 0;
}
.contact-details a {
    color: var(--navy);
    text-decoration: underline;
}
.cta-btn {
    background: var(--white);
    color: var(--navy);
    border: 2px solid var(--blue);
    padding: 0.9rem 2.2rem;
    border-radius: 32px;
    font-size: 1.1rem;
    font-weight: bold;
    box-shadow: var(--shadow);
    cursor: pointer;
    text-decoration: none;
    transition: background 0.2s, color 0.2s, border 0.2s;
}
.cta-btn:hover, .cta-btn:focus {
    background: var(--blue);
    color: var(--white);
    border: 2px solid var(--navy);
}
.footer {
    background: var(--navy);
    color: var(--white);
    padding: 1.5rem 0 1rem 0;
    text-align: center;
    margin-top: 0;
}
.footer-content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
}
.footer nav a {
    color: var(--blue);
    text-decoration: none;
    margin: 0 0.5rem;
    font-weight: 500;
}
.footer nav a:hover {
    text-decoration: underline;
    color: var(--navy);
}

/* Responsive */
@media (max-width: 900px) {
    .navbar-content, .footer-content {
        padding: 1rem;
    }
    .about-content, .contact-container {
        flex-direction: column;
        align-items: center;
        gap: 2.5rem;
    }
}
@media (max-width: 600px) {
    .hero-section {
        padding: 3rem 0.5rem 2rem 0.5rem;
    }
    .about-section, .services-section, .why-section, .contact-section {
        padding: 2rem 0.5rem 1.5rem 0.5rem;
    }
    .services-grid, .why-grid {
        gap: 1rem;
    }
    .footer-content {
        padding: 0.5rem;
    }
    .contact-form-card {
        min-width: 0;
        padding: 1.2rem 0.5rem 1.2rem 0.5rem;
    }
    .contact-info-panel {
        min-width: 0;
        gap: 1.2rem;
    }
}
