/***************************
// Font Imports
***************************/

@font-face {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
    src: url('../../../../assets/fonts/DM_Sans/DMSans-VariableFont_opsz,wght.ttf') format('truetype');
}

@font-face {
    font-family: 'Caveat';
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
    src: url('../../../../assets/fonts/Caveat/Caveat-VariableFont_wght.ttf') format('truetype');
}

@font-face {
    font-family: 'Boheme Floral';
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
    src: url('../../../../assets/fonts/Boheme/Boheme Floral.ttf') format('truetype');
}

/***************************
// End Font Imports
***************************/

/***************************
// Default Styles
***************************/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --font-dmsans: 'DM Sans', sans-serif;
    --font-caveat: 'Caveat', cursive;
    --font-boheme: 'Boheme Floral', cursive;

    --color-white: #FFFFFF;
    --color-black: #000000;
    --color-E68864: #E68864;
    --color-EBA68B: #EBA68B;
}

body {
    letter-spacing: 0;
    font-family: var(--font-dmsans);
    color: #2F2F2F;
}

a {
    text-decoration: none;
    color: inherit;
    cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 0;
}

.font-family-caveat * {
    font-family: var(--font-caveat) !important;
}

.font-family-boheme * {
    font-family: var(--font-boheme) !important;
}

.font-color-262626 * {
    color: #262626 !important;
}

.font-color-292929 * {
    color: #292929 !important;
}

.font-color-E68864,
.font-color-E68864 * {
    color: var(--color-E68864) !important;
}

.font-color-9C8A8A * {
    color: #9C8A8A !important;
}

[class*="max-"] * {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.default-section {
    padding-top: 6rem;
    padding-bottom: 6rem;
}


.letter-spacing-02 * {
    letter-spacing: 0.2px !important;
}


.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: 600 !important;
}

.font-weight-900 *:not(strong) {
    font-weight: 900 !important;
}

.font-weight-800 *:not(strong) {
    font-weight: 800 !important;
}

.font-weight-700 *:not(strong) {
    font-weight: 700 !important;
}

.font-weight-600 *:not(strong) {
    font-weight: 600 !important;
}

.font-weight-500 *:not(strong) {
    font-weight: 500 !important;
}

.font-weight-400 *:not(strong) {
    font-weight: 400 !important;
}

.font-weight-300 *:not(strong) {
    font-weight: 300 !important;
}

.font-weight-200 *:not(strong) {
    font-weight: 200 !important;
}

.font-weight-100 *:not(strong) {
    font-weight: 100 !important;
}



.line-height-200 * {
    line-height: 200% !important;
}

.line-height-190 * {
    line-height: 190% !important;
}

.line-height-180 * {
    line-height: 180% !important;
}

.line-height-170 * {
    line-height: 170% !important;
}

.line-height-160 * {
    line-height: 160% !important;
}

.line-height-150 * {
    line-height: 150% !important;
}

.line-height-140 * {
    line-height: 140% !important;
}

.line-height-130 * {
    line-height: 130% !important;
}

.line-height-120 * {
    line-height: 120% !important;
}

.line-height-110 * {
    line-height: 110% !important;
}

.line-height-100 * {
    line-height: 100% !important;
}

.line-height-24 * {
    line-height: 24px !important;
}

/***************************
// End Default Styles
***************************/

/***************************
// Buttons
***************************/
.btn img {
    transform: translateX(0);
    transition: transform 0.3s ease;
}

.btn:hover img {
    transform: translateX(6px);
    transition: transform 0.3s ease;
}

.btn.btn-filled-pink {
    border-radius: 23px;
    padding-top: 18px;
    padding-right: 55px;
    padding-bottom: 18px;
    padding-left: 55px;
    background: var(--color-E68864);
    color: var(--color-white) !important;
}

.btn.btn-filled-pink:hover{
    background: var(--color-EBA68B);
}

.btn.btn-filled-pink-light {
    border-radius: 23px;
    padding-top: 18px;
    padding-right: 53px;
    padding-bottom: 18px;
    padding-left: 53px;
    background: var(--color-EBA68B);
    color: var(--color-white) !important;
}

.btn.btn-filled-pink-light:hover{
    background: var(--color-E68864);
}

.btn.btn-filled-pink-dark {
    background: var(--color-E68864);
    border-radius: 23px;
    padding-top: 18px;
    padding-right: 53px;
    padding-bottom: 18px;
    padding-left: 53px;
    max-width: 270px;
    color: var(--color-white) !important;
}

.btn.btn-filled-pink-dark:hover{
    background: #ca7351;
}

/***************************
// End Buttons
***************************/

/***************************
// Navbar
***************************/
.navbar {
    padding: 0;
}

.navbar-custom {
    width: 100%;
    z-index: 10;
    background: #FFF7F4;
}

.navbar-absolute {
    position: absolute;
    top: 0;
    left: 0;
}

.navbar-static {
    position: static;
}

.navbar-brand img {
    width: 100%;
    height: 50px;
    object-fit: cover;
}

.navbar-toggler.black {
    border-color: var(--color-black) !important;
}

.navbar-toggler.white {
    border-color: var(--color-white) !important;
}

.navbar-toggler-icon.black {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-toggler-icon.white {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    outline: none;
    box-shadow: none;
}

.navbar-collapse {
    transition: none !important;
    display: flex;
    justify-content: flex-end;
}

/* Alapértelmezett: fehér nav-link */
.navbar-custom .nav-link {
    vertical-align: middle;
    color: #292929;
    font-size: 16px;
    font-weight: 700;
    line-height: 130%;
    transition: none !important;
}

.navbar-custom .navbar-collapse.show .nav-link {
    color: var(--color-black) !important;
}

.nav-item.dropdown {
    position: relative;
}

.show .navbar-nav {
    box-shadow: 0px 4px 5px 0px #1C1C1C0D;
}


.dropdown-toggle::after {
    display: none;
}

.dropdown-menu {
    box-shadow: 0px 4px 5px 0px #1C1C1C0D;
    border: none;
}

.dropdown-item {
    padding: 12px 20px;
    padding-right: 3rem;
    transition: background 0.3s ease, color 0.3s ease;
    color: var(--color-1C1C1C);
}

.dropdown-item:hover {
    background: #ffede6;
}

/***************************
// End Navbar
***************************/

/***************************
    // Hero Section
    ***************************/
.hero {
    position: relative;
    background: url("../../assets/images/hero-bg.png") center center / cover no-repeat;
    height: 100vh;
    max-height: 720px;
    overflow: hidden;
}

.hero::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #FFFFFF82;
    opacity: 1;
    z-index: 1;
}

.hero-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    width: 100%;
}

.hero-wave {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 3;
    pointer-events: none;
    margin-bottom: -5px;
}

/***************************
    // End Hero Section
    ***************************/

/***************************
// Little Hero Section
***************************/
.hero-little {
    position: relative;
    width: 100%;
    height: 400px;
    background: url("../../assets/images/hero-bg.webp") center center / cover no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-little::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.54);
    opacity: 1;
    z-index: 1;
    pointer-events: none;
    user-select: none;
}

.hero-little .container,
.hero-little .container * {
    position: relative;
    z-index: 2;
}

/***************************
// End Little Hero Section
***************************/

/***************************
// image-text-split Section
***************************/
.image-text-split {
    padding-top: 6rem;
    padding-bottom: 6rem;
}

.image-text-split .image-column {
    display: flex;
    align-items: stretch;
}

.image-text-split .image-wrapper img {
    border-radius: 20px;
    max-width: 510px;
    max-height: 550px;
    min-height: 400px;
}

@media (min-width: 992px) {
    .image-text-split .col-lg-5.image-column {
        width: 40.666667%
    }

    .image-text-split .col-lg-7 {
        width: 59.333333%;
    }
}

/***************************
// End image-text-split Section
***************************/

/***************************
// Experts Section
***************************/

.experts-section {
    padding-top: 6rem;
    padding-bottom: 0rem;
}

.experts-list {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    margin-top: 3rem;
}

.expert-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    max-width: 370px;
}

.expert-img-wrapper {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 3px solid #9C8A8A;
}

.expert-card.active .expert-img-wrapper,
.expert-card.active .expert-img-wrapper {
    border: 3px solid var(--color-EBA68B);
}

.expert-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.expert-card.active .expert-name,
.expert-card.active .expert-title {
    color: var(--color-EBA68B);
}

.expert-card .expert-name,
.expert-card .expert-title {
    color: #9C8A8A;
}

/***************************
// End Experts Section
***************************/


/***************************
 // Contact Section
***************************/

.contact-banner-section {
    padding-top: 6rem;
    padding-bottom: 6rem;
    margin: 0;
}

.contact-banner-section .btn.btn-filled-blue {
    border-radius: 10px;
}

.contact-banner-section .form-check label {
    display: inline;
}

.contact-banner-image {
    height: 100%;
    overflow: hidden;
}

.contact-banner-image img {
    object-fit: cover;
    width: 100%;
    display: block;
    border-radius: 0px 20px 20px 0px;
}

.contact-banner-form-wrapper {
    background: var(--color-EBA68B);
    border-radius: 20px 0px 0px 20px;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-banner-form-inner {
    width: 100%;
    margin: 0 auto;
}

.contact-banner-desc p {
    margin-bottom: 0;
}

.contact-banner-form .form-control {
    border-radius: 20px;
    padding-top: 15px;
    padding-right: 21px;
    padding-bottom: 15px;
    padding-left: 21px;
    gap: 10px;
    background: transparent;
    border: 1px solid var(--color-white);
    color: var(--color-white);
}

.contact-banner-form .form-control::placeholder {
    color: var(--color-white);
}

.contact-banner-form .form-control:focus {
    outline: none;
    box-shadow: none;
    border-color: inherit;
}

.contact-banner-form textarea.form-control {
    min-height: 166px;
    resize: vertical;
}

.form-check-input {
    margin-top: -0.1rem;
}

.form-check-input[type=checkbox] {
    border: 1px solid #FFFFFF;
    background: #FFFFFF66;
    border-radius: 0px;
    width: 24px;
    height: 24px;
}

.form-check-input[type=checkbox]:checked {
    background: var(--color-white);
    border: 1px solid var(--color-white);
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 8.5L7 11.5L12 5.5' stroke='%23EBA68B' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 70% 70%;
}

/* Mobil nézet */
@media (max-width: 991.98px) {
    .contact-banner-container {
        padding-top: 36px;
    }

    .contact-banner-form-wrapper {
        border-radius: 12px;
        min-height: unset;
        padding: 32px 16px 24px 16px;
    }

    .contact-banner-image {
        display: none;
    }
}

@media (max-width: 575.98px) {
    .contact-banner-form-inner {
        padding: 0;
    }

    .contact-banner-title {
        font-size: 1.2rem;
    }

    .contact-banner-form .form-control {
        font-size: 0.98rem;
        padding: 0.65rem 0.8rem;
    }

    .contact-banner-btn {
        font-size: 0.98rem;
        padding: 0.65rem 0;
    }
}

@media (min-width: 992px) {
    .contact-banner-section .row.align-items-stretch {
        min-height: 420px;
    }

    .contact-banner-image,
    .contact-banner-form-wrapper {
        height: 100%;
    }
}

/***************************
 // End Contact Section
***************************/

/***************************
// Services Products Section
***************************/
.services-products {
    padding-top: 6rem;
    padding-bottom: 6rem;
}

.services-products .card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: none;
    max-width: 400px;
}

.services-products .card-body {
    padding: 1.5rem 0;
    width: 100%;
    text-align: start;
}

.btn.btn-read-more img {
    width: 19px !important;
    height: 19px !important;
}

.services-products .card img {
    width: 100%;
    object-fit: cover;
    display: block;
    height: 300px;
    border-radius: 20px;
}

.services-products .card .btn img.arrow {
    width: 19px !important;
    height: 19px !important;
}

.services-products .date img {
    width: 19px;
    height: 19px;
}

.services-products .service-card {
    flex: 1 1 0;
    min-width: 300px;
    /*max-width: 32%;*/
}

.service-card .btn.btn-read-more-yellow {
    width: 100%;
}

/***************************
// End Services Products Section
***************************/

/***************************
// Footer Section
***************************/
footer {
    background-color: #FFF7F4;
    padding-top: 3rem;
    padding-bottom: 4rem;
}

footer img.logo {
    max-width: 317px;
    height: 90px;
    width: 100%;
    object-fit: cover;
}

footer img.icon {
    width: 43px;
    height: 43px;
}

footer a {
    color: inherit;
    text-decoration: none;
}

footer hr {
    border: none;
    border-top: 0.3px solid #292929;
    margin: 0;
    max-width: 100%;
    opacity: 1;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

footer a:hover {
    text-decoration: underline;
}

footer img.phone-icon {
    width: 43px;
    height: 43px;
}

@media (min-width: 1200px) {
    footer .col-lg-2 {
        flex: 0 0 auto;
        width: 17.666667%;
    }

    footer .offset-lg-2 {
        margin-left: 21.666667%;
    }
}


footer .social-icon-bg img {
    width: 20px !important;
    height: 20px !important;
}

footer .social-icon-bg {
    width: 40px !important;
    height: 40px !important;
    background: #EBA68B99;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

footer.footer-bottom {
    background-color: var(--color-EBA68B);
    padding: 2rem 0;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--color-white);
}

footer.footer-bottom a {
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-thickness: 0%;
}

@media (min-width: 1200px) {
    footer .col-lg-2 {
        flex: 0 0 auto;
        width: 17.666667%;
    }

    footer .offset-lg-2 {
        margin-left: 21.666667%;
    }
}

/***************************
// End Footer Section
***************************/

/***************************
// Breadcrumb
***************************/

.breadcrumb-custom {
    min-height: 42px;
}

.breadcrumb-icon {
    width: 23px;
    height: 23px;
    object-fit: contain;
}

/***************************
// End Breadcrumb
***************************/

hr.pink {
    border: none;
    border-top: 1px solid var(--color-EBA68B);
    width: 100%;
    margin: 0;
    opacity: 1;
    margin-top: 1rem;
}

.custom-list-bloom {
    list-style: none;
    padding-left: 0;
}

.custom-list-bloom li {
    position: relative;
    padding-left: 36px;
    margin-bottom: 14px;
}

.custom-list-bloom li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    width: 24px;
    height: 24px;
    background-image: url('../../assets/images/icons/bloom.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

/***************************
// Working Hours Section
***************************/

.working-hours-section {
    padding-top: 3rem;
}

.working-hours-card {
    background: #FFEBE399;
    border-radius: 20px;
    padding: 2rem 1.5rem;
    text-align: center;
    min-width: 180px;
    min-height: 90px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
    height: 100%;
}

@media (max-width: 991px) {
    .working-hours-card {
        min-width: unset;
    }
}

@media (max-width: 600px) {
    .working-hours-card {
        min-width: unset;
        padding: 1.5rem 1rem;
    }
}

/***************************
// End Working Hours Section
***************************/

/***************************
// Structure Section
***************************/

.structure-list {
    display: flex;
    flex-direction: column;
    gap: 32px;
    margin-top: 40px;
}

/* Eredeti desktop layout */
.structure-desktop {
    display: flex;
    align-items: center;
    gap: 32px;
}
.structure-desktop .structure-icon {
    flex: 0 0 116px;
    width: calc(116px * 0.8);
    height: calc(116px * 0.8);
    object-fit: contain;
    margin-top: 4px;
}
.structure-desktop .structure-content {
    flex: 1;
}

/* Mobil layout */
.structure-mobile {
    display: none;
}

/* Mobil nézet - kisebb képernyők (max 767px) */
@media (max-width: 767.98px) {
    .structure-desktop {
        display: none !important;
    }
    .structure-mobile {
        display: flex !important;
        flex-direction: column;
        gap: 0;
        margin-bottom: 0;
    }
    .structure-header {
        display: flex;
        align-items: center;
        gap: 16px;
    }
    .structure-icon {
        width: 60px !important;
        height: 60px !important;
        margin-top: 0 !important;
    }
    .structure-title {
        font-size: 18px !important;
        line-height: 1.2 !important;
        margin: 0;
    }
    .structure-desc {
        margin-top: 8px;
        margin-left: 0;
    }
}

/***************************
// End Structure Section
***************************/

.about-us {
    padding-top: 6rem;
    padding-bottom: 6rem;
}



/***************************
// Blog List Section
***************************/

.blog-list {
    padding-bottom: 6rem;
}

.blog-list .image-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.blog-list .image-wrapper img {
    width: 100%;
    height: 300px;
    border-radius: 20px;
    object-fit: cover;
    display: block;
}

.blog-list .card {
    height: 100%;
}

/***************************
// End Blog List Section
***************************/

/***************************
// Pagination Bar
***************************/
.pagination-bar {
    padding-top: 3rem;
}

.pagination-wrapper {
    position: relative;
}

.pagination-line {
    top: -10px;
    height: 0.5px;
    background-color: #9C8A8A;
    z-index: 1;
}

.pagination-numbers {
    position: relative;
    z-index: 2;
}

.pagination-list {
    display: flex;
    padding: 0;
}

.pagination-number {
    text-decoration: none;
    position: relative;
}

.pagination-number.active {
    color: var(--color-E68864);
}

.pagination-prev,
.pagination-next {
    text-decoration: none;
    color: var(--color-E68864);
    z-index: 2;
}

.pagination-prev.disabled img,
.pagination-next.disabled img {
    filter: grayscale(1);
}

.pagination-prev.disabled,
.pagination-next.disabled {
    color: #9C8A8A !important;
    pointer-events: none;
    cursor: default;
}

.pagination-next img {
    transform: rotate(180deg);
}

/***************************
// End Pagination Bar
***************************/

/***************************
// Contact Page
***************************/
.contact-page {
    padding-top: 6rem;
    padding-bottom: 6rem;
}

.contact-page .custom-radio-label input[type="radio"] {
    display: none;
}

.contact-page .custom-radio-icon {
    display: inline-block;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 1px solid #C4C4C4;
    background: none;
    position: relative;
}

.contact-page .custom-radio-label input[type="radio"]:checked+.custom-radio-icon {
    border: none;
    background: url('../../assets/images/icons/bloom-black.svg') center center no-repeat;
    background-size: 14px 14px;
    border: 1px solid #C4C4C4;
}

.contact-page .form-control {
    border-radius: 6px;
    border-width: 1px;
    padding-top: 12px;
    padding-right: 20px;
    padding-bottom: 12px;
    padding-left: 20px;
    gap: 10px;
    border: 1px solid #C4C4C4;
}

.contact-page textarea.form-control {
    min-height: 134px;
    resize: vertical;
}

.contact-page .form-control:focus {
    outline: none;
    box-shadow: none;
    border-color: inherit;
}

.contact-page .form-control::placeholder {
    color: #828282;
}

.contact-page .form-check-input[type=checkbox] {
    background: #EBA68B12;
    border: 1px solid var(--color-EBA68B);
    width: 24px;
    height: 24px;
    border-width: 1px;
}

.contact-page .form-check-input[type=checkbox]:checked {
    background: var(--color-EBA68B);
    border: 1px solid var(--color-EBA68B);
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 8.5L7 11.5L12 5.5' stroke='%23FFFFFF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 70% 70%;
}

/***************************
// End Contact Page
***************************/


.custom-list ul {
    list-style-type: disc;
    padding-left: 1.5em;
}

.custom-list ol>li {
    font-weight: 700 !important;
    margin-bottom: 1em;
}

.custom-list ol {
    font-weight: 700 !important;
}

.custom-list ol>li>ul {
    margin-top: 0.5em;
}