.main-logo {
    width: 40px;
    padding-bottom: 6px;
}
body {
    background-color: #000000;
}
.first-responsive-navbar .offcanvas-body .accordion .accordion-item {
    margin: 0;
    border: 0;
    padding: 0;
}
.accordion-link {
    padding: 25px 0;
}
.navbar-brand {
    color: #ff3737;
    font-size: 28px;
    font-family: 'Plein-Light';
    letter-spacing: 3px;
}
.imprint {
    color: #fff !important;
}
.justify-content-center-price {
    justify-content: center !important;
    gap: 20px;
}
.pricing-card {
    border-radius: 20px;
    width: calc(33.33% - 20px);
}
.pricing-headline {
    color: #fff;
}
@media all and (max-width: 1000px) {
    .pricing-headline {
        padding-left: 10px;
    }
    .justify-content-center-price {
        padding: 0 20px;
    }
    .pricing-card {
        width: 100%;
    }
}
.main-pricing-area {
    background-color: #ff3737;
}
.pricing-card.style2 {
    background-color: #fff;
    border: 2px solid #ff3737;
}
.pricing-card .default-btn:hover {
    color: #ff3737;
}
.pricing-card .default-btn:hover::before {
    border: 2px solid #ff3737;
}
.pricing-card .default-btn {
    color: #ffffff;
    background-color: #ff3737;
}
.pricing-card.style2 h2 span, .pricing-card.style2 .h2 span,
.pricing-card.style2 ul li {
    color: black;
}
.navbar-brand strong {
    font-family: 'Plein-Bold';
}
.navbar .others-options .option-item li .default-btn {
    padding: 7px 25px;
}
.banner-area {
    background-position: 20% center;
}
.navbar.first-navbar .off-button {
    top: -4px;
    position: relative;
    background-color: unset;
}
.section-title-white {
    color: #ffffff;
}
.navbar.first-navbar {
    padding: 0;
}
.service-card .default-btn {
    color: #ffffff;
    background-color: #ff3737;
}
.service-card .default-btn .icon {
    color: unset;
    font-weight: 700;
}
.service-area {
    background-color: #ff3737;
    padding-bottom: 40px;
}
.first-responsive-navbar .offcanvas-body .accordion .accordion-item .accordion-link {
    color: #ffffff;
    font-weight: 700;
    font-size: 20px;
}

/* loader start */
.loader-overlay {
    background-color: #ff3737;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    opacity: 1;
    transition: opacity 0.6s ease;
    align-items: center;
    z-index: 1000;
}
.footer-area {
    padding: 20px 0;
}
.footer-widget .footer-logo {
    padding-bottom: 20px;
}
.footer-widget .contact-list li span {
    color: white;
    font-weight: 300;
}
.footer-widget .contact-list li a {
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
}

/* Pulsate animation */
@keyframes pulsate {
    0%, 100% { transform: scale(1); opacity: 1; }
    50% { transform: scale(1.2); opacity: 0.7; }
}

/* SVG styling and animation */
.loader-svg {
    width: 60px;
    height: 60px;
    animation: pulsate 1.5s infinite;
}


@media only screen and (max-width: 991px) {
    .navbar .others-options {
        display: block !important;
    }
    .navbar .others-options .default-btn {
        display: none !important;
    }
}
@media all and (max-width: 767px) {
    .navbar-brand.p-0 {
        font-size: 20px;
    }
}

