/***************************
// Font Imports
***************************/

@font-face {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
    src: url('../../../../assets/fonts/DM_Sans/DMSans-VariableFont_opsz,wght.ttf') format('truetype');
}

@font-face {
    font-family: 'Caveat';
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
    src: url('../../../../assets/fonts/Caveat/Caveat-VariableFont_wght.ttf') format('truetype');
}

@font-face {
    font-family: 'Boheme Floral';
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
    src: url('../../../../assets/fonts/Boheme/Boheme Floral.ttf') format('truetype');
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 100;
    font-display: swap;
    src: url('../../../../assets/fonts/Montserrat/Montserrat-Thin.ttf') format('truetype');
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 200;
    font-display: swap;
    src: url('../../../../assets/fonts/Montserrat/Montserrat-ExtraLight.ttf') format('truetype');
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url('../../../../assets/fonts/Montserrat/Montserrat-Light.ttf') format('truetype');
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('../../../../assets/fonts/Montserrat/Montserrat-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('../../../../assets/fonts/Montserrat/Montserrat-Medium.ttf') format('truetype');
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('../../../../assets/fonts/Montserrat/Montserrat-SemiBold.ttf') format('truetype');
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('../../../../assets/fonts/Montserrat/Montserrat-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url('../../../../assets/fonts/Montserrat/Montserrat-ExtraBold.ttf') format('truetype');
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url('../../../../assets/fonts/Montserrat/Montserrat-Black.ttf') format('truetype');
}


/* ==========================================
   PLAYFAIR DISPLAY - REGULAR & ITALIC (400)
   ========================================== */
@font-face {
    font-family: 'Playfair Display';
    src: url('../../../../assets/fonts/PlayfairDisplay/PlayfairDisplay-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Playfair Display';
    src: url('../../../../assets/fonts/PlayfairDisplay/PlayfairDisplay-Italic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

/* ==========================================
   PLAYFAIR DISPLAY - MEDIUM & ITALIC (500)
   ========================================== */
@font-face {
    font-family: 'Playfair Display';
    src: url('../../../../assets/fonts/PlayfairDisplay/PlayfairDisplay-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Playfair Display';
    src: url('../../../../assets/fonts/PlayfairDisplay/PlayfairDisplay-MediumItalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

/* ==========================================
   PLAYFAIR DISPLAY - SEMIBOLD & ITALIC (600)
   ========================================== */
@font-face {
    font-family: 'Playfair Display';
    src: url('../../../../assets/fonts/PlayfairDisplay/PlayfairDisplay-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Playfair Display';
    src: url('../../../../assets/fonts/PlayfairDisplay/PlayfairDisplay-SemiBoldItalic.ttf') format('truetype');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

/* ==========================================
   PLAYFAIR DISPLAY - BOLD & ITALIC (700)
   ========================================== */
@font-face {
    font-family: 'Playfair Display';
    src: url('../../../../assets/fonts/PlayfairDisplay/PlayfairDisplay-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Playfair Display';
    src: url('../../../../assets/fonts/PlayfairDisplay/PlayfairDisplay-BoldItalic.ttf') format('truetype');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}

/* ==========================================
   PLAYFAIR DISPLAY - EXTRABOLD & ITALIC (800)
   ========================================== */
@font-face {
    font-family: 'Playfair Display';
    src: url('../../../../assets/fonts/PlayfairDisplay/PlayfairDisplay-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Playfair Display';
    src: url('../../../../assets/fonts/PlayfairDisplay/PlayfairDisplay-ExtraBoldItalic.ttf') format('truetype');
    font-weight: 800;
    font-style: italic;
    font-display: swap;
}

/* ==========================================
   PLAYFAIR DISPLAY - BLACK & ITALIC (900)
   ========================================== */
@font-face {
    font-family: 'Playfair Display';
    src: url('../../../../assets/fonts/PlayfairDisplay/PlayfairDisplay-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Playfair Display';
    src: url('../../../../assets/fonts/PlayfairDisplay/PlayfairDisplay-BlackItalic.ttf') format('truetype');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

/***************************
// End Font Imports
***************************/

/***************************
// Default Styles
***************************/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --font-dmsans: 'DM Sans', sans-serif;
    --font-caveat: 'Caveat', cursive;
    --font-boheme: 'Boheme Floral', cursive;
    --font-montserrat: 'Montserrat', sans-serif;
    --font-playfair: 'Playfair Display', serif;

    --color-white: #FFFFFF;
    --color-black: #000000;
    --color-E68864: #E68864;
    --color-EBA68B: #EBA68B;
}

body {
    letter-spacing: 0;
    font-family: var(--font-dmsans);
    color: #2F2F2F;
}

a {
    text-decoration: none;
    color: inherit;
    cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 0;
}

.font-family-caveat * {
    font-family: var(--font-caveat) !important;
}

.font-family-boheme * {
    font-family: var(--font-boheme) !important;
}

.font-family-montserrat * {
    font-family: var(--font-montserrat) !important;
}

.font-family-playfair * {
    font-family: var(--font-playfair) !important;
}

.font-color-262626 * {
    color: #262626 !important;
}

.font-color-292929 * {
    color: #292929 !important;
}

.font-color-E68864,
.font-color-E68864 * {
    color: var(--color-E68864) !important;
}

.font-color-9C8A8A * {
    color: #9C8A8A !important;
}


[class*="max-"] * {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.default-section {
    padding-top: 6rem;
    padding-bottom: 6rem;
}


.letter-spacing-02 * {
    letter-spacing: 0.2px !important;
}


.pt-6 {
    padding-top: 6rem !important;
}

.pb-6 {
    padding-bottom: 6rem !important;
}

.max-5-row-text * {
    -webkit-line-clamp: 5;
    line-clamp: 5;
}

.max-4-row-text * {
    -webkit-line-clamp: 4;
    line-clamp: 4;
}

.max-3-row-text * {
    -webkit-line-clamp: 3;
    line-clamp: 3;
}

.max-2-row-text * {
    -webkit-line-clamp: 2;
    line-clamp: 2;
}

.max-1-row-text * {
    -webkit-line-clamp: 1;
    line-clamp: 1;
}


.font-size-86 * {
    font-size: 86px !important;
}

.font-size-70 * {
    font-size: 70px !important;
}

.font-size-68 * {
    font-size: 68px !important;
}

.font-size-65 * {
    font-size: 65px !important;
}

.font-size-64 * {
    font-size: 64px !important;
}

.font-size-63 * {
    font-size: 63px !important;
}

.font-size-62 * {
    font-size: 62px !important;
}

.font-size-61 * {
    font-size: 61px !important;
}

.font-size-60 * {
    font-size: 60px !important;
}

.font-size-59 * {
    font-size: 59px !important;
}

.font-size-58 * {
    font-size: 58px !important;
}

.font-size-57 * {
    font-size: 57px !important;
}

.font-size-56 * {
    font-size: 56px !important;
}

.font-size-55 * {
    font-size: 55px !important;
}

.font-size-54 * {
    font-size: 54px !important;
}

.font-size-53 * {
    font-size: 53px !important;
}

.font-size-52 * {
    font-size: 52px !important;
}

.font-size-51 * {
    font-size: 51px !important;
}

.font-size-50 * {
    font-size: 50px !important;
}

.font-size-49 * {
    font-size: 49px !important;
}

.font-size-48 * {
    font-size: 48px !important;
}

.font-size-47 * {
    font-size: 47px !important;
}

.font-size-46 * {
    font-size: 46px !important;
}

.font-size-45 * {
    font-size: 45px !important;
}

.font-size-44 * {
    font-size: 44px !important;
}

.font-size-43 * {
    font-size: 43px !important;
}

.font-size-42 * {
    font-size: 42px !important;
}

.font-size-41 * {
    font-size: 41px !important;
}

.font-size-40 * {
    font-size: 40px !important;
}

.font-size-39 * {
    font-size: 39px !important;
}

.font-size-38 * {
    font-size: 38px !important;
}

.font-size-37 * {
    font-size: 37px !important;
}

.font-size-36 * {
    font-size: 36px !important;
}

.font-size-35 * {
    font-size: 35px !important;
}

.font-size-34 * {
    font-size: 34px !important;
}

.font-size-33 * {
    font-size: 33px !important;
}

.font-size-32 * {
    font-size: 32px !important;
}

.font-size-31 * {
    font-size: 31px !important;
}

.font-size-30 * {
    font-size: 30px !important;
}

.font-size-29 * {
    font-size: 29px !important;
}

.font-size-28 * {
    font-size: 28px !important;
}

.font-size-27 * {
    font-size: 27px !important;
}

.font-size-26 * {
    font-size: 26px !important;
}

.font-size-25 * {
    font-size: 30px !important;
}

.font-size-24 * {
    font-size: 24px !important;
}

.font-size-23 * {
    font-size: 23px !important;
}

.font-size-22 * {
    font-size: 22px !important;
}

.font-size-21 * {
    font-size: 21px !important;
}

.font-size-20 * {
    font-size: 20px !important;
}

.font-size-19 * {
    font-size: 19px !important;
}

.font-size-18 * {
    font-size: 18px !important;
}

.font-size-17 * {
    font-size: 17px !important;
}

.font-size-16 * {
    font-size: 16px !important;
}

.font-size-15 * {
    font-size: 15px !important;
}

.font-size-14 * {
    font-size: 14px !important;
}

.font-size-13 * {
    font-size: 13px !important;
}

.font-size-12 * {
    font-size: 12px !important;
}

.font-size-11 * {
    font-size: 11px !important;
}



strong {
    font-weight: 600 !important;
}

.font-weight-900 *:not(strong) {
    font-weight: 900 !important;
}

.font-weight-800 *:not(strong) {
    font-weight: 800 !important;
}

.font-weight-700 *:not(strong) {
    font-weight: 700 !important;
}

.font-weight-600 *:not(strong) {
    font-weight: 600 !important;
}

.font-weight-500 *:not(strong) {
    font-weight: 500 !important;
}

.font-weight-400 *:not(strong) {
    font-weight: 400 !important;
}

.font-weight-300 *:not(strong) {
    font-weight: 300 !important;
}

.font-weight-200 *:not(strong) {
    font-weight: 200 !important;
}

.font-weight-100 *:not(strong) {
    font-weight: 100 !important;
}



.line-height-200 * {
    line-height: 200% !important;
}

.line-height-190 * {
    line-height: 190% !important;
}

.line-height-180 * {
    line-height: 180% !important;
}

.line-height-170 * {
    line-height: 170% !important;
}

.line-height-160 * {
    line-height: 160% !important;
}

.line-height-150 * {
    line-height: 150% !important;
}

.line-height-140 * {
    line-height: 140% !important;
}

.line-height-130 * {
    line-height: 130% !important;
}

.line-height-120 * {
    line-height: 120% !important;
}

.line-height-110 * {
    line-height: 110% !important;
}

.line-height-100 * {
    line-height: 100% !important;
}

.line-height-24 * {
    line-height: 24px !important;
}

/***************************
// End Default Styles
***************************/

/***************************
// Buttons
***************************/
.btn img {
    transform: translateX(0);
    transition: transform 0.3s ease;
}

.btn:hover img {
    transform: translateX(6px);
    transition: transform 0.3s ease;
}

.btn.btn-filled-pink {
    border-radius: 23px;
    padding-top: 18px;
    padding-right: 55px;
    padding-bottom: 18px;
    padding-left: 55px;
    background: var(--color-E68864);
    color: var(--color-white) !important;
}

.btn.btn-filled-pink:hover {
    background: var(--color-EBA68B);
}

.btn.btn-filled-pink-light {
    border-radius: 23px;
    padding-top: 18px;
    padding-right: 53px;
    padding-bottom: 18px;
    padding-left: 53px;
    background: var(--color-EBA68B);
    color: var(--color-white) !important;
}

.btn.btn-filled-pink-light:hover {
    background: var(--color-E68864);
}

.btn.btn-filled-pink-dark {
    background: var(--color-E68864);
    border-radius: 23px;
    padding-top: 18px;
    padding-right: 53px;
    padding-bottom: 18px;
    padding-left: 53px;
    max-width: 270px;
    color: var(--color-white) !important;
}

.btn.btn-filled-pink-dark:hover {
    background: #ca7351;
}

/***************************
// End Buttons
***************************/

/***************************
// Navbar
***************************/
.navbar {
    padding: 0;
}

.navbar-custom {
    width: 100%;
    z-index: 10;
    background: linear-gradient(180deg, #FFF7F4 23.08%, #FFEEE8 100%);
    border-bottom: 2px solid #FFCFBD;
}

.navbar-absolute {
    position: absolute;
    top: 0;
    left: 0;
}

.navbar-static {
    position: static;
}

.navbar-branding img {
    height: 40px;
    object-fit: cover;
}

.navbar-toggler.black {
    border-color: var(--color-black) !important;
}

.navbar-toggler.white {
    border-color: var(--color-white) !important;
}

.navbar-toggler-icon.black {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-toggler-icon.white {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    outline: none;
    box-shadow: none;
}

.navbar-collapse {
    transition: none !important;
    display: flex;
    justify-content: flex-end;
}

/* Alapértelmezett: sötétszürke nav-link */
.navbar-custom .nav-link {
    vertical-align: middle;
    color: #292929;
    transition: none !important;
    padding: 0.8rem 1.8rem !important;
    border-radius: 4px;
    /* Finom lekerekítés a gomb formához */
    display: inline-block;
    /* Biztosítja, hogy a háttér és a padding szépen kirajzolódjon */
}

/* Aktív állapot (PHP által generált .active-link osztállyal) */
.navbar-custom .nav-link.active-link {
    background: linear-gradient(180deg, #EEB7A2 0%, #FFCDB9 100%) !important;
    color: #292929 !important;
    /* Megtartja a sötét szövegszínt a barack háttéren is */
}

/* Hover (egérrel való rámutatás) állapot */
.navbar-custom .nav-link:hover {
    color: #0A0A0A !important;
}

.navbar-custom .navbar-collapse.show .nav-link {
    color: var(--color-black) !important;
    width: 100%;
}

.nav-item.dropdown {
    position: relative;
}

.show .navbar-nav {
    box-shadow: 0px 4px 5px 0px #1C1C1C0D;
}


.dropdown-toggle::after {
    display: none;
}

.dropdown-menu {
    box-shadow: 0px 4px 5px 0px #1C1C1C0D;
    border: none;
}

.dropdown-item {
    padding: 12px 20px;
    padding-right: 3rem;
    transition: background 0.3s ease, color 0.3s ease;
    color: var(--color-1C1C1C);
}

.dropdown-item:hover {
    background: #ffede6;
}

/***************************
// End Navbar
***************************/

/***************************
    // Hero Section
    ***************************/
.hero {
    position: relative;
    background: url("../../assets/images/hero-bg.png") center center / cover no-repeat;
    height: 100vh;
    max-height: 720px;
    overflow: hidden;
}

.hero::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #FFFFFF82;
    opacity: 1;
    z-index: 1;
}

.hero-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    width: 100%;
}

.hero-wave {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 3;
    pointer-events: none;
    margin-bottom: -5px;
}

/***************************
    // End Hero Section
    ***************************/

/***************************
// Little Hero Section
***************************/
.hero-little {
    position: relative;
    width: 100%;
    height: 400px;
    background: url("../../assets/images/hero-bg.webp") center center / cover no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-little::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.54);
    opacity: 1;
    z-index: 1;
    pointer-events: none;
    user-select: none;
}

.hero-little .container,
.hero-little .container * {
    position: relative;
    z-index: 2;
}

/***************************
// End Little Hero Section
***************************/

/***************************
// image-text-split Section
***************************/
.image-text-split {
    padding-top: 6rem;
    padding-bottom: 6rem;
}

.image-text-split .image-column {
    display: flex;
    align-items: stretch;
}

.image-text-split .image-wrapper img {
    border-radius: 5px;
    max-width: 510px;
    max-height: 550px;
    min-height: 400px;
    opacity: 0.75;
}

@media (min-width: 992px) {
    .image-text-split .col-lg-5.image-column {
        width: 40.666667%
    }

    .image-text-split .col-lg-7 {
        width: 59.333333%;
    }
}

/***************************
// End image-text-split Section
***************************/

/***************************
// Experts Section
***************************/

.experts-section {
    padding-top: 6rem;
    padding-bottom: 0rem;
}

.experts-list {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    margin-top: 3rem;
}

.expert-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    max-width: 370px;
}

.expert-img-wrapper {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 3px solid #9C8A8A;
}

.expert-card.active .expert-img-wrapper,
.expert-card.active .expert-img-wrapper {
    border: 3px solid var(--color-EBA68B);
}

.expert-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.expert-card.active .expert-name,
.expert-card.active .expert-title {
    color: var(--color-EBA68B);
}

.expert-card .expert-name,
.expert-card .expert-title {
    color: #9C8A8A;
}

/***************************
// End Experts Section
***************************/


/***************************
 // Contact Section
***************************/

.contact-banner-section {
    padding-top: 6rem;
    padding-bottom: 6rem;
    margin: 0;
}

.contact-banner-section .btn.btn-filled-blue {
    border-radius: 10px;
}

.contact-banner-section .form-check label {
    display: inline;
}

.contact-banner-image {
    height: 100%;
    overflow: hidden;
}

.contact-banner-image img {
    object-fit: cover;
    width: 100%;
    display: block;
    border-radius: 0px 20px 20px 0px;
}

.contact-banner-form-wrapper {
    background: var(--color-EBA68B);
    border-radius: 20px 0px 0px 20px;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-banner-form-inner {
    width: 100%;
    margin: 0 auto;
}

.contact-banner-desc p {
    margin-bottom: 0;
}

.contact-banner-form .form-control {
    border-radius: 20px;
    padding-top: 15px;
    padding-right: 21px;
    padding-bottom: 15px;
    padding-left: 21px;
    gap: 10px;
    background: transparent;
    border: 1px solid var(--color-white);
    color: var(--color-white);
}

.contact-banner-form .form-control::placeholder {
    color: var(--color-white);
}

.contact-banner-form .form-control:focus {
    outline: none;
    box-shadow: none;
    border-color: inherit;
}

.contact-banner-form textarea.form-control {
    min-height: 166px;
    resize: vertical;
}

.form-check-input {
    margin-top: -0.1rem;
}

.form-check-input[type=checkbox] {
    border: 1px solid #FFFFFF;
    background: #FFFFFF66;
    border-radius: 0px;
    width: 24px;
    height: 24px;
}

.form-check-input[type=checkbox]:checked {
    background: var(--color-white);
    border: 1px solid var(--color-white);
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 8.5L7 11.5L12 5.5' stroke='%23EBA68B' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 70% 70%;
}

/* Mobil nézet */
@media (max-width: 991.98px) {
    .contact-banner-container {
        padding-top: 36px;
    }

    .contact-banner-form-wrapper {
        border-radius: 12px;
        min-height: unset;
        padding: 32px 16px 24px 16px;
    }

    .contact-banner-image {
        display: none;
    }
}

@media (max-width: 575.98px) {
    .contact-banner-form-inner {
        padding: 0;
    }

    .contact-banner-title {
        font-size: 1.2rem;
    }

    .contact-banner-form .form-control {
        font-size: 0.98rem;
        padding: 0.65rem 0.8rem;
    }

    .contact-banner-btn {
        font-size: 0.98rem;
        padding: 0.65rem 0;
    }
}

@media (min-width: 992px) {
    .contact-banner-section .row.align-items-stretch {
        min-height: 420px;
    }

    .contact-banner-image,
    .contact-banner-form-wrapper {
        height: 100%;
    }
}

/***************************
 // End Contact Section
***************************/

/***************************
// Services Products Section
***************************/
.services-products {
    padding-top: 6rem;
    padding-bottom: 6rem;
}

.services-products .card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: none;
    max-width: 400px;
}

.services-products .card-body {
    padding: 1.5rem 0;
    width: 100%;
    text-align: start;
}

.btn.btn-read-more img {
    width: 19px !important;
    height: 19px !important;
}

.services-products .card img {
    width: 100%;
    object-fit: cover;
    display: block;
    height: 300px;
    border-radius: 20px;
}

.services-products .card .btn img.arrow {
    width: 19px !important;
    height: 19px !important;
}

.services-products .date img {
    width: 19px;
    height: 19px;
}

.services-products .service-card {
    flex: 1 1 0;
    min-width: 300px;
    /*max-width: 32%;*/
}

.service-card .btn.btn-read-more-yellow {
    width: 100%;
}

/***************************
// End Services Products Section
***************************/

/***************************
// Footer Section
***************************/
footer {
    background-color: #FFF7F4;
    padding-top: 3rem;
    padding-bottom: 4rem;
}

footer img.logo {
    max-width: 317px;
    width: 100%;
    object-fit: cover;
}

footer img.icon {
    width: 43px;
    height: 43px;
}

footer a {
    color: inherit;
    text-decoration: none;
}

footer hr {
    border: none;
    border-top: 0.3px solid #292929;
    margin: 0;
    max-width: 100%;
    opacity: 1;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

footer a:hover {
    text-decoration: underline;
}

footer img.phone-icon {
    width: 43px;
    height: 43px;
}

@media (min-width: 1200px) {
    footer .col-lg-2 {
        flex: 0 0 auto;
        width: 17.666667%;
    }

    footer .offset-lg-2 {
        margin-left: 21.666667%;
    }
}


footer .social-icon-bg img {
    width: 20px !important;
    height: 20px !important;
}

footer .social-icon-bg {
    width: 40px !important;
    height: 40px !important;
    background: #EBA68B99;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

footer.footer-bottom {
    background-color: var(--color-EBA68B);
    padding: 2rem 0;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--color-white);
}

footer.footer-bottom a {
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-thickness: 0%;
}

@media (min-width: 1200px) {
    footer .col-lg-2 {
        flex: 0 0 auto;
        width: 17.666667%;
    }

    footer .offset-lg-2 {
        margin-left: 21.666667%;
    }
}

/***************************
// End Footer Section
***************************/

/***************************
// Breadcrumb
***************************/

.breadcrumb-custom {
    min-height: 42px;
}

.breadcrumb-icon {
    width: 23px;
    height: 23px;
    object-fit: contain;
}

/***************************
// End Breadcrumb
***************************/

hr.pink {
    border: none;
    border-top: 1px solid var(--color-EBA68B);
    width: 100%;
    margin: 0;
    opacity: 1;
    margin-top: 1rem;
}

.custom-list-bloom {
    list-style: none;
    padding-left: 0;
}

.custom-list-bloom li {
    position: relative;
    padding-left: 36px;
    margin-bottom: 14px;
}

.custom-list-bloom li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    width: 24px;
    height: 24px;
    background-image: url('../../assets/images/icons/bloom.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

/***************************
// Working Hours Section
***************************/

.working-hours-section {
    padding-top: 3rem;
}

.working-hours-card {
    background: #FFEBE399;
    border-radius: 20px;
    padding: 2rem 1.5rem;
    text-align: center;
    min-width: 180px;
    min-height: 90px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
    height: 100%;
}

@media (max-width: 991px) {
    .working-hours-card {
        min-width: unset;
    }
}

@media (max-width: 600px) {
    .working-hours-card {
        min-width: unset;
        padding: 1.5rem 1rem;
    }
}

/***************************
// End Working Hours Section
***************************/

/***************************
// Structure Section
***************************/

.structure-list {
    display: flex;
    flex-direction: column;
    gap: 32px;
    margin-top: 40px;
}

/* Eredeti desktop layout */
.structure-desktop {
    display: flex;
    align-items: center;
    gap: 32px;
}

.structure-desktop .structure-icon {
    flex: 0 0 116px;
    width: calc(116px * 0.8);
    height: calc(116px * 0.8);
    object-fit: contain;
    margin-top: 4px;
}

.structure-desktop .structure-content {
    flex: 1;
}

/* Mobil layout */
.structure-mobile {
    display: none;
}

/* Mobil nézet - kisebb képernyők (max 767px) */
@media (max-width: 767.98px) {
    .structure-desktop {
        display: none !important;
    }

    .structure-mobile {
        display: flex !important;
        flex-direction: column;
        gap: 0;
        margin-bottom: 0;
    }

    .structure-header {
        display: flex;
        align-items: center;
        gap: 16px;
    }

    .structure-icon {
        width: 60px !important;
        height: 60px !important;
        margin-top: 0 !important;
    }

    .structure-title {
        font-size: 18px !important;
        line-height: 1.2 !important;
        margin: 0;
    }

    .structure-desc {
        margin-top: 8px;
        margin-left: 0;
    }
}

/***************************
// End Structure Section
***************************/

.about-us {
    padding-top: 6rem;
    padding-bottom: 6rem;
}



/***************************
// Blog List Section
***************************/

.blog-list {
    padding-bottom: 6rem;
}

.blog-list .image-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.blog-list .image-wrapper img {
    width: 100%;
    height: 300px;
    border-radius: 20px;
    object-fit: cover;
    display: block;
}

.blog-list .card {
    height: 100%;
}

/***************************
// End Blog List Section
***************************/

/***************************
// Pagination Bar
***************************/
.pagination-bar {
    padding-top: 3rem;
}

.pagination-wrapper {
    position: relative;
}

.pagination-line {
    top: -10px;
    height: 0.5px;
    background-color: #9C8A8A;
    z-index: 1;
}

.pagination-numbers {
    position: relative;
    z-index: 2;
}

.pagination-list {
    display: flex;
    padding: 0;
}

.pagination-number {
    text-decoration: none;
    position: relative;
}

.pagination-number.active {
    color: var(--color-E68864);
}

.pagination-prev,
.pagination-next {
    text-decoration: none;
    color: var(--color-E68864);
    z-index: 2;
}

.pagination-prev.disabled img,
.pagination-next.disabled img {
    filter: grayscale(1);
}

.pagination-prev.disabled,
.pagination-next.disabled {
    color: #9C8A8A !important;
    pointer-events: none;
    cursor: default;
}

.pagination-next img {
    transform: rotate(180deg);
}

/***************************
// End Pagination Bar
***************************/

/***************************
// Contact Page
***************************/
.contact-page {
    padding-top: 6rem;
    padding-bottom: 6rem;
}

.contact-page .custom-radio-label input[type="radio"] {
    display: none;
}

.contact-page .custom-radio-icon {
    display: inline-block;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 1px solid #C4C4C4;
    background: none;
    position: relative;
}

.contact-page .custom-radio-label input[type="radio"]:checked+.custom-radio-icon {
    border: 1px solid #C4C4C4;
}

.contact-page .custom-radio-label input[type="radio"]:checked+.custom-radio-icon::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #C4C4C4;
    transform: translate(-50%, -50%);
}

.contact-page .form-control {
    border-radius: 6px;
    border-width: 1px;
    padding-top: 12px;
    padding-right: 20px;
    padding-bottom: 12px;
    padding-left: 20px;
    gap: 10px;
    border: 1px solid #C4C4C4;
}

.contact-page textarea.form-control {
    min-height: 134px;
    resize: vertical;
}

.contact-page .form-control:focus {
    outline: none;
    box-shadow: none;
    border-color: inherit;
}

.contact-page .form-control::placeholder {
    color: #828282;
}

.contact-page .form-check-input[type=checkbox] {
    background: #EBA68B12;
    border: 1px solid #D1D5DB;
    width: 20px;
    height: 20px;
    border-width: 1px;
    transition: none;
    border-radius: 4px;
}

.contact-page .form-check-input[type=checkbox]:checked {
    background: var(--color-EBA68B);
    border: 1px solid var(--color-EBA68B);
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 8.5L7 11.5L12 5.5' stroke='%23FFFFFF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 70% 70%;
}

/***************************
// End Contact Page
***************************/


.custom-list ul {
    list-style-type: disc;
    padding-left: 1.5em;
}

.custom-list ol>li {
    font-weight: 700 !important;
    margin-bottom: 1em;
}

.custom-list ol {
    font-weight: 700 !important;
}

.custom-list ol>li>ul {
    margin-top: 0.5em;
}
































/* ==========================================
       GLOBÁLIS ÚJRAHASZNOSÍTHATÓ OSZTÁLYOK
       ========================================== */

/* Felső apró feliratok (Badge / Subtitle) */
.bloom-badge {
    letter-spacing: 0.25rem;
    color: #EBA88E;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 3rem;
    display: block;
}

/* Általános nagy szekció főcímek (Serif stílus) */
.bloom-title {
    color: #515151;
    font-weight: 700;
    line-height: 1.2;
}

.bloom-title em {
    font-weight: 400;
}

.main-title em,
.bloom-title span {
    font-style: italic;
    color: #EBA88E;
    font-weight: 400;
    display: inline;
}

/* Kapszula (ovális) alakú szekciócímek */
.bloom-capsule-title {
    background-color: #FFECE5;
    color: #515151;
    padding: 0.8rem 4rem;
    border-radius: 50px;
    display: inline-block;
}

.bloom-capsule-title em {
    font-style: italic;
    color: #EBA88E;
    font-weight: 400;
}

/* Általános leíró / Alcím szövegek (Lead text) */
.bloom-lead-text {
    color: #6B6B6B;
    max-width: 800px;
    margin: 0 auto;
    line-height: 1.7;
}

/* Szekciók feletti vastag szürke dekorációs sáv */
.bloom-top-bar {
    height: 15px;
    background-color: #E6E6E6;
    width: 100%;
    margin-bottom: 0;
}

/* Egyenes elválasztó vonalak (Divider) */
.bloom-divider {
    height: 1px;
    background-color: #EBA88E;
    margin: 2rem auto;
    opacity: 0.5;
}

/* Standard gombok (CTA / Submit) */
.bloom-btn {
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 600;
    border: none;
    border-radius: 0;
    transition: all 0.3s ease;
}

/* ==========================================
       SPECIFIKUS SZEKCIÓ STÍLUSOK
       ========================================== */

/* 1. Promo Section */
.promo-section {
    min-height: 85vh;
    display: flex;
    align-items: center;
}

.promo-section .bloom-title {
    color: #000;
    margin-bottom: 2.5rem;
}

.promo-section .bloom-title span {
    display: block;
}

.promo-section .description {
    color: #6B6B6B;
    margin-bottom: 3rem;
    line-height: 30px;
    max-width: 90%;
}

.btn-cta {
    background-color: #EBA88E;
    letter-spacing: 0.1rem;
    padding: 1rem 2.5rem;
    width: 100%;
}

.btn-cta:hover {
    background-color: #d68f76;
    color: #ffffff;
}

.popup-modal-content {
    border: none;
    border-radius: 24px;
    overflow: hidden;
}

.popup-modal-badge {
    display: inline-block;
    background-color: #E68864;
    color: #ffffff;
    padding: 0.65rem 1.2rem;
    border-radius: 999px;
    letter-spacing: 0.08rem;
    text-transform: uppercase;
}

.popup-modal-title {
    color: #292929;
    margin-bottom: 1rem;
    line-height: 1.05;
}

.popup-modal-text {
    color: #5A5A5A;
    line-height: 1.8;
    margin-bottom: 1.5rem;
}

.popup-modal-btn {
    width: 100%;
    justify-content: center;
}

@media (max-width: 575.98px) {
    .popup-modal-title {
        font-size: 1.9rem;
    }
    .popup-modal-text {
        font-size: 0.95rem;
    }
}

.image-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.bloom-img {
    max-width: 90%;
    height: auto;
    object-fit: contain;
}

/* 2. Features Section */
.feature-card {
    text-align: center;
    padding: 10px;
}

.feature-icon {
    margin-bottom: 1.2rem;
}

.feature-title-badge {
    background-color: #FFECE5;
    color: #383838;
    padding: 0.75rem 2rem;
    border-radius: 40px;
    display: inline-block;
    margin-bottom: 0.5rem;
    width: 100%;
}

.feature-subtitle {
    letter-spacing: 0.05rem;
    color: #3F3E3E;
    text-transform: uppercase;
    margin-bottom: 0px;
}

.feature-text {
    color: #515151;
    font-weight: 400;
    margin: 0 auto;
}

/* 3. Image-Text Split Section */
.image-text-split {
    padding: 80px 0;
}

.image-wrapper img {
    border-radius: 8px;
}

.split-description {
    color: #515151;
}

/* 4. & 5. Workshop / Tudatos Section */
.tudatos-section {
    position: relative;
    overflow: hidden;
    background-image: url('../../assets/images/peach.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.tudatos-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.7);
    pointer-events: none;
}

.tudatos-section>.container {
    position: relative;
    z-index: 1;
}

.content-box {
    background-color: #FFEFEB;
    padding: 2.5rem;
    margin-bottom: 2rem;
    border-radius: 4px;
    box-shadow:
        0px 1px 0px 0px rgba(0, 0, 0, 0.05),
        inset 0px 2px 0px 0px rgba(255, 255, 255, 0.1),
        inset 2px 0px 3px 0px rgba(51, 51, 51, 0.12),
        inset -2px 0px 3px 0px rgba(51, 51, 51, 0.12);
}

.content-box-title {
    color: #0A0A0A;
    margin-top: 1rem;
    margin-bottom: 0;
}

.box-divider {
    width: 1px;
    background-color: #EBA88E;
}

.content-box-text {
    color: #515151;
    margin-bottom: 0;
}

.tudatos-section .content-box img {
    max-width: 59px;
    height: auto;
    object-fit: contain;
}

/* Árazó kártyák (Közös mindkét workshophoz) */
.price-card {
    background-color: #ffffff;
    border: 1px solid #E8C5B5;
    text-align: center;
    transition: all 0.3s ease;
}

.price-card:hover {
    border-color: #F4BAA0;
    box-shadow: 0px 2px 10px 0px #00000026;
}

.price-card:hover .price-card-header {
    background-color: #F4BAA0;
}

.price-card-header {
    background-color: #E8C5B5;
    padding: 1.2rem 1rem;
}

.price-card-header .num {
    font-size: 10px;
    letter-spacing: 0.1rem;
    color: #4A4A4A;
    margin-bottom: 0.2rem;
}

.price-card-body {
    padding: 2rem 1rem;
}

.price-amount {
    font-family: 'Playfair Display', serif;
    font-size: 36px;
    font-weight: 700;
}

.price-amount span {
    font-family: 'Playfair Display', serif;
    font-size: 18px;
    font-weight: 300;
}

.price-suffix {
    font-size: 12px;
    color: #515151;
    display: block;
}

.btn-submit {
    background: linear-gradient(90deg, #EA9B7C 0%, #EFC6B7 50%, #EA9B7C 100%);
    letter-spacing: 0.2rem;
    padding: 1.2rem 4rem;
}

.btn-submit:hover {
    background: linear-gradient(90deg, #E68A6B 0%, #EFC6B7 50%, #E68A6B 100%);
    color: #ffffff;
}

/* Babaelsősegély specifikus részek */
.babaelsosegely-section {
    background-color: #ffffff;
}

.info-card-ii {
    background-color: #FAF9F6;
    padding: 3rem 2.5rem;
    padding-bottom: 5rem;
    text-align: center;
    height: 100%;
}

.info-card-title {
    margin-bottom: 1.5rem;
}

.info-card-text {
    color: #515151;
    margin-bottom: 0;
}

.babaelsosegely-info {
    background: #EAEAEA;
}

/* 6. Kiknek Szól Section */
.kiknek-szol-section {
    background-color: #FFF8F5;
}

.audience-card {
    background-color: #F5E6E0;
    padding: 4rem 4.5rem;
    text-align: center;
    height: 100%;
    transition: background-color 0.3s ease;
}

.audience-card:hover {
    background-color: #FFECE499;
}

.audience-icon {
    margin-bottom: 2rem;
    display: inline-block;
}

.audience-icon img {
    width: 30px;
    height: 30px;
    object-fit: contain;
}

.audience-subtitle {
    font-style: italic;
    color: #9C4321;
}

.audience-text {
    color: #515151;
    margin-bottom: 0;
}

/* 7. Team Section */
.team-section {
    background-color: #F9F6F2;
}

.team-grid {
    background-color: #ffffff;
}

.team-card {
    background-color: #ffffff;
    padding: 2.5rem 1.5rem;
    text-align: center;
    border: 1px solid #EAEAEA;
    height: 100%;
    margin-right: -1px;
    margin-bottom: -1px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.team-circle {
    width: 70px;
    height: 70px;
    border: 1px solid #EBA88E;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 2rem auto;
    overflow: hidden;
    background-color: #ffffff;
}

.team-circle img,
.team-circle .team-circle-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.team-circle span {
    font-family: 'Playfair Display', serif;
    font-style: italic;
    color: #EBA88E;
    font-size: 1.6rem;
}

.team-name {
    font-family: 'Playfair Display', serif;
    font-weight: 500;
    margin-bottom: 0.8rem;
}

.team-title {
    font-weight: 400;
    letter-spacing: 0.05rem;
    margin-bottom: 1rem;
}

.team-tags {
    color: #6B6B6B;
    line-height: 1.5;
    margin-bottom: 1rem;
}

.team-bio {
    color: #6B6B6B;
    line-height: 1.8;
    font-weight: 300;
    margin-bottom: 0;
}

/* 10. Location Section */
.location-text-content {
    color: #6B6B6B;
    line-height: 1.7;
}

.location-list {
    list-style: none;
    padding-left: 0;
    margin-top: 2rem;
}

.location-list li {
    padding: 0.4rem 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    color: #515151;
    font-size: 0.95rem;
    font-weight: 400;
    display: flex;
    align-items: center;
}

.location-list li::before {
    content: "•";
    color: #EBA88E;
    font-weight: bold;
    display: inline-block;
    width: 1.5rem;
    font-size: 1.3rem;
}

.location-img-wrapper {
    width: 100%;
    overflow: hidden;
}

.location-img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.8;
}

.img-large {
    height: 320px;
}

.img-small {
    height: 200px;
}


.blog-grid {
    background-color: #ffffff;
}

.blog-card {
    background-color: #ffffff;
    border: 1px solid #EAEAEA;
    height: 100%;
    margin-right: -1px;
    margin-bottom: -1px;
    display: flex;
    flex-direction: column;
}

.blog-image-wrapper {
    width: 100%;
    height: 250px;
    overflow: hidden;
}

.blog-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.75;
}

.blog-card-body {
    padding: 2.5rem 1.2rem;
    flex-grow: 1;
}

.blog-category {
    color: #EBA88E;
    font-size: 0.75rem;
    letter-spacing: 0.1rem;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 1rem;
}

.blog-title {
    font-family: 'Playfair Display', serif;
    color: #0A0A0A;
    font-weight: 400;
    line-height: 1.4;
    margin-bottom: 1.2rem;
}

.blog-text {
    color: #A0A0A0;
    font-size: 0.9rem;
    line-height: 1.7;
    font-weight: 400;
    margin-bottom: 0;
}

/* 9. Signup Section */
.signup-section {
    background: linear-gradient(2.37deg, #FFFFFF 1.98%, #FFF7F4 98.02%);
}

.btn-signup {
    background-color: #EBA88E;
    letter-spacing: 0.2rem;
    padding: 1.2rem 4rem;
}

.btn-signup:hover {
    background-color: #d68f76;
    color: #ffffff;
}

.signup-mail-link {
    color: #515151;
    text-decoration: none;
    letter-spacing: 0.1rem;
    display: inline-block;
    border-bottom: 1px solid #EBA88E;
    padding-bottom: 6px;
    transition: all 0.3s ease;
}

.signup-mail-link:hover {
    color: #EBA88E;
    border-bottom-color: #d68f76;
}

/* ==========================================
       CONSOLIDATED MEDIA QUERIES (RESPONSIVENESS)
       ========================================== */
@media (max-width: 991.98px) {

    /* Tipográfia */
    .font-family-playfair.font-size-86 {
        font-size: 3.5rem !important;
    }

    .font-family-playfair.font-size-70 {
        font-size: 2.8rem !important;
    }

    .font-family-playfair.font-size-58 {
        font-size: 2.3rem !important;
    }

    .font-family-playfair.font-size-68 {
        font-size: 2.5rem !important;
    }

    .promo-section {
        padding: 40px 0;
    }

    .bloom-img {
        max-width: 60%;
        margin-top: 3rem;
    }

    .image-text-split,
    .location-section,
    .signup-section {
        padding: 40px 0;
    }

    .bloom-capsule-title {
        padding: 0.6rem 2.5rem;
    }

    .box-divider {
        width: 100%;
        height: 1px;
        margin: 1.5rem 0;
    }

    /* Grid-kártyák elrendezés-igazítása */
    .price-card,
    .info-card-ii,
    .audience-card,
    .team-card,
    .blog-card {
        margin-bottom: 1.5rem;
    }

    .team-card,
    .blog-card {
        margin-right: 0;
        border: 1px solid #EAEAEA;
    }

    .blog-image-wrapper {
        height: 220px;
    }

    /* Helyszín képek */
    .img-large {
        height: 240px;
    }

    .img-small {
        height: 150px;
    }

    .location-list {
        margin-top: 2rem;
        margin-bottom: 3rem;
    }
}



.bloom-center-divider {
    width: 100px;
    height: 1px;
    background-color: #EBA88E;
    margin: 2rem auto;
    opacity: 0.6;
}

/* ==========================================
       1. RÓLUNK SECTION STÍLUSOK
       ========================================== */
.about-section {
    background-color: #ffffff;
}

.about-lead {
    color: #52443E;
    margin: 0 auto;
    font-style: italic;
}

/* ==========================================
       2. A MI TÖRTÉNETÜNK SECTION STÍLUSOK
       ========================================== */
.story-section {
    background-color: #ffffff;
}

.story-list {
    list-style: none;
    padding-left: 0;
}

.story-list li {
    position: relative;
    padding-left: 1.5rem;
    margin-bottom: 1rem;
    color: #515151;
    font-size: 0.95rem;
}

.story-list li::before {
    content: "•";
    color: #EBA88E;
    position: absolute;
    left: 0;
    top: -2px;
    font-size: 1.4rem;
}

.story-highlight-box {
    color: #EA9B7C;
    font-weight: 700 !important;
    margin-top: 3rem;
}

.story-img-wrapper {
    width: 100%;
    height: 100%;
    min-height: 500px;
    overflow: hidden;
}

.story-img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* ==========================================
       3. HOGYAN DOLGOZUNK SECTION STÍLUSOK (ÚJRAÍRVA A PONTOS KÉP ALAPJÁN)
       ========================================== */
.work-section {
    background-color: #F9F6F2;
}

.work-card {
    background-color: #ffffff;
    padding: 4rem 3.5rem;
    text-align: center;
    height: 100%;
    transition: transform 0.3s ease;
}

.work-card:hover {
    transform: translateY(-3px);
}

.work-icon-circle {
    width: 56px;
    height: 56px;
    background-color: #FFDBCC33;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 2rem auto;
}

.work-icon-circle svg {
    width: 20px;
    height: 20px;
}

.work-card-title {
    margin-bottom: 1.2rem;
}

.work-card-text {
    color: #52443E;
    margin-bottom: 0;
}

/* ==========================================
       ÖSSZEVONT HELYI RESZPONZÍV JAVÍTÁSOK
       ========================================== */
@media (max-width: 991.98px) {
    .bloom-section-padding {
        padding: 60px 0;
    }

    .about-lead {
        font-size: 1rem;
        line-height: 1.7;
    }

    .story-img-wrapper {
        min-height: 350px;
        margin-top: 2rem;
    }

    .work-card {
        padding: 3rem 1.8rem;
        margin-bottom: 0.5rem;
    }
}


/* ==========================================
       DR. LUKÁCS LUCA SZEKCIÓ EGYEDI STÍLUSAI
       ========================================== */
/* A szövegek egyedi meleg barna árnyalata a kép alapján */
.expert-single-bio {
    color: #515151;
}

/* Képtároló lekerekítése */
.expert-single-img-wrap {
    width: 100%;
    height: 100%;
    max-height: 560px;
    overflow: hidden;
    border-radius: 5px;
}

.expert-single-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.75;
}

/* Egyedi kis elválasztó vonal a név alatt */
.expert-single-line {
    width: 40px;
    height: 1px;
    background-color: #EBA88E;
    margin: 1.5rem auto;
    opacity: 0.6;
}

/* Reszponzív finomítások mobilra és tabletjelzőkre */
@media (max-width: 991.98px) {
    .expert-single-section {
        padding: 60px 0;
    }

    .expert-single-line {
        margin: 1.5rem auto;
        /* Mobilon középre igazítjuk az elválasztót */
    }

    .expert-single-img-wrap {
        margin-top: 2.5rem;
        min-height: 350px;
    }
}


/* ==========================================
       JELENTKEZÉSI FORM SZEKCIÓ (TELJESEN ÚJRAÍRVA)
       ========================================== */
.contact-page {
    background-color: #ffffff;
}

.font-color-292929 {
    color: #292929;
}

.font-color-E68864 {
    color: #E68864;
}

/* Form inputok és textareák pontos reszelése */
.contact-page .form-control {
    border: 1px solid #EAEAEA;
    border-radius: 4px;
    padding: 1.2rem 1.5rem;
    color: #515151;
    background-color: #ffffff;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.contact-page .form-control:focus {
    border-color: #EBA88E;
    box-shadow: 0 0 0 0.2rem rgba(235, 168, 142, 0.15);
    background-color: #ffffff;
}

.contact-page textarea.form-control {
    padding: 1.5rem;
}

/* Egyedi rádiógomb és jelölőnégyzet stílusok */
.custom-radio-label,
.form-check-label {
    color: #515151;
    cursor: pointer;
    user-select: none;
}

.custom-radio-label input[type="radio"] {
    display: none;
}

.custom-radio-icon {
    width: 22px;
    height: 22px;
    border: 1px solid #EBA88E;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    background-color: #ffffff;
    transition: none;
}


.contact-page .form-check-input {
    border: 1px solid #EBA88E;
    width: 20px;
    height: 20px;
    margin-top: 0;
    cursor: pointer;
}

.contact-page .form-check-input:checked {
    background-color: #EBA88E;
    border-color: #EBA88E;
}

/* Apró magyarázó szöveg a Személyes adatok alatt */
.form-info-note {
    color: #A0A0A0;
    font-style: italic;
    line-height: 1.6;
}


.blog-cover-box {
    width: 100%;
    height: 560px;
    overflow: hidden;
    border-radius: 5px;
    opacity: 0.75;
}

/* Dinamikus cikktörzs beállításai */
.blog-content {
    color: #52443E;
    text-align: justify;
}

.blog-content p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    line-height: 1.8;
    color: #515151;
    margin-bottom: 2rem;
}

/* Közös címsor alapok (font-size nélkül) */
.blog-content h1,
.blog-content h2,
.blog-content h3,
.blog-content h4,
.blog-content h5,
.blog-content h6 {
    font-family: 'Playfair Display', serif !important;
    font-weight: 400;
    line-height: 1.3;
    color: #1A1A1A;
    margin-top: 3rem;
    margin-bottom: 1.5rem;
}

/* Egyedi, csökkenő méretszabályok a .blog-content-en belül */
.blog-content h1 {
    font-size: 45px !important;
    margin-bottom: 2.5rem;
}

.blog-content h2 {
    font-size: 38px !important;
}

.blog-content h3 {
    font-size: 32px !important;
}

.blog-content h4 {
    font-size: 26px !important;
}

.blog-content h5 {
    font-size: 20px !important;
}

.blog-content h6 {
    font-size: 16px !important;
}



.blog-content blockquote p {
    border-left: 4px solid #EBA88E;
    padding-left: 1.5rem;
    color: #515151;
    font-style: italic;
    margin: 2rem 0;
    font-size: 22px !important;
    font-family: 'Playfair Display', serif !important;
}

.blog-content ul {
    list-style: none;
    padding-left: 0;
}

.blog-content ul li {
    position: relative;
    padding-left: 24px;
    margin-bottom: 1rem;
}

.blog-content ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.7em;
    width: 12px;
    height: 2px;
    background-color: #EBA88E;
}

/* Alsó vissza gomb / navigációs sáv */
.blog-footer-nav {
    border-top: 1px solid #EAEAEA;
    margin-top: 5rem;
}

.blog-back-link {
    font-family: 'Montserrat', sans-serif;
    color: #EBA88E;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.15rem;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    transition: color 0.3s ease;
}

.blog-back-link:hover {
    color: #d68f76;
}

.blog-back-link svg {
    fill: currentColor;
    width: 14px;
    height: 14px;
    transition: transform 0.3s ease;
}

.blog-back-link:hover svg {
    transform: translateX(-4px);
}

/* Reszponzív finomítások mobilra és tabletre */
@media (max-width: 991.98px) {
    .blog-article-section {
        padding-top: 30px;
    }

    .blog-cover-box {
        height: 280px;
    }

    .blog-footer-nav {
        margin-top: 3.5rem;
    }

    /* Mobilon arányosan finomítjuk a nagy címsorokat */
    .blog-content h1 {
        font-size: 32px !important;
    }

    .blog-content h2 {
        font-size: 28px !important;
    }

    .blog-content h3 {
        font-size: 24px !important;
    }
}


/* Felső apró felirat egyedi betűköze a korábbi minták alapján */
.article-meta-badge {
    letter-spacing: 0.25rem;
    color: #EBA88E;
    text-transform: uppercase;
    font-weight: 500;
}

/* Főcím egyedi sorköze és színe */
.article-main-title {
    color: #1A1A1A;
    line-height: 1.3;
    font-weight: 400;
    /*max-width: 950px;*/
    margin: 0 auto;
}

/* Középső dekorációs elválasztó vonal */
.article-center-line {
    width: 100px;
    height: 1px;
    background-color: #EBA88E;
    margin: 2.5rem auto;
    opacity: 0.6;
}

/* Szerzői adatok blokkja */
.article-author-wrapper {
    display: inline-flex;
    align-items: center;
    text-align: left;
}

.article-author-img {
    width: 46px;
    height: 46px;
    object-fit: cover;
}

.article-author-name {
    color: #1A1A1A;
    font-weight: 700;
    margin-bottom: 0.1rem;
}

.article-author-title {
    color: #6B6B6B;
    font-weight: 400;
}

/* Reszponzív finomítások mobilra és tabletre */
@media (max-width: 991.98px) {
    .article-header-section {
        padding: 60px 0;
    }

    /* Dinamikus méretigazítás a globális font class-hoz kapcsolódva */
    .font-size-48 * {
        font-size: 2.2rem !important;
    }
}


/* ==========================================
       DR. LUKÁCS LUCA SZEKCIÓ EGYEDI STÍLUSAI
       ========================================== */
.expert-single-section {
    padding: 100px 0;
    background-color: #ffffff;
}

/* A szövegek egyedi meleg barna árnyalata a kép alapján */
.expert-single-bio {
    color: #52443E;
    line-height: 1.8;
}

/* Képtároló lekerekítése */
.expert-single-img-wrap {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 8px;
}

.expert-single-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Egyedi kis elválasztó vonal a név alatt */

/* Reszponzív finomítások mobilra és tabletjelzőkre */
@media (max-width: 991.98px) {
    .expert-single-section {
        padding: 60px 0;
    }

    .expert-single-img-wrap {
        margin-top: 2.5rem;
        min-height: 350px;
    }
}


/* ==========================================
       BEMUTATKOZÁS ÉS VÉGZETTSÉGEK SZEKCIÓ STÍLUSAI
       ========================================== */
.expert-info-section {
    padding: 80px 0;
    background-color: #fdfaf7;
    /* Finom meleg háttértónus */
    font-family: 'Montserrat', sans-serif;
}

/* Szövegtörzs és listák egyedi meleg barna árnyalata */
.expert-info-text {
    color: #52443E;
    line-height: 1.8;
    font-weight: 300;
}

/* Egyedi dekorációs vonal a címek alatt */
.expert-info-line {
    width: 50px;
    height: 1px;
    background-color: #EBA88E;
    margin-top: 1.5rem;
    opacity: 0.6;
}

/* Végzettségek lista formázása */
.expert-edu-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.expert-edu-list li {
    position: relative;
    padding-left: 0;
    margin-bottom: 0.8rem;
}

.expert-edu-list li:last-child {
    margin-bottom: 0;
}

/* Kisebb kijelzők finomhangolása */
@media (max-width: 991.98px) {
    .expert-info-section {
        padding: 60px 0;
    }

    .expert-info-line {
        margin: 1rem auto 2rem auto;
        /* Mobilon középre igazított elválasztó */
    }
}


.consultation-section .container-box {
    background-color: #F6F6F4;
    padding: 5rem 4rem;
    border-radius: 2px;
}

.consultation-lead {
    color: #6B6B6B;
    line-height: 1.7;
}

/* Bal oldali lista elemek */
.consult-item {
    margin-bottom: 2rem;
}

.consult-item:last-child {
    margin-bottom: 0;
}

.consult-icon-circle {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    box-shadow: 0px 1px 2px 0px #0000000D;
    border: 1px solid #E4E2E14D;
    background: #FFFFFF;

}

.consult-icon-circle img {
    width: 18px;
    height: 18px;
}

.consult-text {
    color: #515151;
    line-height: 1.6;
    font-weight: 400;
}

.consult-text strong {
    color: #1A1A1A;
    font-weight: 600;
}

/* Jobb oldali tiszta fehér jelentkezési kártyabox */
.consult-card {
    background: #FFFFFFCC;
    padding: 3.5rem 3rem;
    height: 100%;
    backdrop-filter: blur(4px);
    border: 1px solid #FFFFFF;
}

.consult-card-title {
    font-family: 'Playfair Display', serif;
    color: #1A1A1A;
    font-weight: 500;
    margin-bottom: 1.5rem;
}

.consult-card-lead {
    color: #515151;
    line-height: 1.6;
    margin-bottom: 2.5rem;
}

/* Elérhetőségek */
.contact-row {
    margin-bottom: 2rem;
}

.contact-row:last-child {
    margin-bottom: 0;
}

.contact-icon-circle {
    width: 56px;
    height: 56px;
    background-color: #E8A88A33;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.contact-icon-circle img {
    width: 18px;
}

.contact-label {
    letter-spacing: 0.1rem;
    text-transform: uppercase;
    color: #EBA88E;
    font-weight: 600;
    margin-bottom: 0.1rem;
}

.contact-value {
    color: #515151;
    font-weight: 400;
    text-decoration: none;
}

a.contact-value:hover {
    color: #EBA88E;
}

/* Reszponzív finomítások mobilra */
@media (max-width: 991.98px) {
    .consultation-section {
        padding: 40px 0;
    }

    .consultation-section .container-box {
        padding: 3rem 1.5rem;
        /* Kisebb kijelzőn csökkentjük a nagy paddinget, hogy ne lógjon ki */
    }

    .consult-card {
        padding: 2.5rem 1.8rem;
        margin-top: 3rem;
    }
}







.features-section {
    background: #FFF8F5;
}

.content-divider {
    height: 1px;
    background: #EBA88E;
    margin: 1rem 0;
    width: 40px;
}

@media (min-width: 992px) {

    /* Az első oszlopból kivesszük a bal oldali paddinget */
    .babaelsosegely-info>.col-lg-4:first-child {
        padding-left: 0 !important;
    }

    /* Az utolsó oszlopból kivesszük a jobb oldali paddinget */
    .babaelsosegely-info>.col-lg-4:last-child {
        padding-right: 0 !important;
    }
}

.text-black * {
    color: #000;
}


[class*="max-"] * {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.max-5-row-text * {
    -webkit-line-clamp: 5;
    line-clamp: 5;
}

.page-link {
    color: #d68f76;
}

.active > .page-link, .page-link.active {
  background-color: #d68f76;
  border-color: #d68f76;
}