/***************************
// Font Imports
// Calibri (local assets/fonts/Calibri)
***************************/
@font-face {
    font-family: 'Calibri';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('../fonts/Calibri/calibri-regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Calibri';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('../fonts/Calibri/calibri-bold.ttf') format('truetype');
}

@font-face {
    font-family: 'Calibri';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url('../fonts/Calibri/calibri-italic.ttf') format('truetype');
}

@font-face {
    font-family: 'Calibri';
    font-style: italic;
    font-weight: 700;
    font-display: swap;
    src: url('../fonts/Calibri/calibri-bold-italic.ttf') format('truetype');
}

/***************************
// End Font Imports
***************************/

/***************************
// Default Styles
***************************/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --font-calibri: 'Calibri', sans-serif;
}

body {
    letter-spacing: 0;
    font-family: var(--font-calibri), serif;
    color: #1C1C17;
    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;
}

.text-black,
.text-black * {
    color: #000000 !important;
}

.font-color-8D8D8D,
.font-color-8D8D8D * {
    color: #8D8D8D !important;
}

.font-color-A80A2D,
.font-color-A80A2D * {
    color: #A80A2D !important;
}

.font-color-979797,
.font-color-979797 * {
    color: #979797 !important;
}

.font-color-454545,
.font-color-454545 * {
    color: #454545 !important;
}

.font-color-D9D9D9,
.font-color-D9D9D9 * {
    color: #D9D9D9 !important;
}

[class*="max-"] * {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.default-section {
    padding-top: 6rem;
    padding-bottom: 6rem;
}


.max-10-row-text * {
    -webkit-line-clamp: 10;
    line-clamp: 10;
}

.max-9-row-text * {
    -webkit-line-clamp: 9;
    line-clamp: 9;
}

.max-8-row-text * {
    -webkit-line-clamp: 8;
    line-clamp: 8;
}

.max-7-row-text * {
    -webkit-line-clamp: 7;
    line-clamp: 7;
}

.max-6-row-text * {
    -webkit-line-clamp: 6;
    line-clamp: 6;
}

.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-96 * {
    font-size: 96px !important;
}

.font-size-80 * {
    font-size: 80px !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: 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
***************************/
dl,
ol,
ul {
    margin-bottom: 0;
}

/***************************
// Static Content Section
***************************/
.static-content {
    font-weight: 500;
    line-height: 150%;
}

.static-content li,
.static-content span,
.static-content p {
    font-size: 20px;
    line-height: 140%;
}

.static-content p:has(+ ul) {
    margin-bottom: 0;
}

.static-content h1 {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 1rem;
}

.static-content h2 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 1rem;
}

.static-content h3 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 1rem;
}

.static-content h4 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 1rem;
}

.static-content h5 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 1rem;
}

.static-content h6 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 1rem;
}

/***************************
// End Static Content Section
***************************/

/***************************
// Buttons
***************************/
.btn img {
    transform: translateX(0);
    transition: transform 0.3s ease;
}

.nav-link.btn {
    display: flex;
    align-items: center;
    gap: 4px;
}

.btn:not(.btn-plus):not(.btn-minus):hover img {
    transform: translateX(6px);
    transition: transform 0.3s ease;
}

.btn.btn-plus img,
.btn.btn-minus img {
    transition: none !important;
}

.btn.btn-plus:hover img,
.btn.btn-minus:hover img {
    transform: none !important;
}

.btn.btn-filled-green {
    background: #D8DA00;
    border-radius: 0;
    padding: 20px 35px;
    color: #1C1C17 !important;
    transition: all 0.3s ease;
}

.btn.btn-filled-green:hover {
    background: #BFC300;
}

.btn.btn-filled-gray {
    background: #1C1C17;
    border-radius: 0;
    padding: 20px 35px;
    color: #fff !important;
    transition: all 0.3s ease;
}

.btn.btn-filled-gray:hover {
    background: #000000;
}

.btn.btn-filled-black {
    background: #000000;
    border-radius: 50px;
    padding: 20px 35px;
    color: #fff !important;
    transition: all 0.3s ease;
}

.btn.btn-filled-black:hover {
    background: #1C1C17;
}

.btn.btn-rounded-green {
    border-radius: 29px;
    padding: 20px 35px;
    gap: 8px;
    background: #D8DA00;
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    color: #1C1C17;
}

.btn.btn-rounded-green:hover {
    background: #BFC300;
    color: #1C1C17;
}

/***************************
// End Buttons
***************************/

/***************************
// Navbar
***************************/
.navbar-toggler-icon {
    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='1.5' stroke-linecap='round' stroke-miterlimit='10' d='M6 8h18M6 15h18M6 22h18'/%3E%3C/svg%3E");
}

.navbar-toggler {
    border: none;
}

.nav.d-xl-none.d-flex .navbar-custom {
    background: transparent;
}

.nav {
    padding-left: 0;
    padding-right: 0;
}

.navbar {
    padding: 0;
}

/*.navbar:not(.navbar-static) {
    margin-top: 60px;
}*/

.navbar-custom {
    width: 100%;
    z-index: 10;
    background: #ffffff;
}

.navbar-absolute {
    position: absolute;
    top: 0;
    left: 0;
}

.navbar-static {
    position: static;
}

.navbar-brand img {
    height: 62px;
    width: 134px;
    object-fit: cover;
}

.navbar-toggler.black {
    border-color: #000 !important;
}

.navbar-toggler.white {
    border-color: #fff !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: fehér nav-link */
.navbar-custom .nav-link {
    vertical-align: middle;
    color: #1B1B1B;
    transition: none !important;
}

.navbar-custom .nav-link:hover {
    color: #1B1B1B;
}

.navbar-custom .navbar-collapse.show .nav-link {
    color: #000 !important;
}

.nav-item.dropdown {
    position: relative;
}

.show .navbar-nav {
    box-shadow: 0 4px 5px 0 #1C1C1C0D;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
    color: #000 !important;
}

.dropdown-toggle.nav-link::after {
    content: "";
    display: inline-block;
    width: 9px;
    height: 9px;
    /*background-image: url('../images/icons/navbar-arrow-down.svg');*/
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    border: none;
    box-shadow: none;
    transform: rotate(0deg);
    transition: transform 0.3s;
}

/* Hamburger gomb elhelyezése mobilon (visible below 1200px) */
@media (max-width: 1199px) {
    .d-flex.align-items-center.justify-content-between .navbar-toggler {
        margin-left: auto;
    }
}

/* Mobile dropdown used by custom hamburger (avoid touching bootstrap collapse) */
@media (max-width:1199px) {
    .d-flex.align-items-center.justify-content-between {
        position: relative
    }

    .mobile-dropdown {
        position: absolute;
        display: none;
        z-index: 1300;
        background: transparent;
        min-width: 200px;
        max-width: 92vw;
        border-radius: 6px;
        padding: .25rem 0
    }

    .mobile-dropdown.open {
        display: block
    }

    /* used only for measuring size without showing to user */
    .mobile-dropdown.measuring {
        display: block !important;
        visibility: hidden !important;
        pointer-events: none !important
    }

    .mobile-dropdown .navbar-nav {
        display: flex;
        flex-direction: column;
        gap: 0;
        padding: 0;
        margin: 0;
    }

    .mobile-dropdown .nav-link {
        padding: .6rem 1rem;
        color: #111
    }

    .mobile-dropdown .dropdown-menu {
        position: static;
        box-shadow: none;
        background: white;
        border: none;
        padding-left: 1rem
    }
}

.icon-link {
    width: 42px;
    height: 42px;
    background-color: #BF7348;
    border-radius: 2px;
    text-decoration: none;
}


.icon-link img {
    width: 20px;
    height: 20px;
}

/***************************
// End Navbar
***************************/

/***************************
// Hero Section
***************************/
.hero-logos img {
    width: 110px;
    height: auto;
    object-fit: contain;
}

.hero {
    position: relative;
    /*background: url("../images/hero-bg.webp") center center / cover no-repeat;*/
    height: 110vh;
    max-height: 1080px;
    overflow: hidden;
}

.hero-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

.hero.palateto {
    background: url("../images/palateto-hero.webp") center center / cover no-repeat;
}

.hero.terasz {
    background: url("../images/terasz-hero.webp") center center / cover no-repeat;
}

.hero.laposteto {
    background: url("../images/laposteto-hero.webp") center center / cover no-repeat;
}

.hero.tetofedes {
    background: url("../images/tetofedes-hero.webp") center center / cover no-repeat;
}

.hero.kapcsolat {
    background: url("../images/kapcsolat-hero.webp") center center / cover no-repeat;
}

.hero.templom {
    background: url("../images/templom-hero.webp") center center / cover no-repeat;
    height: 100vh;
}

.hero::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.49) 100%);
    opacity: 1;
    z-index: 1;
    transition: opacity 1s ease-in-out;
}

.hero.index::before {
    opacity: 0;
}

.hero.index.overlay-visible::before {
    opacity: 1;
}

.hero-content {
    position: absolute;
    left: 50%;
    bottom: 0;
    /* align to bottom of hero */
    transform: translateX(-50%);
    z-index: 2;
    width: 100%;
    padding-bottom: 60px;
    /* space from bottom */
    opacity: 1;
    transition: opacity 1s ease-in-out;
}

.hero.index .hero-content {
    opacity: 0;
}

.hero.index .hero-content.visible {
    opacity: 1;
}

.hero-content.center {
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: auto;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    padding-bottom: 0;
}


.hero-wave {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 3;
    pointer-events: none;
    margin-bottom: -5px;
}

.hero-logos img {
    filter: drop-shadow(0px 4px 4px #00000040);
}

/***************************
// End Hero Section
***************************/

/***************************
// Little Hero Section
***************************/
.hero-little {
    position: relative;
    width: 100%;
    height: 400px;
    background: url("../images/cta-bg.webp") center center / cover no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}

.hero-little::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.49) 100%);
    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: 3rem;
    padding-bottom: 3rem;
}

.image-text-split .image-column {
    display: flex;
    align-items: stretch;
}

.image-text-split .image-wrapper img {
    max-width: 100%;
    max-height: 100%;
}

.image-text-split .image-wrapper img.rad-img1 {
    border-top-left-radius: 200px;
    border-bottom-left-radius: 200px;
    border-top-right-radius: 200px;
}

.image-text-split .image-wrapper img.rad-img2 {
    border-top-left-radius: 200px;
    border-bottom-right-radius: 200px;
    border-top-right-radius: 200px;
}

.image-text-split .image-wrapper img.rad-img3 {
    border-top-left-radius: 200px;
    border-bottom-right-radius: 200px;
    border-bottom-left-radius: 200px;
}


@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
***************************/

/***************************
// Half Split Section
***************************/
.half-split {
    background-color: #F5F5F5;
}

.half-split .image-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.half-split .image-wrapper img {
    width: 100%;
    max-width: 848px;
    height: 650px;
    object-fit: cover;
    display: block;
}

.half-split .left-side .content {
    max-width: 830px;
    padding-left: 60px;
}

.half-split .right-side .content {
    max-width: 830px;
    padding-left: 30px;
}

.half-split .container-fluid {
    position: relative;
    /* fontos a pozicionáláshoz */
}

.bottom-text-row {
    position: absolute;
    bottom: 40px;
    left: 45.2%;
    transform: translateX(-50%);
    width: 100%;
    padding: 0 3rem;
    z-index: 5;
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
}

/***************************
// End Half Split Section
***************************/

/***************************
// TikTok Section
***************************/

.tiktok {
    padding-top: 3rem;
    padding-bottom: 3rem;
    background: #F4F4F4;
}

.tiktok .title {
    background-color: #D8DA00;
}

/***************************
// End TikTok Section
***************************/

/***************************
// Why Choose Us Section
***************************/
.why-choose-us {
    padding-top: 3rem;
    padding-bottom: 3rem;
    background-color: #D8DA00;
}

.why-choose-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    height: 100%;
}

.circle-icon {
    width: 150px;
    height: 150px;
    background-color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    border: 3px solid #BFC100;
}

.circle-icon img {
    width: 80px;
    height: 80px;
    object-fit: contain;
}

.why-choose-us2 {
    padding-top: 3rem;
    padding-bottom: 3rem;
    background-color: #fff;
}

.icon80 img {
    width: 80px;
    height: 80px;
    object-fit: contain;
    filter: grayscale(1) brightness(0);
    transition: filter 0.3s ease;
}

.icon80 img:hover {
    filter: grayscale(0) brightness(1);
}

/***************************
// End Why Choose Us Section
***************************/

.hogyan-zajlik-az-egyuttmukodes {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.hogyan-icon img {
    width: 80px;
    height: 80px;
}


/***************************
// Call to Action Section
***************************/

.cta-section2 .cta-box {
    position: relative;
    overflow: hidden;
    background-image: url('../images/cta-bg.webp');
    background-size: cover;
    background-position: center 50%;
    color: #fff;
    display: flex;
    align-items: center;
}


.cta-section2 .cta-box::before {
    content: "";
    position: absolute;
    inset: 0;
    background: #1C1C17B2;
    pointer-events: none;
}

.cta-section2 .cta-content {
    position: relative;
    padding: 9rem 3rem;
    z-index: 2;
    text-align: center;
}

/***************************
// End Call to Action Section
***************************/

/***************************
// Footer Section
***************************/
footer {
    padding-top: 3rem;
    padding-bottom: 3rem;
    background-color: #151515;
}

footer .logo img {
    width: 225px;
    height: auto;
}

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: 18px !important;
    height: 18px !important;
}

footer .social-icon-bg {
    width: 33px !important;
    height: 33px !important;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    flex: 0 0 auto;
}

.footer-bottom-content {
    border-top: 1px solid #FFFFFF;
    width: 100%;
    z-index: 1;
}

.footer-copyright {
    opacity: 0.7;
}

/***************************
// End Footer Section
***************************/


/***************************
 // Contact Section
***************************/
.kapcsolat {
    padding-top: 3rem;
    padding-bottom: 6rem;
}

.contact-banner-container {
    margin: 0 auto;
    position: relative;
    z-index: 2;
    padding-bottom: 0;
    background: #F8F8F8;
    box-shadow: 0 4px 4px 0 #0000000D;
    border-radius: 10px;
}

.contact-banner-image {
    height: 100%;
    max-height: 656px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.contact-banner-image img {
    object-fit: cover;
    width: 100%;
    display: block;
    height: 100%;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.contact-banner-form-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-banner-form-inner {
    width: 100%;
    margin: 0 auto;
    background-color: #D8DA00;
    box-shadow: 0 4px 4px 0 #00000040;
    padding: 2rem;
    text-align: left;
}

.contact-banner-desc p {
    margin-bottom: 0;
}

.contact-banner-form .form-control {
    padding-right: 20px;
    padding-left: 1rem;
    background: #FFFFFF;
    border: 1px solid #CCCCCC;
    height: 50px;
    border-radius: 5px;
}

.contact-banner-form .form-control:focus {
    border: 1px solid #8D8D8D;
}

.contact-banner-form .form-control::placeholder {
    letter-spacing: 0;
    color: #1C1C1780;
    font-weight: 400;
    line-height: 140%;
}

.kapcsolat-container .form-check {
    display: flex;
    align-items: center;
}

.contact-banner-form .form-control:focus {
    outline: none;
    box-shadow: none;
}

.contact-banner-form textarea.form-control {
    min-height: 122px;
    padding-top: 1rem;
    resize: vertical;
}

.contact-banner-form .form-check-input {
    -webkit-appearance: none;
    appearance: none;
    margin-top: 0;
    background: #F9F9F9;
    border: 1px solid #B9B9B9;
    width: 22px;
    height: 22px;
    box-shadow: 4px 2px 7px 0 #00000014;
    border-radius: 4px;
    position: relative;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
}

.contact-banner-form .form-check-input:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(195, 164, 89, 0.15);
}

/* Checked state: filled background + white checkmark */
.contact-banner-form .form-check-input:checked {
    background: #151515;
    border-color: #151515;
}

/* Draw the checkmark */
.contact-banner-form .form-check-input:checked::after {
    content: "";
    position: absolute;
    left: 6px;
    top: 3px;
    width: 6px;
    height: 12px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    box-shadow: none;
}

/* Invalid feedback styling */
.contact-banner-form .invalid-feedback {
    position: absolute;
    font-size: 0.875rem;
    margin-top: 0.25rem;
    width: 100%;
}

.contact-banner-form .mb-3 {
    position: relative;
    margin-bottom: 1.5rem !important;
}

/*fileinput*/
.file-input-container .input-wrapper {
    cursor: pointer;
    min-height: 60px;
    position: relative;
    background-color: #FBFBFB;
    border: 1px dashed #ccc;
    border-radius: 5px;
    margin-bottom: 8px;
    padding: 16px;
    text-align: center;
    color: #1C1C1780;
}

.file-input-container .placeholder {
    position: absolute;
    top: 30px;
    left: 0;
    right: 0;
}

.file-input-container.dragover {
    /*    border-color: #000;
        background-color: #f0f0f0;*/
}

.uploadedFile,
.file-preview {
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
    column-gap: 15px;
}

.uploadedFile img,
.file-preview img {
    width: 100px;
    aspect-ratio: 1 / 1.5;
    object-fit: cover;
}

.deleteUploadedFile,
.delete-btn {
    margin-left: auto;
    color: red;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #fff;
    border: 1px solid #bebebe;
    opacity: 95%;
    width: 26px;
    height: 26px;
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.uploadedFileList,
.fileList {
    display: flex;
    gap: 8px;
    flex-direction: column;
    margin-bottom: 1.2em;
}

.fileInput {
    display: none;
}

.uploaded-title {
    font-size: 20px;
}

/*fileinput*/
/***************************
 // End Contact Section
***************************/

/***************************
// Blog List Section
***************************/

.blog-list {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.blog-list .image-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.blog-list .image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.blog-list .card {
    height: 100%;
    background-color: transparent;
}

/***************************
// End Blog List Section
***************************/

/***************************
// Pagination Bar
***************************/

.pagination-bar {
    padding-top: 2rem;
    margin-top: 2rem;
}

.pagination-wrapper {
    display: flex;
    align-items: center;
    gap: 1rem;
    justify-content: space-between;
    width: 100%;
}

.pagination-numbers {
    display: flex;
    justify-content: center;
    flex: 1;
}

.pagination-list {
    display: flex;
    padding: 0;
    gap: 0.5rem;
    flex-wrap: wrap;
    justify-content: center;
    list-style: none;
    margin: 0;
}

.pagination-number {
    text-decoration: none;
    border: 1px solid #CCCCCC;
    padding: 0.8rem 1.2rem;
    border-radius: 10px;
    display: inline-block;
    transition: all 0.3s ease;
    color: #CCCCCC;
}

.pagination-number:hover {
    border-color: #D8DA00;
    color: #D8DA00;
    background: #ffffff;
}

.pagination-number.active {
    color: #D8DA00;
    border: 2px solid #D8DA00;
    background: transparent;
}

.pagination-prev,
.pagination-next {
    text-decoration: none;
    border: 1px solid #CCCCCC;
    padding: 0.8rem 1.5rem;
    transition: all 0.3s ease;
    border-radius: 10px;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    white-space: nowrap;
    color: #CCCCCC;
    flex-shrink: 0;
}

.pagination-prev:hover,
.pagination-next:hover {
    border: 1px solid #1C1C17;
    color: #1C1C17 !important;
    background: #ffffff;
}

.pagination-prev img,
.pagination-next img {
    height: 20px;
    width: 20px;
    filter: brightness(0) grayscale(1) !important;
}

.pagination-prev:hover img,
.pagination-next:hover img {
    filter: grayscale(0) !important;
}

.pagination-prev.disabled,
.pagination-next.disabled {
    color: #CCCCCC !important;
    pointer-events: none;
    cursor: not-allowed;
    border: 1px solid #CCCCCC;
}

.pagination-prev.disabled img,
.pagination-next.disabled img {
    filter: grayscale(1) !important;
}

.pagination-prev .flipped-img {
    transform: rotate(180deg);
}

.pagination-next .flipped-img {
    transform: none;
}

.pagination-next img {
    transform: rotate(180deg);
}

.pagination-list li {
    margin: 0;
}

/***************************
// End Pagination Bar
****************************/

























/***************************
// Custom Select Arrow Styling
***************************/
.form-select {
    appearance: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    background-image: url('../images/icons/select-arrow-down.svg') !important;
    background-repeat: no-repeat !important;
    background-position: right 0.75rem center !important;
    background-size: 16px !important;
    padding-right: 2.5rem !important;
}

.form-select:focus {
    background-image: url('../images/icons/select-arrow-down.svg') !important;
}

select.form-control {
    appearance: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    background-image: url('../images/icons/select-arrow-down.svg') !important;
    background-repeat: no-repeat !important;
    background-position: right 0.75rem center !important;
    background-size: 16px !important;
    padding-right: 2.5rem !important;
}

select.form-control:focus {
    background-image: url('../images/icons/select-arrow-down.svg') !important;
}

.form-select::-ms-expand,
select.form-control::-ms-expand {
    display: none !important;
}

/***************************
// End Custom Select Arrow Styling
***************************/


.adorjan-list {
    list-style: none;
    padding-left: 0;
}

.adorjan-list li {
    padding-left: 32px;
    position: relative;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    font-weight: 700 !important;
}

.adorjan-list li::before {
    content: '';
    position: absolute;
    left: 0;
    width: 20px;
    height: 20px;
    background-image: url('../images/icons/li-check.svg');
    background-repeat: no-repeat;
    background-size: contain;
    flex-shrink: 0;
}

.custom-li ul {
    padding-left: 0;
    list-style: none;
}

.custom-li li {
    padding-left: 32px;
    position: relative;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    font-weight: 700 !important;
}

.custom-li li::before {
    content: '';
    position: absolute;
    left: 0;
    width: 20px;
    height: 20px;
    background-image: url('../images/icons/li-check.svg');
    background-repeat: no-repeat;
    background-size: contain;
    flex-shrink: 0;
}

.images img {
    height: 420px;
    object-fit: cover;
}


/****************************
// Before After Section
*****************************/

.ba-container {
    position: relative;
    width: 100%;
    max-width: 580px;
    height: 420px;
    /* Fixed height */
    overflow: hidden;
}

.ba-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ba-before {
    z-index: 1;
}

.ba-after {
    clip-path: inset(0 0 0 50%);
    z-index: 2;
}

.ba-slider {
    position: absolute;
    top: 0;
    left: 50%;
    width: 4px;
    height: 100%;
    background-color: #FFFFFF;
    z-index: 3;
    cursor: ew-resize;
}

.ba-slider::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 46px;
    height: 46px;
    background-color: #fff;
    border-radius: 50%;
    border: 4px solid #fff;
    background-image: url('../images/icons/ba-arrow.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 24px;
}

/****************************
// End Before After Section
*****************************/


.partners {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.partners .images img {
    width: 100%;
    height: 76px;
    object-fit: contain;
}

.partners.templom .images img {
    height: 94px;
}

/***************************
// Blog Belso Section
***************************/
.blog-belso {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.blog-belso img {
    border-radius: 0;
    width: 100%;
    max-width: 100%;
    height: auto;
    max-height: 340px;
    display: block;
    object-fit: cover;
    margin-top: 1rem;
    margin-bottom: 2rem;
}

/* Ne érintse a .blog-belso .pagination-next-ben lévő p és img elemeket */
.blog-belso .pagination-next p {
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit;
}

.blog-belso .pagination-next img {
    border-radius: inherit;
    max-width: none;
    max-height: none;
    height: auto;
    display: inline-block;
    object-fit: initial;
    margin-top: 0;
    margin-bottom: 0;
}

/***************************
// End Blog Belso Section
***************************/

.video img {
    height: 420px;
    object-fit: cover;
}

.video.full img {
    height: 800px;
    object-fit: cover;
}

.video>div {
    position: relative;
}

.video>div::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.video>div::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 0;
    height: 0;
    border-left: 25px solid #BFC100;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    margin-left: 5px;
    z-index: 10;
}



.tudastar {
    padding-top: 3rem;
    padding-bottom: 3rem;
}


.catalog-btn {
    display: inline-block;
    padding: 16px 24px;
    background-color: #B5CA47;
    color: white;
    text-decoration: none;
    border-radius: 10px;
    font-weight: 700;
    font-size: 16px;
    text-align: center;
    transition: background-color 0.3s ease;
    white-space: nowrap;
}

.catalog-btn:hover {
    background-color: #94A934;
    color: white;
}


.gyik {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

/***************************
// Product Panel Section
***************************/
.product-panel .price-row {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    margin: 1rem 0;
    flex-wrap: wrap;
}

.product-panel .product-accordion {
    margin-top: 1.5rem;
}

.product-panel .accordion-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 1.5rem;
    cursor: pointer;
    border: 1px solid #E2E2E2;
    margin-bottom: 1rem;
}

.product-panel .accordion-item .plus {
    width: 24px;
    height: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0;
    font-weight: 600;
    border-radius: 50%;
    line-height: 1;
    background: #D8DA00 url('../images/icons/white-arrow-down.svg') no-repeat center;
    background-size: 12px;
    flex-shrink: 0;
}

.product-panel .accordion-item .plus.open {
    background: #1C1C17 url('../images/icons/white-arrow-up.svg') no-repeat center;
    background-size: 12px;
}

.product-panel .accordion-content p {
    border: 1px solid #E2E2E2;
    padding: 1rem 1.5rem;
    margin-bottom: 1.5rem;
}

.product-panel .accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 280ms ease, padding 200ms ease;
    padding: 0 0;
}

/***************************
// End Product Panel Section
***************************/

.araink .image-wrapper img {
    width: 100%;
    height: 516px;
    overflow: hidden;
    object-fit: cover;
}

.tetofedes-lapostetezes {
    padding-top: 6rem;
    padding-bottom: 6rem;
}

.tetofedes-card {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.tetofedes-card .card-image {
    overflow: hidden;
    border-radius: 5px;
    border: 1px solid #CCCCCC;
    padding: 0.5rem;
}

.tetofedes-card .card-image img {
    display: block;
    transition: transform 0.3s ease;
    border-radius: 5px;
    width: 361px;
    height: 361px;
    object-fit: cover;
}

.ref {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.ref .map img {
    width: 100%;
    height: 600px;
    border: none;
    object-fit: cover;
}

/***************************
// Certificates Section
***************************/
.cert {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.cert-item {
    padding: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cert-item img {
    max-width: 100%;
    height: auto;
    object-fit: contain;
}

/***************************
// End Certificates Section
***************************/

/***************************
// Splide Arrow Customization
***************************/

.splide__arrow {
    border: 1px solid #E2E2E2;
    background: #FFFFFF;
    box-shadow: 0 4px 4px 0 #00000026;
    width: 58px;
    height: 58px;
}

.splide__arrow--next {
    right: 2em;
}

.splide__arrow--prev {
    left: 2em;
}

.splide__arrow svg {
    display: none;
}

.splide__arrow--prev::after,
.splide__arrow--next::after {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.splide__arrow--next::after {
    background-image: url('../images/icons/arrow-next.svg');
}

.splide__arrow--prev::after {
    background-image: url('../images/icons/arrow-next.svg');
    transform: rotate(180deg);
}

/***************************
// End Splide Arrow Customization
***************************/


.services-icons {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.service-icon-circle {
    width: 150px;
    height: 150px;
    border: 3px solid #BFC100;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.service-icon-circle img {
    width: 80px;
    height: 80px;
    object-fit: contain;
}


/****************************
// Contact Section
*****************************/
.team-section {
    padding-top: 6rem;
    padding-bottom: 6rem;
}

.contact img {
    object-fit: cover;
    width: 100%;
    max-width: 637px;
    height: 354px;
}

.contact .big-image img {
    object-fit: cover;
    width: 100%;
    max-width: 100%;
    height: auto;
}

.contact h6 {
    font-weight: 700;
    line-height: 100%;
    font-size: 20px;
    text-align: center;
    margin-bottom: 1rem;
    white-space: nowrap;
}

.contact .item {
    margin-left: 3rem;
    margin-right: 3rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    text-align: center;
}

.contact .item img {
    width: auto;
    max-width: 90px;
    max-height: 90px;
    margin-bottom: 1rem;
}

.contact .item p {
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    text-align: center;
    white-space: nowrap;
    margin-bottom: 1rem;
}

.contact .item p.phone-number {
    font-weight: 700;
    font-size: 18px;
    line-height: 100%;
    text-align: center;
    text-transform: uppercase;
}

.contact .info-text {
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    max-width: 464px;
}

.contact .info-text strong {
    font-weight: 700;
}

.contact .location {
    display: flex;
    align-items: center;
    font-weight: 700;
    font-size: 24px;
    line-height: 100%;
    margin-top: 1rem;
}

.contact .location img {
    width: 45px;
    height: 45px;
    margin-right: 1rem;
}

.team-card {
    background-color: #F9F9F9;
    text-align: center;
    padding: 2rem 1rem 2rem;
    position: relative;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.team-card hr {
    border: 1px solid #1C1C17;
    opacity: 1;
    width: 100%;
    max-width: 88px;
    margin: 0.5rem auto;
}

.team-card img {
    width: 144px;
    height: 144px;
    object-fit: cover;
    border-radius: 50%;
    margin-bottom: 1rem;
}


.team-card-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.yellow-bar {
    height: 26px;
    background-color: #D8DA00;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}

/****************************
// End Contact Section
*****************************/
.map {
    padding-bottom: 6rem;
}

.map iframe {
    border: none;
    width: 100%;
    height: 561px;
}
















/**************************
// Header Styles
***************************/

.karrier .header-wrap {
    position: relative;
}

.karrier .logo-floating {
    position: absolute;
    left: 0;
    width: 100%;
    max-width: 300px;
    height: 150px;
    background: #fff;
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0% 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
}

.karrier .logo-floating img {
    width: 100%;
    height: auto;
    max-width: 213px;
    max-height: 146px;
}

.karrier .navbar {
    padding: 0;
}

.karrier .navbar-nav {
    display: flex;
    align-items: center;
}

.karrier .navbar-top,
.karrier .navbar-bottom {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.karrier .navbar-top {
    height: 50px;
    background: #f2f2f2;
}

.karrier .navbar-top li.nav-item a.nav-link {
    font-weight: 400;
    font-size: 15px;
    line-height: 100%;
    color: #000;
}

.karrier .navbar-bottom {
    height: 90px;
    background: #1C1C17;
}

.karrier .navbar-bottom .skewed-btn.mobileshow,
.karrier .navbar-bottom li.nav-item.mobileshow {
    display: none;
}

.karrier .navbar-bottom li.nav-item a.nav-link {
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    color: #000;
}

.karrier .skewed-btn {
    background-color: #000;
    color: #000;
    border: none;
    transform: skewX(-20deg);
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    white-space: nowrap;
    width: 130px;
    height: 50px;
}

.karrier .skewed-btn span {
    display: inline-block;
    transform: skewX(20deg);
}

/***************************
// End Header Styles
***************************/

.bg-neon-yellow {
    background-color: #D8DA47;
}

.image-text-split.bg-neon-yellow ul {
    padding-left: 0;
}

.image-text-split.bg-neon-yellow li {
    padding-left: 32px;
    position: relative;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    font-weight: 700 !important;
}

.image-text-split.bg-neon-yellow li::before {
    content: '';
    position: absolute;
    left: 0;
    width: 20px;
    height: 20px;
    background-image: url('../images/icons/li-check-black.svg');
    background-repeat: no-repeat;
    background-size: contain;
    flex-shrink: 0;
}

.our-way-section {
    padding-top: 3rem;
    padding-bottom: 3rem;
    background-color: #f9f9f9;
}


.testimonials-section {
    padding-top: 3rem;
    padding-bottom: 3rem;
    background-color: #F9F9F9;
}

.testimonial-card {
    background-color: #D8DA00;
    padding: 1rem 1.5rem;
    border-radius: 0;
    height: 100%;
}

@media (max-width: 767px) {
    .testimonials-section {
        padding: 60px 0;
    }

    .testimonial-card {
        padding: 25px;
    }
}


.kapcsolat.karrier img {
    filter: brightness(0);
}


.why-church {
    padding-top: 6rem;
    padding-bottom: 6rem;
}

.premium-material li,
.church.image-text-split li,
.why-church .custom-li li {
    font-weight: 400 !important;
}









/***************************
// Templom Benefits Section
***************************/

.templom-benefits {
    padding-top: 6rem;
    padding-bottom: 6rem;
    background: #D8DA00;
}

.templom-benefits {
    position: relative;
}

.templom-benefits .benefit-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
    margin-bottom: 40px;
}

.templom-benefits .benefit-card {
    background: white;
    padding: 40px 30px;
    border-radius: 0;
    text-align: center;
    flex: 1 1 calc(33.333% - 20px);
    min-width: 280px;
    max-width: 395px;
}

.templom-benefits .benefit-card .icon {
    margin-bottom: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80px;
}

.templom-benefits .benefit-card .icon img {
    max-height: 80px;
    width: auto;
}

.templom-benefits .bottom-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
}

.templom-benefits .cta-section {
    text-align: center;
    margin-top: 50px;
}

.templom-benefits .cta-highlight {
    font-weight: 700;
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 30px;
    color: #1C1C17;
}

@media (max-width: 768px) {
    .templom-benefits {
        padding: 60px 0;
    }

    .templom-benefits .benefit-card,
    .templom-benefits .bottom-card {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

.premium-material {
    background-color: #D8DA00;
}

.premium-material {
    background-color: #D8DA00;
}

.premium-card {
    background-color: #FFFFFF;
    padding: 30px;
    border-radius: 0;
    height: 100%;
}

.premium-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.premium-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
}

.problem-solve {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.problem-solve .ba-container {
    max-width: 100%;
    height: 600px;
}

/***************************
// End Templom Benefits Section
***************************/

.review {
    padding-top: 3rem;
    padding-bottom: 3rem;
    background-color: #F9F9F9;
}

.bg-white {
    background-color: #FFFFFF;
}

img.pin{
    height: 50px;
    width: 50px;
}