/* Homepage-only alignment with the supplied Pixelr reference. */

:root {
    --larmoond-accent: #c9f31d;
    --larmoond-ink: #121212;
    --larmoond-muted: #656565;
    --larmoond-line: rgba(18, 18, 18, 0.14);
}

/* Keep the original Pixelr homepage sequence. The experimental blocks that
   preceded it remain available in the template but are intentionally hidden. */
.larmoond-template-about,
.larmoond-creative-works,
.larmoond-home-hero--legacy {
    display: none !important;
}

/* Header */
.header-3 .mega-menu-wrapper {
    margin-inline: clamp(24px, 5.65vw, 108px);
}

.header-3 .mega-menu-wrapper .header-main {
    gap: clamp(20px, 2vw, 38px);
    min-height: 118px;
    padding: 18px 0;
}

.header-3 .mega-menu-wrapper .header-main .hero-button {
    display: block;
}

.header-3 .mega-menu-wrapper .header-main .hero-button .solid-btn {
    display: inline-flex;
    min-width: auto;
    padding: 0;
    border: 0;
    background: transparent;
    color: var(--larmoond-ink);
    font-family: "Kanit", "Plus Jakarta Sans", sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase;
}

.header-3 .mega-menu-wrapper .header-main .hero-button .solid-btn::before,
.header-3 .mega-menu-wrapper .header-main .hero-button .solid-btn::after {
    display: none;
}

.header-3 .mega-menu-wrapper .header-main .header-right {
    gap: clamp(18px, 1.6vw, 30px);
}

.header-3 .main-header__search,
.header-3 .header__hamburger {
    display: none !important;
}

.header-3 .language-switcher-pixelr {
    position: relative;
    z-index: 10002;
    display: block !important;
}

.header-3 .language-switcher-pixelr details {
    position: relative;
}

.header-3 .language-switcher-pixelr__button {
    display: flex;
    width: 72px;
    height: 58px;
    align-items: center;
    justify-content: center;
    gap: 7px;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 999px;
    background: var(--larmoond-accent) !important;
    color: var(--larmoond-ink) !important;
    cursor: pointer;
    font-family: "Kanit", "Plus Jakarta Sans", sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    transition: transform 180ms ease, background-color 180ms ease;
}

.header-3 .language-switcher-pixelr__button:hover,
.header-3 .language-switcher-pixelr__button:focus-visible,
.header-3 .language-switcher-pixelr details[open] .language-switcher-pixelr__button {
    transform: translateY(-2px);
    background: #b8e30d !important;
}

.header-3 .language-switcher-pixelr__button i {
    font-size: 10px;
    transition: transform 180ms ease;
}

.header-3 .language-switcher-pixelr details[open] .language-switcher-pixelr__button i {
    transform: rotate(180deg);
}

.header-3 .language-switcher-pixelr__menu {
    top: calc(100% + 12px);
    right: auto;
    left: auto;
    inset-inline-start: auto;
    inset-inline-end: 0;
    min-width: 92px;
    padding: 9px;
    border: 1px solid var(--larmoond-line);
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 18px 50px rgba(18, 18, 18, 0.14);
    transform: translateY(8px);
}

.header-3 .language-switcher-pixelr details[open] .language-switcher-pixelr__menu,
.pixelr-rtl .header-3 .language-switcher-pixelr details[open] .language-switcher-pixelr__menu {
    transform: translateY(0);
}

.header-3 .language-switcher-pixelr__menu a {
    min-height: 38px;
    border-radius: 10px;
    font-weight: 700;
}

.header-3 .language-switcher-pixelr__menu a.is-active,
.header-3 .language-switcher-pixelr__menu a:hover {
    background: var(--larmoond-accent);
    color: var(--larmoond-ink);
}

@media (min-width: 1200px) {
    .header-3 .main-menu > nav > ul > li > .submenu {
        min-width: 300px;
        padding: 18px 0;
    }

    .header-3 .main-menu > nav > ul > li > .submenu > li + li {
        margin-top: 8px;
    }

    .header-3 .main-menu > nav > ul > li > .submenu > li > a {
        min-height: 52px;
        padding: 10px 28px 10px 34px;
        line-height: 1.4;
        white-space: normal;
    }

    .header-3 .main-menu .larmoond-services-nav-item > .submenu {
        min-width: 370px;
    }
}

.offcanvas-language-switcher {
    margin: 0 0 28px;
}

.offcanvas-language-switcher > span {
    display: block;
    margin-bottom: 10px;
    color: #8c8c8c;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.offcanvas-language-switcher > div {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.offcanvas-language-switcher a {
    display: inline-flex;
    min-height: 38px;
    align-items: center;
    padding: 7px 14px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 999px;
    color: #fff;
    font-size: 13px;
    text-decoration: none;
}

.offcanvas-language-switcher a.is-active,
.offcanvas-language-switcher a:hover {
    border-color: var(--larmoond-accent);
    background: var(--larmoond-accent);
    color: var(--larmoond-ink);
}

/* Hero */
.larmoond-index-hero {
    min-height: calc(100svh - 20px);
    padding-top: clamp(142px, 8.1vw, 155px) !important;
    padding-bottom: clamp(92px, 7.8vw, 150px) !important;
    background: #fff;
}

.larmoond-index-hero .hero-top-content {
    display: flex !important;
    align-items: center;
    overflow: visible;
    padding-bottom: 0;
}

.larmoond-index-hero-slider {
    width: 100%;
    overflow: visible;
}

.larmoond-index-hero .gt-brand-slide-element {
    width: auto;
}

.larmoond-index-hero-slide {
    display: block;
    width: min(384px, 72vw);
}

.larmoond-index-hero-slide svg {
    display: block;
    width: 100%;
    height: auto;
}

.larmoond-index-hero .hero-wrapper .hero-main-content {
    padding-top: 94px;
}

.larmoond-index-hero .hero-bg {
    right: -3%;
    bottom: -38%;
    width: min(790px, 48vw);
    opacity: 0.52;
}

.larmoond-index-hero .hero-bg img {
    width: 100%;
}

.larmoond-index-hero .hero-wrapper .hero-main-content .row {
    align-items: flex-start !important;
}

.larmoond-index-hero .hero-main-right-content {
    max-width: 1080px;
}

.larmoond-index-hero .hero-wrapper .hero-main-content .section-title {
    margin-bottom: clamp(44px, 5vw, 78px);
}

.larmoond-index-hero .hero-wrapper .hero-main-content .section-title .sub-title {
    margin-bottom: 18px;
    color: #686868;
    font-size: clamp(15px, 1.05vw, 20px);
    font-weight: 500;
    line-height: 1.45;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.larmoond-index-hero .hero-wrapper .hero-main-content .section-title .title {
    max-width: 1060px;
    margin: 0;
    color: var(--larmoond-ink);
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: clamp(66px, 6.05vw, 116px);
    font-weight: 300;
    line-height: 1.08;
    letter-spacing: -0.035em !important;
    text-transform: none;
}

.larmoond-index-hero .info-cta {
    display: flex;
    flex-wrap: wrap;
    gap: 28px clamp(46px, 5vw, 96px);
    margin-bottom: clamp(54px, 5vw, 86px);
}

.larmoond-index-hero .info-cta .cta-item {
    min-width: 150px;
}

.larmoond-index-hero .info-cta .cta-item .title {
    margin-bottom: 14px;
    color: #292929;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0;
    text-transform: uppercase;
}

.larmoond-index-hero .info-cta .cta-item span {
    color: #5f5f5f;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.2;
}

.larmoond-index-hero .simple-btn-white .gt-btn-circle-2 {
    width: auto;
    min-width: 230px;
    height: 72px;
    padding: 0 34px;
    border: 1px solid var(--larmoond-line);
    border-radius: 999px;
    background: #fff;
}

.larmoond-index-hero .simple-btn-white .gt-btn-circle-text-2 {
    color: var(--larmoond-ink);
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0;
    text-transform: uppercase;
}

.larmoond-index-hero .hero-wrapper .hero-main-content .hero-right-content {
    max-width: 360px;
    margin: 4px 0 0;
    padding-top: 0;
    text-align: start;
}

.larmoond-index-hero .hero-wrapper .hero-main-content .hero-right-content .right-text {
    margin-bottom: 42px;
    color: #5d5d5d;
    font-size: clamp(16px, 1.05vw, 20px);
    font-weight: 400;
    line-height: 1.65;
    text-transform: none;
}

.larmoond-index-hero .our-clint {
    display: flex;
    align-items: center;
    gap: 16px;
}

.larmoond-index-hero .our-clint ul {
    flex: 0 0 auto;
    margin: 0;
    gap: 0;
}

.larmoond-index-hero .our-clint ul li {
    display: grid;
    width: 58px;
    height: 58px;
    margin: 0;
    flex: 0 0 58px;
    place-items: center;
    border: 2px solid var(--larmoond-ink);
    border-radius: 50%;
    background: #fff;
    overflow: hidden;
}

.larmoond-index-hero .our-clint ul li a {
    display: grid;
    width: 100%;
    height: 100%;
    place-items: center;
    border-radius: 50%;
}

.larmoond-index-hero .our-clint img {
    display: block;
    width: 100% !important;
    height: 100% !important;
    padding: 6px;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    object-fit: contain;
    object-position: center;
}

.larmoond-index-hero .our-clint li span {
    display: grid;
    width: 100%;
    height: 100%;
    place-items: center;
    border: 0;
    border-radius: 50%;
    background: transparent;
    color: var(--larmoond-ink);
    line-height: 1;
}

.larmoond-index-hero .our-clint ul li + li {
    margin-inline-start: -12px;
}

.larmoond-index-hero .our-clint ul li.larmoond-client-count {
    background: var(--larmoond-accent);
}

.larmoond-index-hero .our-clint ul li.larmoond-client-count span {
    font-size: 14px;
    font-weight: 800;
}

.larmoond-index-hero .clint-content {
    display: flex;
    min-width: max-content;
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
}

.larmoond-index-hero .clint-content .client-title {
    color: var(--larmoond-ink);
    font-size: 16px;
    font-weight: 700;
    line-height: 1.25;
}

.larmoond-index-hero .clint-content .client-subtitle {
    color: #858585;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.25;
}

/* Re-establish the generous rhythm and editorial scale of the template. */
.counter-area-four,
.about-area,
.featured-area-four,
.service-area-four,
.who-we-are-area-four,
.our-client-area-four,
.team-area-four,
.blog-area-four,
.larmoond-cta-area {
    scroll-margin-top: 110px;
}

.about-wrapper.style-4 .about-right-content .about-card {
    gap: 18px;
}

.about-wrapper.style-4 .about-right-content .about-card .about-card-items {
    min-width: 0;
    flex: 1 1 0;
}

.about-wrapper.style-4 .about-right-content .about-card .about-card-items + .about-card-items {
    padding-inline-start: 18px;
    border-inline-start: 1px solid var(--larmoond-line);
}

.about-wrapper.style-4 .about-right-content .about-card .about-card-items .card-title {
    font-size: 18px;
    line-height: 1.35;
}

.larmoond-engineering-photo {
    aspect-ratio: 3 / 2;
    min-height: 0 !important;
    margin-left: 0 !important;
    overflow: hidden;
    border: 1px solid rgba(18, 18, 18, 0.12);
    border-radius: 8px;
    background: #f6f7f8;
    box-shadow: 0 30px 90px rgba(18, 18, 18, 0.08);
}

.larmoond-engineering-photo img {
    display: block;
    width: 100% !important;
    max-width: 100% !important;
    height: 100% !important;
    object-fit: contain;
    object-position: center;
    transform: none !important;
}

.featured-area-four .featured-card .thumb {
    display: block;
    aspect-ratio: 4 / 3;
    overflow: hidden;
}

.featured-area-four .featured-card .thumb img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.pixelr-rtl .larmoond-index-hero .hero-wrapper .hero-main-content .section-title .title,
.pixelr-rtl .larmoond-index-hero .hero-wrapper .hero-main-content .section-title .sub-title,
.pixelr-rtl .larmoond-index-hero .hero-wrapper .hero-main-content .hero-right-content,
.pixelr-rtl .larmoond-index-hero .info-cta,
.pixelr-rtl .header-3 .mega-menu-wrapper .header-main .hero-button .solid-btn {
    font-family: Tahoma, Arial, sans-serif;
}

.pixelr-rtl .larmoond-index-hero .hero-wrapper .hero-main-content .section-title .title {
    font-size: clamp(58px, 5.25vw, 101px);
    font-weight: 400;
    line-height: 1.3;
    letter-spacing: -0.025em !important;
}

.pixelr-rtl .larmoond-index-hero .hero-wrapper .hero-main-content .section-title .sub-title,
.pixelr-rtl .larmoond-index-hero .info-cta .cta-item .title,
.pixelr-rtl .larmoond-index-hero .simple-btn-white .gt-btn-circle-text-2,
.pixelr-rtl .header-3 .mega-menu-wrapper .header-main .hero-button .solid-btn {
    letter-spacing: 0;
    text-transform: none;
}

/* Footer follows the same horizontal rhythm as the primary navigation. */
.contact-area-four .container,
.footer-area-four .container {
    width: auto;
    max-width: none;
    margin-inline: clamp(24px, 5.65vw, 108px);
    padding-inline: 0;
}

.footer-area-four .footer-wrapper .footer-main-part .larmoond-footer-menu-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 180px), 1fr));
    gap: 32px clamp(28px, 4vw, 72px);
    margin: 0;
}

.footer-area-four .footer-wrapper .footer-main-part .larmoond-footer-menu-grid > [class*="col-"] {
    width: auto;
    padding: 0;
}

.footer-area-four .footer-wrapper .footer-main-part .footer-menu {
    height: 100%;
}

.footer-area-four .footer-wrapper .footer-main-part .footer-menu .menu-title {
    margin-bottom: 16px;
}

.footer-area-four .footer-wrapper .footer-center .bottom-title {
    max-width: 980px;
    font-size: clamp(52px, 5.8vw, 104px);
    line-height: 1.04;
    letter-spacing: -0.055em;
}

.footer-area-four .footer-wrapper .footer-center .move-btn {
    display: flex;
    justify-content: flex-end;
}

@media (max-width: 767px) {
    .contact-area-four .container,
    .footer-area-four .container {
        margin-inline: 18px;
    }

    .footer-area-four .footer-wrapper .footer-main-part .larmoond-footer-menu-grid {
        gap: 28px;
    }

    .footer-area-four .footer-wrapper .footer-center .bottom-title {
        font-size: clamp(42px, 11vw, 64px);
        line-height: 1.08;
        letter-spacing: -0.04em;
    }

    .footer-area-four .footer-wrapper .footer-center .move-btn {
        justify-content: flex-start;
    }
}

/* FAQ, manifesto, and testimonials complete the same editorial sequence as
   the reference template while remaining fully data-driven. */
.larmoond-home-faq .faq-content {
    overflow: hidden;
}

.larmoond-home-faq .faq-main-content {
    position: relative;
    z-index: 2;
}

.larmoond-home-faq .section-title-four .title span {
    display: block;
    color: var(--larmoond-ink);
}

.larmoond-home-faq .accordion-button,
.larmoond-home-faq .accordion-body {
    text-align: start;
}

.larmoond-home-faq .design-project-thumb > img {
    width: 100%;
    max-width: 360px;
}

.larmoond-home-manifesto {
    border-top: 1px solid var(--larmoond-line);
    border-bottom: 1px solid var(--larmoond-line);
}

.larmoond-home-manifesto .brand-content .title {
    color: var(--larmoond-ink);
    font-size: clamp(42px, 4.65vw, 88px);
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: -0.035em;
    text-align: center;
    text-transform: none;
}

.larmoond-home-manifesto .brand-content .title .no-split {
    display: inline-flex;
    width: clamp(78px, 8vw, 150px);
    vertical-align: middle;
}

.larmoond-home-manifesto .brand-content .title .no-split img {
    width: 100%;
}

.larmoond-home-testimonials {
    padding-top: 150px;
    background: #fff;
}

.larmoond-testimonial-marquee-row {
    overflow: hidden;
}

.larmoond-testimonial-marquee {
    height: 100%;
    overflow: hidden;
}

.larmoond-testimonial-track {
    display: flex;
    flex-direction: column;
    gap: 60px;
    animation: scrollUp 36s linear infinite;
    will-change: transform;
}

.larmoond-testimonial-track--2 {
    animation-delay: -12s;
}

.larmoond-testimonial-track--3 {
    animation-delay: -24s;
}

.larmoond-testimonial-marquee:hover .larmoond-testimonial-track {
    animation-play-state: paused;
}

.larmoond-testimonial-loop-copy {
    display: flex;
    flex-direction: column;
    gap: 60px;
    padding-bottom: 60px;
}

.larmoond-testimonial-item {
    display: block;
    min-width: 0;
}

.larmoond-testimonial-item .testimonial-card {
    display: block;
    min-height: 0;
    padding: 30px;
    border: 0;
    border-radius: 0;
    background: var(--gt-bg13);
}

.larmoond-testimonial-item .testimonial-card .card-logo {
    margin-bottom: 27px;
}

.larmoond-testimonial-item .testimonial-card .card-logo img {
    width: 195px;
    max-width: 100%;
    height: auto;
    object-fit: contain;
}

.larmoond-testimonial-item .testimonial-card .icon {
    margin: 0 0 25px;
    color: var(--larmoond-accent);
    font-size: 0;
}

.larmoond-testimonial-item .testimonial-card .icon svg {
    display: block;
    width: 50px;
    height: 50px;
}

.larmoond-testimonial-item .testimonial-card .pra-text {
    margin: 0;
    color: var(--gt-text-5);
    font-family: "Kanit", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    text-transform: capitalize;
}

.larmoond-testimonial-item .clint-info-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 24px 30px;
    background: var(--gt-theme-3);
}

.larmoond-testimonial-item .clint-info {
    display: flex;
    min-width: 0;
    align-items: center;
    gap: 10px;
}

.larmoond-testimonial-item .clint-info .thumb,
.larmoond-testimonial-item .clint-info .thumb img {
    display: block;
    width: 56px;
    height: 56px;
    flex: 0 0 56px;
    border-radius: 50%;
    object-fit: cover;
}

.larmoond-testimonial-item .clint-text-info {
    min-width: 0;
}

.larmoond-testimonial-item .clint-text-info .name {
    color: var(--larmoond-ink);
    font-size: 16px;
    font-weight: 500;
    line-height: 1.35;
}

.larmoond-testimonial-item .clint-text-info .text {
    margin: 4px 0 0;
    color: var(--gt-text-5);
    font-size: 14px;
    line-height: 1.4;
}

.larmoond-testimonial-play {
    display: inline-flex;
    width: 40px;
    height: 40px;
    flex: 0 0 40px;
    align-items: center;
    justify-content: center;
}

.larmoond-testimonial-play svg {
    display: block;
}

.pixelr-rtl .larmoond-home-testimonials .section-title-four .line {
    margin-right: 104px;
    margin-left: 0;
    transform: scaleX(-1);
}

.pixelr-rtl .larmoond-testimonial-item .testimonial-card .pra-text {
    font-family: Tahoma, Arial, sans-serif;
    line-height: 2;
    text-transform: none;
}

@media (prefers-reduced-motion: reduce) {
    .larmoond-testimonial-track {
        animation: none;
        transform: none;
    }
}

.pixelr-rtl .larmoond-home-faq,
.pixelr-rtl .larmoond-home-manifesto,
.pixelr-rtl .larmoond-home-testimonials {
    font-family: Tahoma, Arial, sans-serif;
}

.pixelr-rtl .larmoond-home-manifesto .brand-content .title {
    line-height: 1.55;
    letter-spacing: 0;
}

@media (max-width: 1599px) {
    .header-3 .mega-menu-wrapper {
        margin-inline: clamp(22px, 4vw, 72px);
    }

    .header-main .main-menu > nav > ul {
        gap: clamp(26px, 2.1vw, 36px);
    }

    .header-main .main-menu ul li a {
        font-size: 16px;
    }

    .larmoond-index-hero .info-cta {
        gap: 24px clamp(32px, 3.5vw, 64px);
    }
}

@media (max-width: 1399px) {
    .header-3 .mega-menu-wrapper .header-main {
        min-height: 108px;
    }

    .header-3 .mega-menu-wrapper .header-main .hero-button .solid-btn {
        font-size: 15px;
    }

    .header-3 .language-switcher-pixelr__button {
        width: 68px;
        height: 52px;
    }

    .larmoond-index-hero .hero-wrapper .hero-main-content .section-title .title {
        font-size: clamp(64px, 6.1vw, 86px);
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .header-main .main-menu > nav > ul {
        gap: 18px;
    }
}

@media (max-width: 1199px) {
    .header-3 .mega-menu-wrapper .header-main .hero-button {
        display: none;
    }

    .larmoond-index-hero {
        min-height: auto;
        padding-top: 132px !important;
    }

    .larmoond-index-hero .hero-wrapper .hero-main-content .section-title .title {
        max-width: 920px;
        font-size: clamp(62px, 8vw, 90px);
    }

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

@media (max-width: 991px) {
    .header-3 .mega-menu-wrapper .header-main {
        min-height: 92px;
    }

    .header-3 .language-switcher-pixelr {
        display: block !important;
    }

    .header-3 .language-switcher-pixelr__button {
        font-size: 13px;
    }

    .larmoond-index-hero {
        padding-top: 122px !important;
        padding-bottom: 88px !important;
    }

    .larmoond-index-hero .hero-wrapper .hero-main-content {
        padding-top: 70px;
    }

    .larmoond-index-hero .hero-bg {
        width: 72vw;
    }

    .larmoond-index-hero .hero-wrapper .hero-main-content .section-title .title {
        font-size: clamp(56px, 9vw, 78px);
    }
}

@media (max-width: 767px) {
    .header-3 .mega-menu-wrapper {
        margin-inline: 18px;
    }

    .header-3 .mega-menu-wrapper .header-main {
        min-height: 82px;
        padding: 12px 0;
    }

    .header-3 .language-switcher-pixelr__button {
        width: 64px;
        height: 46px;
    }

    .larmoond-index-hero {
        padding-top: 108px !important;
        padding-bottom: 72px !important;
    }

    .larmoond-index-hero .hero-wrapper .hero-main-content {
        padding-top: 40px;
    }

    .larmoond-index-hero .hero-wrapper .hero-main-content .section-title {
        margin-bottom: 36px;
    }

    .larmoond-index-hero .hero-wrapper .hero-main-content .section-title .title,
    .pixelr-rtl .larmoond-index-hero .hero-wrapper .hero-main-content .section-title .title {
        font-size: clamp(43px, 12vw, 64px);
        line-height: 1.17;
    }

    .larmoond-index-hero .info-cta {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 24px 18px;
        margin-bottom: 44px;
    }

    .larmoond-index-hero .info-cta .cta-item {
        min-width: 0;
    }

    .larmoond-index-hero .simple-btn-white .gt-btn-circle-2 {
        min-width: 210px;
        height: 64px;
    }

    .larmoond-home-testimonials {
        padding-top: 90px;
    }

    .larmoond-testimonial-grid {
        grid-template-columns: 1fr;
    }

    .larmoond-testimonial-item .testimonial-card {
        min-height: 0;
    }
}

@media (max-width: 575px) {
    .header-3 .mega-menu-wrapper {
        margin-inline: 14px;
    }

    .header-3 .language-switcher-pixelr {
        display: block !important;
    }

    .larmoond-index-hero .hero-wrapper .hero-main-content .section-title .sub-title {
        font-size: 13px;
    }

    .larmoond-index-hero .hero-wrapper .hero-main-content .section-title .title,
    .pixelr-rtl .larmoond-index-hero .hero-wrapper .hero-main-content .section-title .title {
        font-size: clamp(40px, 12.5vw, 54px);
    }
}

/* English typography: keep icon-font elements on their own font families. */
html[lang="en"] body.pixelr-site,
html[lang="en"] body.pixelr-site *:not(i):not(svg):not(path):not([class*="fa-"]):not([class~="fa"]):not([class~="fas"]):not([class~="far"]):not([class~="fal"]):not([class~="fab"]):not([class*="icon"]) {
    font-family: "Century Gothic", CenturyGothic, AppleGothic, Arial, sans-serif !important;
}
