@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

* {

    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    outline: none;
    list-style: none;
    font-family: 'Inter', 'poppines';

    color: #2A2A2A;
}

body {
    font-family: Inter;
    font-style: normal;
     background-color: #1A1919;
}
#toast-message, #toast-icon{
    color: #fff !important;
}


a,
h1,
h2,
h3,
h4,
h5,
p {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    cursor: pointer;
}

*::selection {
    background: #000000;
    color: #ffffff;
}



@media (min-width: 1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1280px !important;

    }
}

.fw-normal {
    font-weight: 400;
}

.fw-medium {
    font-weight: 500;
}

.fw-semibold {
    font-weight: 600;
}

.fw-bold {
    font-weight: 700;
}

.white-nactural-50 {
    color: var(--Nuetral-nuetral-50, #E9E9E9);
}

.white-nactural-100 {
    color: var(--Nuetral-nuetral-100, #C4C3C4);
}

.text-white2 {
    color: rgba(255, 255, 255, 0.90) !important;
}

.text-white70 {
    color: rgba(255, 255, 255, 0.70) !important;
}

.text-white80 {
    color: rgba(255, 255, 255, 0.80) !important;
}

.text-light-white {
    color: #F9FAFB !important;
}

.text-yellow {
    color: var(--Primary-primary-500, #D1AB66) !important;
}

.text-neutral {
    color: #D0D5DD !important;
}

.fs_48 {
    font-size: 48px;
}
.fs_30{font-size: 30px; line-height: normal;}

.fs_60 {
    font-size: 60px;
}
.fs_22{
    font-size: 22px;
}

.fs_20 {
    font-size: 20px;
}

.fs_18 {
    font-size: 18px;
}

.fs_17 {
    font-size: 17px;
}

.fs_16 {
    font-size: 16px;
}

.fs_14 {
    font-size: 14px;
}

.fs_13 {
    font-size: 13px;
}

.lh_28 {
    line-height: 28px;
}

.lh_24 {
    line-height: 24px;
}

.lh_60 {
    line-height: 60px;
}

.lh_20 {
    line-height: 20px;
}

.lh_30 {
    line-height: 30px;
}

.mb_14 {
    margin-bottom: 14px;
}

.mt-64 {
    margin-top: 64px;
}

.mt_20 {
    margin-top: 20px;
}

.px_18 {
    padding-left: 18px;
    padding-right: 18px;
}

.py_96 {
    padding-top: 96px;
    padding-bottom: 96px;
}

.navbar-section {
    border-radius: 12px;
    background: rgba(34, 30, 31, 0.66);
    backdrop-filter: blur(2.0999999046325684px);
    padding: 16px 0;
    position: fixed;
    top: 20px;
    width: 100%;
    max-width: 1280px;
    z-index: 1000;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 0;
    transition: top 0.25s ease;
}

.navbar-section.scrolled {
    top: 0;
    background-color: #000000;
}

.navbar-toggler {
    border-color: rgba(255, 255, 255, 0.5);
    padding: 4px 8px;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}

.gap_32 {
    gap: 32px;
}

.gap_10 {
    gap: 10px;
}

.nav-items a {
    border-bottom: 1px solid transparent;
    white-space: nowrap;
   color: rgba(255, 255, 255, 0.80);

}

.nav-items a:hover,
.nav-items a.active {
    color: var(--Primary-primary-500, #D1AB66) ;
    border-bottom: 1px solid var(--Primary-primary-500, #D1AB66);
}

.contect-us-btn,
.Jetzt-btn {
    color: var(--Nuetral-nuetral-500, #332F30) !important;
    height: 44px;
    border-radius: var(--radius-md, 8px);
    border: 1px solid var(--Primary-primary-500, #D1AB66);
    background: var(--Primary-primary-500, #D1AB66);
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 11px 30px !important;
}
.contect-us-btn:hover{color: #000 !important;}

.Jetzt-btn {
    color: var(--Nuetral-nuetral-500, #332F30);
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    width: fit-content;
}

.hero-section {
    min-height: 100vh;
    padding-top: 0;
}

.hero-swiper {
    width: 100%;
    height: 100%;
}

.hero-slide {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 100vh;
    padding-top: 83px;
    display: flex;
    align-items: center;
}

.hero-btn-prev,
.hero-btn-next {
    color: #D1AB66;
}

.hero-btn-prev::after,
.hero-btn-next::after {
    font-size: 24px;
}

.hero-pagination .swiper-pagination-bullet {
    background: #D1AB66;
    opacity: 0.5;
}

.hero-pagination .swiper-pagination-bullet-active {
    opacity: 1;
}
/* Hero slide dark overlay */
.hero-slide{
    position: relative;
}
.hero-slide::before{
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.65);
    z-index: 1;
}
.hero-slide .container{
    position: relative;
    z-index: 2;
}

.hero-section .main-provide-services {
    padding: 105px 0;

}

.hero-section .main-provide-services .provide-services-text {
    width: 100%;
    max-width: 840px;

}

.digital-black {
    color: #FFF;
    font-size: 60px;
    font-weight: 500;
    line-height: 72px;
    letter-spacing: -1.2px;
    font-family: inter;
}

.about-section {
    background-color: var(--Nuetral-nuetral-900, #1A1919);
}

.about-section::before {
    content: "";
    position: absolute;
    top: -100px;
    right: -100px;
    width: 300px;
    height: 300px;
    border-radius: 300px;
    background: rgba(209, 171, 102, 0.10);
    filter: blur(100px);
}

.about-section::after {
    content: "";
    position: absolute;
    bottom: -100px;
    left: -100px;
    width: 300px;
    height: 300px;
    border-radius: 300px;
    background: rgba(209, 171, 102, 0.10);
    filter: blur(100px);
}

/* .about-points li::before {
    content: "\f058";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: #D1AB66;
    font-size: 24px;
} */

.about-image img {
    width: 100%;
    border-radius: 18px;
    object-fit: cover;
}

.services-glance-section {
    background-color: #222020;
}

.service-list li {
    list-style: none;
    margin-bottom: 6px;
}
.service-list li i {
    font-size: 18px;
    flex-shrink: 0;
}

.service-glance-card {
    border-radius: 12px;
    border: 0.8px solid var(--Primary-primary-900, #58482B);
    background: var(--Nuetral-nuetral-900, #1A1919);
    box-shadow: 0 7px 12px 0 rgba(209, 171, 102, 0.05);
    transition: all 0.25s ease;
    display: flex;
    flex-direction: column;
}

.service-glance-card a.text-yellow {
    margin-top: auto;
}

.service-glance-card .leistungen-title {
    color: rgba(255, 255, 255, 0.90);
}

.service-glance-card:hover {
    border-radius: 12px;
    border: 0.8px solid var(--Primary-primary-900, #58482B);
    background: var(--Nuetral-nuetral-900, #1A1919);
    box-shadow: 0 7px 12px 0 rgba(209, 171, 102, 0.05);
    transform: translateY(-3px);
}

.insights-section {
    background: var(--Nuetral-nuetral-900, #1A1919);

}

.insights-section::after {
    content: "";
    position: absolute;
    top: -100px;
    left: -100px;
    width: 300px;
    height: 300px;
    border-radius: 300px;
    background: rgba(209, 171, 102, 0.10);
    filter: blur(100px);
}

.insights-btn {
    border: 1px solid #D1AB66;
    color: var(--Nuetral-nuetral-500, #332F30);
}

.insights-btn.primary {
    background: #D1AB66;
    color: #242424;
}

.insights-btn.secondary {
    background: transparent;
    color: var(--Primary-primary-500, #D1AB66);
}

.trust-video-section {
    background: radial-gradient(circle at top right, #2B2924 0%, #1A1919 46%, #1A1919 100%);
}

.trust-head {
    max-width: 760px;
    margin: 0 auto 64px auto;
}
.insights-content{
    max-width: 400px;
}

.trust-icon {
    color: #D1AB66;
    width: 70px;
    /* font-size: 42px; */
    
    /* margin-bottom: 12px; */
}

.trust-item {
    border-radius: 16px;
    border: 2px solid transparent;
    transition: border 0.25s ease;
    position: relative;
    padding:32px 12px;
    background: #272727;
    min-height: 304px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap:16px;
}

.trust-item:hover {
    border: 2px solid #E0C798;
}

.trust-item::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 298px;
    height: 298px;
    border-radius: 50%;
    background: rgba(209, 171, 102, 0.60);
    filter: blur(100px);
    z-index: -2;
    opacity: 0;
    transition: opacity 0.25s ease;
    pointer-events: none;
}

.trust-item:hover::before {
    opacity: 1;
}

.trust-link {
    display: block;
    height: 100%;
    cursor: pointer;
    transition: all 0.3s ease;
}

.trust-link:hover {
    text-decoration: none !important;
}

.text-white80 {
    color: rgba(255, 255, 255, 0.8);
}

.cert-action-text {
    color: #D1AB66;
    margin-top: auto;
    transition: color 0.25s ease;
}

.trust-link:hover .cert-action-text {
    color: #E0C798;
}

.video-showcase {
    max-width: 900px;
    margin: 0 auto;
}

.video-showcase h2 {
    max-width: 633px;
    margin: 0 auto 24px auto;
}

.video-showcase p {
    max-width: 643px;
    margin: 0 auto 64px auto;
}

.video-frame {
    border-radius: 12px;
    overflow: hidden;
}

.intro-video {
    max-height: 480px;
    object-fit: cover;
    background: #0d0f14;
}

.video-play-btn {
    width: 92px;
    height: 92px;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: rgba(209, 171, 102, 0.95);
    font-size: 30px;
    box-shadow: 0 0 0 12px rgba(255, 255, 255, 0.1);
    transition: all 0.25s ease;
}

.video-play-btn:hover {
    background: #D1AB66;
    transform: translate(-50%, -50%) scale(1.05);
}

.video-play-btn.is-playing {
    opacity: 0;
    pointer-events: none;
}

#form-contect label.error {
    color: rgb(254, 87, 87);
    font-weight: 600;
    font-size: 12px;
    font-family: 'Inter';
    position: absolute;
    bottom: -22px;
    left: 0;
}

.footer-modern-section {
    background: #1A1919;
}

.numbers-section {
   background: #222020;
   isolation: isolate;
}

.numbers-section::before {
    content: "";
    position: absolute;
    top: -100px;
    left: -100px;
    width: 300px;
    height: 300px;
    border-radius: 300px;
    background: rgba(209, 171, 102, 0.10);
    filter: blur(100px);
}

.numbers-section::after {
    content: "";
    position: absolute;
    bottom: -100px;
    right: -100px;
    width: 300px;
    height: 300px;
    border-radius: 300px;
    background: rgba(209, 171, 102, 0.10);
    filter: blur(100px);
}

.number-card h3 {
    letter-spacing: -1.2px;
}

.contact-modern-section {
    background: var(--Nuetral-nuetral-900, #1A1919);
}

.contact-modern-section::before {
    content: "";
    position: absolute;
    top: -100px;
    right: -100px;
    width: 300px;
    height: 300px;
    border-radius: 300px;
    background: rgba(209, 171, 102, 0.10);
    filter: blur(100px);
}

.contact-modern-head {
    max-width: 760px;
    margin: 0 auto 28px;
}

.contact-info-card,
.contact-form-card {
    padding: 22px;
    height: 100%;
}

.contact-info-card h3,
.contact-form-card h3 {
    color: #F2F4F7;
    font-size: 22px;
    margin-bottom: 16px;
}

.contact-info-card ul {
    display: flex;
    flex-direction: column;
    gap: 34px;
    padding: 0;
    margin-bottom: 22px;
}

.contact-info-card li {
    color: #D0D5DD;
    font-size: 14px;
    line-height: 22px;
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.contact-info-card li i {
    color: #D1AB66;
    margin-top: 3px;
    width: 14px;
}

.contact-info-list li strong {
    display: block;
    color: #FFF;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}

.contact-info-list li span {
    color: rgba(255, 255, 255, 0.70);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.map-frame {
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid rgba(209, 171, 102, 0.25);
}

.map-frame iframe,
.map-frame img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    border: 0;
}

.contact-form-card .fr-label {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}

.contact-form-card .input-field,
.contact-form-card textarea {
   border-radius: 6px;
    border: 0.8px solid var(--Nuetral-nuetral-500, #332F30);
    background: var(--Nuetral-nuetral-800, #222020);
    color: #fff;
    border-radius: 6px;
    height: 49px;
    font-size: 18px;
    line-height: 24px;
    padding: 12px 16px;
}

.contact-form-card textarea {
    height: 158px;
}

.contact-form-card .input-field::placeholder,
.contact-form-card textarea::placeholder {
    color: #8D919C;
    font-size: 18px;
    line-height: 24px;
}

.contact-form-card .send-msg-btn {
    background: #D1AB66;
    border-color: #D1AB66;
    color: #262626;
    margin-top: 20px;
    height: 56px;
    border-radius: 8px;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.28);
    padding: 24px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.footer-bottom p {
    color: #D0D5DD;
    font-size: 14px;
}

.footer-bottom .footer-links {
    gap: 20px;
}

.footer-bottom .footer-links a {
    color: #D0D5DD;
    font-size: 14px;
}


/* Gallery Lightbox */
.gallery-item{ display: block; overflow: hidden; border-radius: 8px; }
.gallery-thumb{
    border-radius: 8px;
    object-fit: cover;
    width: 100%;
    /* height: 180px; */
    transition: transform 0.3s ease, opacity 0.3s ease;
    cursor: pointer;
}
.gallery-thumb:hover{
    transform: scale(1.04);
    opacity: 0.85;
}



/* Services Accordion */
.service-accordion-item{
    background: var(--Nuetral-nuetral-900, #1A1919);
    border: 0.8px solid var(--Primary-primary-900, #58482B) !important;
    border-radius: 12px !important;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    height: 100%;
}
.service-accordion-btn{
    background: var(--Nuetral-nuetral-900, #1A1919) !important;
    color: #fff !important;
    box-shadow: none !important;
    padding: 20px 24px;
    display: flex;
    align-items: flex-start;
    flex-shrink: 0;
}
.service-accordion-btn::after{
    filter: invert(1);
    flex-shrink: 0;
    margin-left: auto;
    margin-top: 4px;
}
.service-accordion-btn:not(.collapsed){
    border-bottom: 0.8px solid #58482B;
}
.service-accordion-collapse {
    flex: 1;
    overflow-y: auto;
    max-height: calc(100vh - 200px);
}
.service-accordion-body{
    background: var(--Nuetral-nuetral-900, #1A1919);
    padding: 20px 24px;
}

/* ========== INSIGHTS IMAGE CAROUSEL ========== */
.insights-swiper {
    width: 100%;
    padding: 10px 10px 60px 10px;
}

.insights-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    gap: 16px;
    height: 100%;
    place-items: stretch;
}

.insights-grid-item {
    border-radius: 12px;
    overflow: hidden;
    background: #2a2a2a;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    height: 100%;
}

.insights-grid-item.large {
    grid-row: 1 / 3;
    min-height: 380px;
}

.insights-grid-column {
    display: flex;
    flex-direction: column;
    gap: 16px;
    grid-row: 1 / 3;
}

.insights-grid-column .insights-grid-item {
    min-height: 180px;
    flex: 1;
}

.insights-thumb {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform 0.4s ease;
    display: block;
}

.insights-grid-item {
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.gallery-item {
    position: relative;
}

.gallery-play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.7);
    width: 70px;
    height: 70px;
    background: rgba(209, 171, 102, 0.9);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    color: #1a1919;
    opacity: 0;
    transition: all 0.4s ease;
    z-index: 5;
}

.gallery-item:hover .gallery-play-icon {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}

.insights-grid-item:hover {
    transform: scale(1.05);
    box-shadow: 0 12px 35px rgba(209, 171, 102, 0.25);
}

.insights-grid-item:hover .insights-thumb {
    transform: scale(1.1);
}

/* Swiper Pagination */
.insights-pagination {
    margin-top: 24px !important;
}

.insights-pagination .swiper-pagination-bullet {
    background: #D1AB66;
    opacity: 0.5;
    width: 10px;
    height: 10px;
    transition: all 0.3s ease;
}

.insights-pagination .swiper-pagination-bullet-active {
    background: #D1AB66;
    opacity: 1;
    transform: scale(1.5);
}

/* Navigation Buttons */
.insights-btn-prev{rotate: 180deg;}
.insights-btn-next{rotate: 180deg;}
.insights-btn-prev,
.insights-btn-next {
    color: #D1AB66;
    width: 44px;
    height: 44px;
    background: rgba(209, 171, 102, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    border: 1px solid rgba(209, 171, 102, 0.3);
    position: absolute;
    bottom: 20px;
    z-index: 10;
}

.insights-btn-prev:hover,
.insights-btn-next:hover {
    background: #D1AB66;
    color: #1a1919;
    box-shadow: 0 8px 20px rgba(209, 171, 102, 0.3);
}

 .insight-btn-slider{
    position: absolute;
    bottom: 20px;
    right: 60px;
    display: flex;
    gap: 12px;
 }
 .insights-btn-next.swiper-button-next:after,
 .insights-btn-prev.swiper-button-prev:after{font-size: 24px;}


/* privacy policy  */
.legal-page-section {
            background-color: #1A1919;
            /* min-height: 100vh; */
            color: #FFFFFF;
            padding: 160px 0 50px;
        }

        .legal-page-section h2 {
            color: #D1AB66;
            font-weight: 600;
            font-size: 28px;
            margin-top: 40px;
            margin-bottom: 20px;
            /* border-bottom: 2px solid #D1AB66; */
            padding-bottom: 10px;
        }

        .legal-page-section h3 {
            color: rgb(209, 171, 102);
            font-weight: 600;
            font-size: 18px;
            margin-top: 25px;
            margin-bottom: 15px;
        }

        .legal-page-section p {
            color: rgba(255, 255, 255, 0.85);
            font-size: 20px;
            line-height: 1.8;
            margin-bottom: 15px;
            text-align: justify;
        }
        .str-bold{
             color: rgba(255, 255, 255, 0.85);
            font-size: 22px;
            line-height: 1.8;
            margin-bottom: 15px;
            padding-left: 25px;
        }

        .legal-page-section ul,
        .legal-page-section ul li {
            color: rgba(255, 255, 255, 0.85);
            font-size: 18px;
            line-height: 1.8;
            margin-bottom: 15px;
            padding-left: 25px;
        }

        .legal-page-section ul li {
            margin-bottom: 10px;
        }

        .legal-page-section a {
            color: #D1AB66;
            text-decoration: none;
            transition: color 0.3s ease;
        }

        .legal-page-section a:hover {
            color: #E0C798;
            text-decoration: underline;
        }

        /* .legal-content {
            max-width: 900px;
            margin: 0 auto;
        } */

        .impressum-card {
            background: rgba(33, 33, 33, 0.5);
            border-left: 4px solid #D1AB66;
            padding: 20px;
            margin-bottom: 30px;
            border-radius: 8px;
        }

        .impressum-card p {
            margin-bottom: 8px;
        }

@media(max-width: 991px) {

    .nav-items {
        flex-direction: column;
        align-items: flex-start !important;
        gap: 20px;
        padding: 12px 0;
    }

    .nav-right {
        flex-direction: row !important;
        align-items: center;
        padding-bottom: 12px;
        margin-left: 0;
    }

    .contact-info-list li strong {
        font-size: 18px;
        line-height: 22px;
    }

    .contact-info-list li span {
        font-size: 15px;
        line-height: 22px;
    }

    .contact-form-card .fr-label {
        font-size: 16px;
        line-height: 20px;
    }

    .contact-form-card .input-field,
    .contact-form-card textarea {
        font-size: 14px;
        line-height: 20px;
        height: 48px;
    }

    .contact-form-card textarea {
        height: 120px;
    }

    .contact-form-card .input-field::placeholder,
    .contact-form-card textarea::placeholder {
        font-size: 14px;
        line-height: 20px;
    }

    .contact-form-card .send-msg-btn {
        font-size: 16px;
        height: 48px;
    }

    .footer-bottom {
        padding: 16px 0;
    }

    .footer-bottom p,
    .footer-bottom .footer-links a {
        font-size: 12px;
    }
}

@media(max-width: 768px) {
    .digital-black {
        white-space: inherit;
    }

    .fs_md_30 {
        font-size: 30px;
    }

    .py_96 {
        padding-top: 56px;
        padding-bottom: 56px;
    }
}

@media(max-width: 550px) {
    .digital-black {
        font-size: 26px;
        line-height: 32px;
    }

    .hero-section .main-provide-services {
        padding: 80px 0;
    }

    .footer-bottom {
        flex-direction: column;
    }

    .video-play-btn {
        width: 70px;
        height: 70px;
        font-size: 24px;
        box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.1);
    }

    .number-card h3 {
        font-size: 24px;
        line-height: normal;
    }
}

@media screen and (max-width: 400px) {
    .contect-us-btn {
        font-size: 12px;
    }


    .footer-links a {
        font-size: 12px;
    }

    .footer-links {
        gap: 20px;
    }

    .fs_sm_24 {
        font-size: 24px;
    }

    .fs_sm_16 {
        font-size: 16px;
    }

    .fs_sm_14 {
        font-size: 14px;
    }
}

/* Responsive Design */
@media (max-width: 1200px) {
    .insights-grid {
        grid-template-columns: 1.5fr 1fr 1fr;
        gap: 12px;
    }

    .insights-grid-item.large {
        min-height: 320px;
    }

    .insights-grid-column .insights-grid-item {
        min-height: 150px;
    }

    .insights-btn-prev,
    .insights-btn-next {
        width: 40px;
        height: 40px;
        font-size: 16px;
        bottom: 16px;
    }

    .insights-btn-prev {
        right: 16px;
        bottom: 62px;
    }

    .insights-btn-next {
        right: 16px;
    }
}

@media (max-width: 992px) {
    .insights-grid {
        grid-template-columns: 1fr 1fr 1fr;
        gap: 12px;
    }

    .insights-grid-item.large {
        grid-row: 1 / 3;
        min-height: 280px;
    }

    .insights-grid-column .insights-grid-item {
        min-height: 130px;
    }

    .insights-btn-prev,
    .insights-btn-next {
        width: 38px;
        height: 38px;
        font-size: 14px;
        bottom: 14px;
    }

    .insights-btn-prev {
        right: 14px;
        bottom: 58px;
    }

    .insights-btn-next {
        right: 14px;
    }
}

@media (max-width: 768px) {
    .insights-grid {
        grid-template-columns: 1fr 1fr;
        gap: 12px;
    }

    .insights-grid-item.large {
        grid-row: 1 / 2;
        grid-column: 1 / -1;
        min-height: 250px;
    }

    .insights-grid-column {
        grid-row: auto;
        gap: 12px;
    }

    .insights-grid-column .insights-grid-item {
        min-height: 120px;
    }

    .insights-btn-prev,
    .insights-btn-next {
        bottom: 12px;
        width: 36px;
        height: 36px;
        font-size: 13px;
    }

    .insights-btn-prev {
        right: 12px;
        bottom: 54px;
    }

    .insights-btn-next {
        right: 12px;
    }
}

@media (max-width: 576px) {
    .insights-grid {
        grid-template-columns: 1fr;
        gap: 10px;
        padding: 10px 0;
    }

    .insights-grid-item.large {
        min-height: 200px;
    }

    .insights-grid-column {
        flex-direction: row;
        gap: 10px;
    }

    .insights-grid-column .insights-grid-item {
        min-height: auto;
        aspect-ratio: 1;
    }

    .insights-btn-prev,
    .insights-btn-next {
        width: 36px;
        height: 36px;
        font-size: 12px;
        bottom: 12px;
    }

    .insights-btn-prev {
        right: 12px;
        bottom: 54px;
    }

    .insights-btn-next {
        right: 12px;
    }

    .insights-pagination {
        margin-top: 50px !important;
    }
    .service-accordion-btn {
    
    padding: 20px 10px
}


         .legal-page-section h2 {
            font-size: 24px;
        }

        .legal-page-section h3 {
            font-size: 18px;
           
        }

        
        .str-bold, .legal-page-section p{
            font-size: 16px;
            line-height: 26px;
           
        }

        .legal-page-section ul,
        .legal-page-section ul li {
           
            font-size: 18px;
            line-height: 1.8;
        }
        .fs_md_24{font-size: 24px;}

}

/* ================= Cookie Banner Styles ================= */
.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(135deg, #2a2a2a 0%, #1a1919 100%);
    border-top: 2px solid #D1AB66;
    padding: 20px 30px;
    z-index: 9999;
    box-shadow: 0 -4px 20px rgba(209, 171, 102, 0.15);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    animation: slideUp 0.4s ease-out;
}

@keyframes slideUp {
    from {
        transform: translateY(100%);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.cookie-banner-content {
    display: flex;
    align-items: center;
    gap: 30px;
    flex: 1;
}

.cookie-banner-text {
    flex: 1;
}

.cookie-title {
    color: #D1AB66;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 8px;
}

.cookie-message {
    color: #C4C3C4;
    font-size: 14px;
    line-height: 1.6;
    margin: 0;
}

.cookie-link {
    color: #D1AB66;
    text-decoration: underline;
    transition: color 0.3s ease;
}

.cookie-link:hover {
    color: #e5c385;
}

.cookie-banner-actions {
    display: flex;
    gap: 12px;
    flex-shrink: 0;
}

.cookie-btn {
    padding: 10px 24px;
    border: none;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.cookie-btn-accept {
    background-color: #D1AB66;
    color: #1a1919;
}

.cookie-btn-accept:hover {
    background-color: #e5c385;
    transform: translateY(-2px);
}

.cookie-btn-reject {
    background-color: transparent;
    color: #C4C3C4;
    border: 1px solid #C4C3C4;
}

.cookie-btn-reject:hover {
    background-color: rgba(209, 171, 102, 0.1);
    border-color: #D1AB66;
    color: #D1AB66;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .cookie-banner {
        flex-direction: column;
        gap: 20px;
        padding: 16px 20px;
        align-items: flex-start;
    }

    .cookie-banner-content {
        flex-direction: column;
        width: 100%;
        gap: 16px;
    }

    .cookie-banner-actions {
        width: 100%;
    }

    .cookie-btn {
        flex: 1;
        padding: 10px 16px;
    }

    .cookie-title {
        font-size: 16px;
    }

    .cookie-message {
        font-size: 13px;
    }
}


