/*
You can add your own CSS here.

Click the help icon above to learn more.
*/
input, select {
    color:#000;
}

.blog-date {
display:none
}

.blog-text {
color: #fff
}

a.reset_variations {
    left: -70px;
    top: 160px;
 }

/* Make the 2-column info block text white */
.info-blocks.info-blocks--home2 p{
  color: #ffffff !important;
  opacity: 1 !important;
}
/* TEMP: Hide Adult / Children / Infant rows on booking form */
label[for*="adult"],
label[for*="child"],
label[for*="children"],
label[for*="infant"]{
  display:none !important;
}

/* Hide the inputs/selects */
select[name*="adult"],
select[name*="child"],
select[name*="children"],
select[name*="infant"],
input[name*="adult"],
input[name*="child"],
input[name*="children"],
input[name*="infant"]{
  display:none !important;
}

/* Hide common wrappers (usually the row/container) */
.adult, .children, .infant,
[class*="adult"], [class*="children"], [class*="infant"],
[id*="adult"], [id*="children"], [id*="infant"]{
  display:none !important;
}
/* Latest Rides section */
.motoclub-activity {
  padding: 40px 0 !important;
}
.motoclub-activity .row {
  display: flex !important;
  align-items: center !important;
}
.motoclub-activity .biker-club__main.triangle--big::after,
.motoclub-activity .line-down {
  display: none !important;
}
.motoclub-activity .biker-club__upcoming {
  padding: 0 !important;
}
.motoclub-activity .biker-club__upcoming h2,
.motoclub-activity .biker-club__upcoming h3,
.motoclub-activity .biker-club__upcoming p {
  display: none !important;
}
.motoclub-activity .button--grey {
  display: inline-block !important;
  visibility: visible !important;
  opacity: 1 !important;
  background: #fff !important;
  color: #e31c23 !important;
  border-color: #fff !important;
  font-weight: 700 !important;
  padding: 14px 36px !important;
  letter-spacing: 0.1em !important;
  margin-top: 20px !important;
}
.motoclub-activity .button--grey:hover {
  background: #111 !important;
  color: #fff !important;
  border-color: #111 !important;
}
.motoclub-activity a.btn { display: inline-block !important; visibility: visible !important; opacity: 1 !important; background: #fff !important; color: #e31c23 !important; font-weight: 700 !important; padding: 14px 36px !important; margin-top: 20px !important; }
/* Latest Rides button color fix */
.motoclub-activity a.button--grey {
  background: #fff !important;
  color: #e31c23 !important;
  border-color: #fff !important;
}
.motoclub-activity a.button--grey:hover {
  background: #111 !important;
  color: #fff !important;
  border-color: #111 !important;
}
/* Fix button width and position */
.motoclub-activity a.button--grey {
  white-space: nowrap !important;
  min-width: 160px !important;
  text-align: center !important;
  margin-top: 30px !important;
  display: inline-block !important;
}
.motoclub-activity a.button--grey { white-space: nowrap !important; min-width: 180px !important; }
@media only screen and (max-width: 768px) {

  /* Stats — 2 column grid */
  .numbers--home2 .row,
  .fun-facts {
    display: flex !important;
    flex-wrap: wrap !important;
  }
  .fun-facts .funfact {
    width: 50% !important;
    text-align: center !important;
    padding: 15px 5px !important;
    box-sizing: border-box !important;
    float: none !important;
  }

  /* Latest Rides — fix title */
  .motoclub-activity h2.title--main {
    font-size: 20px !important;
    white-space: normal !important;
    line-height: 1.2 !important;
  }

  /* Latest Rides — stack columns vertically */
  .motoclub-activity .col-md-6,
  .motoclub-activity .col-sm-6 {
    width: 100% !important;
    float: none !important;
    padding: 0 15px !important;
  }

  /* Latest Rides — image full width below text */
  .motoclub-activity img {
    width: 100% !important;
    height: auto !important;
    margin-top: 20px !important;
    display: block !important;
  }

  /* Info blocks — stack with spacing */
  .info-blocks--home2 .col-md-6,
  .info-blocks--home2 .col-sm-6 {
    width: 100% !important;
    float: none !important;
    margin-bottom: 25px !important;
    padding: 0 15px !important;
    box-sizing: border-box !important;
  }

  /* Newsletter — stack input and button */
  .signup .col-md-7,
  .signup .col-sm-7,
  .signup .col-md-5,
  .signup .col-sm-5 {
    width: 100% !important;
    float: none !important;
    margin-bottom: 20px !important;
  }

}
/* ============================================
   LOGO — Desktop and Mobile
   ============================================ */

/* Desktop — slightly larger */
.logo img,
.navbar-brand img,
.header-logo img {
  max-height: 75px !important;
  width: auto !important;
  transition: opacity 0.3s ease !important;
}

.logo img:hover,
.navbar-brand img:hover {
  opacity: 0.85 !important;
}

/* Mobile — smaller and tighter */
@media only screen and (max-width: 768px) {
  .logo img,
  .navbar-brand img,
  .header-logo img {
    max-height: 50px !important;
    width: auto !important;
	}
}
/* Hide empty Google+ box */
.social__one:nth-child(3) {
  display: none !important;
}

/* Fix YouTube icon showing */
.fa-youtube,
.fa-youtube-play {
  display: inline-block !important;
  visibility: visible !important;
}
/* ============================================
   FOOTER — Complete fix
   ============================================ */

/* Dark background — no image */
.home-footer,
.footer-logo,
.footer-main-home,
.footer-bottom-home {
  background: #0d0d0d !important;
  background-image: none !important;
  background-color: #0d0d0d !important;
}

/* Red top border */
.footer-logo {
  border-top: 3px solid #e31c23 !important;
  padding: 25px 0 !important;
}

/* Footer main padding */
.footer-main-home {
  padding: 40px 0 !important;
  border-top: 1px solid #222 !important;
}

/* Remove white box completely */
.footer-main-home__block,
.footer-main-home .equal-height-item,
.footer-main-home .widget,
.footer-main-home .widget_text,
.footer-main-home .textwidget {
  background: transparent !important;
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  padding: 0 15px !important;
}

/* Widget titles */
.footer-main-home__title {
  color: #fff !important;
  font-size: 13px !important;
  letter-spacing: 0.15em !important;
  text-transform: uppercase !important;
  margin-bottom: 20px !important;
  padding-bottom: 12px !important;
  border-bottom: 2px solid #e31c23 !important;
}

/* Footer text */
.footer-main-home p {
  color: #999 !important;
  font-size: 13px !important;
  line-height: 1.9 !important;
  margin-bottom: 8px !important;
}

/* Footer links */
.footer-main-home a {
  color: #999 !important;
  transition: color 0.3s ease !important;
  text-decoration: none !important;
}
.footer-main-home a:hover {
  color: #e31c23 !important;
}

/* Quick links list */
.footer-main-home ul {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}
.footer-main-home ul li {
  padding: 7px 0 !important;
  border-bottom: 1px solid #1a1a1a !important;
}
.footer-main-home ul li a::before {
  content: '→ ' !important;
  color: #e31c23 !important;
}

/* Contact icons */
.footer-main-home i {
  color: #e31c23 !important;
  margin-right: 8px !important;
  width: 16px !important;
}

/* Social icons */
.social--footer .social__one {
  border: 1px solid #333 !important;
  transition: all 0.3s ease !important;
  margin-left: 5px !important;
}
.social--footer .social__one:hover {
  background: #e31c23 !important;
  border-color: #e31c23 !important;
}

/* Hide Google+ */
.social__one:nth-child(3) {
  display: none !important;
}

/* Copyright bar */
.footer-bottom-home {
  border-top: 1px solid #1a1a1a !important;
  padding: 15px 0 !important;
}
.footer-bottom-home .copyright p {
  color: #555 !important;
  font-size: 12px !important;
  text-align: center !important;
}

/* Remove extra space above footer */
.signup--home2 {
  margin-bottom: 0 !important;
}
/* Nuclear fix for About Us white box */
div.footer-main-home__block.widget_text,
div.footer-main-home__block.equal-height-item {
  background-color: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

div.footer-main-home__block.widget_text div.textwidget {
  background: transparent !important;
  border: none !important;
  padding: 0 !important;
}

/* Fix empty space above social icons */
.footer-logo .container {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.footer-logo .row {
  align-items: center !important;
  display: flex !important;
}
/* Visit Us widget — Book Now WhatsApp button */
.footer-main-home__block a[href*="wa.me"] {
  display: block !important;
  background: #25D366 !important;
  color: #fff !important;
  text-align: center !important;
  padding: 14px 20px !important;
  font-weight: 700 !important;
  font-size: 13px !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
  margin-top: 20px !important;
  text-decoration: none !important;
  border-radius: 3px !important;
  transition: background 0.3s ease !important;
}

.footer-main-home__block a[href*="wa.me"]:hover {
  background: #128C7E !important;
  color: #fff !important;
}

/* Visit Us text styling */
.footer-main-home__block .textwidget p {
  color: #999 !important;
  font-size: 13px !important;
  line-height: 1.9 !important;
  margin-bottom: 4px !important;
}
/* WhatsApp button icon — white and bigger */
.footer-main-home__block a[href*="wa.me"] i {
  color: #fff !important;
  font-size: 20px !important;
  vertical-align: middle !important;
}
/* Replace Twitter bird with X */
.fa-twitter::before {
  content: "𝕏" !important;
  font-family: Georgia, serif !important;
  font-style: normal !important;
  font-size: 14px !important;
  font-weight: 900 !important;
}

/* Add YouTube icon to footer — after Instagram */
.social--footer-home .social__one:last-child::after {
  content: "" !important;
}

.footer-logo .social--footer {
  position: relative !important;
}
/* ============================================
   Book Your Experience Section
   ============================================ */

/* Reduce spacing */
#book-experience {
  padding: 40px 0 20px !important;
}

#book-experience .text--anons {
  margin-bottom: 30px !important;
}

/* Remove extra space between subtitle and cards */
#book-experience .title--main {
  margin-bottom: 10px !important;
}

/* Fix card alignment */
#book-experience .row {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: stretch !important;
}

/* Card text alignment */
#book-experience .aboutus__desc {
  text-align: center !important;
  padding: 10px 15px !important;
}

/* Equal height cards */
#book-experience [class*="col-md-3"] {
  display: flex !important;
  flex-direction: column !important;
}
/* Book Your Experience — white description text */
#book-experience .aboutus__desc,
#book-experience .aboutus__desc p {
  color: #ccc !important;
}

/* Book Your Experience — card polish */
#book-experience .anons__block {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

#book-experience .anons__block:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.35);
}

/* =========================================
   MODERN EXPERIENCE CARDS
   ========================================= */

.anons--about .anons__block {
    background: #111;
    border: 1px solid #2b2b2b;
    border-radius: 6px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

/* Image */
.anons--about .anons__photo {
    margin: 0;
    overflow: hidden;
}

.anons--about .anons__photo img {
    width: 100%;
    height: 230px;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
}

/* Card title */
.anons--about .anons__title {
    margin: 0;
    padding: 22px 20px 12px;
    background: #111;
}

.anons--about .anons__title h2 {
    margin: 0;
}

.anons--about .anons__title h2 a {
    color: #fff;
    text-decoration: none;
}

/* Description */
.anons--about .anons__text {
    margin: 0;
    padding: 0 20px 24px;
    background: #111;
}

.anons--about .anons__text p {
    margin: 0;
    color: #aaa;
    line-height: 1.7;
}

/* Hover */
.anons--about .anons__block:hover {
    transform: translateY(-8px);
    border-color: #e60000;
    box-shadow: 0 14px 35px rgba(0, 0, 0, 0.45);
}

.anons--about .anons__block:hover .anons__photo img {
    transform: scale(1.04);
}

/* =========================================================
   MOTO CLUB — MODERN EXPERIENCE CARDS
   Only affects the Book Your Experience section
   ========================================================= */

.anons--about .anons__block {
    position: relative;
    display: flex;
    flex-direction: column;
    background: #151515 !important;
    border: 1px solid #292929 !important;
    border-radius: 14px !important;
    overflow: hidden;
    min-height: 645px;
    margin-bottom: 25px;
    box-shadow: 0 12px 30px rgba(0,0,0,0.25);
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

/* Hover */
.anons--about .anons__block:hover {
    transform: translateY(-8px);
    border-color: #ed1c24 !important;
    box-shadow: 0 20px 45px rgba(0,0,0,0.45);
}

/* IMAGE */
.anons--about .anons__photo {
    position: relative;
    width: 100%;
    height: 280px;
    overflow: hidden;
}

.anons--about .anons__photo img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
}

.anons--about .anons__block:hover .anons__photo img {
    transform: scale(1.06);
}

/* Dark gradient over bottom of image */
.anons--about .anons__photo:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 80px;
    background: linear-gradient(
        to top,
        rgba(21,21,21,1),
        rgba(21,21,21,0)
    );
    pointer-events: none;
}

/* CONTENT AREA */
.anons--about .anons__title {
    padding: 30px 28px 0 !important;
    position: relative;
    z-index: 2;
}

/* Small red category label */
.anons--about .anons__title:before {
    display: block;
    color: #ed1c24;
    font-family: Arial, sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.5px;
    margin-bottom: 10px;
}

/* Different label for each card */
.anons--about .anons__block:nth-child(1) .anons__title:before {
    content: "DESERT ADVENTURE";
}

.anons--about .anons__block:nth-child(2) .anons__title:before {
    content: "TRACK EXPERIENCE";
}

.anons--about .anons__block:nth-child(3) .anons__title:before {
    content: "RIDING ACADEMY";
}

.anons--about .anons__block:nth-child(4) .anons__title:before {
    content: "EXPLORE EL GOUNA";
}

/* Small red line underneath category */
.anons--about .anons__title:after {
    content: "";
    display: block;
    width: 42px;
    height: 2px;
    background: #ed1c24;
    margin-top: 11px;
}

/* TITLE */
.anons--about .anons__title h2 {
    margin: 0 !important;
}

.anons--about .anons__title h2 a {
    display: block;
    color: #ffffff !important;
    font-size: 29px !important;
    line-height: 1.15;
    font-weight: 700 !important;
    text-decoration: none !important;
    margin-top: 18px;
}

/* DESCRIPTION */
.anons--about .anons__text {
    padding: 0 28px !important;
    margin-top: 18px;
}

.anons--about .anons__text p {
    color: #d0d0d0 !important;
    font-size: 16px !important;
    line-height: 1.7 !important;
    margin: 0 !important;
}

/* CTA */
.anons--about .anons__block:after {
    content: "EXPLORE  →";
    display: block;
    margin-top: auto;
    padding: 30px 28px 28px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.5px;
}

/* iRide CTA */
.anons--about .anons__block:nth-child(4):after {
    content: "VISIT IRIDE  ↗";
}

/* Red corner accent */
.anons--about .anons__block:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 38px;
    height: 4px;
    background: #ed1c24;
    z-index: 5;
}

/* Make the section breathe */
.anons--about .row {
    margin-top: 35px;
}

/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 991px) {

    .anons--about .anons__block {
        min-height: 0;
    }

    .anons--about .anons__photo {
        height: 250px;
    }

    .anons--about .anons__title h2 a {
        font-size: 25px !important;
    }

}

@media (max-width: 767px) {

    .anons--about .anons__photo {
        height: 230px;
    }

    .anons--about .anons__title {
        padding: 25px 22px 0 !important;
    }

    .anons--about .anons__text {
        padding: 0 22px !important;
    }

    .anons--about .anons__block:after {
        padding: 25px 22px;
    }

}

/* =========================================================
   FIX CARD LABELS + IRIDE HOVER
   ========================================================= */

/* Correct category labels */
.anons--about .row > .col-md-3:nth-child(1) .anons__title:before {
    content: "DESERT ADVENTURE";
}

.anons--about .row > .col-md-3:nth-child(2) .anons__title:before {
    content: "TRACK EXPERIENCE";
}

.anons--about .row > .col-md-3:nth-child(3) .anons__title:before {
    content: "RIDING ACADEMY";
}

.anons--about .row > .col-md-3:nth-child(4) .anons__title:before {
    content: "EXPLORE EL GOUNA";
}


/* =========================================================
   REMOVE OLD RED TITLE HOVER
   ========================================================= */

.anons--about .anons__block:hover .anons__title {
    background: transparent !important;
}

.anons--about .anons__block:hover .anons__title h2 a {
    color: #ffffff !important;
}


/* iRide title should stay white even on hover */
.anons--about .row > .col-md-3:nth-child(4) .anons__block:hover .anons__title {
    background: #151515 !important;
}

.anons--about .row > .col-md-3:nth-child(4) .anons__block:hover .anons__title h2 a {
    color: #ffffff !important;
}


/* =========================================================
   CORRECT CTA
   ========================================================= */

.anons--about .row > .col-md-3:nth-child(1) .anons__block:after {
    content: "EXPLORE  →";
}

.anons--about .row > .col-md-3:nth-child(2) .anons__block:after {
    content: "EXPLORE  →";
}

.anons--about .row > .col-md-3:nth-child(3) .anons__block:after {
    content: "EXPLORE  →";
}

.anons--about .row > .col-md-3:nth-child(4) .anons__block:after {
    content: "VISIT IRIDE  ↗";
}


/* Make iRide CTA red arrow/accent */
.anons--about .row > .col-md-3:nth-child(4) .anons__block:after {
    color: #ffffff;
}


/* Keep category labels red */
.anons--about .anons__title:before {
    color: #ed1c24 !important;
}
/* ===== MODERN CARD CONTENT ===== */

.anons--about .anons__title:before {
    font-size: 0 !important;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background: #171717;
    border: 1px solid #333;
    box-shadow: 0 8px 18px rgba(0,0,0,.35);
    margin-top: -58px;
    margin-bottom: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Icons */
.anons--about .row > .col-md-3:nth-child(1) .anons__title:before {
    content: "\f041";
}

.anons--about .row > .col-md-3:nth-child(2) .anons__title:before {
    content: "⚙";
}

.anons--about .row > .col-md-3:nth-child(3) .anons__title:before {
    content: "⌂";
}

.anons--about .row > .col-md-3:nth-child(4) .anons__title:before {
    content: "♧";
}

/* Category labels remain red */
.anons--about .anons__title:after {
    width: 32px;
    height: 2px;
    margin-top: 9px;
}

.anons--about .anons__title h2 a {
    margin-top: 15px;
}
/* ===== UNIFIED CARD BACKGROUND ===== */

.anons--about .anons__block,
.anons--about .anons__title,
.anons--about .anons__text {
    background: #151515 !important;
}

.anons--about .anons__title,
.anons--about .anons__text {
    border: none !important;
}

.anons--about .anons__text {
    margin-top: 0 !important;
    padding-top: 14px !important;
}

.anons--about .anons__text p {
    color: #d0d0d0 !important;
}
/* ===== MODERN CTA ===== */

.anons--about .anons__block:after {
    content: "EXPLORE";
    display: flex;
    align-items: center;
    gap: 14px;
    margin-top: auto;
    padding: 30px 28px 28px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .4px;
    background: transparent !important;
}

/* Red arrow */
.anons--about .row > .col-md-3:nth-child(1) .anons__block:after,
.anons--about .row > .col-md-3:nth-child(2) .anons__block:after,
.anons--about .row > .col-md-3:nth-child(3) .anons__block:after {
    content: "EXPLORE    →";
}

/* iRide */
.anons--about .row > .col-md-3:nth-child(4) .anons__block:after {
    content: "VISIT IRIDE    ↗";
}

/* Remove old theme corner */
.anons--about .anons__block:before {
    width: 0 !important;
    height: 0 !important;
    background: transparent !important;
}
/* ===== PREMIUM CARD FINISH ===== */

.anons--about .anons__block {
    border-radius: 14px !important;
    border: 1px solid #292929 !important;
    background: #151515 !important;
    overflow: hidden !important;
    box-shadow: 0 12px 30px rgba(0,0,0,.25);
    transition:
        transform .3s ease,
        box-shadow .3s ease,
        border-color .3s ease;
}

.anons--about .anons__block:hover {
    transform: translateY(-7px);
    border-color: #ed1c24 !important;
    box-shadow: 0 20px 45px rgba(0,0,0,.45);
}

/* Image */
.anons--about .anons__photo {
    height: 280px !important;
    overflow: hidden;
}

.anons--about .anons__photo img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    transition: transform .5s ease;
}

.anons--about .anons__block:hover .anons__photo img {
    transform: scale(1.05);
}

/* Subtle image fade */
.anons--about .anons__photo:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 75px;
    background: linear-gradient(
        to top,
        #151515,
        transparent
    );
    pointer-events: none;
}
/* ===== CARD ICONS ONLY ===== */

.anons--about .anons__title:before {
    font-family: FontAwesome !important;
    font-size: 24px !important;
    color: #ed1c24 !important;
    width: 58px !important;
    height: 58px !important;
    border-radius: 50% !important;
    background: #171717 !important;
    border: 1px solid #333 !important;
    box-shadow: 0 8px 18px rgba(0,0,0,.35) !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    margin-top: -58px !important;
    margin-bottom: 22px !important;
}

/* Desert */
.anons--about .row > .col-md-3:nth-child(1) .anons__title:before {
    content: "\f6ec";
}

/* Track */
.anons--about .row > .col-md-3:nth-child(2) .anons__title:before {
    content: "\f11e";
}

/* Academy */
.anons--about .row > .col-md-3:nth-child(3) .anons__title:before {
    content: "\f19d";
}

/* iRide */
.anons--about .row > .col-md-3:nth-child(4) .anons__title:before {
    content: "\f21c";
}
.anons--about .anons__block:after {
    white-space: nowrap !important;
}
.anons--about .anons__block,
.anons--about .anons__title,
.anons--about .anons__text {
    background: #151515 !important;
}
/* FIX DESERT TRIP ICON */
.anons--about .row > .col-md-3:nth-child(1) .anons__title:before {
    content: "" !important;
    display: block !important;

    width: 58px !important;
    height: 58px !important;

    margin: -58px 0 22px 0 !important;

    border-radius: 50% !important;
    background-color: #171717 !important;
    border: 1px solid #333 !important;

    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cpath d='M29 55V19c0-5 3-9 8-9s8 4 8 9v9h5v-6c0-3 2-5 5-5s5 2 5 5v10c0 6-4 10-10 10H45v13H29zM29 34h-6c-6 0-10-4-10-10v-8c0-3 2-5 5-5s5 2 5 5v6h6v12z' fill='%23ed1c24'/%3E%3C/svg%3E") !important;

    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: 27px 27px !important;
}
/* Make the entire experience card clickable */
.anons--about .anons__block {
    position: relative !important;
}

.anons--about .anons__block .anons__title a {
    position: static !important;
}

.anons--about .anons__block .anons__title a::after {
    content: "" !important;
    position: absolute !important;
    inset: 0 !important;
    z-index: 10 !important;
}

/* MAKE EACH EXPERIENCE CARD FULLY CLICKABLE */
.anons--about .anons__block {
    position: relative !important;
}

.anons--about .anons__block .anons__title h2 a.title {
    position: static !important;
}

.anons--about .anons__block .anons__title h2 a.title::after,
.anons--about .anons__block .anons__title h2 a.title-no-decoration::after {
    content: "" !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    z-index: 50 !important;
    display: block !important;
}