.navbar {position: relative;z-index: 1030;}
.dropdown-menu {z-index: 1050;}
/*#ffc107*/

/*=========== FAQ ===========*/
 #faq-section .section-label-red {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
    padding: 5px 14px;
    border-radius: 20px;
    background: #FEE2E2;
    color: #991B1B;
    margin-bottom: 1rem;
  }

  #faq-section .section-title {
    font-size: 1.75rem;
    font-weight: 800;
    letter-spacing: -0.03em;
    color: #0F0F0F;
    margin-bottom: .4rem;
  }

  .section-title2 {
    font-size: 1.75rem;
    font-weight: 800;
    letter-spacing: -0.03em;
    color: #0F0F0F;
    margin-bottom: .4rem;
  }

  .section-title2 span {
    color:#ffc107;
  }

  #faq-section .section-title span {
    color:#ffc107;
  }

  #faq-section .accordion-item {
    background: #fff;
    border: 1px solid #E5E5E5 !important;
    border-radius: 12px !important;
    margin-bottom: 8px;
    overflow: hidden;
    box-shadow: none !important;
  }

  #faq-section .accordion-button {
    font-size: 13.5px;
    font-weight: 600;
    color: #0F0F0F;
    background: #fff !important;
    padding: 1rem 1.25rem;
    box-shadow: none !important;
    border-radius: 12px !important;
  }

  #faq-section .accordion-button:not(.collapsed) {
    color: #ffc107;
    background: #fff !important;
    box-shadow: none !important;
  }

  #faq-section .accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23404040'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  }

  #faq-section .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23D97706'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  }

  #faq-section .accordion-body {
    font-size: 13px;
    color: #737373;
    line-height: 1.7;
    padding: .25rem 1.25rem 1rem;
    background: #fff;
  }
/*=========== FAQ ===========*/

/*PROTOCOL*/
  /*.protocol-card {transition: transform .2s ease, box-shadow .2s ease;}
  .protocol-card:hover {transform: translateY(-5px);box-shadow: 0 12px 30px rgba(0,0,0,.08);}*/
  :root {
    --orange: #F97316;
    --orange-light: #FFF7ED;
    --orange-border: #FDBA74;
  }

  #protocols .section-line {
    width: 36px;
    height: 3px;
    background:#ffc107;
    border-radius: 2px;
    margin: 0.5rem auto 1rem;
  }

  #protocols .filter-pill {
    font-size: 11.5px;
    font-weight: 500;
    padding: 5px 16px;
    border-radius: 20px;
    border: 1px solid #E5E5E5;
    background: #fff;
    color: #737373;
    cursor: pointer;
    transition: all .18s ease;
    letter-spacing: .03em;
    text-decoration: none;
    display: inline-block;
  }

  #protocols .filter-pill:hover,
  #protocols .filter-pill.active {
    background:#ffc107;
    border-color:#ffc107;
    color: black;
  }

  #protocols .protocol-card {
    border: 1px solid #E5E5E5 !important;
    border-radius: 14px !important;
    transition: border-color .2s ease, transform .2s ease;
    box-shadow: none !important;
  }

  #protocols .protocol-card:hover {
    border-color:#ffc107 !important;
    transform: translateY(-2px);
  }

  #protocols .protocol-card.featured {
    border-color:#ffc107 !important;
    border-width: 1.5px !important;
  }

  #protocols .proto-icon {
    width: 38px;
    height: 38px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    margin-bottom: 10px;
  }

  #protocols .proto-icon.icon-orange {
    background: var(--orange-light);
    color: var(--orange);
  }

  #protocols .proto-icon.icon-dark {
    background: #F5F5F5;
    color:darkgrey;
  }

  #protocols .badge-rec {
    background: var(--orange-light);
    color: #9A3412;
    font-size: 10.5px;
    font-weight: 600;
    padding: 3px 10px;
    border-radius: 20px;
    letter-spacing: .04em;
    display: inline-block;
    margin-bottom: 10px;
  }

  #protocols .badge-legacy {
    background: #F5F5F5;
    color: #404040;
    font-size: 10.5px;
    font-weight: 600;
    padding: 3px 10px;
    border-radius: 20px;
    letter-spacing: .04em;
    display: inline-block;
    margin-bottom: 10px;
  }

  #protocols .proto-name {
    font-size: 15px;
    font-weight: 700;
    color: #111111;
    margin-bottom: 4px;
    letter-spacing: -0.01em;
  }

  #protocols .proto-desc {
    font-size: 12px;
    color: #737373;
    line-height: 1.6;
    margin-bottom: 14px;
  }

  #protocols .card-divider {
    border: none;
    border-top: 1px solid #F5F5F5;
    margin-bottom: 12px;
  }

  #protocols .stat-label {
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: .07em;
    color: #737373;
    min-width: 60px;
  }

  #protocols .bar-track {
    height: 4px;
    background: #E5E5E5;
    border-radius: 4px;
    flex: 1;
    overflow: hidden;
  }

  #protocols .bar-fill-orange {
    height: 100%;
    background:darkorange;
    border-radius: 4px;
  }

  #protocols .bar-fill-dark {
    height: 100%;
    background:black;
    border-radius: 4px;
  }

  #protocols .stat-val {
    font-size: 11px;
    color: #737373;
    min-width: 32px;
    text-align: right;
  }

  #protocols .compat-info {
    font-size: 10.5px;
    color: #737373;
    margin-top: 10px;
    margin-bottom: 14px;
  }

  #protocols .compat-info i {
    font-size: 11px;
    margin-right: 3px;
    color: var(--orange);
  }

  #protocols .btn-card {
    width: 100%;
    font-size: 12px;
    font-weight: 500;
    padding: 7px 0;
    border-radius: 8px;
    border: 1px solid #E5E5E5;
    background: #fff;
    color: #404040;
    transition: all .18s ease;
    letter-spacing: .02em;
    text-align: center;
    display: block;
    text-decoration: none;
  }

  #protocols .btn-card:hover {
    background:#ffc107;
    border-color:#ffc107;
    color:black;
  }

  #protocols .btn-load {
    font-size: 12.5px;
    font-weight: 500;
    padding: 8px 28px;
    border-radius: 20px;
    border: 1px solid #E5E5E5;
    background: #fff;
    color: #737373;
    transition: all .18s ease;
    letter-spacing: .03em;
  }

  #protocols .btn-load:hover {
    border-color: var(--orange);
    color: var(--orange);
    background: #fff;
  }

  #protocols .page-title {
    font-size: 1.75rem;
    font-weight: 800;
    color: #111111;
    letter-spacing: -0.03em;
  }

  #protocols .page-title span {
    color: #ffc107;
  }
/*PROTOCOL*/

/* DEFAULT (DESKTOP) */
.navbar .dropdown-menu {
  max-height: none;
  overflow: visible;
}

/* MOBILE ONLY */
@media (max-width: 991.98px) {
  .navbar .dropdown-menu {
    max-height: 70vh;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
}
/* DEFAULT (DESKTOP) */


/*SERVER LOCATION*/
.server-location-card {
    border-radius: 18px;
    transition: all .2s ease;
    background: #fff;
}

.server-location-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 14px 35px rgba(15, 23, 42, .10) !important;
}

.server-location-card.server-disabled {
    opacity: .72;
    cursor: not-allowed;
}

.server-location-card.server-disabled:hover {
    transform: none;
}

.server-flag {
    width: 26px;
    height: 18px;
    border-radius: 3px;
    box-shadow: 0 0 0 1px rgba(15, 23, 42, .08);
}

.server-meta {
    background: #f8fafc;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    padding: 4px 12px;
}
/*SERVER LOCATION*/

/*HOW IT WORKS*/
.how-card {
  /* background: #ffffff; */
  /* border-radius: 16px; */
  /* box-shadow: 0 10px 30px rgba(0,0,0,0.05); */
  transition: 0.3s ease;
}

.how-card:hover {
  transform: translateY(-6px);
}

.step-number {
  width: 75px;
  height: 75px;
  background: floralwhite;
  color: #000;
  font-weight: 700;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -24px;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0 0 0 2px #ffc107;
  font-size: 20px;
}

.icon-box {
  width: 70px;
  height: 70px;
  background: floralwhite;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 40px auto 0;
}

.icon-box i {
  font-size: 32px;
  color: black;
}
/*HOW IT WORKS*/


/*FAQ*/
.faq-toggle i {
  transition: transform 0.25s ease;
}

.faq-toggle[aria-expanded="true"] i {
  transform: rotate(180deg);
}
/*FAQ*/

/* ======================
   SERVER LOCATION PRO UI
====================== */

.server-card {
  border-radius: 14px;
  transition: all .25s ease;
}

.server-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 25px rgba(0,0,0,.08);
}


/*CREATE ACCOUNT*/
.rshadows{box-shadow: 0px 0 60px 0 rgba(var(--color-secondary-rgb), 0.1);}
.rshadows2{
  transition-duration: 0.9s;
  box-shadow: 6px 6px 19px #e0e0e0, -6px -6px 19px #ffffff;
}

.brcrumbs{color:dimgray;text-decoration: none;}
.brcrumbs:hover{color:#db583afa;}
.brcrumbs.active{color:#db583afa;}

.card {
  border-radius: 14px;
  transition: transform .2s ease, box-shadow .2s ease;
}

.card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 24px rgba(0,0,0,.08);
}

.badge {
  border-radius: 999px;
  font-weight: 500;
}
