/***************************
// Nunito Font Imports (from assets/fonts/Nunito)
***************************/
@font-face {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 200;
    font-display: swap;
    src: url('../fonts/Nunito/Nunito-ExtraLight.ttf') format('truetype');
}

@font-face {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url('../fonts/Nunito/Nunito-Light.ttf') format('truetype');
}

@font-face {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('../fonts/Nunito/Nunito-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('../fonts/Nunito/Nunito-Medium.ttf') format('truetype');
}

@font-face {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('../fonts/Nunito/Nunito-SemiBold.ttf') format('truetype');
}

@font-face {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('../fonts/Nunito/Nunito-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url('../fonts/Nunito/Nunito-ExtraBold.ttf') format('truetype');
}

@font-face {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url('../fonts/Nunito/Nunito-Black.ttf') format('truetype');
}

/***************************
// OpenSans Font Imports (from assets/fonts/OpenSans)
***************************/
@font-face {
    font-family: 'OpenSans';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url('../fonts/OpenSans/OpenSans-Light.ttf') format('truetype');
}

@font-face {
    font-family: 'OpenSans';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('../fonts/OpenSans/OpenSans-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'OpenSans';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('../fonts/OpenSans/OpenSans-Medium.ttf') format('truetype');
}

@font-face {
    font-family: 'OpenSans';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('../fonts/OpenSans/OpenSans-SemiBold.ttf') format('truetype');
}

@font-face {
    font-family: 'OpenSans';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('../fonts/OpenSans/OpenSans-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'OpenSans';
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url('../fonts/OpenSans/OpenSans-ExtraBold.ttf') format('truetype');
}

/***************************
// Default Styles
***************************/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --font-opensans: 'OpenSans', sans-serif;
    --font-nunito: 'Nunito', sans-serif;
}

body {
    letter-spacing: 0;
    font-family: var(--font-opensans);
    color: #212121;
    background-color: #fff;
    /*overflow-x: hidden;*/
}

a {
    text-decoration: none;
    color: inherit;
    cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 0;
}

.pt-6 {
    padding-top: 6rem !important;
}

.pb-6 {
    padding-bottom: 6rem !important;
}

.font-family-opensans * {
    font-family: var(--font-opensans) !important;
}

.font-family-nunito * {
    font-family: var(--font-nunito) !important;
}

.font-color-4F392B {
    color: #4F392B !important;
}

[class*="max-"] * {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.letter-spacing-02 * {
    letter-spacing: 0.2px !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-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: 700 !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;
}

.nav-link.btn {
    display: flex;
    align-items: center;
    gap: 4px;
}

.btn.btn-filled-green {
    background: #1BA663;
    color: #fff;
    padding: 19px 35px;
    border-radius: 30px;
}

.btn.btn-filled-green:hover {
    background: rgb(17, 145, 100);
}

.btn.btn-filled-light-green {
    background: #69B66C;
    color: #fff;
    padding: 19px 35px;
    border-radius: 30px;
}

.btn.btn-filled-light-green:hover {
    background: rgb(105, 182, 108);
}

/***************************
// End Buttons
***************************/
/***************************
// Navbar
***************************/
.navbar {
    padding: 15px 0;
    transition: all 0.3s ease;
}

.navbar-custom {
    width: 100%;
    z-index: 1030;
    background: transparent;
}

.navbar-absolute {
    position: absolute;
    top: 0;
    left: 0;
}

.navbar-custom.navbar-static {
    background: #ffffff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    position: fixed;
}

.navbar-custom.navbar-static .nav-link {
    color: #161616 !important;
}

.navbar-custom.navbar-static .navbar-brand img {
    filter: brightness(0) invert(0) !important;
}

/* Logó méretezése */
.navbar-brand img {
    height: 70px;
    width: auto;
    object-fit: contain;
    transition: height 0.3s ease;
}

@media (min-width: 992px) {
    .navbar-brand img {
        height: 100px;
    }
}

.navbar-toggler:focus,
.navbar-toggler:active {
    outline: none;
    box-shadow: none;
}

.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-custom .nav-link {
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    padding: 10px 15px;
    transition: all 0.3s ease;
}

.navbar-custom .nav-link:hover {
    color: #c7fdc7 !important;
}

/***************************
// End Navbar
***************************/

/***************************
// Hero Section
***************************/
.hero {
    position: relative;
    height: 1080px;
    max-height: 1080px;
    overflow: hidden;
}

.hero.little {
    height: 660px;
    max-height: 660px;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 2;
}

/* Űrlap kártya stílusai */
.contact-form-card {
    background-color: #69B66C;
    border-radius: 30px;
}

.contact-form-card .form-control {
    border-radius: 10px;
    padding: 15px 21px;
    border: none;
}

.contact-form-card .form-control::placeholder {
    color: #989898;
}

.contact-form-card .custom-flex-checkbox {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    gap: 0 10px !important;
}

.contact-form-card .custom-checkbox {
    flex: 0 0 24px !important;
    width: 24px !important;
    height: 24px !important;
    margin: 0 !important;
    padding: 0 !important;
    float: none !important;
    border: 1px solid #E5E5E5 !important;
    background-color: #FAFAFA !important;
    border-radius: 4px;
    cursor: pointer;
}

.contact-form-card .custom-flex-checkbox .form-check-label {
    flex: 1 1 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}

.contact-form-card .custom-flex-checkbox .invalid-feedback {
    flex: 0 0 100% !important;
}

.contact-form-card .custom-checkbox:checked {
    background-color: #17A673 !important;
    border-color: #17A673 !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e") !important;
    background-size: 90% !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

.hero-bottom-curve {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    z-index: 4;
    pointer-events: none;
}

.hero-bottom-curve svg {
    display: block;
    width: 100%;
    height: 101px;
}

@media (min-width: 992px) {
    .hero-bottom-curve svg {
        height: 90px;
    }
}

/***************************
// End Hero Section
***************************/

/***************************
// image-text-split Section
***************************/
.image-text-split {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.image-text-split .image-column {
    display: flex;
    align-items: stretch;
}

/* Kiterjesztjük a stílust a képekre ÉS az iframe térképre is */
.image-text-split .image-wrapper img,
.image-text-split .image-wrapper iframe {
    height: 570px !important;
    width: 100% !important;
    object-fit: cover;
    border-radius: 30px;
    border: none;
    /* Levesszük a böngésző alapértelmezett iframe keretét */
}

@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
***************************/

/***************************
// Static Content Section
***************************/
.static-content {
    font-weight: 400;
    line-height: 150%;
}

.static-content li,
.static-content span,
.static-content p {
    font-size: 16px;
    font-weight: 600;
    line-height: 150%;
}

.static-content h1 {
    font-size: 48px !important;
    margin-bottom: 1rem;
    font-weight: 800;
    font-family: var(--font-nunito) !important;
}

.static-content h2 {
    font-size: 48px !important;
    margin-bottom: 1rem;
    font-weight: 800;
    font-family: var(--font-nunito) !important;
}

.static-content h3 {
    font-size: 28px !important;
    margin-bottom: 1rem;
    font-weight: 800;
    font-family: var(--font-nunito) !important;
}

.static-content h4 {
    font-size: 24px !important;
    margin-bottom: 1rem;
    font-weight: 800;
    font-family: var(--font-nunito) !important;
}

.static-content h5 {
    font-size: 20px !important;
    margin-bottom: 1rem;
    font-weight: 800;
    font-family: var(--font-nunito) !important;
}

.static-content h6 {
    font-size: 18px !important;
    margin-bottom: 1rem;
    font-weight: 800;
    font-family: var(--font-nunito) !important;
}

.static-content ul {
    list-style-type: none;
    padding-left: 0;
    margin-top: 1rem;
}

.static-content ul li {
    position: relative;
    padding-left: 2.5rem;
    margin-bottom: 1rem;
    display: block;
}

.static-content ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 24px;
    height: 24px;
    background-image: url('../images/icons/green-paw.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center top;
}

/***************************
// End Static Content Section
***************************/

/***************************
// Kutyaink Section
***************************/

.kutyaink-container {
    background-color: #69B66C;
    border-radius: 30px;
    padding: 50px;
}

/* Kutyák képeinek formázása */
.kutya-img {
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
    border-radius: 30px;
    margin-bottom: 20px;
}

/* Részletek formázása (törzskönyv, születési idő) */
.kutya-detail-row {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.kutya-paw-icon {
    width: 28px;
    height: 28px;
    /* A fekete vagy más színű SVG-t teljesen fehérré teszi */
    filter: brightness(0) invert(1);
}

.kutya-link {
    text-decoration: none;
    transition: opacity 0.3s ease;
}

.kutya-link:hover {
    opacity: 0.8;
}

/* Mobil nézet finomhangolás */
@media (max-width: 768px) {
    .kutyaink-container {
        padding: 30px 20px;
    }
}

/***************************
// End Kutyaink Section
***************************/

/***************************
// Alomtervek Section
***************************/

/* Alomtervek szekció stílusai */
.alomtervek-section {
    position: relative;
    min-height: 700px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: 0 1rem;
}

/* Háttérkép formázása */
.alom-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

/* Sötétítő réteg (Overlay) */
.alom-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    /* A sötétebb, elegáns hatásért */
    z-index: 2;
}

/* 🌊 Felső görbe elválasztó (Shape Divider) 🌊 */
.alom-top-curve {
    position: absolute;
    top: -1px;
    /* Eltünteti az esetleges hajszálvonalakat */
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    z-index: 3;
    pointer-events: none;
}

.alom-top-curve svg {
    display: block;
    width: 100%;
    height: 50px;
    /* Görbe magassága mobilon */
}

/* Szélesebb képernyőkön megnöveljük a görbét */
@media (min-width: 992px) {
    .alom-top-curve svg {
        height: 100px;
    }
}

/* Szöveges tartalom konténere */
.alom-content {
    position: relative;
    z-index: 4;
    /* Az overlay és a háttérkép fölé helyezi */
    max-width: 950px;
    /* Bekorlátozza a szöveg szélességét, ahogy a képen is van */
    margin: 0 auto;
    text-align: center;
    color: #ffffff;
}

/***************************
// End Alomtervek Section
***************************/


/***************************
// Footer Section
***************************/
footer {
    padding-top: 3rem;
    padding-bottom: 3rem;
    background-color: #0E4F30;
}

footer .brand-wrapper {
    height: 90px;
}

footer .footer-icon {
    width: 55px;
    height: 55px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #8A766F;
    border-radius: 50%;
    aspect-ratio: 1 / 1;
    flex-shrink: 0;
}

footer .copyright {
    font-weight: 400;
    line-height: 100%;
}

footer .copyright strong {
    font-weight: 700;
}

footer a {
    color: inherit;
    text-decoration: none;
}

footer hr {
    border: none;
    border-top: 2px solid #176476;
    margin: 0;
    max-width: 100%;
    opacity: 1;
}

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: 24px !important;
    height: 24px !important;
}

footer .social-icon-bg {
    width: 40px !important;
    height: 40px !important;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #3C3C3C;
    flex: 0 0 auto;
}

.footer-bottom-content {
    border-top: 1px solid #FFFFFF;
    width: 100%;
    z-index: 1;
}

.footer-copyright {
    opacity: 0.7;
}


img.otp {
    width: 100%;
    max-width: 320px;
    height: auto;
    object-fit: contain;
}

/***************************
// End Footer Section
***************************/

/***************************
// Csapatunk Section
***************************/
.team-member-img {
    width: 100%;
    aspect-ratio: 4 / 5;
    object-fit: cover;
    border-radius: 40px;
    margin-bottom: 1rem;
    transition: transform 0.3s ease;
}

.team-member-img:hover {
    transform: translateY(-5px);
}

/***************************
// End Csapatunk Section
***************************/

/***************************
// Dogs Section
***************************/
.dogs-img {
    width: 100%;
    height: 350px;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    border-radius: 30px;
    transition: transform 0.3s ease;
}

.dogs-img:hover {
    transform: scale(1.02);
}

/***************************
// End Dogs Section
***************************/

/***************************
// Contact Page
***************************/
.contact-page-section {
    overflow: hidden;
}

.contact-link {
    color: inherit;
    text-decoration: none;
    transition: opacity 0.2s ease;
}

.contact-link:hover,
.contact-link:focus-visible {
    color: inherit;
    opacity: 0.8;
}

.contact-icon-wrapper {
    width: 54px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
}

.contact-icon {
    width: 100%;
    height: auto;
    object-fit: contain;
}

/***************************
// End Contact Page
***************************/
.kutyaink-container .static-content ul li::before {
    background-image: url('../images/icons/paw-white.png');
}
