/**
 * Theme Name:     Growhub Child
 * Author:         ThemePul
 * Template:       growhub
 * Text Domain:	   growhub-child
 * Description:    Growhub-Business Consulting WordPress Theme.
 */

/* Huruf home hero banners: consistent EN/AR alignment + EN blue overlay */
#huruf-home-news-carousel .growhub-slider-tab-contents-wrap {
    position: relative;
    isolation: isolate;
}

#huruf-home-news-carousel .growhub-slider-tab-contents-wrap > .container-1380 {
    position: relative;
    z-index: 2;
}

/* English gets the same blue-opacity treatment used on the Arabic hero. */
body:not(.huruf-lang-ar) #huruf-home-news-carousel .growhub-slider-tab-contents-wrap::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background: linear-gradient(90deg, rgba(8, 24, 67, 0.72) 0%, rgba(8, 24, 67, 0.56) 52%, rgba(8, 24, 67, 0.24) 100%);
}

/* Keep every slide aligned identically. */
#huruf-home-news-carousel .growhub-slider-tab-content-wrap {
    width: min(100%, 680px);
    max-width: 680px;
    margin-left: 0 !important;
    margin-right: auto !important;
    text-align: left !important;
    direction: ltr;
}

#huruf-home-news-carousel .growhub-slider-tab-stitle,
#huruf-home-news-carousel .growhub-slider-tab-title {
    width: 100%;
    text-align: inherit !important;
}

body.huruf-lang-ar #huruf-home-news-carousel .growhub-slider-tab-content-wrap {
    margin-left: auto !important;
    margin-right: 0 !important;
    text-align: right !important;
    direction: rtl;
}

/* Buttons stay at the logical end instead of floating in the middle. */
#huruf-home-news-carousel .growhub-slider-tab-button {
    display: flex !important;
    width: 100%;
    justify-content: flex-end !important;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}

@media (max-width: 767px) {
    #huruf-home-news-carousel .growhub-slider-tab-content-wrap {
        width: 100%;
        max-width: 100%;
        padding-inline: 22px;
        box-sizing: border-box;
    }

    #huruf-home-news-carousel .growhub-slider-tab-button {
        gap: 10px;
    }
}

/* Arabic Business Area: force bullets/markers to the right on desktop and mobile. */
html[lang="ar-SA"] body.page-id-6510 .hba4 .hba4-service-list,
html body.page-id-6510.huruf-lang-ar .hba4 .hba4-service-list,
html body.page-id-6510.huruf-rtl .hba4 .hba4-service-list {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    direction: rtl !important;
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
    text-align: right !important;
}
html[lang="ar-SA"] body.page-id-6510 .hba4 .hba4-service-list > li,
html body.page-id-6510.huruf-lang-ar .hba4 .hba4-service-list > li,
html body.page-id-6510.huruf-rtl .hba4 .hba4-service-list > li {
    position: relative !important;
    direction: rtl !important;
    text-align: right !important;
    padding: 0 1.35em 0 0 !important;
    margin: 0 !important;
}
html[lang="ar-SA"] body.page-id-6510 .hba4 .hba4-service-list > li::before,
html body.page-id-6510.huruf-lang-ar .hba4 .hba4-service-list > li::before,
html body.page-id-6510.huruf-rtl .hba4 .hba4-service-list > li::before {
    content: "•" !important;
    position: absolute !important;
    right: 0 !important;
    left: auto !important;
    color: #2ca395 !important;
}
@media (max-width: 767px) {
    html[lang="ar-SA"] body.page-id-6510 .hba4 .hba4-service-list,
    html body.page-id-6510.huruf-lang-ar .hba4 .hba4-service-list,
    html body.page-id-6510.huruf-rtl .hba4 .hba4-service-list {
        grid-template-columns: 1fr !important;
    }
}

/* Banner text: no entrance animation, fade, movement, or transition. */
html body.page-id-6386 #huruf-home-news-carousel .huruf-banner-copy,
html body.page-id-6386 #huruf-home-news-carousel .huruf-banner-copy *,
html body.page-id-6386 #huruf-home-news-carousel .growhub-slider-tab-title,
html body.page-id-6386 #huruf-home-news-carousel .growhub-slider-tab-stitle,
html body.page-id-6386 #huruf-home-news-carousel .growhub-slider-tab-button,
html body.page-id-6386 #huruf-home-news-carousel [class*="custom-anim"],
html body.page-id-6386 #huruf-home-news-carousel [class*="animated"],
html body.page-id-6386 #huruf-home-news-carousel [data-aos],
html body.page-id-6386 #huruf-home-news-carousel [data-animation] {
    animation: none !important;
    transition: none !important;
    transform: none !important;
    opacity: 1 !important;
    visibility: visible !important;
}

/* Arabic About page: keep every bullet/list item on the right. */
html body.page-id-1550.huruf-lang-ar .haf4 ul,
html body.page-id-1550.huruf-rtl .haf4 ul,
html body.page-id-1550.huruf-lang-ar .haf4 ol,
html body.page-id-1550.huruf-rtl .haf4 ol {
    direction: rtl !important;
    text-align: right !important;
    padding-right: 1.4em !important;
    padding-left: 0 !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
}
html body.page-id-1550.huruf-lang-ar .haf4 li,
html body.page-id-1550.huruf-rtl .haf4 li {
    direction: rtl !important;
    text-align: right !important;
}
html body.page-id-1550.huruf-lang-ar .haf4 .elementor-icon-list-items,
html body.page-id-1550.huruf-rtl .haf4 .elementor-icon-list-items,
html body.page-id-1550.huruf-lang-ar .haf4 .elementor-icon-list-item,
html body.page-id-1550.huruf-rtl .haf4 .elementor-icon-list-item {
    direction: rtl !important;
    text-align: right !important;
    justify-content: flex-start !important;
}
html body.page-id-1550.huruf-lang-ar .haf4 .elementor-icon-list-icon,
html body.page-id-1550.huruf-rtl .haf4 .elementor-icon-list-icon {
    order: 2 !important;
    margin-left: 8px !important;
    margin-right: 0 !important;
}

/* Huruf live banner final layout: heading, supporting copy, buttons. */
html body.page-id-6386 #huruf-home-news-carousel .growhub-slider-tab-contents-wrap > .container-1380 {
    width: 100% !important;
    max-width: 1380px !important;
    box-sizing: border-box !important;
}
html body.page-id-6386 #huruf-home-news-carousel .growhub-slider-tab-box-inner {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
}
html body.page-id-6386 #huruf-home-news-carousel .growhub-slider-tab-content-wrap {
    box-sizing: border-box !important;
    width: min(100%, 680px) !important;
    max-width: 680px !important;
    min-width: 0 !important;
    display: block !important;
}
html body.page-id-6386:not(.huruf-lang-ar):not(.huruf-rtl) #huruf-home-news-carousel .growhub-slider-tab-content-wrap {
    margin-left: 0 !important;
    margin-right: auto !important;
    direction: ltr !important;
    text-align: left !important;
}
html body.page-id-6386.huruf-lang-ar #huruf-home-news-carousel .growhub-slider-tab-content-wrap,
html body.page-id-6386.huruf-rtl #huruf-home-news-carousel .growhub-slider-tab-content-wrap {
    margin-left: auto !important;
    margin-right: 0 !important;
    direction: rtl !important;
    text-align: right !important;
}
html body.page-id-6386 #huruf-home-news-carousel .huruf-banner-copy {
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
}
html body.page-id-6386 #huruf-home-news-carousel .huruf-banner-copy > .growhub-slider-tab-title {
    order: 1 !important;
    width: 100% !important;
    margin-top: 0 !important;
    margin-bottom: 22px !important;
}
html body.page-id-6386 #huruf-home-news-carousel .huruf-banner-copy > .growhub-slider-tab-stitle {
    order: 2 !important;
    width: 100% !important;
    margin: 0 0 28px !important;
}
html body.page-id-6386 #huruf-home-news-carousel .huruf-banner-copy > .growhub-slider-tab-button {
    order: 3 !important;
    width: auto !important;
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    justify-content: flex-start !important;
    align-items: flex-start !important;
    gap: 12px !important;
    margin: 0 !important;
}
html body.page-id-6386 #huruf-home-news-carousel .huruf-banner-copy > * {
    visibility: visible !important;
    opacity: 1 !important;
    transform: none !important;
}
html body.page-id-6386:not(.huruf-lang-ar):not(.huruf-rtl) #huruf-home-news-carousel .huruf-banner-copy {
    direction: ltr !important;
    text-align: left !important;
    align-items: flex-start !important;
}
html body.page-id-6386.huruf-lang-ar #huruf-home-news-carousel .huruf-banner-copy,
html body.page-id-6386.huruf-rtl #huruf-home-news-carousel .huruf-banner-copy {
    direction: rtl !important;
    text-align: right !important;
    align-items: flex-end !important;
}
html body.page-id-6386.huruf-lang-ar #huruf-home-news-carousel .huruf-banner-copy > .growhub-slider-tab-button,
html body.page-id-6386.huruf-rtl #huruf-home-news-carousel .huruf-banner-copy > .growhub-slider-tab-button {
    direction: rtl !important;
    justify-content: flex-start !important;
}
html body.page-id-6386 #huruf-home-news-carousel .huruf-banner-copy .growhub-slider-button-one,
html body.page-id-6386 #huruf-home-news-carousel .huruf-banner-copy .growhub-slider-button-two {
    width: auto !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    align-self: flex-start !important;
}
html body.page-id-6386 #huruf-home-news-carousel .huruf-banner-copy .growhub-slider-button-one > a,
html body.page-id-6386 #huruf-home-news-carousel .huruf-banner-copy .growhub-slider-button-two > a {
    display: inline-flex !important;
    width: auto !important;
    max-width: 100% !important;
    min-height: 52px !important;
    box-sizing: border-box !important;
    align-items: center !important;
    justify-content: center !important;
    white-space: normal !important;
}
html body.page-id-6386 #huruf-home-news-carousel .growhub-slider-tab-contents-wrap {
    position: relative !important;
    isolation: isolate !important;
}
html body.page-id-6386 #huruf-home-news-carousel .growhub-slider-tab-contents-wrap::before {
    content: "" !important;
    position: absolute !important;
    inset: 0 !important;
    z-index: 0 !important;
    pointer-events: none !important;
    background: rgba(13,25,58,.68) !important;
}
html body.page-id-6386.huruf-rtl #huruf-home-news-carousel .growhub-slider-tab-contents-wrap::before,
html body.page-id-6386.huruf-lang-ar #huruf-home-news-carousel .growhub-slider-tab-contents-wrap::before {
    background: rgba(13,25,58,.68) !important;
}
@media (max-width: 767px) {
    html body.page-id-6386 #huruf-home-news-carousel .growhub-slider-tab-contents-wrap {
        min-height: 620px !important;
        height: auto !important;
        overflow: visible !important;
        padding: 42px 20px 56px !important;
        box-sizing: border-box !important;
    }
    html body.page-id-6386 #huruf-home-news-carousel .growhub-slider-tab-content-wrap {
        width: 100% !important;
        max-width: 100% !important;
    }
    html body.page-id-6386 #huruf-home-news-carousel .huruf-banner-copy > .growhub-slider-tab-title {
        margin-bottom: 16px !important;
    }
    html body.page-id-6386 #huruf-home-news-carousel .huruf-banner-copy > .growhub-slider-tab-stitle {
        margin-bottom: 22px !important;
    }
    html body.page-id-6386 #huruf-home-news-carousel .huruf-banner-copy > .growhub-slider-tab-button {
        flex-direction: column !important;
        flex-wrap: nowrap !important;
        width: 100% !important;
    }
    html body.page-id-6386 #huruf-home-news-carousel .huruf-banner-copy .growhub-slider-button-one,
    html body.page-id-6386 #huruf-home-news-carousel .huruf-banner-copy .growhub-slider-button-two {
        width: auto !important;
        max-width: 100% !important;
    }
    html body.page-id-6386 #huruf-home-news-carousel .huruf-banner-copy .growhub-slider-button-one > a,
    html body.page-id-6386 #huruf-home-news-carousel .huruf-banner-copy .growhub-slider-button-two > a {
        width: auto !important;
        max-width: 100% !important;
    }
    html body.page-id-6386 #huruf-home-news-carousel .carousel-indicators,
    html body.page-id-6386 #huruf-home-news-carousel .huruf-hero-nav,
    html body.page-id-6386 #huruf-home-news-carousel .carousel-control-prev,
    html body.page-id-6386 #huruf-home-news-carousel .carousel-control-next {
        display: none !important;
        visibility: hidden !important;
    }
}
/* Final Arabic-only localization layout and static banner behavior. */
html[lang="ar-SA"] body.page-id-1550.huruf-lang-ar .haf4 ul:not(.elementor-icon-list-items),
html[lang="ar-SA"] body.page-id-1550.huruf-rtl .haf4 ul:not(.elementor-icon-list-items),
html[lang="ar-SA"] body.page-id-1550.huruf-lang-ar .haf4 ol:not(.elementor-icon-list-items),
html[lang="ar-SA"] body.page-id-1550.huruf-rtl .haf4 ol:not(.elementor-icon-list-items),
html[lang="ar-SA"] body.page-id-6510.huruf-lang-ar .hba4 ul:not(.elementor-icon-list-items),
html[lang="ar-SA"] body.page-id-6510.huruf-rtl .hba4 ul:not(.elementor-icon-list-items) {
    direction: rtl !important;
    text-align: right !important;
    list-style: none !important;
    list-style-position: outside !important;
    padding: 0 !important;
    margin-inline: 0 !important;
}
html[lang="ar-SA"] body.page-id-1550.huruf-lang-ar .haf4 ul:not(.elementor-icon-list-items) > li,
html[lang="ar-SA"] body.page-id-1550.huruf-rtl .haf4 ul:not(.elementor-icon-list-items) > li,
html[lang="ar-SA"] body.page-id-1550.huruf-lang-ar .haf4 ol:not(.elementor-icon-list-items) > li,
html[lang="ar-SA"] body.page-id-1550.huruf-rtl .haf4 ol:not(.elementor-icon-list-items) > li,
html[lang="ar-SA"] body.page-id-6510.huruf-lang-ar .hba4 ul:not(.elementor-icon-list-items) > li,
html[lang="ar-SA"] body.page-id-6510.huruf-rtl .hba4 ul:not(.elementor-icon-list-items) > li {
    position: relative !important;
    display: block !important;
    direction: rtl !important;
    text-align: right !important;
    padding: 0 1.35em 0 0 !important;
    margin-inline: 0 !important;
}
html[lang="ar-SA"] body.page-id-1550.huruf-lang-ar .haf4 ul:not(.elementor-icon-list-items) > li::before,
html[lang="ar-SA"] body.page-id-1550.huruf-rtl .haf4 ul:not(.elementor-icon-list-items) > li::before,
html[lang="ar-SA"] body.page-id-1550.huruf-lang-ar .haf4 ol:not(.elementor-icon-list-items) > li::before,
html[lang="ar-SA"] body.page-id-1550.huruf-rtl .haf4 ol:not(.elementor-icon-list-items) > li::before,
html[lang="ar-SA"] body.page-id-6510.huruf-lang-ar .hba4 ul:not(.elementor-icon-list-items) > li::before,
html[lang="ar-SA"] body.page-id-6510.huruf-rtl .hba4 ul:not(.elementor-icon-list-items) > li::before {
    content: "•" !important;
    position: absolute !important;
    top: 0 !important;
    right: 0 !important;
    left: auto !important;
    color: #2ca395 !important;
}
html[lang="ar-SA"] body.page-id-1550.huruf-lang-ar .haf4 .elementor-icon-list-items,
html[lang="ar-SA"] body.page-id-1550.huruf-rtl .haf4 .elementor-icon-list-items,
html[lang="ar-SA"] body.page-id-1550.huruf-lang-ar .haf4 .elementor-icon-list-item,
html[lang="ar-SA"] body.page-id-1550.huruf-rtl .haf4 .elementor-icon-list-item,
html[lang="ar-SA"] body.page-id-6510.huruf-lang-ar .hba4 .elementor-icon-list-items,
html[lang="ar-SA"] body.page-id-6510.huruf-rtl .hba4 .elementor-icon-list-items,
html[lang="ar-SA"] body.page-id-6510.huruf-lang-ar .hba4 .elementor-icon-list-item,
html[lang="ar-SA"] body.page-id-6510.huruf-rtl .hba4 .elementor-icon-list-item {
    direction: rtl !important;
    text-align: right !important;
}
html[lang="ar-SA"] body.page-id-1550.huruf-lang-ar .haf4 .elementor-icon-list-item,
html[lang="ar-SA"] body.page-id-1550.huruf-rtl .haf4 .elementor-icon-list-item,
html[lang="ar-SA"] body.page-id-6510.huruf-lang-ar .hba4 .elementor-icon-list-item,
html[lang="ar-SA"] body.page-id-6510.huruf-rtl .hba4 .elementor-icon-list-item {
    justify-content: flex-start !important;
}
html[lang="ar-SA"] body.page-id-1550.huruf-lang-ar .haf4 .elementor-icon-list-icon,
html[lang="ar-SA"] body.page-id-1550.huruf-rtl .haf4 .elementor-icon-list-icon,
html[lang="ar-SA"] body.page-id-6510.huruf-lang-ar .hba4 .elementor-icon-list-icon,
html[lang="ar-SA"] body.page-id-6510.huruf-rtl .hba4 .elementor-icon-list-icon {
    order: 0 !important;
    margin-right: 0 !important;
    margin-left: 8px !important;
}
html[lang="ar-SA"] body.page-id-1550.huruf-lang-ar .haf4 .elementor-icon-list-text,
html[lang="ar-SA"] body.page-id-1550.huruf-rtl .haf4 .elementor-icon-list-text,
html[lang="ar-SA"] body.page-id-6510.huruf-lang-ar .hba4 .elementor-icon-list-text,
html[lang="ar-SA"] body.page-id-6510.huruf-rtl .hba4 .elementor-icon-list-text {
    order: 1 !important;
    text-align: right !important;
}

/* Arabic banner gap: match the English vertical rhythm. */
html[lang="ar-SA"] body.page-id-6386.huruf-lang-ar #huruf-home-news-carousel .huruf-banner-copy,
html[lang="ar-SA"] body.page-id-6386.huruf-rtl #huruf-home-news-carousel .huruf-banner-copy {
    gap: 0 !important;
}
html[lang="ar-SA"] body.page-id-6386.huruf-lang-ar #huruf-home-news-carousel .huruf-banner-copy > .growhub-slider-tab-title,
html[lang="ar-SA"] body.page-id-6386.huruf-rtl #huruf-home-news-carousel .huruf-banner-copy > .growhub-slider-tab-title {
    margin-top: 0 !important;
    margin-bottom: 8px !important;
    padding: 0 !important;
}
html[lang="ar-SA"] body.page-id-6386.huruf-lang-ar #huruf-home-news-carousel .huruf-banner-copy > .growhub-slider-tab-stitle,
html[lang="ar-SA"] body.page-id-6386.huruf-rtl #huruf-home-news-carousel .huruf-banner-copy > .growhub-slider-tab-stitle {
    margin-top: 0 !important;
    margin-bottom: 18px !important;
    padding: 0 !important;
}
html[lang="ar-SA"] body.page-id-6386.huruf-lang-ar #huruf-home-news-carousel .huruf-banner-copy > .growhub-slider-tab-title *,
html[lang="ar-SA"] body.page-id-6386.huruf-rtl #huruf-home-news-carousel .huruf-banner-copy > .growhub-slider-tab-title *,
html[lang="ar-SA"] body.page-id-6386.huruf-lang-ar #huruf-home-news-carousel .huruf-banner-copy > .growhub-slider-tab-stitle *,
html[lang="ar-SA"] body.page-id-6386.huruf-rtl #huruf-home-news-carousel .huruf-banner-copy > .growhub-slider-tab-stitle * {
    margin-top: 0 !important;
}

/* Banner copy is static: remove Growhub/Elementor entrance effects. */
html body.page-id-6386 #huruf-home-news-carousel .huruf-banner-copy,
html body.page-id-6386 #huruf-home-news-carousel .huruf-banner-copy *,
html body.page-id-6386 #huruf-home-news-carousel .growhub-slider-tab-content-wrap,
html body.page-id-6386 #huruf-home-news-carousel .growhub-slider-tab-content-wrap .content-wrapper,
html body.page-id-6386 #huruf-home-news-carousel .growhub-slider-tab-content-wrap .title-anim,
html body.page-id-6386 #huruf-home-news-carousel .growhub-slider-tab-content-wrap .animated-text-v2,
html body.page-id-6386 #huruf-home-news-carousel .growhub-slider-tab-content-wrap [class*="custom-anim"],
html body.page-id-6386 #huruf-home-news-carousel .growhub-slider-tab-content-wrap [class*="animated"],
html body.page-id-6386 #huruf-home-news-carousel .growhub-slider-tab-content-wrap [class*="fadeIn"],
html body.page-id-6386 #huruf-home-news-carousel .growhub-slider-tab-content-wrap [class*="slideIn"],
html body.page-id-6386 #huruf-home-news-carousel .growhub-slider-tab-content-wrap [class*="zoomIn"],
html body.page-id-6386 #huruf-home-news-carousel .growhub-slider-tab-content-wrap [data-aos],
html body.page-id-6386 #huruf-home-news-carousel .growhub-slider-tab-content-wrap [data-animation] {
    animation: none !important;
    animation-delay: 0s !important;
    animation-duration: 0s !important;
    transition: none !important;
    transition-delay: 0s !important;
    transform: none !important;
    will-change: auto !important;
    opacity: 1 !important;
    visibility: visible !important;
}

/* Conferences page: compact responsive hierarchy and an always-visible CTA. */
html body.page-id-6511 .entry-content > section:first-child h1 {
    max-width: 900px !important;
    margin: 12px 0 12px !important;
    font-size: clamp(28px, 3vw, 40px) !important;
    line-height: 1.15 !important;
    letter-spacing: -0.02em !important;
    overflow-wrap: anywhere !important;
}

html body.page-id-6511 .entry-content > section:first-child > p {
    max-width: 900px !important;
    margin: 0 !important;
    font-size: clamp(15px, 1.35vw, 18px) !important;
    line-height: 1.7 !important;
}

html body.page-id-6511 .hcf-list {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 380px), 1fr)) !important;
    gap: 24px !important;
    align-items: stretch !important;
    width: 100% !important;
}

html body.page-id-6511 .hcf-card,
html body.page-id-6511 .hcf-body {
    min-width: 0 !important;
    height: 100% !important;
    overflow: visible !important;
}

html body.page-id-6511 .hcf-body {
    display: flex !important;
    flex-direction: column !important;
}

html body.page-id-6511 .hcf-body > h2 {
    margin: 0 0 12px !important;
    font-size: clamp(20px, 2vw, 25px) !important;
    line-height: 1.3 !important;
    overflow-wrap: anywhere !important;
}

html body.page-id-6511 .hcf-desc {
    flex: 1 1 auto !important;
}

html body.page-id-6511 .hcf-register,
html body.page-id-6511 .hcf-register:not(:hover),
html body.page-id-6511 .hcf-register:not(:focus) {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    align-self: flex-start !important;
    position: relative !important;
    z-index: 3 !important;
    width: auto !important;
    min-height: 46px !important;
    margin: 20px 0 0 !important;
    padding: 12px 22px !important;
    border: 0 !important;
    border-radius: 999px !important;
    background: #17191f !important;
    color: #ffffff !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    filter: none !important;
    box-shadow: none !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    text-decoration: none !important;
    cursor: pointer !important;
    pointer-events: auto !important;
}

html body.page-id-6511 .hcf-register:hover,
html body.page-id-6511 .hcf-register:focus,
html body.page-id-6511 .hcf-register:focus-visible {
    display: inline-flex !important;
    background: #2ca395 !important;
    color: #ffffff !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
}

html[lang="ar-SA"] body.page-id-6511 .entry-content > section:first-child,
html body.page-id-6511.huruf-lang-ar .entry-content > section:first-child,
html body.page-id-6511.huruf-rtl .entry-content > section:first-child {
    direction: rtl !important;
    text-align: right !important;
}

html[lang="ar-SA"] body.page-id-6511 .hcf-register,
html body.page-id-6511.huruf-lang-ar .hcf-register,
html body.page-id-6511.huruf-rtl .hcf-register {
    align-self: flex-end !important;
    direction: rtl !important;
}

@media (max-width: 767px) {
    html body.page-id-6511 .entry-content > section:first-child h1 {
        margin-top: 10px !important;
        font-size: clamp(27px, 8.5vw, 34px) !important;
        line-height: 1.18 !important;
    }

    html body.page-id-6511 .entry-content > section:first-child > p {
        font-size: 15px !important;
        line-height: 1.65 !important;
    }

    html body.page-id-6511 .hcf-list {
        grid-template-columns: minmax(0, 1fr) !important;
        gap: 18px !important;
    }

    html body.page-id-6511 .hcf-body {
        padding: 22px 18px !important;
    }

    html body.page-id-6511 .hcf-body > h2 {
        font-size: 20px !important;
        line-height: 1.35 !important;
    }

    html body.page-id-6511 .hcf-register,
    html body.page-id-6511 .hcf-register:not(:hover),
    html body.page-id-6511 .hcf-register:not(:focus) {
        align-self: stretch !important;
        width: 100% !important;
        min-height: 48px !important;
        margin-top: 18px !important;
    }
}
