@media (min-width: 1200px) {
    .container{
        width:1170px;
    }
}
@media (min-width: 576px) {
    .container, .container-sm {
        max-width: 100%;
    }
}

/* Topbar */
#rp-header {
  overflow: visible;
}

.rp-topbar-wrapper {
  height: 42px;
}

.rp-topbar {
  border-bottom: 1px solid #ececec;
  font-size: 14px;
  color: #333;
  transition: opacity 0.3s ease;
}
.head-first-text {
  color: #919191;
}


.rp-topbar.hide {
  opacity: 0;
  pointer-events: none;
}

nav ul,
nav ul li {
  list-style: none !important;
}

.rp-top-item i {
  color: #e74c3c;
  margin-right: 4px;
  line-height: 53px !important;
}

.rp-main-header {
  position: sticky;
  top: 0;
  background: #ffffff;
  z-index: 1000;
  border-bottom: 1px solid #ececec;
  overflow-x:clip;
}

.rp-logo {
  padding: 30px 40px 30px 0 !important;
}

.rp-logo img {
  height: 65px;
}

@media (max-width: 1199px) {
  .rp-logo {
    padding-right: 30px !important;
  }
}

/* Mobile-specific Styles */

button#menu-toggle {
  display: none;
}

/* Mobile Menu: Initially hidden */
.rp-nav.mobile-menu-active {
  display: block;
  position: absolute;
  top: 100%;
  right: 0;
  background: white;
  width: 100%;
  padding: 20px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.1);
}

@media (max-width: 991px) {
    
    .rp-mobile-overlay {
      position: fixed;
      inset: 0;
      background: rgba(0, 0, 0, 0.5);
      opacity: 0;
      visibility: hidden;
      transition: 0.3s;
      z-index: 999;
    }
    
    .rp-mobile-overlay.active {
      opacity: 1;
      visibility: visible;
    }

    .specialist-item {
        flex: 0 0 50% !important;
    }
    
    .rp-notaris-card {
        grid-template-columns: 1fr !important;
    }

    .rp-mobile-menu .rp-mobile-nav li a.active:before{
        content: '';
        display: inline-block;
        width: 17px;
        height: 1px;
        position: absolute;
        top: 50%;
        left: -25px;
        background-color: #000;
        -webkit-transform-origin: left center;
        transform-origin: left center;
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
    .rp-logo {
        padding: unset !important;
    }
    
    .rp-logo img {
        height: 50px !important;
    }
    
    .rp-main-header {
        height: 60px;
        background-color: #f5f5f5 !important;
        align-content: center !important;
    }

    button#menu-toggle {
        display: block;
        margin-left: auto;
    }

    #rp-header, .rp-nav, .rp-main-header .rp-btn-afspraak, .rp-search-btn {
        display: none !important;
    }

    .rp-menu-toggle .bar {
        position: absolute;
        left: 0;
        width: 100%;
        height: 3px;
        background: #000;
        transition: all 0.3s ease;
    }

    .rp-menu-toggle {
        width: 24px;
        height: 22px;
        position: relative;
        background: none;
        border: none;
        cursor: pointer;
    }

    .rp-menu-toggle .bar:nth-child(1) {
        top: 0;
    }

    .rp-menu-toggle .bar:nth-child(2) {
        top: 9px;
    }

  .rp-menu-toggle .bar:nth-child(3) {
    top: 18px;
  }

  /* CLOSE ICON STATE */
  .rp-menu-toggle.active .bar:nth-child(1) {
    transform: rotate(45deg);
    top: 9px;
  }

  .rp-menu-toggle.active .bar:nth-child(2) {
    opacity: 0;
  }

  .rp-menu-toggle.active .bar:nth-child(3) {
    transform: rotate(-45deg);
    top: 9px;
  }

  .rp-menu-toggle {
    display: block;
  }

}

@media (max-width: 767px) {

  body.menu-open {
    overflow: hidden;
  }

  .rp-nav.mobile-menu-active {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 20px;
    align-items: flex-start;
  }

  .rp-nav ul {
    flex-direction: column;
  }

  .rp-nav ul li {
    padding: 10px 0;
    text-align: center;
  }

  .rp-nav ul li a {
    font-size: 16px;
  }

}

/* ===== MOBILE OFFCANVAS MENU ===== */

.rp-mobile-menu {
  position: fixed;
  top: 0;
  left: -100%;
  right: auto;
  width: 85%;
  max-width: 360px;
  height: 100vh;
  background: #fff;
  padding: 30px 20px;
  transition: 0.35s ease;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  overflow: auto;
}

.rp-mobile-menu.active {
  left: 0;
}



.rp-mobile-close {
  align-self: flex-end;
  font-size: 30px;
  background: none;
  border: none;
  cursor: pointer;
}

.rp-mobile-nav {
  margin-top: 40px;
  list-style: none;
  padding: 0;
}

.rp-mobile-nav li a {
    position:relative;
    display: block;
    padding: 15px 0;
    font-size: 16px;
    color: #222;
    text-decoration: none;
    border-bottom: 1px solid #f2f2f2;
}

/* Hide desktop nav on mobile */
@media (max-width: 767px) {

  .rp-logo img {
    height: 40px !important;
  }

  .rp-about-grid,
  .rp-name-grid,
  .rp-notaris-card,
  .rp-notarissen-grid {
    grid-template-columns: 1fr !important;
  }

  .rp-tabs {
    flex-direction: column !important;
    width: 100% !important;
  }

  .rp-tabs button {
    text-align: left !important;
  }

  .rp-notarissen-grid,
  .rp-oud-grid {
    gap: 30px !important;
  }

  .rp-oud-grid ul {
    margin-bottom: unset !important;
  }

  .rp-footer-nav {
    flex-wrap: wrap !important;
    padding-top: 10px !important;
  }

  .rp-footer-bottom .container {
    padding: 0px 30px !important;
  }

  .vacature-two-col {
    flex-direction: column;
  }

}

/* Mobile submenu */
.rp-mobile-has-sub button {
  width: 100%;
  background: none;
  border: none;
  padding: 15px 0;
  font-size: 16px;
  text-align: left;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
}

.rp-mobile-submenu {
  display: none;
  padding: 15px;
  background: #f7f7f7;
}

.rp-mobile-submenu h6 {
  margin-top: 15px;
  font-size: 17px;
  letter-spacing: 1px;
  color: #7A7780;
}

.rp-mobile-submenu ul {
  list-style: none;
  padding: 0;
}

.rp-mobile-submenu ul li a {
  display: block;
  padding: 8px 0;
  font-size: 14px;
}

.rp-mobile-submenu img {
  width: 100%;
  margin-top: 10px;
  border-radius: 6px;
}

/* Active submenu */
.rp-mobile-has-sub.active .rp-mobile-submenu {
  display: block;
}


.rp-nav ul li a {
  text-decoration: none;
  font-weight: 500;
  font-size: 14px;
  color: rgba(37, 37, 37, 1);
}

.rp-nav ul li a.nav-link.active {
  color: #e74c3c !important;
}

.rp-btn-afspraak {
  background: #e03216;
  color: #fff;
  padding: 8px 12px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 500;
  font-size: 13px;
}

.rp-btn-afspraak:hover{
    color:#FFF !important;
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px);
    box-shadow: 0 4px 20px -5px rgba(0,0,0,0.5);
}

.rp-search-btn {
  background: none;
  border: none;
  font-size: 20px;
}

.rp-search-box {
  position: absolute;
  top: 123px;
  right: 380px;
  width: 382px;
  background: #fff;
  padding: 8px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
  display: none;
  z-index: 9999;
}

.rp-search-inner {
  display: flex;
  align-items: center;
  gap: 10px;
}

.rp-search-inner input {
  flex: 1;
  height: 44px;
  padding: 0 14px;
  font-size: 15px;
  border: none;
  border-radius: 3px;
}

.rp-search-arrow {
  width: 20px;
  height: 20px;
  background: none;
  border: none;
  color: #e74c3c;
  font-size: 18px;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.rp-search-inner input:focus {
  outline: none;
  box-shadow: none;
  border: none;
}

.rp-has-mega {
  position: static;
}

.rp-mega-menu {
  position: absolute;
  top: 100%;
  left: 16%;
  width: 100%;
  background: #fff;
  border-top: 2px solid #002b5c;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.25s ease;
  z-index: 999;
  max-width: 1288px;
}

.rp-has-mega:hover .rp-mega-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.rp-mega-menu .container {
  max-width: 1320px;
  padding: 35px;
}

.rp-mega-grid {
  display: grid;
  grid-template-columns: 1fr 1.3fr 1.3fr;
  gap: 60px;
}

.rp-mega-col h6 {
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #111;
}

.rp-mega-col ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.rp-mega-col ul li {
  margin-bottom: 10px;
}

.rp-mega-col ul li {
  color: rgb(0, 0, 0);
  text-decoration: none;
  font-size: 13px;
  font-weight: 400;
  line-height: 26px;
}

.rp-mega-col ul li a:hover {
  color: #000;
   background: #f6f6f6;
}

.rp-mega-col p {
  font-size: 13px;
  color: rgb(122, 119, 128);
  line-height: 28px;
  font-weight: 400;
}

.rp-mega-img {
  width: 100%;
  margin-top: 15px;
  border-radius: 4px;
}

.rp-mega-col-left {
  border-right: 1px solid #e5e5e5;
  padding-right: 30px;
}

.rp-mega-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.rp-mega-list li a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 6px 6px;
  text-decoration: none;
  color: #000;
  transition: background 0.2s ease, color 0.2s ease;
  border-radius: 3px;
  font-size: 14px;
}

.rp-mega-list .link-icon {
  width: 18px;
  text-align: center;
  color: #666;
}

.rp-mega-list li.active a {
  color: #e64023;
  font-weight: 600;
}

.rp-mega-list li.active .link-icon {
  color: #e64023;
 
}

.rp-mega-list li a:hover {
  background: #f3f3f3;
  color: #000;
}

.rp-mega-list li a:hover .link-icon {
  color: #000;
}

.rp-mega-col h6 {
  font-size: 12px;
  letter-spacing: 1px;
  margin-bottom: 15px;
}

.rp-modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.rp-modal {
  background: #fff;
  width: 90%;
  max-width: 1200px;
  padding: 40px;
  position: relative;
  text-align: center;
}

.rp-modal-close {
  position: absolute;
  top: 20px;
  right: 25px;
  background: none;
  border: none;
  font-size: 26px;
  cursor: pointer;
}

.rp-modal h2 {
  font-size: 40px;
  margin-bottom: 25px;
  color: #000;
}

.rp-modal p {
  color: #9b9b9b;
  font-size: 16px;
  line-height: 1.8;
}

.rp-modal-footer {
  text-align: right;
}

.rp-modal-close-btn {
  background: #e43c2c;
  color: #fff;
  border: none;
  padding: 10px 22px;
  cursor: pointer;
  border-radius: 3px;
}

.rp-modal-divider {
  width: 100%;
  height: 1px;
  background: #e6e6e6;
  margin: 18px 0;
}

.afspraak-content {
  padding: 45px;
}


/* Footer */
.rp-footer {
  background: #012E52;
  color: #fff;
  font-size: 15px;
}

.rp-footer-top {
  padding: 115px 0 40px;
}

.rp-footer-title {
  color: #fff;
  font-weight: 600;
  margin-bottom: 20px;
  font-size: 17px;
}

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

.rp-footer-list li {
  margin-bottom: 8px;
  color: #9ca2aa;
  font-size: 14px;
  font-size: 14px;
}

.link-text {
  color: #9ca2aa;
  text-decoration: none;
}

.link-text a:hover {
  color: #fff;
  text-decoration: underline;
}

.footer-list-text {
  color: #fff;
  font-size: 14px;
}

/* Map Button */
.rp-btn-map {
  display: inline-block;
  margin-top: 15px;
  background: #F03E2F;
  padding: 12px 20px;
  color: #fff !important;
  text-decoration: none;
  font-weight: 500;
  border-color: white;
}

.rp-btn-map:hover {
  background: #d33025;
}

/* Bottom section */
.rp-footer-bottom {
  background: #001a33;
  padding: 18px 0;
  color: #fff;
  font-size: 14px;
}

.footer-copy {
  color: #9ca2aa;
  font-weight: 400;
}

.rp-footer-nav {
    display: flex;
    justify-content: end !important;
    column-gap: 32px !important;
    row-gap: 8px !important;
    list-style: none;
    padding: 0;
    margin: 0;
    flex: 0 0 66.66%;
}

.rp-footer-nav li a {
  color: #9ca2aa;
  text-decoration: none;
}

.rp-footer-nav li a:hover {
  color: #ffffff;
}


@media (max-width: 767px) {
  .rp-footer-top {
    padding: 125px 0 40px 5px;
  }

  .belangrijke-link {
    padding-left: 40px;
    margin-bottom: 50px;
  }

  .important-link-content {
    padding-bottom: 38px;
    padding-top: 30px;
  }

  .contactgegevens-link-content {
    padding-bottom: 25px;
    padding-top: 25px;
  }

  .rp-footer-bottom {
    background: #001a33;
    padding: 23px 0;
    color: #fff;
    font-size: 14px;
  }
  
  .rp-footer-bottom > div > div{
      flex-direction: column;
  }
}

/* index page */

/* HERO SLIDER */
.rp-hero-slider {
  position: relative;
  height: 60vh;
  overflow: hidden;
}

.rp-slider {
  height: 100%;
}

.rp-slide {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 1.2s ease;
  transform: scale(1);
  will-change: transform, opacity;
  pointer-events: none;
}

@keyframes rpZoomSmooth {
  from {
    transform: scale(1);
  }

  to {
    transform: scale(1.06);
  }
}

.rp-slide.active {
  opacity: 1;
  z-index: 1;
  animation: rpZoomSmooth 8s ease-in-out forwards;
  pointer-events: auto;
}

.rp-slide:not(.active) {
  animation: none;
  transform: scale(1);
}

.rp-hero-slider * {
  backface-visibility: hidden;
}

.rp-slide::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
}

.rp-slide-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -40%, 0);
  text-align: center;
  color: #fff;
  opacity: 0;
  transition: opacity 0.8s ease, transform 0.8s ease;
  z-index: 2;
  will-change: transform, opacity;
}

.rp-slide.active .rp-slide-content {
  opacity: 1;
  transform: translate3d(-50%, -50%, 0);
}

.rp-slide-content h1 {
  font-size: 48px;
  font-weight: 700;
  color: #fff;
}

.rp-slide-content p {
  font-size: 20px;
  margin: 15px 0 25px;
}
.rp-hero-buttons {
  display: flex;
  justify-content: center;
  gap: 100px; 
  flex-wrap: wrap;
}
.rp-hero-buttons-second {
  display: flex;
  justify-content: center;
  gap: 70px; 
  flex-wrap: wrap;
}

.rp-hero-btn {
  background: #e03216;
  color: #fff;
  padding: 12px 28px;
  border-radius: 5px;
  font-weight: 600;
  text-decoration: none;
}

.rp-hero-btn:hover {
  background: #fff;
  color: #222;
  padding: 12px 28px;
  border-radius: 5px;
  font-weight: 600;
  text-decoration: none;
}

.rp-hero-btn-second {
  background: #fff;
  color: #222;
  padding: 12px 28px;
  border-radius: 5px;
  font-weight: 600;
  text-decoration: none;
}

/* RIGHT THUMBNAILS */
.rp-thumbnails {
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 10px;
  z-index: 10;
}

.rp-thumbnails img {
  width: 50px;
  height: 50px;
  object-fit: cover;
  border: 2px solid #fff;
  cursor: pointer;
  opacity: 0.6;
  transition: 0.3s;
}

.rp-thumbnails img.active {
  opacity: 1;
  border-color: #666;
}

/* INTRO SECTION */
.rp-intro {
  padding: 70px 0;
}

.rp-intro-text {
  font-size: 14px;
  line-height: 1.9;
  color: #444;
  text-align: left;
  margin-left: 0;
  margin-right: auto;
}

.rutger-text {
  color: #e03216;
}

/* FEATURES SECTION */
.rp-features {
  padding-top: 40px;
  padding-bottom: 100px;
}

.rp-feature-box {
  background: #fff;
  border-radius: 6px;
  padding: 40px 40px 20px 40px;
  transition: all 0.3s ease;
  height: 100%;
  text-align: center;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .rp-feature-box {
    padding: 40px 20px 20px 20px;
  }
}

.rp-feature-box:hover {
  /*transform: translateY(-10px);*/
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.085);
}

.rp-feature-icon i {
  font-size: 33px;
  color: #e03216;
  margin-bottom: 15px;
}

.rp-feature-box h4 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
}

.rp-feature-box p {
  color: #777;
  font-size: 15px;
  line-height: 1.7;
  padding:0 8% !important;
}

/* Onze werkgebieden section */
.rp-section-light {
  background: #f3f3f3;
}

.rp-section-title {
  font-size: 45px;
  color: #333;
  margin-bottom: 30px;
}

.rp-section-subtitle {
  font-size: 16px;
  color: #909090;
}

.rp-card-inner {
  background: #fff;
  padding: 36px 13px 3px 13px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
}

.rp-card-inner:hover {
  transform: translateY(-10px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.18);
}

.rp-service-img {
  width: 100%;
}

.rp-service-title {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 2px;
  color: #e03216;
}

.rp-service-text {
  font-size: 15px;
  color: #666;
  line-height: 1.6;
}

.rp-history-section {
  position: relative;
  background-image: url('../img/achtergrond-kantoor-binnen.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 120px 0;
}

.rp-history-section h2 {
  font-size: 42px;
  font-weight: 700;
  color: #909090;
  margin-bottom: 20px;
}

.rp-history-section p {
  font-size: 18px;
  color: #999999;
  margin-bottom: 30px;
}

.rp-history-btn {
    background: #e03216;
    color: #fff;
    padding: 15px 26px;
    font-weight: 400;
    border-radius: 4px;
    text-decoration: blink;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: .1em;
    font-size: 14px;
    cursor: pointer;
}

.rp-history-btn:hover {
  background: #fff;
  color: black;
}

/* SPLIT CONTENT SECTION */
.rp-split-section {
  background: #ffffff;
  padding: 100px 0;
}

.rp-split-title {
  font-size: 42px;
  font-weight: 400;
  color: #333;
  line-height: 1.35;
  margin-bottom: 25px;
}

.rp-split-intro {
  font-size: 15px;
  color: #777;
  margin-bottom: 20px;
}

.rp-split-list {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
}

.rp-split-list li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 14px;
  font-size: 15px;
  color: #666;
  line-height: 1.6;
}

.rp-split-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #e03216;
  font-weight: bold;
}

.rp-split-btn {
  display: inline-block;
  background: #e03216;
  color: #fff;
  padding: 12px 28px;
  font-weight: 600;
  border-radius: 4px;
  text-decoration: none;
}

.rp-split-btn:hover {
  background: #e03216;
  color: #fff;
}

.rp-split-img {
  max-width: 480px;
  border-radius: 2px;
}

.less-verder-txt {
  color: #18236b;
  font-size: 12px;
  font-weight: 600;
}

@media (max-width: 768px) {
  .rp-slide-content {
    width: 90%;
    left: 50%;
    top: 55%;
    transform: translate(-50%, -50%);
    padding: 0 10px;
  }

  .rp-slide-content h1 {
    font-size: 22px;
    line-height: 1.3;
    margin-bottom: 10px;
  }

  .rp-slide-content p {
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 20px;
  }

  .rp-slide-content a {
    /*display: block;*/
    width: 100%;
    max-width: 180px;
    margin: 17px;
    text-align: center;
    padding: 14px 14px;
    font-size: 15px;
    border-radius: 4px;
  }
  .rp-hero-buttons {
  display: block;
  justify-content: center;
 }
.rp-hero-buttons-second {
  display: block;
  justify-content: center;
}

  .rp-hero-btn {
    background: #e03216;
    color: #fff;
  }

  .rp-hero-btn-second {
    background: #ffffff;
    color: #222;
    border: 1px solid #ddd;
  }

  .rp-split-btn {
    display: inline-block;
    background: #e03216;
    color: #fff;
    padding: 12px 28px;
    font-weight: 600;
    border-radius: 4px;
    text-decoration: none;
    margin-bottom: 50px;
  }
}


/* about page */
.header-txt {
  padding: 45px 0 40px;
  border-bottom: 1px solid rgba(0,0,0,0.05);
  text-align: center;
  margin-top: 15px;
}

.about-first-text {
  font-size: 60px;
  font-weight: 300;
  color: #222;
}

.rp-container {
  max-width: 1330px;
  margin: 0 auto;
  padding: 0 20px;
}

.rp-page-header {
  padding: 25px 0 25px;
  border-bottom: 1px solid rgba(0,0,0,0.05);
  /*border-top: 1px solid #eee;*/
}

.rp-breadcrumbs {
  font-size: 14px;
  color: #999;
  text-align: center;
}

.rp-breadcrumbs a {
  color: #999;
  text-decoration: none;
}

.rp-about-intro {
  margin: 54px 40px;
  font-size: 14px;
  line-height: 1.9;
  color: #666;
  text-align: left;
}

.rp-about-grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 60px;
}

.rp-about-slider {
  position: relative;
  overflow: hidden;
}

.rp-slider-track img {
  width: 100%;
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 1.2s ease, transform 6s ease;
}

.rp-slider-track img.active {
  opacity: 1;
  position: relative;
  transform: scale(1.06);
}

.rp-slide-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.65);
  color: #fff;
  border: none;
  width: 42px;
  height: 42px;
  cursor: pointer;
  font-size: 22px;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.rp-about-slider:hover .rp-slide-nav {
  opacity: 1;
}

.rp-slide-nav.prev {
  left: 10px;
}

.rp-slide-nav.next {
  right: 10px;
}

.rp-tabs {
  display: flex;
  border: 1px solid #eee;
  width: fit-content;
}

.rp-tabs button {
  padding: 12px 26px;
  background: #fff;
  border: none;
  border-right: 1px solid #eee;
  font-size: 13px;
  letter-spacing: 1px;
  cursor: pointer;
}

.rp-tabs button:last-child {
  border-right: none;
}

.rp-tabs button.active {
  background: #f7f7f7;
}

.rp-tab-content {
  display: none;
  margin-top: 35px;
}

.rp-tab-content.active {
  display: block;
}

.rp-tab-content h3 {
  font-size: 20px;
  margin-bottom: 15px;
}

.rp-tab-content p {
  font-size: 14px;
  line-height: 1.8;
  color: #666;
}

.email-txt {
  color: #e03216;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border-top: 1px solid #999;
}

/* SECOND SECTION */
.rp-about-name {
  padding: 90px 0;
}

.rp-name-grid {
  display: grid;
  gap: 30px;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

.rp-name-text h1 {
  font-size: 40px;
  font-weight: 500;
  margin-bottom: 25px;
  color: black;
}

.rp-name-text p {
  font-size: 14px;
  line-height: 1.9;
  color: #666;
  margin-bottom: 18px;
}

.rp-location-hero {
  position: relative;
  height: 420px;
  background: url('../img/collage-museum-museon-world_forum.jpg') center/cover no-repeat;
}

.rp-location-hero::before {
  content: "";
  position: absolute;
  inset: 0;
}

.rp-location-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  z-index: 2;
}

.rp-location-overlay h1 {
  font-size: 45px;
  font-weight: 500;
  margin-bottom: 12px;
  color: #fff;
}

.rp-location-overlay p {
  font-size: 1.071428571em;
  letter-spacing: 0.2em;
  opacity: 0.5;
  text-transform: uppercase;
}

/* FOURTH SECTION */
.rp-notarissen {
  padding-top: 120px;
  background: #fff;
  text-align: center;
  padding-bottom: 30px
}

.rp-notarissen-title {
  font-size: 40px;
  font-weight: 400;
  margin-bottom: 25px;
  color: black;
}

.rp-notarissen-intro {
  max-width: 650px;
  margin: 0 auto 80px;
  font-size: 15px;
  line-height: 1.9;
  color: #777;
}

.rp-notarissen-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  margin-bottom: 80px;
}

.rp-notaris-card {
  display: grid;
  grid-template-columns: 220px 1fr;
  border: 1px solid #eee;
  padding: 30px;
  align-items: center;
  gap: 30px;
  text-align: left;
}

.rp-notaris-card img {
  width: 100%;
}

.rp-notaris-text p {
  font-size: 14px;
  line-height: 1.8;
  color: #777;
  margin-bottom: 20px;
}

.rp-notaris-text h4 {
  font-size: 18px;
  margin-bottom: 6px;
}

.rp-notaris-text span {
  font-size: 12px;
  letter-spacing: 1px;
  color: #bbb;
}

.highlight {
  color: #e03216;
}

.rp-notarissen-footer {
  font-size: 14px;
  color: #777;
}

/* FIFTH SECTION – RED CTA */
.rp-cta-red {
  background: #dd3333;
  padding: 60px 0;
}

.rp-cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.rp-cta-red h1 {
  color: #fff;
  font-size: 36px;
  font-weight: 400;
  margin: 0;
}

.rp-cta-btn {
  background: #fff;
  color: #222;
  padding: 14px 32px;
  text-decoration: none;
  font-size: 13px;
  letter-spacing: 1px;
  border-radius: 4px;
  font-weight: 600;
}

.rp-cta-btn:hover {
  background: #222;
  color: #fff;
}

@media (max-width: 767px) {
  .rp-cta-inner {
    flex-direction: column;
    gap: 25px;
    text-align: center;
  }
}

/* SIXTH SECTION – OUD NOTARISSEN */
.rp-oud-notarissen {
  padding-top: 120px;
  background: #fff;
  text-align: center;
  padding-bottom: 40px;
}

.rp-oud-notarissen h1 {
  font-size: 3.42857em;
  font-weight: 700;
  margin-bottom: 30px;
  color: #222;
}

.rp-oud-intro {
  margin: 0 auto 80px;
  font-size: 13px;
  line-height: 1.5em;
  letter-spacing: 0.4em;
  color: #e03216;
  text-transform: uppercase;
}

.rp-oud-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px;
  margin-bottom: 35px;
  text-align: left;
}

.rp-oud-grid ul {
  list-style: disc;
  padding-left: 20px;
}

.rp-oud-grid li {
  font-size: 14px;
  color: #777;
  line-height: 2.2;
}

/* FOOTER TEXT */
.rp-oud-footer {
  margin: 0 auto;
  font-size: 14px;
  line-height: 1.9;
  color: #777;
}

@media (max-width: 767px) {
  .rp-oud-grid {
    grid-template-columns: 1fr;
  }

  .rp-oud-grid ul {
    list-style-position: inside;
  }
}

/* prive page */
.prive-intro {
  background: #ffffff;
}

.prive-first-text {
  margin: 54px 0px;
  font-size: 14px;
  line-height: 1.9;
  color: #666;
  text-align: left;
}

.prive-section-one {
  background: #f2f2f2;
  padding: 45px 0;
  width: 100%;
}

.prive-container {
  max-width: 1335px;
  margin: 0 auto;
  padding: 0 20px;
}

.prive-two-col {
  display: flex;
  align-items: center;
  gap: 30px;
}

.prive-img{
    flex: 0 0 33.333%;
}

.prive-img img {
  width: 100%;
  display: block;
}

.prive-text {
  max-width: 780px;
  font-size: 14px;
  line-height: 1.75;
  color: #6f7a80;
}

.specialists-section {
  background: #ffffff;
  padding: 50px 20px;
  text-align: center;
}

.specialists-container {
  max-width: 1298px;
  margin: 0 auto;
}

.specialists-title {
  font-size: 40px;
  font-weight: 500;
  margin-bottom: 50px;
  margin-top: 90px;
  text-align: left;
  color: black;
}

.specialists-icons {
  display: flex;
  row-gap: 30px;
  column-gap: 0;
  margin-top: 30px;
  padding-bottom: 25px;
  flex-wrap: wrap;
}

.specialist-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  color: #333;
  flex:1 ;
}

.icon {
  width: 35px;
  height: 35px;
  background-color: #e03216;
  border-radius: 50%;

  display: flex;
  align-items: center;
  justify-content: center;
}

.icon i.bi {
  color: #fff;
  font-size: 42px;
  line-height: 1;
}

.specialist-item p {
  margin: 0;
  color: black;
  font-size: 19px;
  font-weight: 400;
}

.why-choose-us {
  margin-top: 50px;
  text-align: left;
}

.why-choose-content {
  display: flex;
  gap: 60px;
}

.why-choose-img img {
  width: 100%;
  height: auto;
}

.why-choose-text 
{
    max-width: 710px;
    font-size: 14px;
    line-height: 2;
    color: #747e80;
    margin-top: 25px;
    font-weight: 500;
    align-content:center;
}

@media (max-width: 767px) {
  .about-first-text {
    font-size: 40px;
    font-weight: 300;
    color: #222;
  }

  .prive-first-text {
    font-size: 14px;
    line-height: 1.9;
    color: #666;
    text-align: left;
    margin-top: 5.35714em;
    margin-bottom: 40px;
  }

  .prive-section-one {
    background: #f2f2f2;
    padding-bottom: 15px;
    width: 100%;
    padding-top: 35px;
  }

  .prive-two-col {
    display: block;
    align-items: center;
    gap: 70px;
  }

  .prive-img img {
    width: 100%;
    display: block;
    margin-bottom: 65px;
  }

  .prive-text {
    max-width: 780px;
    font-size: 14px;
    line-height: 1.75;
    color: #6f7a80;
  }

  .header-txt {
    padding: 75px 0 90px;
    border-bottom: 1px solid #eee;
    text-align: center;
    margin-top: 15px;
  }

  .specialists-icons {
    flex-direction: column;
    gap: 40px;
    align-items: center;
  }

  .specialist-item {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 27px;
    margin-right: 0;
  }

  .specialist-item p {
    font-size: 19px;
    line-height: 1.4;
  }

  .icon {
    width: 35px;
    height: 35px;
  }

  .icon i.bi {
    font-size: 40px;
  }

  .why-choose-us {
    margin-top: 50px;
    text-align: left;
    margin-bottom: 93px;
  }

  .why-choose-content {
    position: relative;
    display: block;
  }

  .why-choose-img {
    position: relative;
  }

  .why-choose-img img {
    height: 376px;
  }

  .why-choose-text {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    color: #fff;
    padding: 0 20px;
    text-align: center;
    z-index: 2;
    max-width: 100%;
  }

  .why-choose-img::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    z-index: 1;
  }

  .why-choose-text p {
    color: #747E80;
    font-size: 15px;
    line-height: 2;
    margin-top: 215px;
    font-weight: 400;
  }

  .services-intro {
    font-size: 14px !important;
    color: #e03216;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-weight: 700;
  }
}
.cta-bg-section {
  width: 100%;
  height: 420px;
  background: url('../img/achtergrond-kantoor-binnen-2.jpg') center/cover no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}

.cta-overlay {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cta-content {
  text-align: center;
  color: #ffffff;
}

.cta-content h1 {
  font-size: 42px;
  font-weight: 500;
  margin-bottom: 30px;
  color: #fff;
}

.cta-content .rp-btn-afspraak:hover{
    
    background-color:#000 !important;
}

.services-info-section {
  background: #ffffff;
  padding: 90px 20px;
}

.services-info-container {
  max-width: 1298px;
  margin: 0 auto;
  text-align: center;
}

.services-intro {
  font-size: 12px;
  color: #e03216;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 10px;
  text-align: center;
  font-weight: 700;
}

.services-title {
  font-size: 42px;
  font-weight: 500;
  margin-bottom: 60px;
  color: #000;
  text-align: center;
}

.services-list.services-grid {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  column-gap: 30px;
  row-gap: 24px;
}

.services-list.services-grid li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;
  color: #6f7a80;
  text-align: left;
  line-height: 1.5;
}

.services-list.services-grid i.bi {
  color: #9aa5ab;
  font-size: 17px;
  flex-shrink: 0;
}

@media (max-width: 992px) {
  .services-list.services-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    column-gap: 30px;
  }
}

@media (max-width: 767px) {
  .services-list.services-grid {
    grid-template-columns: 1fr;
  }

  .services-title {
    font-size: 45px;
  }
}


/* zakelijk.page */
.zakelijk-intro {
  padding-top: 100px;
  background: #ffffff;
  padding-bottom: 60px;

}

.zakelijk-container {
  max-width: 1330px;
  margin: 0 auto;
  padding: 0 20px;
}

.zakelijk-two-col {
  display: flex;
  align-items: center;
  gap: 40px;
}

.zakelijk-img img {
  width: 100%;
  width: 310px;
  display: block;
}

.zakelijk-text {
  font-size: 14px;
  line-height: 1.9;
  color: #747e80;
}

.zakelijk-text p {
  margin-bottom: 18px;
}

.zakelijk-text strong {
  color: #747E80;
  font-weight: 700;
}


.zakelijk-specialismen {
  background: #f2f2f2;
  padding-top: 70px;
  padding-bottom: 105px;
}

.zakelijk-specialismen-head {
  max-width: 1280px;
  margin: 0 auto 90px auto;
}


.zakelijk-specialismen-title {
  text-align: center;
  color: #000;
  margin-bottom: 10px;
  font-size: 48px;
  font-weight: 600;
  line-height: 1.4;
}

.zakelijk-specialismen-subtitle {
  text-align: center;
  font-size: 14px;
  letter-spacing: 0.35em;
  color: #e03216;
  margin-bottom: 70px;
  text-transform: uppercase;
  line-height: 1.6;
}

.zakelijk-text-align {
  padding-left: 48px !important;
}

.specialisme-item {
  flex: 1;
}

.specialisme-header {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 20px;
}

.specialisme-header h4 {
  font-size: 20px;
  font-weight: 500;
  color: #000;
}

.specialisme-icon {
  height: 35px;
  aspect-ratio: 1;
  background: #e03216;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.specialisme-icon i {
    color: #fff;
    font-size: 25px;
    font-weight: 900;
}

.specialisme-item ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.specialisme-item ul li {
  font-size: 14px;
  color: #6f7a80;
  line-height: 1.9;
  margin-bottom: 2.14286em;
  padding-left: 18px;
  position: relative;
}

.specialisme-item ul li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #6f7a80;
  font-size: 13px;
}

@media (max-width: 767px) {
    .zakelijk-specialismen-grid {
        flex-direction: column;
        align-items: center;
    }
    .zakelijk-two-col {
        flex-direction: column;
        gap: 40px;
      }
      
    .zakelijk-text-align{
        padding-left: unset !important;
    }
    .specialisme-header{
        justify-content: center !important;
    }
}

@media (max-width: 991px) {
    .zakelijk-specialismen-grid {
        flex-wrap: wrap;
        row-gap:30px;
    }
    
    .zakelijk-specialismen-grid .specialisme-item{
        flex: 0 0 50%;
    }

  .specialisme-item {
    text-align: center;
    max-width: 100%;
    padding: 0px 15px;
  }

  .specialisme-icon {
    height: 36px;
    aspect-ratio: 1;
  }

  .specialisme-icon i {
    font-size: 22px;
  }

  .specialisme-header h4 {
    text-align: center;
    font-size: 20px;
  }

  i.bi.bi-chevron-right {
    font-size: 24px;
    margin-left: 5px;
    line-height: 36px;
  }

  .specialisme-item ul {
    max-width: 90%;
    margin: 0 auto;
    text-align: left;
  }

  .specialisme-item ul li {
    padding-left: 22px;
    margin-bottom: 20px;
  }

  .specialisme-item ul li::before {
    left: 0;
  }

  .zakelijk-specialismen-subtitle {
    letter-spacing: 0.25em;
    font-size: 13px;
    padding: 0 15px;
  }
}

/* Vacature page */

.vacature-txt {
  text-align: center;
  color: #000000;
  padding: 75px 0;
  font-size: 45px;
  font-weight:400;
}

.vacature-intro {
  background: #ffffff;
  padding-bottom: 20px;

}

.vacature-container {
  max-width: 1330px;
  margin: 0 auto;
  padding: 0 20px;
}

.vacature-two-col {
  row-gap: 30px;
  
}

.vacature-img{
    flex: 0 0 35% !important;
    margin-right:20px;
}

.vacature-img img {
  display: block;
  margin: 0 auto;
  height:400px;
}

.vacature-text {
  max-width: 812px;
  font-size: 14px;
  line-height: 2;
  color: #747e80;
  font-weight:500;
}

.vacature-text p {
  margin-bottom: 18px;
}

.vacature-text strong {
  color: #747E80;
  font-weight: 700;
}

.vacature-specialismen {
  background: #f2f2f2;
  padding-top: 50px;
}

.vacature-specialismen-head {
  max-width: 1280px;
  margin: 0;
}

.vacature-specialismen-title {
  text-align: center;
  color: #000;
  padding: 0 0 45px;
  font-size: 45px;
}

.vacature-heading {
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 2;
  font-size: 14px;
  color: #747e80;
}

.text-vacature-space {
  margin-bottom: 33px;
}

.vacature-third {
  background: #dd3333;
  padding: 120px 20px;
  text-align: center;
}

.vacature-third-container {
  margin: 0 auto;
  max-width: 1280px;
}

.vacature-third-title {
  color: #ffffff;
  font-size: 42px;
  font-weight: 400;
  margin-bottom: 30px;
}

.vacature-third-text {
  color: #ffffff;
  font-size: 14px;
  line-height: 1.9;
  margin-bottom: 22px;
}

.vacature-third-text a {
  color: #ffffff;
  text-decoration: underline;
}

.vacature-third-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 30px;
  padding: 14px 26px;
  background: #000;
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.15em;
  text-decoration: none;
  border-radius: 4px;
  transition: all 0.3s ease;
}

.vacature-third-btn:focus, .vacature-third-btn:hover {
    background-color: #990E0E;
    border-color: #000000 !important;
    color: #000000 !important;
}

.vacature-third-btn:focus, .vacature-third-btn:hover {
    background-color: #990E0E;
    border-color: #000000 !important;
    color: #000000 !important;
}

/* Google Map Section */
.rp-map-section {
  width: 100%;
  height: 450px;
}

.rp-map-section iframe {
  width: 100%;
  height: 100%;
  display: block;
}

.rp-contact-page {
  padding: 90px 0;
  background: #fff;
}

.rp-contact-container {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 20px;
}

.rp-contact-layout {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 80px;
}

.rp-contact-title {
  font-size: 42px;
  font-weight: 400;
  margin-bottom: 35px;
  color: #000;
}

.rp-kantoor-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 40px;
  align-items: center;
}

.rp-kantoor-text {
  font-size: 14px;
  line-height: 1.9;
  color: #747e80;
}

.rp-kantoor-image img {
  width: 100%;
  max-width: 360px;
  display: block;
}

.rp-contact-left a {
  color: #dd3333;
  text-decoration: none;
}

.rp-mt-80 {
  margin-top: 80px;
}

.rp-contact-right {
  border: 1px solid #eee;
  padding: 45px;
  height: 535px;
}

.rp-contact-right h3 {
  font-size: 40px;
  font-weight: 400;
  margin-bottom: 35px;
  color: #000;
}

.rp-contact-right p {
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 28px;
  color: #747e80;
}

.rp-contact-right a {
  color: #dd3333;
  text-decoration: none;
}

.contact-text {
  color: #000;
  font-size: 15px;
  padding-right: 5px;
}

.con-text {
  padding-right: 5px;
  font-size: 15px;

}

.contact-small-text {
  font-size: 15px;
  color: #747e80;
}

.rp-contact-title-second {
  margin-bottom: 50px;
  font-size: 16px;
  line-height: 2em;
  color: #747E80;
}

p.rp-contact-note {
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 2;
  font-size: 14px;
  color: #747e80;
}

@media (max-width: 767px) {
  .rp-contact-layout {
    grid-template-columns: minmax(0, 1fr);
  }
}
@media (max-width: 992px) {
  .rp-kantoor-grid {
    grid-template-columns: 1fr;
  }

  .rp-kantoor-image img {
    max-width: 100%;
  }
.rp-contact-right {
    border: 1px solid #eee;
    padding: 34px;
    height: 535px;
  }

  .rp-contact-right h3 {
    font-size: 34px;
    font-weight: 400;
    margin-bottom: 35px;
    color: #000;
  }
}

/* Team page */

.team-section {
  background: #ffffff;
  padding-bottom: 60px;
}

.team-container {
  max-width: 1330px;
  margin: 0 auto;
  padding: 0 20px;
}

.team-image {
  margin-top: 45px;
}

.team-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}

.team-card {
  border-color: #eee;
  border-style: solid;
}

.team-card img {
  width: 100px;
}

.team-info h3 {
  font-size: 16px;
  font-weight: 400;
  color: #dd3333;
  margin-bottom: 16px;
}

.team-info h3 a {
  color: #dd3333;
  margin-left: 6px;
  text-decoration: none;
}

.team-badge {
  display: inline-block;
  background: #1c2674;
  color: #fff;
  font-size: 11px;
  padding: 6px 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 3px;
}

@media (max-width: 767px) {
  .team-grid {
    grid-template-columns: 1fr;
    gap:30px;
  }
  .vacature-img{
      margin: unset !important;
  }
}

/* general terms & conditions */

.rp-legal-content {
  padding: 90px 0 15px;
}

.rp-legal-container {
  max-width: 1330px;
}

.legal-subtitle {
  font-size: 14px;
  font-weight: 700;
  color: #747e80;
  margin-bottom: 60px;
}

.legal-text h4 {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 35px;
  color: #747e80;
}

.legal-text h5 {
  font-weight: 400;
  font-size: 14px;
  margin: 30px 0 35px;
  color: #747e80;
}

.legal-text p {
  font-size: 14px;
  line-height: 1.9;
  color: #747e80;
  margin-bottom: 30px;
}

.legal-text span {
  font-size: 14px;
  line-height: 1.9;
  color: #747e80;
}

.legal-text li {
  font-size: 14px;
  line-height: 1.9;
  color: #747e80;
}

.privacy-verklaring-text {
  font-size: 50px;
  color: #000;
  font-weight: 400;
  line-height: 1.5em;
}

.vacature-team-image {
  padding-bottom: calc(25% + 35px);
  position: relative;
  transform-style: flat;
  -webkit-transform-style: flat;
  perspective: 1200px;
  -webkit-perspective: 1200px;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.vacature-team-image img {
  height: auto;
  max-width: 100%;
  vertical-align: top;
  filter: blur(0px);
  top: 0;
  left: 0;
  animation: sharpen .5s both;
  width: 100%;
  position: absolute;
  transform: translateZ(0);
  /* contain: size !important;
  contain-intrinsic-size: 3000px 1500px;
  aspect-ratio: auto 940 / 313; */
}

@keyframes sharpen {
  from {
    filter: blur(20px);
    -webkit-filter: blur(20px)
  }

  to {
    filter: blur(0);
    -webkit-filter: blur(0)
  }
}

.vacature-team-image img {
  width: 100%;
  height: 300px !important;
}

.search-results{
    padding:55px 0px !important;
}

.search-results .entry-header{
    margin-top:35px !important;
     margin-bottom: 20px !important;
}
h2.entry-title a {
    color: #18236b;
    font-size: 30px;
    font-weight: 400;
}
.entry-summary {
    font-size: 14px;
    color: #999999;
    line-height: 2.14286em;
}
h2.entry-title {
    font-size: 50px;
    color: #000000;
    padding-bottom: 50px;
}
.page-content {
    font-size: 14px;
    color: #747e80;
    padding: 20px 0;
}
.no-results {
    margin: 80px auto;
    text-align: left;
}

.no-results h1 {
    font-size: 50px;
    font-weight: 400;
    padding-bottom: 50px;
    color: #000000;
}


.no-results-text {
    color: #747e80;
    margin-bottom: 30px;
    font-size: 14px;
}

/* Search box */
.rp-search-form {
    position: relative;
    max-width: 570px;
}

.rp-search-form input {
    width: 100%;
    padding: 18px 50px 18px 28px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    font-size: 14px;
    outline: none;
        color: #747e80;
}

.rp-search-form button {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    font-size: 18px;
    color: #747e80;
    cursor: pointer;
}

/* Pagination */
.rp-pagination {
    margin-top: 50px;
    display: flex;
    gap: 12px;
    margin-bottom: 40px;
}

.rp-pagination a {
    width: 43px;
    height: 43px;
    border: 1px solid #ebebeb;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #000;
    font-weight: 600;
    line-height: 45px;
    font-size: .85714em;
    border-radius: 2px;
}

.rp-pagination a.current {
    border-color: #e03216;
    color: #e03216;
}

.rp-pagination a.next {
    font-size: 22px;
    line-height: 1;
}

.search-results .entry-summary{
    margin-bottom:70px !important;
}

.why-choose-img{
    flex: 0 0 33.33%;
    align-content: center;
}