/***************************
// Font Imports
***************************/
@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter/Inter_24pt-Thin.woff2') format('woff2');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter/Inter_24pt-ExtraLight.woff2') format('woff2');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter/Inter_24pt-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter/Inter_24pt-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter/Inter_24pt-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter/Inter_24pt-SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter/Inter_24pt-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter/Inter_24pt-ExtraBold.woff2') format('woff2');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter/Inter_24pt-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-inter: 'Inter', sans-serif;

    --color-white: #FFFFFF;
    --color-black: #000000;
    --color-1E1E1E: #1E1E1E;
    --color-1E1F21: #1E1F21;
}

body {
    letter-spacing: 0;
    font-family: var(--font-inter), serif;
    color: var(--color-1E1E1E);
    background-color: #fff;
}

a {
    text-decoration: none;
    color: inherit;
    cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 0;
}

.static-content h1,
.static-content h2,
.static-content h3,
.static-content h4,
.static-content h5,
.static-content h6 {
    margin-bottom: 0.5rem;
}

.font-color-1E1E1E * {
    color: var(--color-1E1E1E) !important;
}

.font-color-1E1F21 * {
    color: var(--color-1E1F21) !important;
}


[class*="max-"] * {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.max-5-row-text * {
    -webkit-line-clamp: 5;
    line-clamp: 5;
}

.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;
}

/***************************
// End Default Styles
***************************/

/***************************
// Buttons
***************************/
.btn img {
    transform: translateX(0);
    transition: transform 0.3s ease;
}

.btn:hover img {
    transform: translateX(6px);
    transition: transform 0.3s ease;
}

.btn.btn-filled-gold {
    background: #C3A459;
    border-radius: 6px;
    padding: 20px 90px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-decoration: none;
    box-shadow: 0 4px 10px 0 #00000040;
    white-space: nowrap;
    width: 277px;
    transition: background 0.2s;
}

.btn.btn-filled-gold:hover {
    background: #A88840;
}

.btn.btn-outline-white {
    color: #F3E8D8;
    border: 1px solid #F3E8D8;
    box-shadow: 0 4px 10px 0 #00000040;
    border-radius: 6px;
    padding: 20px 90px;
    gap: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    width: 277px;
}

.btn.btn-outline-white:hover {
    background: #F3E8D8;
    color: #1E1E1E;
    transition: background 0.2s, color 0.2s;
}

.btn.btn-read-more {
    vertical-align: middle;
    text-transform: uppercase;
    color: #176476;
    padding: 0;
}

.btn.btn-read-more img {
    width: 19px !important;
    height: 19px !important;
}

.btn.btn-filled-dark {
    color: #fff;
    background-color: #262626;
    box-shadow: 0 4px 10px 0 #00000040;
    border-radius: 6px;
    padding: 20px 90px;
    gap: 10px;
    border-width: 1px;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    width: 186px;
}

/***************************
// End Buttons
***************************/

/***************************
// Header
***************************/
.header {
    background: #C3A459;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.social-icon-bg {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #E9CE8D;
    transition: background 0.2s;
    cursor: pointer;
}

.social-icon-bg:hover {
    background: #D4B76A;
}

.social-icon-bg:last-child {
    margin-right: 0;
}

.social-icon-bg img {
    width: 14px;
    height: 14px;
}

/***************************
// End Header
***************************/
/***************************
// Navbar
***************************/
.navbar {
    padding: 0;
}

.navbar-custom {
    width: 100%;
    z-index: 10;
}

.navbar-custom .navbar-toggler {
    z-index: 11;
    color: black;
    border: 1px solid black;
}

.navbar-custom.navbar-white {
    background: #fff;
}

.navbar-custom.navbar-dark {
    background: #202020;
}

.navbar-custom.navbar-white .nav-link {
    color: #000;
}

.navbar-custom.navbar-dark .nav-link {
    color: #fff;
}

.navbar-custom.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%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");
    background-size: 24px 24px;
    width: 24px;
    height: 24px;
    display: inline-block;
}

.navbar-custom.navbar-dark .navbar-toggler {
    border: 1px solid #fff;
}

.navbar-custom.navbar-white .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%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");
    background-size: 24px 24px;
    width: 24px;
    height: 24px;
    display: inline-block;
}

.navbar-custom.navbar-white .navbar-toggler {
    border: 1px solid #000;
}

.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    outline: none;
    box-shadow: none;
}

.navbar-collapse {
    transition: none !important;
}

.navbar-custom.scrolled {
    background-color: #2f2f2f;
}

.navbar-custom .nav-link {
    font-weight: 500;
    line-height: 130%;
    vertical-align: middle;
}

.nav-item.dropdown {
    position: relative;
}

.brand-wrapper {
    width: 205px;
    height: 47px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.navbar-brand {
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.navbar-brand img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
    object-position: center;
    display: block;
}


.dropdown-menu {
    border-radius: 0;
    padding: 0;
}

/* MEGAMENU */

.dropdown-toggle::after {
    display: none;
}

/***************************
// End Navbar
***************************/
/***************************
// Hero Section
***************************/
.hero {
    position: relative;
    background: url("../images/hero-bg.webp") center center / cover no-repeat;
    height: 100vh;
    max-height: 840px;
    overflow: hidden;
}

.hero::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(35, 33, 32, 0.6) 0.01%, rgba(21, 20, 20, 0.8) 100%);
    opacity: 1;
    z-index: 1;
}

.hero-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

/***************************
// End Hero Section
***************************/

/***************************
// Little Hero Section
***************************/
.hero-little {
    position: relative;
    width: 100%;
    height: 250px;
    background: url("../images/hero-bg.webp") center center / cover no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-little::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #FCFAF7D9;
    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
***************************/


/***************************
// Moliweld Why Section
***************************/

.moliweld-why-bg {
    background: #3E4244;
    padding-top: 6rem;
    padding-bottom: 6rem;
}

.moliweld-why-card {
    background: #fff;
    border-radius: 20px;
    border: 1px solid #C5C5C5;
    padding: 2rem 2.5rem 2rem 2.5rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.moliweld-why-icon img {
    display: block;
    width: 47px;
    height: 47px;
}

.moliweld-why-link {
    color: #C3A459;
}

@media (max-width: 991px) {
    .moliweld-why-card {
        min-height: 0;
        padding: 24px 16px 20px 16px;
    }
}

@media (max-width: 767px) {
    .moliweld-why-bg {
        padding: 32px 0 24px 0;
    }

    .moliweld-why-card {
        padding: 18px 10px 16px 10px;
    }
}

/***************************
// End Moliweld Why Section
***************************/


/***************************
// Numbers Section
***************************/

.numbers-bg {
    position: relative;
    overflow: hidden;
    padding: 0;
}

.numbers-bg.gray {
    background-color: #3E4244;
}

.numbers-section {
    padding-top: 6rem;
    padding-bottom: 6rem;
}

.numbers-image-outside {
    position: absolute;
    top: 0;
    width: 40vw;
    height: 100%;
    max-width: 900px;
    z-index: 1;
}

.numbers-image-outside.right {
    right: 0;
}

.numbers-image-outside.left {
    left: 0;
}

.numbers-image img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    min-height: 400px;
    display: block;
    border-radius: 10px;
}

.numbers-content {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.numbers-progress {
    background: #C7C7C7;
    height: 2px;
    border-radius: 2px;
    overflow: hidden;
}

.numbers-progress .progress-bar {
    background: #176476;
    height: 100%;
    border-radius: 2px;
    transition: width 1s;
}

.numbers-image-col {
    min-height: 400px;
    padding: 0;
}

.numbers-image {
    height: 100%;
    width: 100%;
    overflow: hidden;
}


@media (max-width: 767px) {
    .numbers-section .row {
        flex-direction: column;
    }

    .numbers-image-col,
    .numbers-content {
        max-width: 100%;
        padding: 0;
    }

}

/***************************
// End Numbers Section
***************************/


/***************************
// Values Section
***************************/
.values-wrapper {
    margin-top: 24px;
}

.values-cards .value-card {
    border: 1px solid #C3A459;
    padding: 20px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    min-height: 311px;
    justify-content: center;
}

.values-cards .value-icon {
    width: 100px;
    height: 100px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.values-cards .value-icon img {
    max-width: 100%;
    height: auto;
    display: block;
}

@media (max-width: 767.98px) {
    .values-wrapper {
        margin-top: 16px;
    }
}

/***************************
// End Values Section
***************************/

/***************************
// Testimonials Section
***************************/
.previous-projects {
    padding-top: 6rem;
    padding-bottom: 6rem;
    background: #3E4244;
}

.splide__slide {
    padding: 10px;
    text-align: center;
}

.project-image img {
    width: 100%;
    max-width: 550px;
    height: 100%;
    max-height: 400px;
    border-radius: 20px;
    object-fit: cover;
}

.splide__pagination {
    display: flex;
    justify-content: center;
    gap: 10px;
    bottom: -4rem;
}

.splide__pagination__page {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: transparent;
    border: 1px solid transparent;
    position: relative;
    opacity: 1;
    transition: border-color 0.25s ease, background 0.25s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.splide__pagination__page::after {
    content: "";
    width: 9px;
    height: 9px;
    background: #FFFFFF;
    border-radius: 50%;
    transition: transform 0.25s ease, background 0.25s ease, opacity 0.25s;
    transform: scale(1);
    display: block;
}

.splide__pagination__page.is-active {
    border-color: #C3A459;
    background: transparent;
    width: 23px;
    height: 23px;
}

.splide__pagination__page.is-active::after {
    background: #C3A459;
}


/***************************
// End Testimonials Section
***************************/


/***************************
// Text Split Section
***************************/

.text-split-section {
    position: relative;
    padding-top: 6rem;
    padding-bottom: 6rem;
    z-index: 0;
}

.text-split-section img {
    height: 460px;
    object-fit: cover;
    width: 100%;
    max-width: 380px;
    border-radius: 10px;
}

.text-split-bg {
    position: relative;
    overflow: hidden;
}

/***************************
// End Text Split Section
***************************/


/***************************
 // Contact Section
***************************/
.contact-banner-container {
    margin: 0 auto;
    position: relative;
    z-index: 2;
    padding-bottom: 0;
}

.contact-banner-image {
    height: 100%;
    overflow: hidden;
}

.contact-banner-image img {
    object-fit: cover;
    width: 100%;
    display: block;
    max-width: 100% !important;
    height: 100%;
}

.contact-banner-form-wrapper {
    background: #3E4244;
    padding: 2.5rem 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
}

.contact-banner-form-inner {
    width: 100%;
    margin: 0 auto;
}

.contact-banner-desc p {
    margin-bottom: 0;
}

.contact-banner-form .form-control {
    opacity: 1;
    padding-right: 20px;
    background: #FFFFFF;
    border: 1px solid #0000003B;
    height: 54px;
    border-radius: 10px;
}

.contact-banner-form .form-control::placeholder {
    letter-spacing: 0;
    color: #1E1E1E;
    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;
    border-color: inherit;
}

.contact-banner-form textarea.form-control {
    min-height: 175px;
    resize: vertical;
}

.contact-banner-form .form-check-input {
    -webkit-appearance: none;
    appearance: none;
    margin-top: 0;
    background: #F9F9F9;
    border: 1px solid #B9B9B9;
    width: 20px;
    height: 20px;
    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: #C3A459;
    border-color: #C3A459;
}

/* Draw the checkmark */
.contact-banner-form .form-check-input:checked::after {
    content: "";
    position: absolute;
    left: 5px;
    top: 2px;
    width: 6px;
    height: 12px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    box-shadow: none;
}

/* Mobil nézet */
@media (max-width: 991.98px) {
    .contact-banner-container {
        padding-top: 36px;
    }

    .contact-banner-form-wrapper {
        border-radius: 12px;
        min-height: unset;
        padding: 32px 16px 24px 16px;
    }

    .contact-banner-image {
        display: none;
    }

    .contact-banner-image-mobile {
        margin-top: 16px;
        border-radius: 12px;
        overflow: hidden;
        box-shadow: 0 8px 32px rgba(30, 31, 33, 0.10);
    }

    .contact-banner-image-mobile img {
        object-fit: cover;
        width: 100%;
        height: 220px;
    }
}

@media (max-width: 575.98px) {
    .contact-banner-form-inner {
        padding: 0;
    }
}

@media (min-width: 992px) {

    .contact-banner-image,
    .contact-banner-form-wrapper {
        height: 100%;
    }
}

/***************************
 // End Contact Section
***************************/

.feature-items .feature-icon img {
    width: 60px;
    height: 60px;
}

/***************************
// Footer Section
***************************/
footer {
    background-color: #202020;
    padding-top: 3rem;
    padding-bottom: 3rem;
}

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: 20px !important;
    height: 20px !important;
}

footer .social-icon-bg {
    width: 40px !important;
    height: 40px !important;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #E9CE8D;
    flex: 0 0 auto;
}

.footer-bottom-content {
    background: #1E1E1E;
    color: #fff;
    border-radius: 8px;
    padding: 1rem 0;
    width: 100%;
    text-align: center;
    font-weight: 400;
    line-height: 100%;
    z-index: 1;
}

.footer-copyright {
    opacity: 0.7;
}

/***************************
// End Footer Section
***************************/


.team-section {
    padding-top: 6rem;
    padding-bottom: 6rem;
}

.team-col {
    padding: 1rem !important;
}

.team-card {
    background: #fff;
    border-radius: 20px;
    border: 1px solid #C3A459;
    padding: 2rem 1.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 100%;
}

.team-photo {
    width: 100%;
    max-width: 215px;
    height: 215px;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 1rem;
    flex: 0 0 auto;
}

.team-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.team-icons {
    display: flex;
    gap: 1rem;
    margin-top: auto;
}

.team-icons .icon {
    width: 31px;
    height: 31px;
    border-radius: 50%;
    background: #E9CE8D;
    display: flex;
    align-items: center;
    justify-content: center;
}

.team-icons .icon img {
    width: 13px;
    height: 13px;
    filter: none;
}


/***************************
// Breadcrumb
***************************/
.breadcrumb-section {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.breadcrumb-custom {
    color: #969696;
}

.breadcrumb-separator {
    width: 14px;
    height: 14px;
}

/***************************
// End Breadcrumb
***************************/

.contacts-section {
    padding-bottom: 6rem;
}

.gallery-section {
    padding-bottom: 6rem;
}

.gallery-section .gallery-item img {
    height: 277px;
    object-fit: cover;
    border-radius: 20px;
}

/***************************
// Blog List
***************************/
.blog-list {
    padding-top: 0;
    padding-bottom: 0;
}

.blog-list .card {
    background-color: transparent;
}

.news-in .date,
.blog-list .date {
    background: #F3F3F3;
    margin-bottom: 1rem;
    border-radius: 3px;
    padding: 0.5rem 1rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    max-width: 204px;
    gap: 0.5rem;
    text-align: center;
    width: 100%;
}

.blog-list .image-wrapper {
    max-height: 250px;
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.blog-list .image-wrapper img {
    width: 100%;
    height: 100%;
    border-radius: 5px;
    object-fit: cover;
    display: block;
}

.blog-list .card {
    height: 100%;
}

/***************************
// End Blog List
***************************/

/***************************
// Pagination Bar
***************************/
.pagination-bar {
    padding-top: 6rem;
}

.pagination-wrapper {
    position: relative;
    background-color: #19B06247;
    border-radius: 5px;
    padding: 1.5rem;
}

.pagination-numbers {
    position: relative;
    z-index: 2;
}

.pagination-list {
    display: flex;
    padding: 0;
    color: #6D6D6D;
}

.pagination-number {
    text-decoration: none;
    position: relative;
}

.pagination-number.active {
    font-weight: 700 !important;
    color: #1A1A1A;
}

.pagination-prev img {
    transform: rotate(180deg);
}

.pagination-prev,
.pagination-next {
    text-decoration: none;
    color: #1A1A1A;
    z-index: 2;
    transition: color 0.1s;
}

.pagination-prev img,
.pagination-next img {
    width: 13px;
    height: 13px;
}

.pagination-prev:hover,
.pagination-next:hover {
    color: #19B062 !important;
}

.pagination-prev:hover img,
.pagination-next:hover img {
    content: url("../images/icons/arrow-right-green.svg");
}

.pagination-prev.disabled img,
.pagination-next.disabled img {
    filter: grayscale(1);
}

.pagination-prev.disabled,
.pagination-next.disabled {
    color: #9C8A8A !important;
    pointer-events: none;
    cursor: default;
}

/***************************
// End Pagination Bar
***************************/

.services-in {
    padding-bottom: 3rem;
}

.services-in .text-split-section img {
    height: 300px;
}

.static-content {
    line-height: 150% !important;
}

.static-content h1,
.static-content h2,
.static-content h3,
.static-content h4,
.static-content h5,
.static-content h6 {
    font-weight: 700 !important;
}