
@media (max-width: 768px) {
  .rbh-container {
    width: calc(100% - 32px);
  }
}

@media (max-width: 576px) {
  .rbh-container {
    width: calc(100% - 28px);
  }
}

/* ===============================
   HEADER / NAVBAR
================================ */

@media (max-width: 1100px) {
  .rbh-header-inner {
    column-gap: 35px;
  }

  .rbh-nav {
    gap: 20px;
  }

  .rbh-nav > a,
  .rbh-nav-item > a {
    font-size: 15px;
  }

  .rbh-logo img {
    width: 145px;
  }
}

@media (max-width: 900px) {
  .rbh-header {
    height: auto;
  }

  .rbh-header-inner {
    min-height: 84px;
    grid-template-columns: auto auto;
    justify-content: space-between;
  }

  .rbh-nav {
    display: none;
  }

  .rbh-header-actions {
    gap: 14px;
  }
}

@media (max-width: 576px) {
  .rbh-container {
    width: calc(100% - 30px);
  }

  .rbh-logo img {
    width: 135px;
  }

  .rbh-lang {
    font-size: 14px;
  }

  .rbh-search span:last-child {
    display: none;
  }

  .rbh-header-separator {
    height: 24px;
  }
}

/* ===============================
   HERO SECTION
================================ */
@media (max-width: 768px) {
  .rbh-hero-social {
    left: 18px;
    gap: 16px;
  }

  .rbh-hero-social > span {
    font-size: 13px;
  }

  .rbh-hero-social-icons {
    gap: 10px;
  }

  .rbh-hero-social-icons a {
    width: 22px;
    height: 22px;
    font-size: 17px;
  }

  .rbh-hero-social-icons a::after {
    left: calc(100% + 14px);
    font-size: 12px;
  }

  .rbh-hero-social-icons a::before {
    left: calc(100% + 6px);
  }
}


@media (max-width: 1200px) {
  .rbh-hero-section {
    min-height: 650px;
  }

  .rbh-hero-content {
    padding-top: 100px;
  }

  .rbh-hero-social {
    left: 28px;
  }

  .rbh-hero-dots {
    right: 35px;
  }
}

@media (max-width: 768px) {
  .rbh-hero-section {
    height: calc(100vh - 84px);
    min-height: 560px;
  }

  .rbh-hero-content {
    padding-top: 95px;
    justify-content: flex-start;
  }

  .rbh-hero-content h1 {
    font-size: 36px;
  }

  .rbh-hero-content p {
    font-size: 15px;
    margin-bottom: 32px;
  }

  .rbh-hero-btn {
    min-width: auto;
    height: 48px;
    padding: 0 26px;
    font-size: 15px;
  }

  .rbh-hero-social {
    left: 18px;
    gap: 16px;
  }

  .rbh-hero-social > span {
    font-size: 13px;
  }

  .rbh-hero-social-icons {
    gap: 10px;
  }

  .rbh-hero-dots {
    right: 18px;
  }
}

@media (max-width: 576px) {
  .rbh-hero-section {
    min-height: 520px;
  }

  .rbh-hero-content {
    width: calc(100% - 70px);
    padding-top: 80px;
  }

  .rbh-hero-content h1 {
    font-size: 30px;
  }

  .rbh-hero-content p {
    font-size: 14px;
    line-height: 1.6;
  }

  .rbh-hero-btn {
    height: 46px;
    font-size: 14px;
    padding: 0 22px;
  }
}

/* ================= ABOUT ================= */


@media (max-width: 1200px) {
  .rbh-about-grid {
    gap: 48px;
  }

  .rbh-about h2 {
    font-size: 32px;
  }

  .rbh-counters {
    gap: 18px;
  }

  .rbh-counters div strong,
  .rbh-counters div span {
    font-size: 36px;
  }
}

@media (max-width: 992px) {
  .rbh-about {
    padding: 65px 0;
  }

  .rbh-about-grid {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .rbh-about-content {
    max-width: 720px;
  }

  .rbh-about h2 {
    font-size: 32px;
    max-width: 620px;
  }

  .rbh-about p {
    max-width: 720px;
    font-size: 15px;
  }

  .rbh-about-visual img {
    height: 340px;
  }

  .rbh-counters {
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
  }
}

@media (max-width: 768px) {
  .rbh-about {
    padding: 56px 0;
  }

  .rbh-about-grid {
    gap: 34px;
  }

  .rbh-section-label {
    font-size: 15px;
  }

  .rbh-about h2 {
    font-size: 28px;
    line-height: 1.25;
  }

  .rbh-about p {
    font-size: 14px;
    line-height: 1.7;
  }

  .rbh-check-list li {
    font-size: 14px;
    margin-bottom: 12px;
  }

  .rbh-about-visual img {
    height: 280px;
  }

  .rbh-counters {
    grid-template-columns: repeat(2, 1fr);
    gap: 22px 18px;
    margin-top: 28px;
  }

  .rbh-counters div {
    padding: 18px 12px;
    border: 1px solid rgba(8, 62, 84, 0.12);
    border-radius: 8px;
    background: #ffffff;
  }

  .rbh-counters div strong,
  .rbh-counters div span {
    font-size: 34px;
  }

  .rbh-counters p {
    font-size: 13px;
  }
}

@media (max-width: 576px) {
  .rbh-about {
    padding: 48px 0;
  }

  .rbh-about h2 {
    font-size: 25px;
  }

  .rbh-about p {
    font-size: 14px;
  }

  .rbh-about-visual img {
    height: 230px;
  }

  .rbh-counters {
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
  }

  .rbh-counters div {
    padding: 16px 10px;
  }

  .rbh-counters div strong,
  .rbh-counters div span {
    font-size: 30px;
  }

  .rbh-counters p {
    font-size: 12px;
  }

  .rbh-btn {
    width: 100%;
    justify-content: center;
    text-align: center;
  }
}

@media (max-width: 380px) {
  .rbh-counters {
    grid-template-columns: 1fr;
  }

  .rbh-about-visual img {
    height: 210px;
  }
}

/* ===============================
   SERVICES SECTION
================================ */


@media (max-width: 1200px) {
  .rbh-services-wrapper {
    grid-template-columns: 320px minmax(0, 1fr);
    gap: 45px;
  }

  .rbh-services-content h2 {
    font-size: 34px;
  }

  .rbh-services-content p {
    width: 290px;
  }

  .rbh-services-carousel-area {
    min-height: 512px;
  }

  .rbh-services-carousel .owl-stage-outer {
    min-height: 440px;
  }

  .rbh-service-card,
  .rbh-service-card.is-second-visible {
    height: 340px;
  }

  .rbh-service-card.is-first-visible {
    height: 440px;
  }

  .rbh-service-number {
    font-size: 84px;
  }
   .rbh-services-arrows {
    bottom: 90px ;
  }
}

@media (max-width: 992px) {
  .rbh-services-wrapper {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .rbh-services-content p {
    width: min(520px, 100%);
    text-align: left;
  }

  .rbh-services-carousel-area {
    padding-bottom: 70px;
  }
 
}

@media (max-width: 768px) {
  .rbh-container {
    width: calc(100% - 32px);
  }

  .rbh-services-section {
    padding: 60px 0;
  }

  .rbh-services-content h2 {
    font-size: 30px;
    letter-spacing: 1px;
  }

  .rbh-section-label {
    font-size: 18px;
  }

  .rbh-services-carousel-area {
    min-height: 492px;
  }

  .rbh-services-carousel .owl-stage-outer {
    min-height: 420px;
  }

  .rbh-service-card,
  .rbh-service-card.is-first-visible,
  .rbh-service-card.is-second-visible {
    height: 420px;
  }

  .rbh-service-card-content p {
    display: block;
  }

  .rbh-service-number {
    font-size: 76px;
  }

  .rbh-service-card-content {
    padding: 0 22px 32px;
  }

  .rbh-service-card-content p {
    font-size: 14px;
  }
  .rbh-services-arrows {
    right: auto;
    bottom: 15px;
  }
}

@media (max-width: 576px) {
  .rbh-services-content h2 {
    font-size: 27px;
  }

  .rbh-services-content p {
    font-size: 14px;
    line-height: 1.6;
  }

  .rbh-services-carousel-area {
    min-height: 462px;
  }

  .rbh-services-carousel .owl-stage-outer {
    min-height: 390px;
  }

  .rbh-service-card,
  .rbh-service-card.is-first-visible,
  .rbh-service-card.is-second-visible {
    height: 390px;
  }

  .rbh-service-card-content h3 {
    font-size: 17px;
  }

  .rbh-services-arrows {
    right: auto;
    left: 0;
  }

  .rbh-services-arrows button {
    width: 44px;
    height: 44px;
    font-size: 24px;
  }
}


/* ===============================
   NEWS SECTION
================================ */

@media (max-width: 1200px) {
  .rbh-news-grid {
    grid-template-columns: 460px minmax(0, 1fr);
    gap: 0px 40px;
  }

  .rbh-news-side-card {
    grid-template-columns: 210px minmax(0, 1fr);
    gap: 22px;
  }

  .rbh-news-side-img {
    width: 210px;
  }
}

@media (max-width: 992px) {
  .rbh-news-header {
    flex-direction: column;
    gap: 24px;
  }

  .rbh-news-grid {
    grid-template-columns: 1fr;
    gap: 45px;
  }

  .rbh-news-main-img {
    height: 360px;
  }

  .rbh-news-side-card {
    grid-template-columns: 260px minmax(0, 1fr);
  }

  .rbh-news-side-img {
    width: 260px;
    height: 150px;
  }
}

@media (max-width: 768px) {
  .rbh-container {
    width: calc(100% - 32px);
  }

  .rbh-news-section {
    padding: 60px 0;
  }

  .rbh-section-label {
    font-size: 18px;
  }

  .rbh-news-heading h2 {
    font-size: 30px;
    letter-spacing: 1px;
  }

  .rbh-news-heading p {
    font-size: 14px;
  }

  .rbh-news-main-img {
    height: 280px;
  }

  .rbh-news-side-list {
    gap: 28px;
  }

  .rbh-news-side-card {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .rbh-news-side-img {
    width: 100%;
    height: 220px;
  }

  .rbh-news-side-content {
    padding-top: 0;
  }
}

@media (max-width: 576px) {
  .rbh-news-heading h2 {
    font-size: 27px;
  }

  .rbh-news-main-img {
    height: 220px;
  }

  .rbh-news-side-img {
    height: 200px;
  }

  .rbh-news-read-btn,
  .rbh-news-view-btn {
    height: 42px;
    font-size: 14px;
  }
}

/* ===============================
   TOOLS SECTION
================================ */

@media (max-width: 1200px) {
  .rbh-tools-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
  }

  .rbh-tools-heading h2 {
    font-size: 34px;
  }

  .rbh-tool-card {
    min-height: 300px;
    padding: 32px 20px 34px;
  }

  .rbh-tool-card h3 {
    font-size: 18px;
    line-height: 1.35;
  }

  .rbh-tool-card p {
    font-size: 14px;
    line-height: 1.6;
  }

  .rbh-tool-btn {
    min-width: 160px;
    padding: 0 22px;
  }
}

@media (max-width: 992px) {
  .rbh-tools-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
  }

  .rbh-tools-heading {
    margin-bottom: 50px;
  }

  .rbh-tool-card {
    min-height: 285px;
  }
}

@media (max-width: 768px) {
  .rbh-container {
    width: calc(100% - 32px);
  }

  .rbh-tools-section {
    padding: 60px 0;
  }

  .rbh-tools-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }

  .rbh-tools-label {
    font-size: 18px;
  }

  .rbh-tools-heading {
    margin-bottom: 42px;
  }

  .rbh-tools-heading h2 {
    font-size: 30px;
    letter-spacing: 1px;
  }

  .rbh-tools-heading p {
    font-size: 14px;
  }

  .rbh-tool-card {
    min-height: 270px;
    padding: 28px 18px 30px;
  }

  .rbh-tool-icon {
    width: 44px;
    height: 44px;
    margin-bottom: 22px;
  }

  .rbh-tool-card h3 {
    font-size: 17px;
  }

  .rbh-tool-card p {
    min-height: auto;
    margin-bottom: 28px;
  }

  .rbh-tool-btn {
    min-width: 150px;
    height: 42px;
    font-size: 14px;
    padding: 0 20px;
  }
}

@media (max-width: 576px) {
  .rbh-container {
    width: calc(100% - 28px);
  }

  .rbh-tools-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .rbh-tools-heading {
    margin-bottom: 34px;
  }

  .rbh-tools-heading h2 {
    font-size: 27px;
    line-height: 1.25;
  }

  .rbh-tool-card {
    width: 100%;
    min-height: auto;
    padding: 28px 22px 30px;
  }

  .rbh-tool-card p {
    min-height: auto;
    margin-bottom: 28px;
  }

  .rbh-tools-view-btn,
  .rbh-tool-btn {
    height: 42px;
    font-size: 14px;
  }

  .rbh-tool-btn {
    width: 100%;
    max-width: 210px;
  }
}

@media (max-width: 380px) {
  .rbh-tool-card {
    padding: 24px 18px 28px;
  }

  .rbh-tool-card h3 {
    font-size: 16px;
  }

  .rbh-tool-card p {
    font-size: 13px;
  }

  .rbh-tool-btn {
    max-width: 100%;
  }
}

/* ===============================
   PARTNERS SECTION
================================ */


@media (max-width: 1200px) {
  .rbh-partners-logos {
    gap: 42px;
  }

  .rbh-partner-logo {
    width: 105px;
  }

  .rbh-partner-logo img {
    max-width: 105px;
  }
}

@media (max-width: 992px) {
  .rbh-partners-logos {
    flex-wrap: wrap;
    row-gap: 28px;
  }

  .rbh-partners-section h2 {
    font-size: 22px;
  }
}

@media (max-width: 768px) {
  .rbh-container {
    width: calc(100% - 32px);
  }

  .rbh-partners-section {
    padding: 34px 0 38px;
  }

  .rbh-partners-logos {
    gap: 32px;
  }

  .rbh-partner-logo {
    width: 100px;
    height: 48px;
  }

  .rbh-partner-logo img {
    max-width: 100px;
    max-height: 48px;
  }
}

@media (max-width: 576px) {
  .rbh-partners-section h2 {
    font-size: 19px;
    margin-bottom: 28px;
  }

  .rbh-partners-logos {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px 20px;
  }

  .rbh-partner-logo {
    width: 100%;
  }

  .rbh-partner-logo img {
    max-width: 92px;
  }
}

/* ===============================
   FOOTER
================================ */

@media (max-width: 1200px) {
  .rbh-footer-grid {
    grid-template-columns: 300px 330px 310px;
    gap: 40px;
  }

  .rbh-footer-links-grid {
    gap: 45px;
  }

  .rbh-footer-about p,
  .rbh-footer-links-grid a,
  .rbh-footer-contact li {
    font-size: 16px;
  }
}

@media (max-width: 992px) {
  .rbh-footer-grid {
    grid-template-columns: 1fr 1fr;
  }

  .rbh-footer-contact {
    grid-column: 1 / -1;
  }
}

@media (max-width: 768px) {
  .rbh-container {
    width: calc(100% - 32px);
  }

  .rbh-footer-main {
    padding: 56px 0;
  }

  .rbh-footer-grid {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .rbh-footer h3 {
    margin-bottom: 22px;
    font-size: 22px;
  }

  .rbh-footer-bottom-inner {
    flex-direction: column;
    justify-content: center;
    text-align: center;
    padding: 14px 0;
  }

  .rbh-footer-bottom p {
    font-size: 14px;
    line-height: 1.5;
  }
}

@media (max-width: 576px) {
  .rbh-footer-logo img {
    width: 165px;
  }

  .rbh-footer-about p {
    font-size: 15px;
  }

  .rbh-footer-links-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .rbh-footer-links-grid a,
  .rbh-footer-contact li {
    font-size: 15px;
  }

  .rbh-contact-icon {
    width: 32px;
    height: 32px;
    min-width: 32px;
  }
}


/* ===============================
   SEARCH TRIGGER IN HEADER
================================ */

@media (max-width: 768px) {
  .rbh-search-box {
    margin-top: 90px;
    padding: 40px 24px 30px;
    border-radius: 14px;
  }

  .rbh-search-box-head h2 {
    font-size: 30px;
  }

  .rbh-search-box-head p {
    font-size: 14px;
  }

  .rbh-search-input-wrap {
    grid-template-columns: 28px 1fr;
    border-radius: 24px;
    padding: 16px 18px;
  }

  .rbh-search-input-wrap button {
    grid-column: 1 / -1;
    width: 100%;
    margin-top: 8px;
  }

  .rbh-search-trigger span:last-child {
    display: none;
  }
}

/* ===============================
   HEADER
================================ */

@media (max-width: 1100px) {
  .rbh-header-inner {
    column-gap: 35px;
  }

  .rbh-nav {
    gap: 20px;
  }

  .rbh-nav > a,
  .rbh-nav-item > a {
    font-size: 15px;
  }

  .rbh-logo img {
    width: 145px;
  }
}

@media (max-width: 992px) {
  .rbh-container {
    width: calc(100% - 40px);
  }

  .rbh-header-inner {
    display: flex !important;
    align-items: center;
    justify-content: space-between !important;
    width: 100%;
    height: 84px;
    column-gap: 0;
    padding: 2rem;
  }

  .rbh-logo {
    margin-right: auto;
  }

  .rbh-nav,
  .rbh-header-actions {
    display: none !important;
  }

  .rbh-burger-btn {
    display: inline-flex !important;
    margin-left: auto;
    margin-right: 0;
  }
}

@media (max-width: 768px) {
  .rbh-search-box {
    margin-top: 90px;
    padding: 40px 24px 30px;
    border-radius: 14px;
  }

  .rbh-search-box-head h2 {
    font-size: 30px;
  }

  .rbh-search-box-head p {
    font-size: 14px;
  }

  .rbh-search-input-wrap {
    grid-template-columns: 28px 1fr;
    border-radius: 24px;
    padding: 16px 18px;
  }

  .rbh-search-input-wrap button {
    grid-column: 1 / -1;
    width: 100%;
    margin-top: 8px;
  }
}

@media (max-width: 576px) {
  .rbh-container {
    width: calc(100% - 30px);
  }

  .rbh-logo img {
    width: 135px;
  }

  .rbh-mobile-panel {
    width: 90vw;
    max-width: 90vw;
    padding: 20px;
    right: 0;
    left: auto;
  }

  .rbh-mobile-logo img {
    width: 138px;
  }
}

/* ===============================
   ACCESSIBILITY + SCROLL UP
================================ */

@media (max-width: 576px) {
  .rbh-accessibility-btn {
    left: 14px;
    bottom: 22px;
  }

  .rbh-scroll-up-btn {
    right: 14px;
    bottom: 22px;
  }

  .rbh-accessibility-panel {
    left: 14px;
    bottom: 66px;
    width: calc(100% - 28px);
  }
}

/* ===============================
   INNER HERO
================================ */

@media (max-width: 1280px) {
  .rbh-library-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .rbh-library-card {
    width: 100%;
  }

  .rbh-library-card-img {
    width: 100%;
  }

  .rbh-library-layout {
    gap: 36px;
  }
}

@media (max-width: 1100px) {
  .rbh-library-layout {
    grid-template-columns: 1fr;
  }

  .rbh-global-menu {
    width: 100%;
    margin-top: 10px;
  }

  .rbh-global-menu-body {
    width: 100%;
  }
   .rbh-global-menu {
    display: none !important;
  }

  .rbh-library-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 992px) {
  .rbh-library-hero-inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .rbh-library-share {
    margin-bottom: 0;
  }

  .rbh-library-filter {
    grid-template-columns: 1fr 1fr 96px;
  }

  .rbh-library-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px;
  }
}

@media (max-width: 768px) {
  .rbh-library-hero,
  .rbh-library-hero-inner {
    min-height: 290px;
  }

  .rbh-library-hero-content h1 {
    font-size: 42px;
  }

  .rbh-library-heading h2 {
    font-size: 38px;
    line-height: 48px;
  }

  .rbh-library-heading p {
    font-size: 16px;
    line-height: 24px;
  }

  .rbh-library-filter {
    grid-template-columns: 1fr;
  }

  .rbh-library-submit {
    width: 100%;
  }

  .rbh-library-card-img {
    height: 220px;
  }
}

@media (max-width: 576px) {
  .rbh-library-section {
    padding: 42px 0 72px;
  }

  .rbh-library-hero,
  .rbh-library-hero-inner {
    min-height: 260px;
  }

  .rbh-library-hero-inner {
    padding-bottom: 28px;
  }

  .rbh-library-hero-content h1 {
    font-size: 34px;
  }

  .rbh-library-breadcrumb {
    font-size: 13px;
    flex-wrap: wrap;
  }

  .rbh-library-share {
    gap: 10px;
    flex-wrap: wrap;
  }

  .rbh-library-heading h2 {
    font-size: 32px;
    line-height: 42px;
  }

  .rbh-library-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .rbh-library-card-body {
    min-height: auto;
  }

  .rbh-library-card-body h3 {
    font-size: 22px;
    line-height: 30px;
  }

  .rbh-library-pagination {
    flex-wrap: wrap;
  }
}


/* ===============================
   DOCUMENT TABLE INSIDE BLOCK LIST
================================ */

@media (max-width: 1100px) {
  .rbh-documents-table-wrap {
    width: 100%;
  }

  .rbh-documents-table {
    width: 100%;
    min-width: 820px;
  }
}

@media (max-width: 768px) {
  .rbh-documents-table {
    min-width: 760px;
  }

  .rbh-documents-table th {
    height: 56px;
    padding: 10px 22px;
    font-size: 17px;
  }

  .rbh-documents-table td {
    height: 88px;
    padding: 0 22px 10px 22px;
  }

  .rbh-document-title {
    font-size: 18px;
  }

  .rbh-document-size {
    font-size: 18px;
  }

  .rbh-download-btn {
    width: 52px;
    height: 52px;
  }
}

@media (max-width: 576px) {
  .rbh-documents-table {
    min-width: 690px;
  }

  .rbh-documents-table th {
    font-size: 16px;
  }

  .rbh-documents-table td {
    height: 82px;
  }

  .rbh-document-title {
    font-size: 17px;
  }

  .rbh-download-btn {
    width: 48px;
    height: 48px;
  }
}

/* =========================================
   WIDE LIST VIEW INSIDE LIBRARY PAGE
========================================= */

@media (max-width: 992px) {
  .rbh-wide-list-card {
    grid-template-columns: 280px minmax(0, 1fr);
  }

  .rbh-wide-list-content {
    padding: 26px 28px;
  }

  .rbh-wide-list-content h3 {
    font-size: 24px;
    line-height: 32px;
  }

  .rbh-wide-list-content p {
    font-size: 14px;
    line-height: 24px;
  }
}

@media (max-width: 768px) {
  .rbh-wide-list-card {
    grid-template-columns: 1fr;
  }

  .rbh-wide-list-image {
    height: 230px;
    min-height: 230px;
  }

  .rbh-wide-list-content {
    padding: 24px 22px 26px;
  }
}

@media (max-width: 576px) {
  .rbh-wide-list {
    gap: 18px;
  }

  .rbh-wide-list-content h3 {
    font-size: 22px;
    line-height: 30px;
  }

  .rbh-wide-list-content p {
    font-size: 14px;
    line-height: 24px;
  }

  .rbh-library-pagination {
    flex-wrap: wrap;
  }
}

/* =========================================
   FAQ PAGE / STATIC QUESTIONS LIST
========================================= */

@media (max-width: 768px) {
  .rbh-faq-list {
    gap: 18px;
  }

  .rbh-faq-item {
    padding: 24px 24px 26px 24px;
  }

  .rbh-faq-item::before {
    top: 24px;
    height: 42px;
  }

  .rbh-faq-question {
    padding-left: 18px;
  }

  .rbh-faq-question h3 {
    font-size: 21px;
    line-height: 30px;
  }

  .rbh-faq-answer {
    padding-left: 18px;
  }

  .rbh-faq-answer p {
    font-size: 15px;
    line-height: 26px;
  }
}

@media (max-width: 576px) {
  .rbh-faq-item {
    padding: 22px 20px 24px 20px;
  }

  .rbh-faq-question h3 {
    font-size: 19px;
    line-height: 28px;
  }

  .rbh-faq-answer p {
    font-size: 14px;
    line-height: 24px;
  }

  .rbh-library-pagination {
    flex-wrap: wrap;
  }
}

/* =========================================
   MOBILE MENU - WIDER PANEL + HEADER ACTIONS
========================================= */
/* Tablet */
@media (max-width: 992px) {
  .rbh-library-hero-inner {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    gap: 22px;
  }

  .rbh-library-hero-content h1 {
    font-size: 44px;
    line-height: 110%;
    margin-bottom: 18px;
  }

  .rbh-library-share {
    margin-bottom: 0;
  }
}

/* Mobile */
@media (max-width: 768px) {
  .rbh-library-hero,
  .rbh-library-hero-inner {
    min-height: 280px;
  }

  .rbh-library-hero-inner {
    padding-bottom: 28px;
  }

  .rbh-library-hero-content h1 {
    font-size: 38px;
    line-height: 115%;
  }

  .rbh-library-breadcrumb {
    flex-wrap: wrap;
    gap: 8px;
    font-size: 14px;
  }

  .rbh-library-share {
    width: 100%;
    flex-wrap: wrap;
    gap: 12px;
  }
}

/* Small Mobile */
@media (max-width: 576px) {
  .rbh-library-hero,
  .rbh-library-hero-inner {
    min-height: 250px;
  }

  .rbh-library-hero-inner {
    padding-bottom: 24px;
  }

  .rbh-library-hero-content h1 {
    font-size: 32px;
    line-height: 115%;
    margin-bottom: 14px;
  }

  .rbh-library-breadcrumb {
    font-size: 13px;
    line-height: 20px;
  }

  .rbh-library-share {
    gap: 10px;
  }

  .rbh-library-share span {
    width: 100%;
    font-size: 14px;
  }

  .rbh-library-share a img {
    width: 17px;
    height: 17px;
  }
}

/* Extra Small */
@media (max-width: 380px) {
  .rbh-library-hero-content h1 {
    font-size: 28px;
  }

  .rbh-library-share a img {
    width: 16px;
    height: 16px;
  }
}

/* =========================================
   SITEMAP FLAT LIST - NO CARDS
========================================= */


@media (max-width: 992px) {
  .rbh-sitemap-flat {
    gap: 34px;
  }
}

@media (max-width: 768px) {
  .rbh-sitemap-flat {
    gap: 32px;
  }

  .rbh-sitemap-flat-section h3 {
    font-size: 24px;
    line-height: 32px;
    padding-left: 16px;
    margin-bottom: 16px;
  }

  .rbh-sitemap-flat-section h3::before {
    top: 4px;
    width: 4px;
    height: 26px;
  }

  .rbh-sitemap-flat-section a {
    min-height: 54px;
    font-size: 16px;
    line-height: 24px;
  }
}

@media (max-width: 576px) {
  .rbh-sitemap-flat {
    gap: 28px;
  }

  .rbh-sitemap-flat-section h3 {
    font-size: 22px;
    line-height: 30px;
    padding-left: 15px;
  }

  .rbh-sitemap-flat-section h3::before {
    top: 4px;
    width: 4px;
    height: 24px;
  }

  .rbh-sitemap-flat-section a {
    min-height: 50px;
    font-size: 15px;
    line-height: 22px;
    gap: 14px;
  }

  .rbh-sitemap-flat-section a img {
    width: 12px;
    height: 12px;
  }
}

/* =========================================
   MOBILE / BURGER MENU - FULL UPDATED CSS
========================================= */

@media (max-width: 768px) {
  .rbh-mobile-panel {
    width: 500px;
    max-width: 96vw;
    padding: 30px 28px 28px;
  }

  .rbh-mobile-logo img {
    width: 130px;
    max-width: 130px;
  }

  .rbh-mobile-head-actions {
    margin-left: 34px !important;
  }

  .rbh-mobile-close {
    top: 22px;
    left: 22px;
  }
}

@media (max-width: 576px) {
  .rbh-mobile-panel {
    width: 100vw;
    max-width: 100vw;
    padding: 28px 22px 28px;
  }

  .rbh-mobile-close {
    top: 20px;
    left: 20px;

    width: 38px !important;
    height: 38px !important;
    min-width: 38px !important;
    min-height: 38px !important;

    font-size: 26px !important;
  }

  .rbh-mobile-head-left {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;

    padding-right: 58px;
    padding-bottom: 24px;
    margin-bottom: 22px;
  }

  .rbh-mobile-logo img {
    width: 124px;
    max-width: 124px;
  }

  .rbh-mobile-head-actions {
    margin-right: 0 !important;
    margin-top: 16px;
    gap: 12px;
  }

  .rbh-mobile-lang-btn,
  .rbh-mobile-search-btn {
    font-size: 14px;
  }

  .rbh-mobile-nav > a,
  .rbh-mobile-dropdown-btn {
    min-height: 52px;
    font-size: 17px;
  }

  .rbh-Search-social {
    margin-top: 28px;
    gap: 12px;
  }

  .rbh-Search-social a {
    width: 34px;
    height: 34px;
  }
}

@media (max-width: 380px) {
  .rbh-mobile-panel {
    padding-left: 18px;
    padding-right: 18px;
  }

  .rbh-mobile-head-actions {
    flex-wrap: wrap;
  }

  .rbh-mobile-head-separator {
    display: none;
  }
}
/* =========================================
   FILTER CATEGORY DROPDOWN - NAVBAR STYLE
========================================= */
@media (max-width: 768px) {
  .rbh-filter-dropdown {
    width: 100%;
  }

  .rbh-filter-dropdown-menu button {
    min-height: 52px;
    font-size: 16px;
  }
}

@media (max-width: 992px) {
    .rbh-list-item {
        grid-template-columns: 280px minmax(0, 1fr);
    }

    .rbh-list-item-content {
        padding: 24px 26px;
    }

        .rbh-list-item-content h3 {
            font-size: 24px;
            line-height: 32px;
        }
}

@media (max-width: 768px) {
    .rbh-list-item {
        grid-template-columns: 1fr;
    }

    .rbh-list-item-image {
        height: 230px;
        min-height: 230px;
    }

    .rbh-list-item-content {
        padding: 24px 22px 26px;
    }
}

@media (max-width: 576px) {
    .rbh-listing-list {
        gap: 18px;
    }

    .rbh-list-item-content h3 {
        font-size: 22px;
        line-height: 30px;
    }

    .rbh-list-item-content p {
        font-size: 14px;
        line-height: 24px;
    }

    .rbh-list-item-no-image .rbh-list-item-content {
        padding: 24px 22px;
    }

    .rbh-library-pagination {
        flex-wrap: wrap;
    }
}