@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

:root {
    --nasa-c-progress-bg: rgba(255, 0, 0, 0.05);
    --nasa-c-progress-bar-bg: green;
    --nasa-c-progress-bar-bg-flash: yellow;
    --nasa-c-egg: #DEC7A1;
    --nasa-c-laci-green: #00c004;
    --ns-page-width: 80%;
    --ns-font-family-title: 'Poppins', serif;
    --ns-font-family-default: 'Poppins', sans-serif;
    --ns-font-family-extra: 'Poppins', sans-serif;
    --ns-bg-default: #ffffff;
    --ns-bg-even    : #ffffff;
    --ns-bg-odd     : #fdfdfd;
    --ns-bg-special : #eeaa4f;
    --ns-bg-special-transparent : rgba(238, 170, 79, 0.8);
    --ns-color-default: #000000;
    --ns-color-text: #000000;
    --ns-color-text-highlight: #ff0000;
    --ns-color-title: #000000;
    --ns-color-title-highlight: #1f2421;
}

.btn-primary {
    --bs-btn-color: #333;
    --bs-btn-bg: #af8c53;
    --bs-btn-border-color: #af8c53;
    --bs-btn-hover-color: #af8c53;
    --bs-btn-hover-bg: transparent;
    --bs-btn-hover-border-color: #8e7043;
    --bs-btn-focus-shadow-rgb: 187, 157, 108;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #8e7043;
    --bs-btn-active-border-color: #7d623b;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #af8c53;
    --bs-btn-disabled-border-color: #af8c53;
}

.btn-outline-primary {
    --bs-btn-color: #af8c53;
    --bs-btn-border-color: #af8c53;
    --bs-btn-hover-color: #333;
    --bs-btn-hover-bg: #af8c53;
    --bs-btn-hover-border-color: #cfac73;
    --bs-btn-focus-shadow-rgb: 175, 140, 83;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #af8c53;
    --bs-btn-active-border-color: #af8c53;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #9f7c43;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #af8c53;
}

body{
    background-color: var(--ns-bg-default);
    color: var(--ns-color-default);
    padding: 0 !important;
    font-family: var(--ns-font-family-title) !important;
    font-weight: 500;
}

.section-even{
    background-color: var(--ns-bg-even);
    padding-top: 1rem;
    padding-bottom: 1rem;

}

.section-odd{
    background-color: var(--ns-bg-odd);
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.section-special {
    background-image: url('/penzugyilab_hu/hatter4.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.text-bg-yellow{
    background-image: url('/penzugyilab_hu/hatter3.png');
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
}

.text-gyik{
    color: whitesmoke;
    background-image: url('/penzugyilab_hu/hatter.png');
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    padding-left: 4rem;
    padding-top: 2rem;
    padding-bottom: 1rem;
    padding-right: 4rem;
    font-size: 0.8rem;
    margin: 0 -0.75rem;
    text-align: center;
}

.svg-map path {
    fill: green;
}

@media (min-width: 1400px) { /* Extra large - xxl */
    .section-container {
        width: 80% !important;
        max-width: 80% !important;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 1399.98px) and (min-width: 1200px) { /* Extra large - xl */
    .section-container {
        width: 85% !important;
        max-width: 85% !important;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 1199.98px) and (min-width: 992px) { /* Large - lg */
    .section-container {
        width: 90% !important;
        max-width: 90% !important;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 991.98px) and (min-width: 768px) { /* Medium - md */
    .section-container {
        width: 95% !important;
        max-width: 95% !important;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 767.98px) { /* Small and below - sm, xs */
    .section-container {
        width: 100% !important;
        max-width: 100% !important;
        margin-left: auto;
        margin-right: auto;
    }
}


h1,h2{
    text-align: center;
    font-family: var(--ns-font-family-title) !important;
    font-weight: 500;
    color: var(--ns-color-title);
    padding-bottom: 1rem;
    font-size: 2rem !important;
}
h3{

    font-family: var(--ns-font-family-title);
    font-weight: 600;
    font-size: clamp(1.2rem, 2vw + 0.5rem, 2.5rem) !important;
}
.extra-title{
    font-family: var(--ns-font-family-title);
    font-size: clamp(2rem, 2vw + 0.5rem, 3.5rem) !important;
    font-weight: 800 !important;
    color: var(--ns-color-title);
    line-height: 110% !important;
    background-color: var(--ns-bg-special-transparent);
    margin: 0 !important;
    padding-top: 1rem !important;
}
.small-title{
    font-family: var(--ns-font-family-title);
    font-size: 1.5rem !important;
    font-weight: 700 !important;
    color: var(--ns-color-title);
    line-height: 120% !important;
    font-style: italic;
    background-color: var(--ns-bg-special);
}
.text-highlight{
    color: var(--ns-color-text-highlight);
    font-weight: bolder;
}

/* innentől az új oldal */

.ratio iframe {
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

/* Mobil optimalizálás */
@media (max-width: 768px) {
    .video-container {
        max-width: 100%;
    }

    .display-5 {
        font-size: 1.8rem !important;
    }
}

@media (max-width: 576px) {
    .ratio iframe {
        border-radius: 10px;
    }
}

.home-bg-red-bottom {
   /* background-image: url('/storage/penzugyilab_hu/hu/images/page/bacg_red.png'); */
    background: radial-gradient(ellipse at 32% 37%, rgba(0, 0, 0, 1) 55%, rgba(110, 20, 20, 1) 79%, rgba(134, 10, 10, 1) 86%);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
}

.home-bg-red-top {
    background-image: url('/storage/penzugyilab_hu/hu/images/page/backg_red_top.png');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
}

.home-bg-green-bottom {
    /*background-image: url('/storage/penzugyilab_hu/hu/images/page/backg_green_bottom.png');*/
    background: radial-gradient(ellipse at 32% 37%, rgba(0, 0, 0, 1) 55%, #00bf63 96%);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
}

.arrow-dual::before {
    content: '';
    display: inline-block;
    width: 1rem;
    height: 1rem;
    background-image: url('/storage/penzugyilab_hu/hu/images/page/arrow_dual_red.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 0.5rem;
    vertical-align: middle;
}

.checkmark-green::before {
    content: '';
    display: inline-block;
    width: 1.5rem;
    height: 1.5rem;
    background-image: url('/storage/penzugyilab_hu/hu/images/page/checkmark_green.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 0.5rem;
    vertical-align: middle;
}

/* Piros változat */
.btn-custom-red {
    background: linear-gradient(135deg, #ff3131 50%, #ff3131 60%, #650101 110%) !important;
    border-color: black !important;
    color: white !important;
}

.btn-custom-red:hover,
.btn-custom-red:focus {
    background: linear-gradient(135deg, #e62e2e 50%, #e62e2e 60%, #550101 110%) !important;
    border-color: black !important;
    color: white !important;
}

/* Zöld változat */
.btn-custom-green {
    background: linear-gradient(135deg, #00BF69 50%, #00BF69 60%, #004d2a 110%) !important;
    border-color: black !important;
    color: white !important;
}

.btn-custom-green:hover,
.btn-custom-green:focus {
    background: linear-gradient(135deg, #00a55a 50%, #00a55a 60%, #003d20 110%) !important;
    border-color: black !important;
    color: white !important;
}

@media (max-width: 768px) {
    .display-4 {
        font-size: 2rem !important;
    }

    .fs-4 {
        font-size: 1.1rem !important;
    }

    .fs-5 {
        font-size: 1rem !important;
    }
}

/* Carousel testreszabás */
.carousel-indicators {
    bottom: -24px;
}

.carousel-indicators button {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.5);
    border: none;
    margin: 0 5px;
}

.carousel-indicators button.active {
    background-color: #00bf63;
}

.carousel-control-prev,
.carousel-control-next {
    width: 5%;
    color: #00bf63;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-color: rgba(0, 191, 99, 0.8);
    border-radius: 50%;
    width: 40px;
    height: 40px;
}

/* Hover effektek desktop verzióhoz */
@media (min-width: 992px) {
    .position-absolute img {
        transition: transform 0.3s ease, z-index 0.3s ease;
    }

    .position-absolute:hover img {
        transform: scale(1.05) rotate(0deg) !important;
        z-index: 10 !important;
    }

    .position-absolute:hover {
        z-index: 10 !important;
    }
}

/* Mobil specifikus beállítások */
@media (max-width: 991px) {
    .carousel-item img {
        margin: 20px 0;
    }
}

.calendly-widget-container {
    border-radius: 15px;
    overflow: hidden;
}

/* Mobil optimalizálás */
@media (max-width: 991px) {
    .calendly-inline-widget {
        height: 500px !important;
    }

    .display-5 {
        font-size: 2rem !important;
    }

    .fs-4 {
        font-size: 1.2rem !important;
    }

    .fs-2 {
        font-size: 1.5rem !important;
    }
}

@media (max-width: 576px) {
    .calendly-inline-widget {
        height: 450px !important;
        min-width: 280px !important;
    }

    .calendly-widget-container {
        padding: 0.5rem !important;
    }
}

.cookie-consent {
    background-color: #f83131; /* Megváltoztathatod a háttérszínt */
    padding: 20px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.cookie-consent__message {
    font-size: 16px; /* Szöveg méretének módosítása */
    color: #343a40;
}
.cookie-consent__agree {
    background-color: #00bf69; /* Gomb színe */
    border: none;
    padding: 10px 20px;
    font-size: 14px;
    color: white;
    cursor: pointer;
}
.cookie-consent__agree:hover {
    background-color: #22ff22; /* Gomb hover effektus */
}

/* Kontakt form - email form */
.contact-form-card {
    background: white;
    border-radius: 20px;
    padding: 2rem;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    border: none;
}

.contact-form-card h2 {
    color: #ff3131;
    font-weight: bold;
    font-size: 2rem;
    margin-bottom: 1.5rem;
}

.form-control {
    border: none;
    background-color: #f5f5f5;
    border-radius: 25px;
    padding: 12px 20px;
    font-size: 1rem;
    transition: all 0.3s ease;
}

.form-control:focus {
    background-color: #eee;
    box-shadow: 0 0 0 0.2rem rgba(255, 49, 49, 0.25);
    border: 2px solid #ff3131;
}

.btn-submit {
    background-color: #ff3131;
    border: none;
    color: white;
    padding: 12px 40px;
    border-radius: 25px;
    font-weight: bold;
    font-size: 1.1rem;
    transition: all 0.3s ease;
    width: 100%;
}

.btn-submit:hover {
    background-color: #e02828;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(255, 49, 49, 0.3);
}
