.custom-header-nav-main-font-lg-upper-3 {
    font-size: 16px !important;
}

.custom-header-nav-main-font-lg {
    font-size: 16px !important;
}

#imageContainer img {
    vertical-align: bottom !important;
    border: 0;
}

.custom-price-color p {
    color: #6A000B !important;
}

.custom-p-light p {
    color: white !important;
}

.custom-font {
    font-family: Poppins;
    font-size: 18px;
}

.custom-form-font label {
    font-family: Poppins !important;
    font-size: 13px !important;
    color: white;
}

#privacy_accepted {
    font-size: 14px !important;
}

/*
* Footer
*/
#footer {
    font-size: 1em;
}

#footer:before {
    content: '';
    position: absolute;
    display: block;
    background-color: #fafafc;
    top: -75px;
    width: 200%;
    z-index: 21;
    height: 75px;
    transform: rotate(-1deg);
}

@media (max-width: 1199px) {
    #footer:before {
        display: none;
    }
}

@media (min-width: 1200px) and (max-width: 1240px) {
    #footer .custom-container-info-socials {
        justify-content: flex-end !important;
    }
}

#footer .footer-nav-phone {
    font-size: 16px !important;
    padding: 0 17px 0 0 !important;
}

#footer .footer-nav-phone > span {
    width: 34px;
    height: 34px;
    line-height: 31px;
    background-color: #dde2ea;
    border-radius: 50%;
    text-align: center;
    margin-right: 8px;
}

#footer .footer-nav-email,
#footer .footer-nav-opening-hours {
    font-size: 12px !important;
    letter-spacing: -0.3px;
}

#footer .footer-nav-email > span,
#footer .footer-nav-opening-hours > span {
    width: 34px;
    height: 34px;
    line-height: 31px;
    background-color: #dde2ea;
    border-radius: 50%;
    text-align: center;
    margin-right: 6px;
}

#footer .footer-nav-email {
    margin-right: 15px;
}

#footer .footer-nav-opening-hours {
    margin-right: 20px;
}

#footer .footer-copyright {
    border-top: 1px solid #ced6e1;
    padding: 60px 0;
}

@media (max-width: 991px) {
    #footer .footer-column-get-in-touch {
        margin: 1rem 0;
    }
}

#footer .nav-footer > ul {
    padding: 0;
}

#footer .nav-footer > ul li {
    list-style: none;
}

#footer .nav-footer .dropdown-secondary a {
    font-size: 14px;
}

#footer .custom-row-footer {
    padding-top: 150px !important;
}

@media (max-width: 1199px) {
    #footer .custom-row-footer {
        padding-top: 60px !important;
    }
}

#footer .custom-row-footer .custom-footer-column-logo img {
    margin-bottom: 35px;
}

.custom-social-font {
    font-family: Poppins;
}

input[type="date"]::-webkit-calendar-picker-indicator {
    font-size: 25px; /* Adjust size here */
    filter: invert(80%) sepia(20%) saturate(300%) hue-rotate(180deg); /* Adjust color here */
}

.nav-link:hover{
    color:white !important;
}

#rolunk,
#araink,
#szolgaltatasaink,
#galeria {
    padding-top: 50px; /* Adjust as needed */
    margin-top: -50px; /* Counteract padding for seamless scrolling */
    scroll-margin-top: 50px; /* Adjust as needed */
}

#kapcsolat
{
    margin-top: -50px; /* Counteract padding for seamless scrolling */
    scroll-margin-top: 50px; /* Adjust as needed */
}


@media (max-width: 425px) {
    h1 {
        font-size: 22px;
        text-align: center;
    }
}




