/* Custom CSS for Desa Site */

/* Gotham Font Face Declarations */
@font-face {
    font-family: 'Gotham';
    src: url('../fonts/gotham/Gotham-Book.otf') format('opentype'),
         url('../fonts/gotham/GOTHAM-BOLD.TTF') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/gotham/Gotham-BookItalic.otf') format('opentype'),
         url('../fonts/gotham/GOTHAM-BOLDITALIC.TTF') format('truetype');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/gotham/Gotham-Light.otf') format('opentype'),
         url('../fonts/gotham/GOTHAM-LIGHT.TTF') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/gotham/Gotham-LightItalic.otf') format('opentype'),
         url('../fonts/gotham/GOTHAM-LIGHTITALIC.TTF') format('truetype');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/gotham/Gotham-Medium.otf') format('opentype'),
         url('../fonts/gotham/GOTHAM-MEDIUM.TTF') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/gotham/Gotham-MediumItalic.otf') format('opentype'),
         url('../fonts/gotham/GOTHAM-MEDIUMITALIC.TTF') format('truetype');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/gotham/GOTHAM-BOLD.TTF') format('truetype'),
         url('../fonts/gotham/Gotham-BoldItalic.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/gotham/Gotham-BoldItalic.otf') format('opentype'),
         url('../fonts/gotham/GOTHAM-BOLDITALIC.TTF') format('truetype');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/gotham/GOTHAM-BLACK.TTF') format('truetype'),
         url('../fonts/gotham/GOTHAM-BLACKITALIC.TTF') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/gotham/GOTHAM-BLACKITALIC.TTF') format('truetype');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

/* Apply Gotham font to entire site - COMPREHENSIVE COVERAGE */
* {
    font-family: 'Gotham', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif !important;
}

/* Override all possible text elements */
body, html {
    font-family: 'Gotham', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif !important;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Gotham', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif !important;
}

/* Paragraphs and text elements */
p, div, span, a, li, ul, ol, td, th, tr, table {
    font-family: 'Gotham', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif !important;
}

/* Form elements */
input, textarea, select, button, label {
    font-family: 'Gotham', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif !important;
}

/* Navigation and menu items */
nav, .nav, .menu, .navbar, .navigation {
    font-family: 'Gotham', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif !important;
}

nav *, .nav *, .menu *, .navbar *, .navigation * {
    font-family: 'Gotham', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif !important;
}

/* WordPress specific elements */
.site-title, .site-description, .entry-title, .entry-content, .widget-title, .widget {
    font-family: 'Gotham', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif !important;
}

.site-title *, .site-description *, .entry-title *, .entry-content *, .widget-title *, .widget * {
    font-family: 'Gotham', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif !important;
}

/* Footer elements */
footer, .footer, .site-footer {
    font-family: 'Gotham', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif !important;
}

footer *, .footer *, .site-footer * {
    font-family: 'Gotham', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif !important;
}

/* Header elements */
header, .header, .site-header {
    font-family: 'Gotham', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif !important;
}

header *, .header *, .site-header * {
    font-family: 'Gotham', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif !important;
}

/* Content areas */
.content, .main, .primary, .secondary, .sidebar {
    font-family: 'Gotham', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif !important;
}

.content *, .main *, .primary *, .secondary *, .sidebar * {
    font-family: 'Gotham', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif !important;
}

/* Cards and components */
.card, .component, .element, .block {
    font-family: 'Gotham', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif !important;
}

.card *, .component *, .element *, .block * {
    font-family: 'Gotham', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif !important;
}

/* Override any inline styles */
[style*="font-family"] {
    font-family: 'Gotham', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif !important;
}

/* Override any Poppins or other font references */
[style*="Poppins"], [style*="Arial"], [style*="Helvetica"], [style*="sans-serif"] {
    font-family: 'Gotham', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif !important;
}

/* Additional comprehensive overrides for ALL text elements */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    font-family: 'Gotham', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif !important;
}

article *, aside *, details *, figcaption *, figure *, footer *, header *, hgroup *, main *, menu *, nav *, section *, summary * {
    font-family: 'Gotham', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif !important;
}

/* Override any Tailwind or utility classes */
.font-sans, .font-serif, .font-mono {
    font-family: 'Gotham', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif !important;
}

/* Override any specific font classes */
.font-poppins, .font-arial, .font-helvetica {
    font-family: 'Gotham', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif !important;
}

/* Override any text elements with specific classes */
.text-sm, .text-base, .text-lg, .text-xl, .text-2xl, .text-3xl, .text-4xl, .text-5xl, .text-6xl {
    font-family: 'Gotham', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif !important;
}

/* Override any elements with font weight classes */
.font-light, .font-normal, .font-medium, .font-semibold, .font-bold, .font-extrabold, .font-black {
    font-family: 'Gotham', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif !important;
}

/* Override any elements with specific styling */
.leading-tight, .leading-snug, .leading-normal, .leading-relaxed, .leading-loose {
    font-family: 'Gotham', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif !important;
}

/* Override any elements with tracking classes */
.tracking-tighter, .tracking-tight, .tracking-normal, .tracking-wide, .tracking-wider, .tracking-widest {
    font-family: 'Gotham', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif !important;
}

/* Override any elements with text alignment */
.text-left, .text-center, .text-right, .text-justify {
    font-family: 'Gotham', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif !important;
}

/* Override any elements with text color classes */
.text-black, .text-white, .text-gray-100, .text-gray-200, .text-gray-300, .text-gray-400, .text-gray-500, .text-gray-600, .text-gray-700, .text-gray-800, .text-gray-900 {
    font-family: 'Gotham', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif !important;
}

/* Override any elements with text decoration */
.underline, .line-through, .no-underline {
    font-family: 'Gotham', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif !important;
}

/* Override any elements with text transform */
.uppercase, .lowercase, .capitalize, .normal-case {
    font-family: 'Gotham', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif !important;
}

/* Override any elements with text overflow */
.truncate, .text-ellipsis, .text-clip {
    font-family: 'Gotham', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif !important;
}

/* Override any elements with whitespace */
.whitespace-normal, .whitespace-nowrap, .whitespace-pre, .whitespace-pre-line, .whitespace-pre-wrap {
    font-family: 'Gotham', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif !important;
}

/* Override any elements with word break */
.break-normal, .break-words, .break-all {
    font-family: 'Gotham', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif !important;
}

/* Override any elements with hyphens */
.hyphens-none, .hyphens-manual, .hyphens-auto {
    font-family: 'Gotham', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif !important;
}

/* Override any elements with content */
.content-none, .content-[''] {
    font-family: 'Gotham', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif !important;
}

/* Override any elements with appearance */
.appearance-none {
    font-family: 'Gotham', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif !important;
}

/* Override any elements with cursor */
.cursor-auto, .cursor-default, .cursor-pointer, .cursor-wait, .cursor-text, .cursor-move, .cursor-help, .cursor-not-allowed {
    font-family: 'Gotham', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif !important;
}

/* Override any elements with outline */
.outline-none, .outline-white, .outline-black {
    font-family: 'Gotham', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif !important;
}

/* Override any elements with pointer events */
.pointer-events-none, .pointer-events-auto {
    font-family: 'Gotham', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif !important;
}

/* Override any elements with resize */
.resize-none, .resize-y, .resize-x, .resize {
    font-family: 'Gotham', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif !important;
}

/* Override any elements with user select */
.select-none, .select-text, .select-all, .select-auto {
    font-family: 'Gotham', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif !important;
}

/* Override any elements with visibility */
.visible, .invisible {
    font-family: 'Gotham', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif !important;
}

/* Override any elements with z-index */
.z-0, .z-10, .z-20, .z-30, .z-40, .z-50 {
    font-family: 'Gotham', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif !important;
}

/* Font loading test - this will help verify Gotham is loading */
.font-test {
    font-family: 'Gotham', sans-serif;
    font-weight: 400;
}

.font-test-bold {
    font-family: 'Gotham', sans-serif;
    font-weight: 700;
}

.font-test-light {
    font-family: 'Gotham', sans-serif;
    font-weight: 300;
}

.site-header{
    padding-top: 79px;
}


@media (min-width: 576px) {
    .container {
        max-width:540px
    }
}

@media (min-width: 768px) {
    .container {
        max-width:720px
    }
}

@media (min-width: 992px) {
    .container {
        max-width:960px
    }
}

@media (min-width: 1200px) {
    .container {
        max-width:1140px
    }
}

.container-fluid,.container-lg,.container-md,.container-sm,.container-xl {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width: 576px) {
    .container,.container-sm {
        max-width:540px
    }
}

@media (min-width: 768px) {
    .container,.container-md,.container-sm {
        max-width:720px
    }
}

@media (min-width: 992px) {
    .container,.container-lg,.container-md,.container-sm {
        max-width:960px
    }
}

@media (min-width: 1200px) {
    .container,.container-lg,.container-md,.container-sm,.container-xl {
        max-width:1140px
    }
}

/* Example custom styles */
.custom-button {
    background-color: #002D72;
    color: white;
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

.custom-button:hover {
    background-color: #001a4a;
}


/* Custom navigation styles */
.navbar-cta {
    transition: all 0.3s ease;
}

/* Locations Page Styles */
.locations-grid {
    min-height: 400px;
}

.view-btn.active {
    background-color: #FFD700 !important;
    color: #1f2937 !important;
}

.view-btn:not(.active) {
    background-color: white !important;
    color: #6b7280 !important;
}

.filter-btn.active {
    background-color: #FFD700 !important;
    color: #1f2937 !important;
    border-color: #FFD700 !important;
}

.filter-btn:not(.active) {
    background-color: white !important;
    color: #374151 !important;
    border-color: #d1d5db !important;
}

#map {
    border-radius: 0.5rem;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}



@media (max-width: 1024px) {
    .locations-grid .grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Responsive adjustments for locations page */
@media (max-width: 768px) {
    .locations-grid .grid {
        grid-template-columns: repeat(1, 1fr);
    }
    
    #map {
        height: 400px !important;
    }
}

/* Leistungen Submenu Styles */
.group:hover .group-hover\:opacity-100 {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.group .group-hover\:opacity-100 {
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s ease;
}


/* Submenu grid layout */
.group .grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 0;
}

/* Column styling */
.group .p-6 {
    padding: 24px;
}

.group .border-r {
    border-right: 1px solid #E5E7EB;
}



/* Logo styling */



.z-50 {
    z-index: 50;
}

/* Über uns Submenu Styles */
.group-uber:hover .group-uber-hover\:opacity-100 {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.group-uber .group-uber-hover\:opacity-100 {
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s ease;
}



/* Über uns submenu grid layout */
.group-uber .grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
}


/* Arrow rotation for Über uns */
.group-uber-hover\:rotate-180 {
    transition: transform 0.2s ease;
}

.group-uber:hover .group-uber-hover\:rotate-180 {
    transform: rotate(180deg);
}

/* Responsive submenu adjustments */
@media (max-width: 1024px) {

    
    .group .grid {
        grid-template-columns: 1fr 1fr;
    }
    
    .group .p-6:last-child {
        border-top: 1px solid #E5E7EB;
        border-right: none;
        grid-column: 1 / -1;
    }
    
    .group-uber .absolute {
        left: -100px;
        min-width: 500px;
    }
}

@media (max-width: 768px) {

    
    .group .grid {
        grid-template-columns: 1fr;
    }
    
    .group .border-r {
        border-right: none;
        border-bottom: 1px solid #E5E7EB;
    }
    
    .group .p-6:last-child {
        border-top: 1px solid #E5E7EB;
        border-bottom: none;
    }
    
    .group-uber .absolute {
        left: -50px;
        min-width: 350px;
    }
    
    .group-uber .grid {
        grid-template-columns: 1fr;
    }
    
    .group-uber .border-r {
        border-right: none;
        border-bottom: 1px solid #E5E7EB;
    }
    
    .group-uber .h-48 {
        height: 120px;
    }
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .custom-button {
        padding: 8px 16px;
        font-size: 14px;
    }
}

/* Swiper Custom Styles */
.swiper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px 60px 20px;
    overflow: hidden;
}

.swiper-wrapper {
    display: flex;
    align-items: stretch;
    transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94); /* Smooth easing */
}

.swiper-slide {
    height: auto;
    display: flex;
    align-items: stretch;
    padding: 0 10px;
    transition: transform 0.3s ease, opacity 0.3s ease; /* Smooth slide transitions */
}

/* Service Card Styles */
.service-card {
    width: 100%;
    height: 100%;
    min-height: 362px;
    min-width: 280px;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    border-radius: 10px;
    padding: 30px 20px;
    border: 1px solid #E3E9ED;
    cursor: pointer;
    background: #FFF;
    transition: all 0.3s ease;

}

.service-card:hover {
    border: 1px solid  #FEDB00;
    background: #FEDB00;
    box-shadow:  -1px 6px 14px 0 rgba(0, 0, 0, 0.04);

    
}

.service-icon {
    width: 80px;
    height: 80px;
    object-fit: contain;
    margin-bottom: 20px;
}

.service-title {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 15px;
    line-height: 1.2;
    color: #002D72;
    text-align: center;
}

.service-description {
    font-size: 0.875rem;
    line-height: 1.6;
    color: #002D72;
    text-align: center;
}

/* Pagination Styles */
.swiper-pagination {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    z-index: 10;
}

.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #e5e7eb;
    opacity: 1;
    transition: all 0.3s ease;
    margin: 0 6px;
    border-radius: 50%;
    cursor: pointer;
}

.swiper-pagination-bullet-active {
    background-color: #002D72;
    transform: scale(1.2);
}

    
.hPswiper .swiper-slide{
    padding: 0;
}
/* Responsive swiper adjustments */
@media (max-width: 640px) {
    .swiper {
        padding: 0 10px 60px 10px;
    }
    
    .service-card {
        min-height: 280px;
        padding: 30px 15px;
        border: 1px solid  #FEDB00;
        background: #FEDB00;
        box-shadow: -14px 154px 43px 0px rgba(0, 0, 0, 0.00), -9px 98px 40px 0px rgba(0, 0, 0, 0.01), -5px 55px 33px 0px rgba(0, 0, 0, 0.03), -2px 25px 25px 0px rgba(0, 0, 0, 0.06), -1px 6px 14px 0px rgba(0, 0, 0, 0.07);
    
    }
    
    .service-icon {
        width: 60px;
        height: 60px;
    }
    
    .service-title {
        font-size: 1.25rem;
    }
    
    .service-description {
        font-size: 0.8rem;
    }

    
    .hPswiper .swiper-slide{
        padding: 0 15px;
    }
  
    .hPswiper .custom-pagination{
        margin-top: 40px;
    }
}

/* HPswiper Smooth Movement Styles */
.hPswiper {
    transition: all 0.3s ease;
}

.hPswiper .swiper-wrapper {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); /* Smooth cubic-bezier easing */
}

.hPswiper .swiper-slide {
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1); /* Enhanced smooth transitions */
    will-change: transform; /* Optimize for smooth animations */
}

.hPswiper .service-card {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1); /* Smooth card transitions */
}

    .personenwagen-swiper .custom-pagination {
        margin-top: 30px !important;
    }

    .personenwagen-swiper {
        padding-bottom: 20px;
    }


.partnership-btn.active{
    border-bottom-color: #faeb78;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.partnership-btn.active::after{
    content: '';
    position: absolute;
    top: 90%;
    left: -1px;
    width: calc(100% + 2px);
    height: calc(50% - 9px);
    background-color: #faeb78;
    z-index: 1;
    border: 1px solid #CFDBE4;
    border-top: none;
    border-bottom: none;
    padding: 15px;
}

.partnership-btn.active::before{
    content: '';
    position: absolute;
    top: 90%;
    left: 0;
    width: 100%;
    height: calc(50% - 5px);
    background-color: #faeb78;
    z-index: 1;
    padding: 15px;
}


#versicherungen-btn,#versicherungen-btn::after{
    background: linear-gradient(276.03deg, #fbed85 -3.08%, #F9E54C 115.81%);
}
#fleetmanagement-btn,#fleetmanagement-btn::after{
    background: linear-gradient(276.03deg, #fcf3aa -3.08%, #fbee89 115.81%);
}
#grossflotten-btn,#grossflotten-btn::after{
    background: linear-gradient(276.03deg, #fdf8d0 -3.08%, #fdf4b0 115.81%);
}
#garagen-btn,#garagen-btn::after{
    background: linear-gradient(276.03deg, #fffef7 -3.08%, #fef9d6 115.81%);
}

#versicherungen-btn,#versicherungen-btn::before{
    background: linear-gradient(276.03deg, #fbed85 -3.08%, #F9E54C 115.81%);
}
#fleetmanagement-btn,#fleetmanagement-btn::before{
    background: linear-gradient(276.03deg, #fcf3aa -3.08%, #fbee89 115.81%);
}
#grossflotten-btn,#grossflotten-btn::before{
    background: linear-gradient(276.03deg, #fdf8d0 -3.08%, #fdf4b0 115.81%);
}
#garagen-btn,#garagen-btn::before{
    background: linear-gradient(276.03deg, #fffef7 -3.08%, #fef9d6 115.81%);
}


.partnership-content{
    background: linear-gradient(276.03deg, #FFFFFF -3.08%, #F9E54C 115.81%);
}


/* Language Submenu Styles */
.group-language:hover .group-language-hover\:opacity-100 {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.group-language .group-language-hover\:opacity-100 {
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s ease;
}

/* Language submenu positioning and styling */


.group-language .absolute {
    background: #FFFFFF;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-direction: column;
}

.group-language .absolute button{
    padding: 0;
    margin-top: 4px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Language submenu header */
.group-language h3 {
    font-size: 13px;
    font-weight: 600;
    color: #111827;
    margin-bottom: 8px;
    line-height: 1.2;
}

/* Language submenu links */
.group-language ul li a {
    display: flex;
    align-items: center;
    padding: 10px 12px;
    color: #374151;
    text-decoration: none;
    font-size: 14px;
    line-height: 1.4;
    transition: all 0.2s ease;
    border-radius: 6px;
    margin: 2px 0;
}

.group-language ul li a:hover {
    color: #2563EB;
    background-color: #F0F4FF;
    transform: translateX(2px);
}

/* Language flag emojis */
.group-language .text-base {
    font-size: 16px;
    margin-right: 8px;
}

/* Language text styling */
.group-language .text-sm {
    font-size: 14px;
    font-weight: 500;
}

/* Arrow rotation for language */
.group-language-hover\:rotate-180 {
    transition: transform 0.2s ease;
}

/* Responsive language submenu adjustments */
@media (max-width: 768px) {
    .group-language .absolute {
        right: -50px;
        min-width: 180px;
    }
}

/* Custom scrollbar for the climate policy numbered list */
.klimapolitik-scrollbar {
    scrollbar-width: 7px !important;
    scrollbar-color: #002D72 #e5e7eb !important;
}

.klimapolitik-scrollbar::-webkit-scrollbar {
    width: 7px !important;
    background: #e5e7eb !important;
}

.klimapolitik-scrollbar::-webkit-scrollbar-thumb {
    background: #002D72 !important;
    border-radius: 3px !important;
    min-height: 40px !important;
    border: 1px solid #e5e7eb !important;
}

.klimapolitik-scrollbar::-webkit-scrollbar-track {
    background: #e5e7eb !important;
    border-radius: 3px !important;
}

.klimapolitik-scrollbar::-webkit-scrollbar-button {
    display: none !important;
    height: 0 !important;
    width: 0 !important;
    background: transparent !important;
}

.klimapolitik-scrollbar::-webkit-scrollbar-button:start {
    display: none !important;
    height: 0 !important;
    width: 0 !important;
}

.klimapolitik-scrollbar::-webkit-scrollbar-button:end {
    display: none !important;
    height: 0 !important;
    width: 0 !important;
}

.klimapolitik-scrollbar::-webkit-scrollbar-corner {
    background: transparent !important;
}

@media (min-width: 768px) {
    #versicherungen-content{
        border-top-left-radius: 0;
    }
    
    #garagen-content{
        border-top-right-radius: 0;
    }
}


/* Yellow bottom border class - mobile only */


.wp-gr .grw-btns{
    background-color: #FFF !important;
    border: 1px solid #D9E4E9 !important;
    position: absolute !important;
    width: 60px !important;
    height: 60px !important;
}


.wp-gr .grw-btns.grw-next {
    right: 0 !important;
    top: -148px !important;
    display: flex;
    justify-content: center;
    align-items: center;
}


.wp-gr .grw-btns.grw-prev{
    right: 72px !important;
    top: -148px !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.wp-gr .grw-btns svg path{
    fill: #002440 !important;
}

.wp-gr .grw-btns svg{
    width: 40px !important;
}

/* Hover effects for .wp-gr .grw-btns */
.wp-gr .grw-btns:hover{
    background-color: #002440 !important;
}

.wp-gr .grw-btns:hover svg path{
    fill: #FFF !important;
}

.wp-gr .grw-review-inner.grw-round{
    border-radius: 10px !important;
    border: 1px solid #D6DDE8 !important;
    background: #F5F7F9 !important;
}

@media (max-width: 767px) {
    .yellow-bottom {
        position: relative;
    }

    .yellow-bottom::before {
        content: '';
        position: absolute;
        bottom: 0px;
        left: -5%;
        width: 110%;
        height: 25px;
        background-color: #FEDB00;
    }

    .wp-gr .grw-btns.grw-prev{
        bottom: -70px !important;
        top: unset !important;
        right: 50% !important;
        transform: translateX(-10%) !important;
    }

    .wp-gr .grw-btns.grw-next{
        bottom: -70px !important;
        top: unset !important;
        right: 50% !important;
        transform: translate(110%);
    }

    .language-btn svg{
        min-width: 16px !important;
    }


    .partner-wrapper svg {
        width: 100%;    
    }

}
