:root {
    --alt-ink: #1f2522;
    --alt-ink-soft: #4c5650;
    --alt-paper: #fbfaf7;
    --alt-mist: #e8efe9;
    --alt-blush: #ead2ce;
    --alt-sage: #667766;
    --alt-gold: #b99355;
    --alt-line: rgba(31, 37, 34, 0.12);
    --alt-shadow: 0 22px 60px rgba(31, 37, 34, 0.16);
}

html {
    background: var(--alt-paper);
    overflow-x: hidden;
}

body.main-layout {
    background:
        linear-gradient(180deg, rgba(232, 239, 233, 0.55), rgba(251, 250, 247, 0.2) 360px),
        var(--alt-paper);
    color: var(--alt-ink);
    font-family: "Rubik", Arial, sans-serif !important;
    overflow-x: hidden;
}

.loader_bg {
    display: none !important;
}

.container {
    max-width: 1180px;
}

.header {
    position: sticky;
    top: 0;
    z-index: 1000;
    height: auto;
    padding: 10px 42px;
    background: rgba(251, 250, 247, 0.92);
    border-bottom: 1px solid rgba(31, 37, 34, 0.09);
    box-shadow: 0 12px 36px rgba(31, 37, 34, 0.07);
    backdrop-filter: blur(20px);
}

.header .container-fluid {
    max-width: 1320px;
    margin: 0 auto;
}

.header .row {
    align-items: center;
    min-height: 74px;
}

.logo img {
    max-height: 72px !important;
}

.logo::before {
    display: none;
}

.navigation.navbar {
    justify-content: center;
    padding: 0;
    min-height: 48px;
}

.navigation.navbar-dark .navbar-nav {
    gap: 4px;
    align-items: center;
    padding: 6px;
    border: 1px solid rgba(31, 37, 34, 0.08);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.58);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72);
}

.navigation.navbar-dark .navbar-nav .nav-link {
    color: var(--alt-ink) !important;
    border-radius: 999px !important;
    padding: 8px 16px !important;
    font-size: 15px !important;
    line-height: 1.2;
    background: transparent !important;
    transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.navigation.navbar-dark .navbar-nav .nav-link:hover,
.navigation.navbar-dark .navbar-nav .active > .nav-link {
    color: #fff !important;
    background: var(--alt-sage) !important;
    transform: translateY(-1px);
}

.menu_actions {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
}

.menu_call,
.menu_social {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    border-radius: 999px;
    text-decoration: none !important;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.menu_call {
    gap: 8px;
    padding: 0 18px;
    background: var(--alt-ink);
    color: #fff !important;
    font-size: 14px;
    font-weight: 800;
    box-shadow: 0 12px 28px rgba(31, 37, 34, 0.16);
}

.menu_call i {
    color: var(--alt-blush);
}

.menu_social {
    width: 42px;
    color: var(--alt-ink) !important;
    border: 1px solid rgba(31, 37, 34, 0.12);
    background: rgba(255, 255, 255, 0.66);
}

.menu_call:hover,
.menu_social:hover {
    transform: translateY(-2px);
    box-shadow: 0 16px 34px rgba(31, 37, 34, 0.18);
}

.menu_call:hover {
    background: var(--alt-sage);
}

.menu_social:hover {
    background: #fff;
}

.hero {
    min-height: 78vh;
    padding: 96px 0 88px !important;
    background:
        linear-gradient(90deg, rgba(31, 37, 34, 0.88) 0%, rgba(31, 37, 34, 0.58) 46%, rgba(31, 37, 34, 0.16) 100%),
        url("../images/pexels-n-voitkevich-5128270.jpg") center / cover no-repeat !important;
    isolation: isolate;
}

.hero::before {
    inset: auto 0 0 0 !important;
    width: 100% !important;
    height: 36% !important;
    background: linear-gradient(0deg, rgba(31, 37, 34, 0.82), rgba(31, 37, 34, 0)) !important;
    filter: none !important;
    z-index: -1;
}

.hero .container {
    position: relative;
    z-index: 2;
}

.hero .row {
    gap: 28px 0;
}

.hero-title {
    max-width: 720px;
    color: #fff;
    font-size: clamp(42px, 6vw, 84px) !important;
    line-height: 1.02 !important;
    letter-spacing: 0 !important;
    text-wrap: balance;
}

.hero-sub {
    max-width: 620px;
    color: rgba(255, 255, 255, 0.88);
    font-size: 21px !important;
    line-height: 1.75;
}

.hero-name {
    text-align: right !important;
    margin-bottom: 26px !important;
}

.hero-name::after {
    margin-right: 0 !important;
    margin-left: auto !important;
    background: var(--alt-blush) !important;
}

.hero-name img {
    width: min(440px, 88vw);
    filter: drop-shadow(0 12px 22px rgba(0, 0, 0, 0.22));
}

.hero-actions {
    margin-top: 34px !important;
}

.btn-primary,
.read_more,
.send_btn {
    min-height: 48px;
    border: 0 !important;
    border-radius: 999px !important;
    background: var(--alt-blush) !important;
    color: var(--alt-ink) !important;
    box-shadow: 0 14px 34px rgba(234, 210, 206, 0.28);
    font-weight: 700 !important;
}

.btn-primary:hover,
.read_more:hover,
.send_btn:hover {
    background: #f1dfdc !important;
    color: var(--alt-ink) !important;
    transform: translateY(-2px);
}

.btn-ghost {
    min-height: 48px;
    border-radius: 999px !important;
    border-color: rgba(255, 255, 255, 0.58) !important;
    color: #fff !important;
    background: rgba(255, 255, 255, 0.08) !important;
    backdrop-filter: blur(10px);
}

.btn-ghost:hover {
    background: rgba(255, 255, 255, 0.18) !important;
    color: #fff !important;
}

.hero-badges {
    margin-top: 26px !important;
}

.hero-badge {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.18) !important;
    background: rgba(255, 255, 255, 0.10) !important;
    border-radius: 999px !important;
}

.hero-image {
    max-width: 390px;
    margin: 0 auto;
    clip-path: none !important;
    border: 10px solid rgba(255, 255, 255, 0.72);
    border-radius: 8px;
    box-shadow: var(--alt-shadow) !important;
    transform: rotate(-2deg);
    background: #fff;
}

.hero-image img {
    aspect-ratio: 4 / 5;
    object-fit: cover;
    mask-image: none !important;
    -webkit-mask-image: none !important;
}

.titlepage {
    padding-bottom: 34px;
}

.titlepage h2 {
    color: var(--alt-ink) !important;
    font-size: clamp(32px, 4vw, 52px) !important;
    line-height: 1.12 !important;
    font-weight: 800 !important;
}

.titlepage h2::after {
    content: "";
    display: block;
    width: 76px;
    height: 3px;
    margin: 16px auto 0;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--alt-sage), var(--alt-blush), var(--alt-gold));
}

.we_do,
.about,
.steps-flow,
.portfolio,
.contact {
    padding: 86px 0 !important;
}

.slin::before,
.slin2::before,
.contact::before {
    display: none !important;
}

.we_do {
    background: var(--alt-paper) !important;
}

.we_do .row .row {
    row-gap: 24px;
}

.we_do .col-md-3 > div {
    height: 100%;
    padding: 26px 22px;
    background: #fff;
    border: 1px solid var(--alt-line);
    border-radius: 8px;
    box-shadow: 0 14px 40px rgba(31, 37, 34, 0.07);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.we_do .col-md-3 > div:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 48px rgba(31, 37, 34, 0.12);
}

.we_do i {
    display: grid;
    width: 70px;
    height: 70px;
    margin: 0 0 18px auto;
    place-items: center;
    border-radius: 50%;
    background: var(--alt-mist);
}

.we_do i img {
    max-width: 42px;
    max-height: 42px;
}

.we_do h3 {
    margin-bottom: 12px;
    color: var(--alt-ink);
    font-size: 20px;
    font-weight: 800;
}

.we_do p,
.about p,
.steps-flow p,
.portfolio p {
    color: var(--alt-ink-soft) !important;
    font-size: 16px;
    line-height: 1.85;
}

.services-modern {
    position: relative;
    overflow: hidden;
    background:
        linear-gradient(180deg, #fbfaf7 0%, rgba(232, 239, 233, 0.82) 54%, #fff 100%) !important;
}

.services-modern::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        linear-gradient(90deg, rgba(31, 37, 34, 0.045) 1px, transparent 1px),
        linear-gradient(0deg, rgba(31, 37, 34, 0.035) 1px, transparent 1px);
    background-size: 70px 70px;
    mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.42), transparent 75%);
}

.services-modern .container {
    position: relative;
    z-index: 1;
}

.services-heading {
    max-width: 760px;
    margin: 0 auto 34px;
    text-align: center;
}

.services-kicker,
.service-tag,
.service-spotlight-copy span {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    border-radius: 999px;
    font-weight: 900;
}

.services-kicker {
    margin-bottom: 14px;
    padding: 7px 14px;
    border: 1px solid rgba(102, 119, 102, 0.2);
    background: rgba(255, 255, 255, 0.74);
    color: var(--alt-sage);
    font-size: 13px;
    text-transform: uppercase;
}

.services-heading h2 {
    margin: 0;
    color: var(--alt-ink) !important;
    font-size: clamp(36px, 5vw, 62px) !important;
    line-height: 1.05 !important;
    font-weight: 900 !important;
}

.services-heading h2::after {
    content: "";
    display: block;
    width: 84px;
    height: 3px;
    margin: 18px auto 0;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--alt-sage), var(--alt-blush), var(--alt-gold));
}

.services-heading p {
    max-width: 650px;
    margin: 18px auto 0 !important;
    color: var(--alt-ink-soft) !important;
    font-size: 18px !important;
    line-height: 1.8 !important;
}

.services-stage {
    display: grid;
    gap: 24px;
}

.service-spotlight {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
    overflow: hidden;
    min-height: 390px;
    border: 1px solid rgba(31, 37, 34, 0.1);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 30px 80px rgba(31, 37, 34, 0.12);
}

.service-spotlight-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: clamp(28px, 5vw, 56px);
    text-align: right;
}

.service-spotlight-copy span {
    margin-bottom: 16px;
    padding: 7px 12px;
    background: rgba(234, 210, 206, 0.48);
    color: var(--alt-ink);
    font-size: 13px;
}

.service-spotlight-copy h3 {
    max-width: 460px;
    margin: 0 0 16px;
    padding: 0;
    color: var(--alt-ink);
    font-size: clamp(28px, 3.6vw, 46px);
    line-height: 1.12;
    font-weight: 900;
}

.service-spotlight-copy p {
    max-width: 520px;
    margin: 0 0 24px !important;
    color: var(--alt-ink-soft) !important;
    font-size: 17px !important;
    line-height: 1.9 !important;
}

.service-spotlight-link {
    display: inline-flex;
    align-items: center;
    min-height: 46px;
    padding: 0 20px;
    border-radius: 999px;
    background: var(--alt-ink);
    color: #fff !important;
    font-weight: 900;
    text-decoration: none;
}

.service-spotlight-link:hover {
    background: var(--alt-sage);
}

.service-spotlight-media {
    position: relative;
    min-height: 390px;
    background: var(--alt-mist);
}

.service-spotlight-media::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.16), transparent 34%);
    pointer-events: none;
}

.service-spotlight-media img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.service-card {
    position: relative;
    min-height: 292px;
    padding: 22px 20px;
    overflow: hidden;
    border: 1px solid rgba(31, 37, 34, 0.1);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.86);
    box-shadow: 0 16px 42px rgba(31, 37, 34, 0.08);
    text-align: right;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.service-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(145deg, rgba(234, 210, 206, 0.25), transparent 46%);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s ease;
}

.service-card:hover {
    transform: translateY(-5px);
    border-color: rgba(102, 119, 102, 0.28);
    box-shadow: 0 24px 58px rgba(31, 37, 34, 0.14);
}

.service-card:hover::before {
    opacity: 1;
}

.service-card-media {
    position: relative;
    z-index: 1;
    display: grid;
    width: 82px;
    height: 82px;
    margin: 0 0 20px auto;
    place-items: center;
    border-radius: 24px;
    background: linear-gradient(145deg, #fff, var(--alt-mist));
    box-shadow: inset 0 0 0 1px rgba(31, 37, 34, 0.06);
}

.service-card-media img {
    width: 58px;
    height: 58px;
    object-fit: contain;
}

.service-tag {
    position: relative;
    z-index: 1;
    margin-bottom: 12px;
    padding: 5px 10px;
    background: rgba(102, 119, 102, 0.12);
    color: var(--alt-sage);
    font-size: 12px;
}

.service-card h3 {
    position: relative;
    z-index: 1;
    min-height: 48px;
    margin: 0 0 10px;
    padding: 0;
    color: var(--alt-ink) !important;
    font-size: 21px !important;
    line-height: 1.18;
    font-weight: 900;
}

.service-card p {
    position: relative;
    z-index: 1;
    margin: 0 !important;
    color: var(--alt-ink-soft) !important;
    font-size: 15px !important;
    line-height: 1.72 !important;
}

.service-card.is-featured {
    background:
        linear-gradient(145deg, rgba(31, 37, 34, 0.95), rgba(102, 119, 102, 0.92)),
        var(--alt-ink);
}

.service-card.is-featured .service-tag {
    background: rgba(255, 255, 255, 0.16);
    color: #fff;
}

.service-card.is-featured h3,
.service-card.is-featured p {
    color: #fff !important;
}

.service-card.is-featured p {
    opacity: 0.82;
}

.services-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 20px 24px;
    border: 1px solid rgba(31, 37, 34, 0.1);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.78);
    box-shadow: 0 18px 48px rgba(31, 37, 34, 0.08);
}

.services-cta p {
    margin: 0 !important;
    color: var(--alt-ink) !important;
    font-size: 17px !important;
    font-weight: 800;
}

.services-cta .read_more {
    flex: 0 0 auto;
    margin: 0 !important;
}

@media (max-width: 991px) {
    .service-spotlight {
        grid-template-columns: 1fr;
    }

    .service-spotlight-media {
        order: -1;
        min-height: 330px;
    }

    .services-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 575px) {
    .services-modern {
        padding-top: 68px !important;
        padding-bottom: 72px !important;
    }

    .services-heading {
        margin-bottom: 24px;
        text-align: right;
    }

    .services-heading h2::after {
        margin-right: 0;
        margin-left: auto;
    }

    .services-heading p {
        font-size: 16px !important;
    }

    .service-spotlight-copy {
        padding: 24px 20px;
    }

    .service-spotlight-media {
        min-height: 280px;
    }

    .services-grid {
        grid-template-columns: 1fr;
    }

    .service-card {
        min-height: 0;
        padding: 20px 18px;
    }

    .service-card h3 {
        min-height: 0;
    }

    .services-cta {
        display: grid;
        text-align: right;
    }

    .services-cta .read_more {
        width: 100%;
    }
}

.about {
    position: relative;
    overflow: hidden;
    background:
        linear-gradient(135deg, rgba(232, 239, 233, 0.96), #fff 54%, rgba(245, 236, 231, 0.92)) !important;
}

.about::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        linear-gradient(90deg, rgba(31, 37, 34, 0.04) 1px, transparent 1px),
        linear-gradient(0deg, rgba(31, 37, 34, 0.035) 1px, transparent 1px);
    background-size: 72px 72px;
    mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.42), transparent 72%);
}

.about .container {
    position: relative;
    z-index: 1;
}

.about-modern {
    row-gap: 42px;
}

.about-copy {
    max-width: 620px;
    margin-right: auto;
    padding: 0 !important;
}

.about-kicker {
    display: inline-flex;
    margin-bottom: 14px;
    padding: 7px 13px;
    border: 1px solid rgba(102, 119, 102, 0.20);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.62);
    color: var(--alt-sage);
    font-size: 14px;
    font-weight: 800;
}

.about-lead {
    margin-bottom: 20px !important;
    color: var(--alt-ink) !important;
    font-size: 20px !important;
    line-height: 1.8 !important;
    font-weight: 700 !important;
}

.about-lead span {
    display: block;
}

.about .titlepage {
    padding: 0;
}

.about .titlepage h2::after {
    margin-right: 0;
    margin-left: auto;
}

.about-highlights {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin: 28px 0 30px;
}

.about-highlight {
    min-height: 118px;
    padding: 18px 16px;
    border: 1px solid rgba(31, 37, 34, 0.10);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.72);
    box-shadow: 0 14px 36px rgba(31, 37, 34, 0.07);
}

.about-highlight strong,
.about-highlight span {
    display: block;
}

.about-highlight strong {
    margin-bottom: 8px;
    color: var(--alt-ink);
    font-size: 16px;
    font-weight: 900;
}

.about-highlight span {
    color: var(--alt-ink-soft);
    font-size: 14px;
    line-height: 1.65;
}

.about-actions {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
}

.about-link {
    display: inline-flex;
    align-items: center;
    min-height: 48px;
    padding: 0 18px;
    border: 1px solid rgba(31, 37, 34, 0.16);
    border-radius: 999px;
    color: var(--alt-ink) !important;
    background: rgba(255, 255, 255, 0.44);
    font-weight: 800;
}

.about-link:hover {
    background: #fff;
    color: var(--alt-sage) !important;
}

.about_img,
.about_img figure {
    margin: 0 !important;
}

.about-portrait {
    position: relative;
    max-width: 500px !important;
    margin-left: auto !important;
    margin-right: 0 !important;
}

.about-portrait figure {
    position: relative;
}

.about_img_inner {
    position: relative;
    overflow: hidden;
    border: 12px solid rgba(255, 255, 255, 0.78);
    border-radius: 8px;
    box-shadow: var(--alt-shadow);
    background: #fff;
}

.about_img_inner::after {
    content: "";
    position: absolute;
    inset: 0;
    border: 1px solid rgba(255, 255, 255, 0.45);
    pointer-events: none;
}

.about_img figure img,
.about_img img {
    width: 100%;
    aspect-ratio: 4 / 5;
    object-fit: cover;
    border-radius: 0 !important;
    box-shadow: none;
}

.about-portrait figcaption {
    position: absolute;
    right: -28px;
    bottom: 28px;
    max-width: 245px;
    padding: 16px 18px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 8px;
    background: rgba(31, 37, 34, 0.92);
    box-shadow: 0 18px 44px rgba(31, 37, 34, 0.22);
    color: #fff;
}

.about-portrait figcaption span,
.about-portrait figcaption strong {
    display: block;
}

.about-portrait figcaption span {
    color: rgba(255, 255, 255, 0.68);
    font-size: 13px;
    font-weight: 700;
}

.about-portrait figcaption strong {
    margin-top: 4px;
    color: #fff;
    font-size: 19px;
    line-height: 1.35;
    font-weight: 900;
}

.steps-flow {
    background: var(--alt-ink) !important;
}

.steps-flow .titlepage h2 {
    color: #fff !important;
}

.steps-flow .titlepage h2::after {
    background: linear-gradient(90deg, var(--alt-blush), var(--alt-gold));
}

.steps-list {
    display: grid !important;
    gap: 18px !important;
}

.step-row {
    display: grid !important;
    grid-template-columns: 112px 48px minmax(0, 1fr);
    align-items: center;
    gap: 22px;
    padding: 18px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.05);
}

.step-img img {
    width: 112px !important;
    height: 112px !important;
    object-fit: cover;
    border-radius: 8px;
}

.step-chip {
    display: grid !important;
    width: 48px !important;
    height: 48px !important;
    place-items: center;
    border-radius: 50%;
    background: var(--alt-blush) !important;
    color: var(--alt-ink) !important;
    font-weight: 800;
}

.step-content h3 {
    color: #fff !important;
    font-size: 22px;
    font-weight: 800;
}

.step-content p {
    color: rgba(255, 255, 255, 0.76) !important;
}

.microblading-journey {
    position: relative;
    overflow: hidden;
    padding: 104px 0 112px !important;
    background:
        linear-gradient(135deg, rgba(251, 250, 247, 0.98), rgba(232, 239, 233, 0.86) 52%, rgba(245, 236, 231, 0.94)) !important;
}

.microblading-journey::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        linear-gradient(90deg, rgba(31, 37, 34, 0.045) 1px, transparent 1px),
        linear-gradient(0deg, rgba(31, 37, 34, 0.035) 1px, transparent 1px);
    background-size: 72px 72px;
    mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.46), transparent 76%);
}

.microblading-journey .container {
    position: relative;
    z-index: 1;
}

.steps-head {
    max-width: 800px !important;
    margin: 0 auto 42px !important;
    text-align: center !important;
}

.steps-kicker {
    display: inline-flex;
    width: fit-content;
    margin-bottom: 14px;
    padding: 7px 14px;
    border: 1px solid rgba(102, 119, 102, 0.2);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.76);
    color: var(--alt-sage);
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
}

.steps-head h2 {
    margin: 0 !important;
    padding: 0 !important;
    color: var(--alt-ink) !important;
    font-size: clamp(36px, 5vw, 62px) !important;
    line-height: 1.05 !important;
    font-weight: 900 !important;
}

.steps-head h2::after {
    content: "";
    display: block;
    width: 86px;
    height: 3px;
    margin: 18px auto 0;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--alt-sage), var(--alt-blush), var(--alt-gold)) !important;
}

.steps-head p {
    max-width: 650px;
    margin: 18px auto 0 !important;
    color: var(--alt-ink-soft) !important;
    font-size: 18px !important;
    line-height: 1.85 !important;
}

.microblading-journey .steps-list {
    position: relative;
    display: grid !important;
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
    gap: 16px !important;
    max-width: none !important;
    margin: 0 !important;
}

.microblading-journey .steps-list::before {
    content: "";
    position: absolute;
    top: 106px;
    right: 8%;
    left: 8%;
    height: 2px;
    background: linear-gradient(90deg, transparent, rgba(102, 119, 102, 0.34), rgba(197, 160, 92, 0.4), transparent);
}

.microblading-journey .step-row {
    position: relative;
    display: grid !important;
    grid-template-columns: 1fr !important;
    align-content: start !important;
    gap: 0 !important;
    min-height: 520px;
    padding: 0 !important;
    overflow: hidden;
    border: 1px solid rgba(31, 37, 34, 0.11) !important;
    border-radius: 8px !important;
    background: rgba(255, 255, 255, 0.88) !important;
    box-shadow: 0 18px 48px rgba(31, 37, 34, 0.09);
    transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.microblading-journey .step-row:nth-child(even) {
    margin-top: 38px;
}

.microblading-journey .step-row:hover {
    transform: translateY(-6px);
    border-color: rgba(102, 119, 102, 0.26) !important;
    box-shadow: 0 28px 70px rgba(31, 37, 34, 0.14);
}

.microblading-journey .step-img {
    display: grid !important;
    width: 100% !important;
    min-height: 210px;
    padding: 22px;
    place-items: center;
    background:
        radial-gradient(circle at 24% 20%, rgba(234, 210, 206, 0.58), transparent 38%),
        linear-gradient(145deg, #fff, rgba(232, 239, 233, 0.72));
}

.microblading-journey .step-img img {
    width: min(176px, 78%) !important;
    height: 176px !important;
    object-fit: contain !important;
    border-radius: 0 !important;
    filter: drop-shadow(0 18px 24px rgba(31, 37, 34, 0.12));
    mix-blend-mode: normal;
}

.microblading-journey .step-content {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
    min-height: 310px;
    padding: 24px 22px 26px !important;
    text-align: right !important;
}

.microblading-journey .step-chip {
    display: inline-flex !important;
    width: auto !important;
    height: auto !important;
    min-width: 52px;
    margin: 0 0 16px !important;
    padding: 7px 12px;
    place-items: initial !important;
    border-radius: 999px !important;
    background: var(--alt-ink) !important;
    color: #fff !important;
    font-size: 13px;
    font-weight: 900;
    line-height: 1;
}

.microblading-journey .step-content h3 {
    margin: 0 0 12px !important;
    padding: 0 !important;
    color: var(--alt-ink) !important;
    font-size: 23px !important;
    line-height: 1.18 !important;
    font-weight: 900 !important;
    text-align: right !important;
}

.microblading-journey .step-content p {
    margin: 0 !important;
    color: var(--alt-ink-soft) !important;
    font-size: 15px !important;
    line-height: 1.78 !important;
    text-align: right !important;
}

.step-note {
    margin-top: auto;
    padding-top: 18px;
    color: var(--alt-sage);
    font-size: 13px;
    font-weight: 900;
}

.step-note::before {
    content: "";
    display: block;
    width: 42px;
    height: 2px;
    margin-bottom: 10px;
    border-radius: 999px;
    background: var(--alt-gold);
}

.steps-summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    max-width: 960px;
    margin: 34px auto 0;
    padding: 22px 26px;
    border: 1px solid rgba(31, 37, 34, 0.1);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.76);
    box-shadow: 0 18px 48px rgba(31, 37, 34, 0.08);
    text-align: right;
}

.steps-summary strong,
.steps-summary span {
    display: block;
}

.steps-summary strong {
    flex: 0 0 auto;
    color: var(--alt-ink);
    font-size: 19px;
    font-weight: 900;
}

.steps-summary span {
    color: var(--alt-ink-soft);
    font-size: 16px;
    line-height: 1.7;
}

@media (max-width: 1199px) {
    .microblading-journey .steps-list {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    }

    .microblading-journey .steps-list::before {
        display: none;
    }

    .microblading-journey .step-row:nth-child(even) {
        margin-top: 0;
    }
}

@media (max-width: 767px) {
    .microblading-journey {
        padding: 72px 0 76px !important;
    }

    .steps-head {
        margin-bottom: 28px !important;
        text-align: right !important;
    }

    .steps-head h2::after {
        margin-right: 0;
        margin-left: auto;
    }

    .steps-head p {
        font-size: 16px !important;
    }

    .microblading-journey .steps-list {
        grid-template-columns: 1fr !important;
    }

    .microblading-journey .step-row {
        min-height: 0;
    }

    .microblading-journey .step-img {
        min-height: 188px;
        padding: 18px;
    }

    .microblading-journey .step-img img {
        width: min(150px, 70%) !important;
        height: 150px !important;
    }

    .microblading-journey .step-content {
        min-height: 0;
        padding: 22px 20px 24px !important;
    }

    .steps-summary {
        display: grid;
        padding: 20px;
    }
}

.portfolio {
    background: #fff !important;
}

.portfolio .titlepage {
    max-width: 720px;
    margin: 0 auto;
}

.portfolio-scroll {
    gap: 16px !important;
    padding: 4px 4px 26px !important;
}

.portfolio-item {
    flex: 0 0 min(320px, 78vw) !important;
    border-radius: 8px !important;
    overflow: hidden;
    box-shadow: 0 12px 34px rgba(31, 37, 34, 0.1);
    position: relative;
    background: #f7f5f2 !important;
    border: 1px solid rgba(31, 37, 34, 0.08) !important;
}

.portfolio-item img {
    width: 100%;
    aspect-ratio: 4 / 5;
    object-fit: cover;
    transition: transform 0.28s ease;
}

.portfolio-item:hover img {
    transform: scale(1.04);
}

.portfolio-item::after {
    content: "צפייה";
    position: absolute;
    right: 14px;
    bottom: 14px;
    padding: 7px 12px;
    border-radius: 999px;
    background: rgba(31, 37, 34, 0.84);
    color: #fff;
    font-size: 13px;
    font-weight: 800;
    opacity: 0;
    transform: translateY(8px);
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.portfolio-item:hover::after {
    opacity: 1;
    transform: translateY(0);
}

.scroll-btn {
    background: var(--alt-ink) !important;
    color: #fff !important;
    box-shadow: 0 12px 30px rgba(31, 37, 34, 0.18);
}

.contact {
    position: relative;
    overflow: hidden;
    background:
        linear-gradient(180deg, rgba(251, 250, 247, 0.96), rgba(232, 239, 233, 0.96)) !important;
}

.contact::after {
    content: "";
    position: absolute;
    left: -180px;
    top: 120px;
    width: 480px;
    height: 480px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(234, 210, 206, 0.28), rgba(234, 210, 206, 0) 62%);
    pointer-events: none;
}

.contact .container {
    position: relative;
    z-index: 1;
}

.contact-shell {
    display: grid;
    gap: 28px;
}

.contact-intro {
    max-width: 720px;
    margin: 0 auto;
    text-align: center;
}

.contact-kicker {
    display: inline-flex;
    margin-bottom: 14px;
    padding: 7px 13px;
    border: 1px solid rgba(102, 119, 102, 0.20);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.68);
    color: var(--alt-sage);
    font-size: 14px;
    font-weight: 900;
}

.contact-intro h2 {
    margin: 0;
    padding: 0;
    color: var(--alt-ink);
    font-size: clamp(36px, 5vw, 58px);
    line-height: 1.08;
    font-weight: 900;
}

.contact-intro h2::after {
    content: "";
    display: block;
    width: 76px;
    height: 3px;
    margin: 18px auto 16px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--alt-sage), var(--alt-blush), var(--alt-gold));
}

.contact-intro p {
    max-width: 580px;
    margin: 0 auto;
    color: var(--alt-ink-soft) !important;
    font-size: 17px;
    line-height: 1.85;
}

.contact-grid {
    display: grid;
    grid-template-columns: minmax(280px, 0.85fr) minmax(0, 1.25fr);
    gap: 22px;
    align-items: stretch;
}

.contact-info,
.contact-form-card,
.contact-map-card {
    border: 1px solid var(--alt-line);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.84);
    box-shadow: 0 18px 48px rgba(31, 37, 34, 0.09);
    direction: rtl;
    text-align: right;
}

.contact-info {
    display: grid;
    gap: 12px;
    align-content: start;
    padding: 24px;
}

.contact-info-card {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 14px;
    min-height: 78px;
    padding: 14px;
    border: 1px solid rgba(31, 37, 34, 0.09);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.72);
}

.contact-info-card.featured {
    background: var(--alt-ink);
}

.contact-info-card i {
    display: grid;
    flex: 0 0 44px;
    width: 44px;
    height: 44px;
    place-items: center;
    border-radius: 50%;
    background: var(--alt-mist);
    color: var(--alt-sage);
    font-size: 18px;
}

.contact-info-card.featured i {
    background: rgba(234, 210, 206, 0.16);
    color: var(--alt-blush);
}

.contact-info-card span,
.contact-info-card a {
    display: block;
    text-align: right;
}

.contact-info-card span {
    margin-bottom: 3px;
    color: rgba(31, 37, 34, 0.58);
    font-size: 13px;
    font-weight: 800;
}

.contact-info-card a {
    color: var(--alt-ink) !important;
    font-size: 16px;
    font-weight: 900;
    line-height: 1.45;
    text-decoration: none !important;
}

.contact-info-card.featured span {
    color: rgba(255, 255, 255, 0.62);
}

.contact-info-card.featured a {
    color: #fff !important;
}

.contact-note {
    margin-top: 8px;
    padding: 20px;
    border-radius: 8px;
    background: linear-gradient(135deg, rgba(232, 239, 233, 0.88), rgba(245, 236, 231, 0.7));
}

.contact-note strong {
    display: block;
    margin-bottom: 8px;
    color: var(--alt-ink);
    font-size: 18px;
    line-height: 1.4;
}

.contact-note p {
    color: var(--alt-ink-soft) !important;
    font-size: 15px;
    line-height: 1.75;
}

.main_form {
    padding: 30px;
    border: 1px solid var(--alt-line);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.84);
    box-shadow: 0 18px 48px rgba(31, 37, 34, 0.09);
}

.contact-form-card {
    margin: 0;
}

.form-heading {
    margin-bottom: 18px;
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(31, 37, 34, 0.09);
    text-align: right;
}

.form-heading h3 {
    margin: 0;
    padding: 0 0 6px;
    color: var(--alt-ink);
    font-size: 24px;
    font-weight: 900;
}

.form-heading p {
    color: var(--alt-ink-soft) !important;
    font-size: 15px;
    line-height: 1.6;
}

.contact-form-card label {
    display: block;
    margin-bottom: 7px;
    color: rgba(31, 37, 34, 0.72);
    font-size: 14px;
    font-weight: 900;
    text-align: right;
}

.contactus,
.textarea {
    direction: rtl;
    text-align: right;
    height: auto !important;
    min-height: 54px;
    margin-bottom: 14px !important;
    border: 1px solid rgba(31, 37, 34, 0.13) !important;
    border-radius: 8px !important;
    background: #fff !important;
    color: var(--alt-ink) !important;
    box-shadow: none !important;
    font-size: 16px !important;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.phone-input {
    direction: rtl !important;
    text-align: right !important;
}

.contactus:focus,
.textarea:focus {
    border-color: rgba(102, 119, 102, 0.48) !important;
    background: #fff !important;
    box-shadow: 0 0 0 4px rgba(102, 119, 102, 0.10) !important;
}

.textarea {
    min-height: 130px;
    resize: vertical;
}

.send_btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    min-height: 54px;
    font-size: 16px;
}

.map_main {
    margin-top: 0;
    border-top: 0;
}

.contact-map-card {
    overflow: hidden;
    padding: 12px;
}

.map-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 8px 8px 16px;
}

.map-meta span {
    color: var(--alt-sage);
    font-size: 14px;
    font-weight: 900;
}

.map-meta strong {
    color: var(--alt-ink);
    font-size: 17px;
}

.map-responsive {
    overflow: hidden;
    border-radius: 8px;
    background: var(--alt-mist);
}

.map-responsive iframe {
    display: block;
    min-height: 360px;
    filter: saturate(0.8) contrast(0.95);
}

.site-footer .footer {
    position: relative;
    overflow: hidden;
    padding: 72px 0 0 !important;
    background:
        linear-gradient(135deg, rgba(23, 32, 28, 0.98), rgba(31, 37, 34, 0.96)),
        #17201c !important;
    color: #fff;
}

.site-footer .footer::before {
    content: "";
    position: absolute;
    top: -240px;
    right: -160px;
    width: 520px;
    height: 520px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(234, 210, 206, 0.16), rgba(234, 210, 206, 0) 66%);
    pointer-events: none;
}

.site-footer .footer::after {
    content: "";
    position: absolute;
    inset: auto -10% 0 -10%;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(185, 147, 85, 0.7), transparent);
    pointer-events: none;
}

.site-footer .footer .container {
    position: relative;
    z-index: 1;
    max-width: 1180px;
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.site-footer .footer-inner {
    padding: 28px;
    border: 1px solid rgba(255, 255, 255, 0.10);
    border-radius: 8px;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.03));
    box-shadow: 0 26px 70px rgba(0, 0, 0, 0.20);
}

.site-footer .footer-topline {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin-bottom: 30px;
    padding-bottom: 28px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}

.site-footer .footer-chip {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
    min-height: 58px;
    padding: 10px 14px;
    border: 1px solid rgba(255, 255, 255, 0.10);
    border-radius: 8px !important;
    background: rgba(255, 255, 255, 0.06) !important;
    color: rgba(255, 255, 255, 0.88) !important;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none !important;
}

.site-footer .footer-chip i {
    display: grid;
    flex: 0 0 38px;
    width: 38px;
    height: 38px;
    place-items: center;
    border-radius: 50%;
    background: rgba(234, 210, 206, 0.14);
    color: var(--alt-blush);
}

.site-footer .footer-chip:hover {
    transform: translateY(-2px);
    border-color: rgba(234, 210, 206, 0.32);
    background: rgba(255, 255, 255, 0.09) !important;
    color: #fff !important;
}

.site-footer .footer-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.3fr) minmax(180px, 0.75fr) minmax(220px, 0.9fr);
    gap: 34px;
    align-items: start;
}

.site-footer .footer-brand img {
    width: 190px;
    max-width: 76%;
    margin-bottom: 22px;
    filter: brightness(1.25);
}

.site-footer .footer-brand p,
.site-footer .footer-services li,
.site-footer .footer-nav a {
    color: rgba(255, 255, 255, 0.74) !important;
}

.site-footer .footer-brand p {
    max-width: 470px;
    margin-bottom: 24px;
    font-size: 16px;
    line-height: 1.9;
}

.site-footer h3 {
    margin: 0 0 18px;
    padding: 0 0 14px;
    color: #fff !important;
    font-size: 19px;
    font-weight: 900;
}

.site-footer h3::after {
    content: "";
    display: block;
    width: 42px;
    height: 2px;
    margin-top: 12px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--alt-blush), var(--alt-gold));
}

.site-footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.site-footer .footer-links2,
.site-footer .footer-services ul {
    display: grid;
    gap: 11px;
}

.site-footer .footer-links2 a,
.site-footer .footer-services li {
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 28px;
    font-size: 15px;
    line-height: 1.5;
}

.site-footer .footer-links2 a::before,
.site-footer .footer-services li::before {
    content: "";
    flex: 0 0 7px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--alt-blush);
    opacity: 0.9;
}

.site-footer .footer-links2 a:hover {
    color: #fff !important;
    transform: translateX(-3px);
}

.site-footer .footer-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 0 20px;
    border-radius: 999px;
    background: var(--alt-blush);
    color: var(--alt-ink) !important;
    font-weight: 900;
    text-decoration: none !important;
    box-shadow: 0 16px 34px rgba(234, 210, 206, 0.18);
}

.site-footer .footer-cta:hover {
    background: #f1dfdc;
    transform: translateY(-2px);
}

.site-footer .copyright {
    margin-top: 32px;
    padding: 16px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(0, 0, 0, 0.18) !important;
}

.site-footer .footer-credit {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    color: rgba(255, 255, 255, 0.62);
    font-size: 14px;
}

.site-footer .footer-credit a {
    color: var(--alt-blush) !important;
    font-weight: 800;
    text-decoration: none !important;
}

.site-footer .footer-credit a:hover {
    color: #fff !important;
}

.site-footer .footer-admin-link {
    color: rgba(255, 255, 255, 0.42) !important;
    font-size: 12px;
    font-weight: 600;
}

.site-footer .footer-admin-link:hover {
    color: rgba(255, 255, 255, 0.75) !important;
}

@media (max-width: 991px) {
    .header {
        padding: 12px 18px;
    }

    .header .row {
        min-height: 68px;
    }

    .menu_actions {
        display: none;
    }

    .navigation .navbar-collapse {
        background: rgba(31, 37, 34, 0.96) !important;
        border: 1px solid rgba(255, 255, 255, 0.12);
        border-radius: 14px;
        margin-top: 14px !important;
        margin-right: 0 !important;
        box-shadow: var(--alt-shadow);
        overflow: hidden;
    }

    .navigation.navbar-dark .navbar-nav {
        align-items: stretch;
        gap: 0;
        padding: 10px;
        border: 0;
        border-radius: 0;
        background: transparent;
        box-shadow: none;
    }

    .navigation.navbar-dark .navbar-nav .nav-link {
        color: #fff !important;
        text-align: right;
        padding: 13px 14px !important;
        border-radius: 10px !important;
    }

    .navigation.navbar-dark .navbar-nav .nav-link:hover,
    .navigation.navbar-dark .navbar-nav .active > .nav-link {
        background: rgba(255, 255, 255, 0.12) !important;
        color: #fff !important;
        transform: none;
    }

    .hero {
        min-height: auto;
        padding: 68px 0 60px !important;
        background:
            linear-gradient(180deg, rgba(31, 37, 34, 0.86), rgba(31, 37, 34, 0.54)),
            url("../images/pexels-n-voitkevich-5128270.jpg") center / cover no-repeat !important;
    }

    .hero-image {
        max-width: 310px;
        transform: none;
    }

    .we_do,
    .about,
    .steps-flow,
    .portfolio,
    .contact {
        padding: 58px 0 !important;
    }

    .about-copy {
        max-width: none;
        margin: 0 auto;
    }

    .about-highlights {
        grid-template-columns: 1fr;
    }

    .about-portrait {
        max-width: 420px !important;
        margin: 0 auto !important;
    }

    .about-portrait figcaption {
        right: 18px;
        bottom: 18px;
    }

    .contact-grid {
        grid-template-columns: 1fr;
    }

    .contact-info {
        order: 2;
    }

    .contact-form-card {
        order: 1;
    }

    .step-row {
        grid-template-columns: 86px 40px minmax(0, 1fr);
        gap: 14px;
    }

    .step-img img {
        width: 86px !important;
        height: 86px !important;
    }

    .step-chip {
        width: 40px !important;
        height: 40px !important;
    }

    .site-footer .footer {
        padding-top: 52px !important;
    }

    .site-footer .footer-inner {
        padding: 22px;
    }

    .site-footer .footer-topline,
    .site-footer .footer-grid {
        grid-template-columns: 1fr;
    }

    .site-footer .footer-brand p {
        max-width: none;
    }

    .site-footer .footer-credit {
        flex-direction: column;
        text-align: center;
    }
}

@media (max-width: 575px) {
    .header {
        padding: 12px 12px;
    }

    .header .container-fluid {
        padding-left: 0;
        padding-right: 0;
    }

    .logo_section {
        max-width: 76%;
        flex: 0 0 76%;
    }

    .header .col-xl-6 {
        max-width: 24%;
        flex: 0 0 24%;
    }

    .logo img {
        max-height: 68px !important;
    }

    .navbar-toggler {
        position: relative;
        transform: translateX(-12px);
        float: none !important;
        width: 44px;
        height: 44px;
        margin: 0 0 0 auto;
        padding: 8px;
        border: 1px solid rgba(31, 37, 34, 0.12);
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.78);
        box-shadow: 0 10px 22px rgba(31, 37, 34, 0.08);
    }

    .navigation .navbar-collapse {
        right: 0;
        left: 0;
        width: calc(100vw - 24px) !important;
    }

    .hero {
        overflow: hidden;
    }

    .hero .container {
        padding-left: 16px;
        padding-right: 16px;
    }

    .hero .row {
        margin-left: 0;
        margin-right: auto;
    }

    .hero [class*="col-"] {
        max-width: 100%;
        flex: 0 0 100%;
        padding-left: 0;
        padding-right: 0;
    }

    .hero .col-lg-7 {
        overflow: hidden;
    }

    .hero-name {
        text-align: center !important;
    }

    .hero-name::after {
        margin-right: auto !important;
    }

    .hero-name img {
        display: block;
        width: min(318px, 82vw);
        margin: 0 auto;
    }

    .hero-title {
        max-width: 350px;
        margin-right: auto;
        margin-left: auto;
        font-size: 34px !important;
        line-height: 1.16 !important;
        text-align: center !important;
    }

    .hero-sub {
        display: block;
        width: 280px !important;
        max-width: calc(100vw - 48px) !important;
        margin-right: auto;
        margin-left: auto;
        font-size: 16px !important;
        line-height: 1.65;
        overflow-wrap: anywhere;
        text-align: center !important;
        white-space: normal !important;
    }

    .hero-actions a {
        width: 100%;
        justify-content: center;
        text-align: center;
    }

    .hero-badge {
        width: 100%;
        justify-content: center;
        white-space: normal !important;
        text-align: center;
    }

    .we_do .col-md-3 > div {
        padding: 22px 18px;
    }

    .step-row {
        grid-template-columns: 1fr;
        text-align: right;
    }

    .step-img img {
        width: 100% !important;
        height: auto !important;
        aspect-ratio: 16 / 9;
    }

    .main_form {
        padding: 20px 16px;
    }

    .contact .container {
        padding-left: 0;
        padding-right: 0;
    }

    .contact {
        overflow-x: hidden;
    }

    .contact-shell,
    .contact-grid {
        direction: ltr;
        width: calc(100vw - 48px);
        max-width: 342px;
        margin-left: auto;
        margin-right: auto;
    }

    .contact-intro,
    .contact-info,
    .contact-form-card,
    .contact-map-card {
        direction: rtl;
    }

    .contact-intro p {
        max-width: 310px;
        font-size: 16px;
    }

    .contact-info,
    .contact-form-card,
    .contact-map-card {
        width: 100%;
        min-width: 0;
        max-width: 100%;
        overflow: hidden;
    }

    .contact-info {
        padding: 16px;
    }

    .contact-info-card {
        justify-content: center;
        text-align: center;
    }

    .contact-info-card a {
        overflow-wrap: anywhere;
    }

    .form-heading {
        text-align: center;
    }

    .contact-form-card .row {
        margin-left: 0;
        margin-right: 0;
    }

    .contact-form-card [class*="col-"] {
        max-width: 100%;
        flex: 0 0 100%;
        padding-left: 0;
        padding-right: 0;
    }

    .contactus,
    .textarea {
        width: 100% !important;
        max-width: 100%;
        min-width: 0;
    }

    .map-meta {
        display: grid;
        justify-items: center;
        text-align: center;
    }

    .map-responsive iframe {
        min-height: 280px;
    }

    .site-footer .footer {
        padding-top: 40px !important;
    }

    .site-footer .footer .container {
        max-width: 100%;
        padding-left: 16px !important;
        padding-right: 16px !important;
    }

    .site-footer .footer-inner {
        width: 100%;
        max-width: 100%;
        padding: 18px 16px;
        overflow: hidden;
    }

    .site-footer .footer-topline,
    .site-footer .footer-grid {
        width: 100%;
        min-width: 0;
    }

    .site-footer .footer-chip {
        width: 100%;
        min-width: 0;
        min-height: auto;
        padding: 12px;
        font-size: 14px;
        justify-content: center;
    }

    .site-footer .footer-chip span {
        min-width: 0;
        max-width: 100%;
        overflow-wrap: anywhere;
        text-align: center;
    }

    .site-footer .footer-grid > * {
        min-width: 0;
    }

    .site-footer .footer-brand,
    .site-footer .footer-nav,
    .site-footer .footer-services {
        width: 100%;
        max-width: 300px;
        margin-right: auto;
        margin-left: auto;
        text-align: center;
    }

    .site-footer h3::after {
        margin-right: auto;
        margin-left: auto;
    }

    .site-footer .footer-brand img {
        margin-right: auto;
        margin-left: auto;
    }

    .site-footer .footer-brand p {
        width: 100% !important;
        max-width: 300px !important;
        margin-right: auto;
        margin-left: auto;
        font-size: 15px;
        white-space: normal !important;
        overflow-wrap: normal;
    }

    .site-footer .footer-links2 a,
    .site-footer .footer-services li {
        justify-content: center;
    }

    .site-footer .footer-cta {
        width: 100%;
    }

    .about {
        overflow-x: hidden;
    }

    .about .container {
        padding-left: 16px;
        padding-right: 16px;
    }

    .about-modern {
        margin-left: 0;
        margin-right: 0;
        direction: ltr;
    }

    .about-modern [class*="col-"] {
        max-width: 100%;
        flex: 0 0 100%;
        padding-left: 0;
        padding-right: 0;
    }

    .about-copy,
    .about-portrait,
    .about-rtl .titlepage,
    .about-rtl p {
        direction: rtl;
        width: 100%;
        max-width: 100% !important;
        text-align: center;
        overflow-wrap: normal;
        word-break: normal;
    }

    .about .titlepage h2::after {
        margin-right: auto;
        margin-left: auto;
    }

    .about-lead {
        width: 286px !important;
        max-width: 286px !important;
        margin-right: auto !important;
        margin-left: auto !important;
        font-size: 18px !important;
        white-space: normal !important;
        word-break: normal;
    }

    .about-lead span {
        display: block;
        max-width: 100%;
        white-space: normal !important;
        overflow-wrap: normal;
        word-break: normal;
    }

    .about-copy p:not(.about-lead) {
        width: 286px !important;
        max-width: 286px;
        margin-right: auto !important;
        margin-left: auto !important;
        white-space: normal !important;
        overflow-wrap: normal;
        word-break: normal;
    }

    .about-actions a {
        width: 100%;
        justify-content: center;
        text-align: center;
    }

    .about-portrait {
        max-width: 100% !important;
    }

    .about_img_inner {
        border-width: 8px;
    }

    .about-portrait figcaption {
        position: static;
        max-width: none;
        margin-top: -6px;
        border-radius: 0 0 8px 8px;
    }
}
