/* Hide homepage search panel */
.home_banner .search-box,
.home_banner .search-box-wrapper,
.home_banner .search-form,
.home_banner form {
    display: none !important;
}
/* Premium dark overlay on homepage hero */
.home_banner {
    background-color: rgba(0, 0, 0, 0.28) !important;
    background-blend-mode: multiply;
}
/* Premium Hero Heading */
.home_banner .banner-search {
    text-align: left !important;
}

.home_banner .banner-search h1,
.home_banner .banner-search h2,
.home_banner .banner-search .title {
    text-align: left !important;
    font-size: 52px !important;
    line-height: 1.12 !important;
    font-weight: 600 !important;
    max-width: 620px;
}
/* Move hero content to left */
.home_banner .topsearch {
    left: 10% !important;
    right: auto !important;
    width: 700px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    text-align: left !important;
}

.home_banner .banner-text-description {
    text-align: left !important;
    font-size: 48px !important;
    line-height: 1.12 !important;
    font-weight: 600 !important;
    margin-bottom: 18px !important;
}
.ambesten-hero-extra {
    margin-top: 18px;
    text-align: left;
}

.ambesten-subtitle {
    font-size: 26px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 8px;
}

.ambesten-desc {
    font-size: 18px;
    color: rgba(255,255,255,.92);
    margin-bottom: 24px;
}

.ambesten-actions {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
}

.ambesten-btn {
    display: inline-block;
    padding: 14px 22px;
    border-radius: 4px;
    text-decoration: none !important;
    font-weight: 600;
}

.ambesten-btn-primary {
    background: #CF7C0A;
    color: #fff !important;
}

.ambesten-btn-outline {
    border: 1px solid #fff;
    color: #fff !important;
    background: transparent;
}
/* Ambesten Trust Strip */
.ambesten-trust-strip {
    max-width: 100%;
    background: #171717;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    padding: 22px 7%;
    gap: 0;
    color: #fff;
}

.ambesten-trust-item {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 4px 28px;
    border-right: 1px solid rgba(255,255,255,0.18);
}

.ambesten-trust-item:last-child {
    border-right: none;
}

.ambesten-trust-icon {
    font-size: 30px;
    min-width: 34px;
    color: #CF7C0A;
    line-height: 1;
}

.ambesten-trust-item strong {
    display: block;
    font-size: 14px;
    letter-spacing: 0.4px;
    color: #fff;
}

.ambesten-trust-item span {
    display: block;
    font-size: 13px;
    margin-top: 4px;
    color: rgba(255,255,255,0.72);
}

@media (max-width: 991px) {
    .ambesten-trust-strip {
        grid-template-columns: repeat(2, 1fr);
    }

    .ambesten-trust-item:nth-child(2) {
        border-right: none;
    }
}

@media (max-width: 576px) {
    .ambesten-trust-strip {
        grid-template-columns: 1fr;
        padding: 15px 20px;
    }

    .ambesten-trust-item {
        border-right: none;
        border-bottom: 1px solid rgba(255,255,255,0.15);
        padding: 15px 5px;
    }

    .ambesten-trust-item:last-child {
        border-bottom: none;
    }
}
/* Premium Featured Project Cards */

.projecthome .item {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
    border: 1px solid rgba(0,0,0,0.04);
}

.projecthome .item:hover {
    transform: translateY(-5px);
    box-shadow: 0 14px 30px rgba(0,0,0,0.12);
}

.projecthome .item img {
    width: 100%;
    height: 270px;
    object-fit: cover;
}

.projecthome .item .description {
    padding: 20px 18px 22px !important;
    min-height: 150px;
}

.projecthome .item .description h5 {
    font-size: 20px !important;
    font-weight: 600 !important;
    line-height: 1.3 !important;
    margin-bottom: 15px !important;
    color: #1b1b1b;
}

.projecthome .item .description p {
    font-size: 14px;
    line-height: 1.6;
    color: #666;
    margin-bottom: 8px;
}

.projecthome .item .description p:last-child {
    color: #1b1b1b;
    font-weight: 600;
    margin-bottom: 0;
}

/* Mobile */
@media (max-width: 767px) {
    .projecthome .item img {
        height: 230px;
    }

    .projecthome .item .description {
        min-height: auto;
    }
}
/* ===== AMBESTEN PREMIUM MAIN HEADER ===== */

header.topmenu.bg-light {
    background: #ffffff !important;
    box-shadow: 0 2px 14px rgba(0,0,0,0.05);
}

header.topmenu .main-header {
    background: #ffffff !important;
}

header.topmenu .navbar {
    min-height: 82px;
    padding-top: 10px;
    padding-bottom: 10px;
}

/* Navigation links */
header.topmenu .navbar-nav .nav-link {
    font-size: 15px !important;
    font-weight: 500 !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
    transition: color 0.25s ease;
}

/* Active + hover */
header.topmenu .navbar-nav .nav-link:hover,
header.topmenu .navbar-nav .active > .nav-link {
    color: #CF7C0A !important;
}

/* Keep mobile header compact */
@media (max-width: 991px) {
    header.topmenu .navbar {
        min-height: 68px;
        padding-top: 6px;
        padding-bottom: 6px;
    }
}
/* Premium Header Logo */
header.topmenu .navbar-brand {
    width: 150px !important;
    height: 62px !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center !important;
    overflow: visible !important;
}

header.topmenu .navbar-brand img.logo {
    height: 62px !important;
    width: auto !important;
    max-width: 150px !important;
    object-fit: contain;
}
/* Header Call Now Button */
.ambesten-call-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #CF7C0A;
    color: #fff !important;
    padding: 12px 20px;
    margin-left: 18px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none !important;
    white-space: nowrap;
    transition: all 0.25s ease;
}

.ambesten-call-btn:hover {
    background: #b96e08;
    color: #fff !important;
    transform: translateY(-1px);
}

@media (max-width: 991px) {
    .ambesten-call-btn {
        margin: 12px 0;
        width: 160px;
    }
}
/* ===== AMBESTEN PREMIUM TOP BAR ===== */

.bravo_topbar {
    background: #171717 !important;
    min-height: 38px !important;
    border-bottom: 1px solid rgba(255,255,255,0.08);
}

.bravo_topbar,
.bravo_topbar a {
    color: #ffffff !important;
    font-size: 12px !important;
}

.bravo_topbar a:hover {
    color: #d67d00 !important;
}

/* Give top bar content better breathing space */
.bravo_topbar .container {
    padding-top: 7px !important;
    padding-bottom: 7px !important;
}
/* View All Projects Button */
.ambesten-view-all-projects {
    text-align: center;
    padding: 28px 0 45px;
    background: #fff;
}

.ambesten-view-all-btn {
    display: inline-block;
    padding: 13px 26px;
    border: 1px solid #CF7C0A;
    border-radius: 5px;
    color: #CF7C0A !important;
    background: #fff;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none !important;
    transition: all 0.25s ease;
}

.ambesten-view-all-btn:hover {
    background: #CF7C0A;
    color: #fff !important;
    transform: translateY(-1px);
}
/* Homepage only - 3 Featured Projects */
@media (min-width: 992px) {
    #ismain-homes .projecthome .row > [class*="col-"]:not([style*="display: none"]) {
        flex: 0 0 33.333333% !important;
        max-width: 33.333333% !important;
    }
}
/* Compact View All Projects area */
.ambesten-view-all-projects {
    padding: 18px 0 28px !important;
    background: transparent !important;
}

.ambesten-view-all-btn {
    margin-top: 0 !important;
}
/* =========================================
   AMBESTEN HOMEPAGE - MOBILE FIX
   Desktop remains unchanged
========================================= */

@media screen and (max-width: 768px) {

    /* Prevent horizontal overflow */
    html,
    body {
        width: 100%;
        max-width: 100%;
        overflow-x: hidden !important;
    }

    /* HERO */
    .home_banner {
        width: 100% !important;
        min-height: 560px !important;
        height: auto !important;
        background-position: center center !important;
    }

    .home_banner .topsearch {
        position: relative !important;
        top: auto !important;
        left: auto !important;
        right: auto !important;
        transform: none !important;

        width: 100% !important;
        max-width: 100% !important;

        padding: 150px 24px 55px !important;
        box-sizing: border-box !important;

        text-align: left !important;
    }

    /* Main heading */
    .home_banner .topsearch h1 {
        width: 100% !important;
        max-width: 100% !important;

        font-size: 38px !important;
        line-height: 1.12 !important;
        font-weight: 500 !important;

        margin: 0 0 20px !important;
        white-space: normal !important;
        overflow-wrap: normal !important;
    }

    /* Added hero content */
    .ambesten-hero-extra {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
    }

    .ambesten-subtitle {
        font-size: 22px !important;
        line-height: 1.3 !important;
        margin-bottom: 14px !important;
        white-space: normal !important;
    }

    .ambesten-desc {
        font-size: 16px !important;
        line-height: 1.5 !important;
        margin-bottom: 24px !important;
        white-space: normal !important;
    }

    /* Hero buttons */
    .ambesten-actions {
        display: flex !important;
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 12px !important;

        width: 100% !important;
    }

    .ambesten-actions .ambesten-btn {
        width: auto !important;
        min-width: 190px !important;
        max-width: 100% !important;

        margin: 0 !important;
        padding: 13px 20px !important;
        box-sizing: border-box !important;

        text-align: center !important;
        font-size: 15px !important;
    }

    /* TRUST STRIP */
    .ambesten-trust-strip {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;

        display: block !important;
        padding: 20px 24px !important;
    }

    .ambesten-trust-item {
        width: 100% !important;
        box-sizing: border-box !important;

        padding: 18px 5px !important;
        margin: 0 !important;
    }
}
/* ===== MOBILE FEATURED PROJECTS FIX ===== */
@media screen and (max-width: 768px) {

    .projecthome .row {
        display: block !important;
    }

.projecthome .row > [class*="col-"]:not([style*="display: none"]) {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
    display: block !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
    margin-bottom: 22px !important;
}

/* Keep homepage-hidden project hidden on mobile */
.projecthome .row > [style*="display: none"] {
    display: none !important;
}

    .projecthome .item {
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 auto !important;
    }

    .projecthome .item img {
        width: 100% !important;
        height: 240px !important;
        object-fit: cover !important;
    }

    .projecthome .item .description {
        min-height: auto !important;
        padding: 18px !important;
    }

    .projecthome .item .description h5 {
        font-size: 20px !important;
        line-height: 1.3 !important;
        white-space: normal !important;
        overflow: visible !important;
    }

    .projecthome .item .description p {
        font-size: 14px !important;
        line-height: 1.5 !important;
        white-space: normal !important;
        overflow: visible !important;
    }
}
/* =====================================
   HOMEPAGE PREMIUM CONTACT SECTION
===================================== */

#ismain-homes #contact {
    max-width: 1240px !important;
    margin: 80px auto !important;
    padding: 0 30px !important;
}

#ismain-homes #contact > .row {
    margin: 0 !important;
    display: flex !important;
    align-items: stretch !important;
    background: #ffffff !important;
    border-radius: 18px !important;
    overflow: hidden !important;
    box-shadow: 0 18px 55px rgba(0, 0, 0, 0.08) !important;
}

/* LEFT PANEL */
#ismain-homes #contact > .row > .col-md-6:first-child {
    background: #17261f !important;
    padding: 55px 50px !important;
    color: #ffffff !important;
}

#ismain-homes #contact > .row > .col-md-6:first-child .wrapper {
    height: 100% !important;
}

#ismain-homes #contact > .row > .col-md-6:first-child h2 {
    color: #ffffff !important;
    font-size: 32px !important;
    line-height: 1.2 !important;
    font-weight: 600 !important;
    text-transform: none !important;
    margin-bottom: 24px !important;
}

#ismain-homes #contact > .row > .col-md-6:first-child p,
#ismain-homes #contact > .row > .col-md-6:first-child .contact-main {
    color: rgba(255, 255, 255, 0.78) !important;
    font-size: 15px !important;
    line-height: 1.8 !important;
}

/* RIGHT FORM PANEL */
#ismain-homes #contact > .row > .col-md-6:last-child {
    background: #f8f6f1 !important;
    padding: 55px 50px !important;
}

#ismain-homes #contact > .row > .col-md-6:last-child h2 {
    color: #17261f !important;
    font-size: 32px !important;
    line-height: 1.2 !important;
    font-weight: 600 !important;
    text-transform: none !important;
    margin-bottom: 24px !important;
}

#ismain-homes #contact input,
#ismain-homes #contact textarea,
#ismain-homes #contact select {
    width: 100% !important;
    background: #ffffff !important;
    border: 1px solid #ddd8ce !important;
    border-radius: 8px !important;
    padding: 14px 16px !important;
    font-size: 14px !important;
    box-shadow: none !important;
}

#ismain-homes #contact textarea {
    min-height: 120px !important;
}

#ismain-homes #contact button,
#ismain-homes #contact input[type="submit"] {
    background: #c97812 !important;
    color: #ffffff !important;
    border: none !important;
    border-radius: 7px !important;
    padding: 14px 28px !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    transition: all 0.25s ease !important;
}

#ismain-homes #contact button:hover,
#ismain-homes #contact input[type="submit"]:hover {
    transform: translateY(-2px) !important;
    opacity: 0.92 !important;
}

/* MOBILE */
@media screen and (max-width: 768px) {

    #ismain-homes #contact {
        margin: 50px auto !important;
        padding: 0 18px !important;
    }

    #ismain-homes #contact > .row {
        display: block !important;
        border-radius: 14px !important;
    }

    #ismain-homes #contact > .row > .col-md-6 {
        width: 100% !important;
        max-width: 100% !important;
        padding: 35px 25px !important;
    }

    #ismain-homes #contact h2 {
        font-size: 26px !important;
    }
}
/* Fix old inner wrapper styling inside homepage contact section */
#ismain-homes #contact > .row > .col-md-6:first-child .wrapper {
    background: transparent !important;
    box-shadow: none !important;
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

#ismain-homes #contact > .row > .col-md-6:first-child .contact-main {
    background: transparent !important;
    box-shadow: none !important;
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

#ismain-homes #contact > .row > .col-md-6:last-child .wrapper {
    background: transparent !important;
    box-shadow: none !important;
    border: none !important;
}
/* Premium contact details styling */
#ismain-homes #contact .contact-main {
    margin-top: 24px !important;
}

#ismain-homes #contact .contact-main p {
    margin: 0 0 12px !important;
    padding-left: 26px !important;
    position: relative !important;
    font-size: 15px !important;
    line-height: 1.6 !important;
}

#ismain-homes #contact .contact-main p:nth-child(1)::before {
    content: "⌖";
}

#ismain-homes #contact .contact-main p:nth-child(2)::before {
    content: "☎";
}

#ismain-homes #contact .contact-main p:nth-child(3)::before {
    content: "✉";
}

#ismain-homes #contact .contact-main p::before {
    position: absolute !important;
    left: 0 !important;
    top: 0 !important;
    font-size: 16px !important;
    color: #d88416 !important;
}
/* Premium form spacing + CTA */
#ismain-homes #contact .contact-form,
#ismain-homes #contact form {
    display: flex !important;
    flex-direction: column !important;
    gap: 14px !important;
}

#ismain-homes #contact input,
#ismain-homes #contact textarea {
    margin-bottom: 0 !important;
}

#ismain-homes #contact button,
#ismain-homes #contact input[type="submit"] {
    min-width: 165px !important;
    padding: 14px 28px !important;
    border-radius: 8px !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    letter-spacing: 0.2px !important;
    align-self: flex-start !important;
}

#ismain-homes #contact button:hover,
#ismain-homes #contact input[type="submit"]:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12) !important;
}
/* Force premium styling on homepage contact form button */
#ismain-homes #contact .btn,
#ismain-homes #contact .btn-primary,
#ismain-homes #contact button[type="submit"] {
    background: #d17a00 !important;
    color: #ffffff !important;
    border: 0 !important;
    border-radius: 8px !important;
    min-width: 180px !important;
    height: 48px !important;
    padding: 0 28px !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    line-height: 48px !important;
    box-shadow: none !important;
}

#ismain-homes #contact .btn:hover,
#ismain-homes #contact .btn-primary:hover,
#ismain-homes #contact button[type="submit"]:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 8px 22px rgba(0,0,0,0.14) !important;
}
/* Small premium accent above heading */
#ismain-homes #contact > .row > .col-md-6:last-child h2::before {
    content: "PERSONAL ASSISTANCE";
    display: block !important;
    color: #c97812 !important;
    font-size: 11px !important;
    line-height: 1 !important;
    font-weight: 700 !important;
    letter-spacing: 2px !important;
    margin-bottom: 13px !important;
}

/* More premium input appearance */
#ismain-homes #contact > .row > .col-md-6:last-child input,
#ismain-homes #contact > .row > .col-md-6:last-child textarea {
    background: rgba(255,255,255,0.9) !important;
    border: 1px solid #ded6c7 !important;
    transition: all 0.25s ease !important;
}

/* Elegant focus effect */
#ismain-homes #contact > .row > .col-md-6:last-child input:focus,
#ismain-homes #contact > .row > .col-md-6:last-child textarea:focus {
    border-color: #c97812 !important;
    box-shadow: 0 0 0 3px rgba(201,120,18,0.08) !important;
    outline: none !important;
}
/* Clean Luxury - Book a Site Visit */

#ismain-homes #contact > .row > .col-md-6:last-child {
    background: #ffffff !important;
    padding: 55px 62px !important;
}

/* Heading */
#ismain-homes #contact > .row > .col-md-6:last-child h2 {
    color: #17261f !important;
    font-size: 30px !important;
    font-weight: 600 !important;
    margin-bottom: 30px !important;
}

/* Form fields */
#ismain-homes #contact > .row > .col-md-6:last-child input,
#ismain-homes #contact > .row > .col-md-6:last-child textarea {
    background: #fafafa !important;
    border: 1px solid #e3e3df !important;
    border-radius: 6px !important;
}

/* Focus */
#ismain-homes #contact > .row > .col-md-6:last-child input:focus,
#ismain-homes #contact > .row > .col-md-6:last-child textarea:focus {
    background: #ffffff !important;
    border-color: #c97812 !important;
    box-shadow: 0 0 0 3px rgba(201,120,18,0.07) !important;
    outline: none !important;
}

/* CTA */
#ismain-homes #contact > .row > .col-md-6:last-child .btn,
#ismain-homes #contact > .row > .col-md-6:last-child button[type="submit"] {
    background: #17261f !important;
    color: #ffffff !important;
    border-radius: 6px !important;
    min-width: 180px !important;
    height: 48px !important;
    border: none !important;
}

/* CTA hover */
#ismain-homes #contact > .row > .col-md-6:last-child .btn:hover,
#ismain-homes #contact > .row > .col-md-6:last-child button[type="submit"]:hover {
    background: #c97812 !important;
}
/* Remove old Personal Assistance label */
#ismain-homes #contact > .row > .col-md-6:last-child h2::before {
    content: none !important;
    display: none !important;
}
/* Latest Updates - scalable card grid */

#ismain-homes .discover {
    max-width: 1240px !important;
    margin: 0 auto !important;
    padding: 60px 30px !important;
}

#ismain-homes .discover > .row > .col-12 > h2 {
    font-size: 34px !important;
    color: #17261f !important;
    margin-bottom: 10px !important;
}

#ismain-homes .discover > .row > .col-12 > h2 + p {
    font-size: 15px !important;
    color: #6e6e6e !important;
    margin-bottom: 30px !important;
}

/* Grid */
#ismain-homes .discover .blog-container .row {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 24px !important;
}

/* Remove old bootstrap width */
#ismain-homes .discover .blog-container .row > [class*="col-"] {
    width: 100% !important;
    max-width: 100% !important;
    flex: none !important;
    padding: 0 !important;
}

/* Card */
#ismain-homes .discover .blog-container .item {
    display: block !important;
    background: #ffffff !important;
    border-radius: 12px !important;
    overflow: hidden !important;
    box-shadow: 0 10px 25px rgba(0,0,0,0.07) !important;
    height: 100% !important;
}

/* Image */
#ismain-homes .discover .blog-container .item .img {
    height: 210px !important;
}

#ismain-homes .discover .blog-container .item .img img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
}

/* Content */
#ismain-homes .discover .blog-container .item .description {
    padding: 22px !important;
}

#ismain-homes .discover .blog-container .item .description h5 {
    font-size: 18px !important;
    line-height: 1.4 !important;
    margin-bottom: 12px !important;
    color: #17261f !important;
}

#ismain-homes .discover .blog-container .item .description p {
    font-size: 14px !important;
    line-height: 1.6 !important;
}

/* Tablet */
@media screen and (max-width: 991px) {
    #ismain-homes .discover .blog-container .row {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}

/* Mobile */
@media screen and (max-width: 768px) {
    #ismain-homes .discover {
        padding: 45px 18px !important;
    }

    #ismain-homes .discover .blog-container .row {
        grid-template-columns: 1fr !important;
    }

    #ismain-homes .discover .blog-container .item .img {
        height: 220px !important;
    }
}
/* ========================================
   PREMIUM AMBESTEN FOOTER
======================================== */

footer {
    background: #13271f !important;
    color: rgba(255,255,255,0.82) !important;
    padding-top: 55px !important;
}

/* Footer headings */
footer h4,
footer h5,
footer .widget-title {
    color: #ffffff !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    letter-spacing: 1.2px !important;
    text-transform: uppercase !important;
}

/* Heading divider */
footer hr,
footer .widget-title {
    border-color: rgba(255,255,255,0.15) !important;
}

/* Normal text */
footer p,
footer span {
    color: rgba(255,255,255,0.78) !important;
}

/* Footer links */
footer a {
    color: rgba(255,255,255,0.78) !important;
    transition: all 0.25s ease !important;
}

footer a:hover {
    color: #d98200 !important;
    text-decoration: none !important;
}

/* Contact icons */
footer i {
    color: #d98200 !important;
}

/* Logo */
footer img {
    max-height: 55px !important;
    width: auto !important;
    margin-bottom: 18px !important;
}

/* Bottom copyright area */
footer + .action_footer,
footer .copyright,
footer .footer-bottom {
    border-color: rgba(255,255,255,0.12) !important;
}

footer .container-fluid {
    padding-bottom: 30px !important;
}
/* Clean footer logo */
footer img {
    max-height: 85px !important;
    width: auto !important;
    background: transparent !important;
    padding: 0 !important;
    border-radius: 0 !important;
    margin-bottom: 22px !important;
}
/* Remove low-visibility footer logo */
footer .col-sm-3 img {
    display: none !important;
}
/* Footer brand identity */
footer .ambesten-footer-brand {
    margin-bottom: 24px !important;
}

footer .ambesten-footer-brand h3 {
    color: #ffffff !important;
    font-size: 24px !important;
    line-height: 1.2 !important;
    font-weight: 600 !important;
    margin: 0 0 8px !important;
    text-transform: none !important;
    letter-spacing: 0 !important;
}

footer .ambesten-footer-brand p {
    color: rgba(255,255,255,0.68) !important;
    font-size: 14px !important;
    line-height: 1.6 !important;
    max-width: 320px !important;
    margin: 0 !important;
}
/* ========================================
   AMBESTEN FOOTER — FINAL POLISH
======================================== */

/* Overall footer spacing */
footer {
    padding-top: 45px !important;
}

/* Brand */
footer .ambesten-footer-brand {
    margin-bottom: 18px !important;
}

footer .ambesten-footer-brand h3 {
    font-size: 25px !important;
    font-weight: 600 !important;
    margin-bottom: 6px !important;
}

footer .ambesten-footer-brand p {
    font-size: 13px !important;
    line-height: 1.55 !important;
    color: rgba(255,255,255,0.65) !important;
    max-width: 310px !important;
}

/* Footer column headings */
footer h4,
footer h5,
footer .widget-title {
    font-size: 14px !important;
    font-weight: 600 !important;
    letter-spacing: 1.1px !important;
    margin-bottom: 15px !important;
}

/* Softer divider lines */
footer hr,
footer .widget-title {
    border-color: rgba(255,255,255,0.12) !important;
}

/* Menu links */
footer ul li {
    margin-bottom: 8px !important;
}

footer ul li a {
    font-size: 15px !important;
    color: rgba(255,255,255,0.82) !important;
}

footer ul li a:hover {
    color: #d98200 !important;
}

/* Contact details */
footer .col-sm-3 > p {
    margin-bottom: 11px !important;
    line-height: 1.5 !important;
}

/* Bottom separator */
footer .container-fluid > .row:last-of-type {
    border-color: rgba(255,255,255,0.10) !important;
}

/* Copyright */
footer .copyright,
footer .copyright a {
    color: rgba(255,255,255,0.58) !important;
    font-size: 13px !important;
}

/* Mobile polish */
@media screen and (max-width: 768px) {
    footer {
        padding-top: 38px !important;
    }

    footer .ambesten-footer-brand {
        margin-bottom: 20px !important;
    }

    footer .ambesten-footer-brand h3 {
        font-size: 23px !important;
    }
}
/* Header Logo Size */
header.topmenu .navbar-brand img {
    max-height: 82px !important;
    width: auto !important;
}