/***************************
// Font Imports
***************************/

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto/Roboto-Thin.woff2') format('woff2');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto/Roboto-ExtraLight.woff2') format('woff2');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto/Roboto-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto/Roboto-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto/Roboto-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto/Roboto-SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto/Roboto-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto/Roboto-ExtraBold.woff2') format('woff2');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto/Roboto-Black.woff2') format('woff2');
    font-weight: 900;
    font-style: normal;
}

/***************************
// End Font Imports
***************************/
/***************************
// Default Styles
***************************/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --font-family-roboto: 'Roboto', sans-serif;
}

body {
    letter-spacing: 0;
    font-family: var(--font-family-roboto);
    color: #161616;
    background-color: #fff;
    /*overflow-x: hidden;*/
}

a {
    text-decoration: none;
    color: inherit;
    cursor: pointer;
}

.opacity-80 * {
    opacity: 0.8 !important;
}

.font-color-1960A3 * {
    color: #1960A3 !important;
}

.font-color-43474E * {
    color: #43474E !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 0;
}

.pt-6 {
    padding-top: 6rem !important;
}

.pb-6 {
    padding-bottom: 6rem !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;
}

.navbar-custom .nav-link:hover,
.btn.btn-filled-blue {
    background: #2063B3;
    color: #fff;
    padding: 19px 45px;
    border-radius: 10px;
}

.btn.btn-filled-blue:hover {
    /* background: #1354a3; */
}

.btn-more:hover {
    opacity: 0.8;
}

/***************************
// 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: 0px 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: 45px;
    width: auto;
    object-fit: contain;
    transition: height 0.3s ease;
}

.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: #73a1e6 !important; */
}

/***************************
// End Navbar
***************************/

/***************************
// Hero Section
***************************/
.hero {
    position: relative;
    height: 1080px;
    max-height: 1080px;
    overflow: hidden;
}

.hero.little {
    height: 430px;
    max-height: 430px;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #12295F99;
    z-index: 2;
}

/* Űrlap kártya stílusai */
.contact-form-card .form-control {
    border-radius: 6px;
    padding: 15px;
    border: 1px solid #CCCCCC;
}

.contact-form-card .form-control::placeholder {
    color: #00000080;
}

.contact-form-card .form-control:focus {
    border-color: #777777;
}

.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 #CCCCCC !important;
    background-color: #F9F9F9 !important;
    border-radius: 0px;
    cursor: pointer;
    box-shadow: 4px 2px 6.7px 0px #00000014;
}

.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: #12295F !important;
    border-color: #12295F !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;
}

/***************************
// 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: 600px !important;
    width: 100% !important;
    object-fit: cover;
    border-radius: 20px;
    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: 12%;
}

.static-content li,
.static-content span,
.static-content p {
    font-size: 18px;
    font-weight: 400;
    line-height: 120%;
}

.static-content h1 {
    font-size: 64px !important;
    margin-bottom: 1rem;
    font-weight: 600;
    font-family: var(--font-family-roboto) !important;
}

.static-content h2 {
    font-size: 36px !important;
    margin-bottom: 1rem;
    font-weight: 600;
    font-family: var(--font-family-roboto) !important;
}

.static-content h3 {
    font-size: 30px !important;
    margin-bottom: 1rem;
    font-weight: 600;
    font-family: var(--font-family-roboto) !important;
}

.static-content h4 {
    font-size: 24px !important;
    margin-bottom: 1rem;
    font-weight: 600;
    font-family: var(--font-family-roboto) !important;
}

.static-content h5 {
    font-size: 20px !important;
    margin-bottom: 1rem;
    font-weight: 600;
    font-family: var(--font-family-roboto) !important;
}

.static-content h6 {
    font-size: 18px !important;
    margin-bottom: 1rem;
    font-weight: 600;
    font-family: var(--font-family-roboto) !important;
}

.ref.static-content h1,
.ref.static-content h2,
.ref.static-content h3,
.ref.static-content h4,
.ref.static-content h5,
.ref.static-content h6 {
    border-left: 4px solid #1960A3;
    padding-left: 1.5rem;
}


/***************************
// End Static Content Section
***************************/

/***************************
// Blog List Section
***************************/

.blog-list .image-wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.blog-list .image-wrapper img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    display: block;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}


.blog-list.services .image-wrapper img {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    border-top-right-radius: 0px;
}

.blog-list .card {
    border-radius: 20px;
    height: 100%;
    background-color: transparent;
    box-shadow: 0px 4px 4px 0px #00000026;
}

.blog-list.services .card {
    border: 1px solid #C4C6CF;
    box-shadow: none;
}

.blog-list .badge-container {
    position: absolute;
    top: 20px;
    left: 20px;
    right: 20px;
    z-index: 10;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.blog-list .date-badge {
    background: #1960A3;
    border-radius: 4px;
    padding: 6px 16px;
    text-align: center;
}

.title-min-height {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.card-content-wrapper {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.button-wrapper {
    margin-top: auto !important;
}

/***************************
// End Blog List Section
***************************/

/***************************
// Kozma Section
***************************/
.kozma-card {
    background-color: #12295F;
    border-radius: 20px;
    padding: 60px 50px;
    color: #ffffff;
}

/* Ikon tartó körök */
.kozma-icon-circle {
    width: 120px;
    height: 120px;
    background-color: #293E6F;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
}

.kozma-icon-circle img {
    width: 50px;
    height: 50px;
}


@media (max-width:991.98px) {
    .kozma-card {
        padding: 40px 25px;
    }

    .kozma-icon-circle {
        margin-bottom: 15px;
        width: 80px;
        height: 80px;
    }

    .kozma-icon-circle img {
        width: 40px;
        height: 40px;
    }
}

/***************************
// End Kozma Section
***************************/

/***************************
// Features Section
***************************/
.feature-card {
    background-color: #293E6F;
    border-radius: 20px;
    padding: 1.5rem;
    color: #ffffff;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(43, 62, 104, 0.2);
}

.feature-icon-circle {
    width: 96px;
    height: 96px;
    background-color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
}

.feature-icon-circle img {
    width: 56px;
    height: 56px;
}

@media (max-width: 768px) {}

@media (max-width:991.98px) {
    .feature-card {
        padding: 30px 20px;
    }

    .feature-icon-circle {
        margin-bottom: 15px;
        width: 80px;
        height: 80px;
    }

    .feature-icon-circle img {
        width: 40px;
        height: 40px;
    }
}

/***************************
// End Features Section
***************************/

/***************************
// Footer Section
***************************/
footer {
    padding-top: 3rem;
    padding-bottom: 3rem;
    background-color: #12295F;
}

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
***************************/


/***************************
// Contact Details Section
***************************/

.contact-details-list .contact-item {
    align-items: center;
}

.contact-item .contact-icon-wrapper {
    width: 44px;
    height: 44px;
    border-radius: 8px;
    background: #E9F2FF;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.contact-item .contact-icon {
    width: 22px;
    height: 22px;
    object-fit: contain;
}

.contact-text .contact-label {
    color: #002045;
    margin-bottom: 4px;
}

.contact-item.contact-link:hover .contact-icon-wrapper {
    background: #DEE8FF;
}

/***************************
// End Contact Details Section
***************************/

/***************************
// Map Section
***************************/
.map iframe {
    border: none;
    width: 100%;
    height: 500px;
    object-fit: cover;
}

/***************************
// End Map Section
***************************/

/***************************
// Why V2 Section
***************************/
.why-v2-section {
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #F0F3FF;
}

.cards-grid {
    display: flex;
    gap: 30px;
}

.cards-col {
    display: flex;
    flex-direction: column;
    gap: 30px;
    flex: 1;
}

.cards-col.staggered {
    margin-top: -30px;
}

.why-card {
    border-radius: 16px;
    padding: 5rem 1.5rem 1.5rem 1.5rem;
    box-shadow: 0px 4px 4px 0px #00000040;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: transform 0.3s ease;
}

.why-card:hover {
    transform: translateY(-5px);
}

.why-card-icon {
    margin-bottom: 25px;
}

.why-card-icon img {
    width: 32px;
    height: 32px;
    object-fit: contain;
}

/* Kártya színek */
.card-medium-blue {
    background-color: #2063B2;
    color: #ffffff;
}

.card-light-blue {
    background-color: #DEE8FF;
}

.card-dark-blue {
    background-color: #293E6F;
    color: #ffffff;
}

@media (max-width: 991.98px) {
    .cards-grid {
        flex-direction: column;
        gap: 20px;
        margin-top: 40px;
    }

    .cards-col {
        gap: 20px;
    }

    .cards-col.staggered {
        margin-top: 0;
    }

    .why-card {
        padding: 2rem 1rem 1rem 1rem;
    }

    .why-v2-section {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

/***************************
// End Why V2 Section
***************************/

/***************************
// Gallery Section
***************************/

.gallery-wrapper {
    margin-top: 80px;
    margin-bottom: 80px;
}

.gallery-img {
    width: 100%;
    aspect-ratio: 4 / 5;
    object-fit: cover;
    border-radius: 20px;
    transition: transform 0.3s ease;
}

.gallery-img:hover {
    transform: scale(1.02);
}

@media (min-width: 992px) {
    .stagger-down {
        transform: translateY(40px);
    }

    .stagger-up {
        transform: translateY(-40px);
    }
}

@media (max-width: 991.98px) {
    .stagger-down {
        transform: translateY(20px);
    }

    .stagger-up {
        transform: translateY(-20px);
    }
}

/***************************
// End Gallery Section
***************************/
