* {
    margin: 0;
    padding: 0
}
*,:after,:before {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}
:active,:focus {
    outline: 0
}
a:active,a:focus {
    outline: 0
}
body {
    min-height: 100vh;
    min-width: 100%;
    max-width: 100vw;
    overflow-x: hidden;
    margin: 0;
    font-family: sans-serif;
    overflow-x: hidden;
    background: #131d29;
    color: white;
}
body.lock {
    overflow: hidden
}
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
::-webkit-scrollbar-track {
  background-color: #272727;
  border-radius: 100px;
}
::-webkit-scrollbar-thumb {
  background-color: #6563FF;
  border-radius: 100px;
}
button {
    cursor: pointer;
    border: none;
    background: 0 0
}
button::-moz-focus-inner {
    padding: 0;
    border: 0
}
a,a:hover,a:visited {
    text-decoration: none
}
ol li,ul li {
    list-style: none
}
img {
    vertical-align: top
}
h1,h2,h3,h4,h5,h6 {
    font-size: inherit;
    font-weight: 400
}
h1, h2, h3, h4, h5 {
    font-weight: 800;
    text-align: left;
    margin-bottom: 24px;
    line-height: 1.3;
    letter-spacing: 1px;
    color: #c0bfff;
    opacity: 0;
    animation: fadeInUp 1s ease-out forwards;
    margin-bottom: 50px;
    text-align: justify;
    text-indent: 40px;
}
h1 {
    font-size: 40px;
    color: #c0bfff;
    text-align: center;
}
h2 {
    font-size: 32px;
    margin-top: 20px;
}
h3 {
    font-size: 28px;
    margin-top: 20px;
}
h4 {
    font-size: 24px;
    margin-top: 20px;
}
h5 {
    font-size: 20px;
    margin-top: 20px;
}

.header__container.container {
    background: rgb(0 0 0 / 50%);
    margin-top: 10px;
    border-radius: 60px;
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    border: 1px solid white;
}

.header__body {
    display: flex;
    align-items: center;
    position: relative
}

.header__logo {
    margin-right: 15px
}

.header__links {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex: 1 1 auto;
    gap: 30px;
    margin-right: 10px;
}
.all-rdr-link {
    color: white;
    font-weight: bold;
    display: flex;
    align-items: center;
    gap: 5px;
}
.all-rdr-link:hover {
    color: #6563FF;
}

.header__link {
    color: #575757;
    font-size: 1.5rem;
    transition: all .5s ease
}

.header__link:not(:last-child) {
    margin-right: 40px
}
.logo-wrapper {
    display: flex;
    align-items: center;
    gap: 12px;
    background: transparent;
    padding: 8px 16px;
    border-radius: 30px;
    transition: all 0.5s ease;
}
.logo-wrapper img {
    width: 40px;
    height: 40px;
    transition: all 0.4s ease;
}
.logo-text {
    font-weight: 600;
    font-size: 25px;
    color: #fff;
    letter-spacing: 1px;
    transition: all 0.4s ease;
    transform: translateY(0);
    opacity: 1;
    white-space: nowrap;
    width: fit-content;
    height: fit-content;
}
.logo-text.hidden,
.logo-wrapper.hidden {
    opacity: 0;
    transform: translateY(-15px);
    pointer-events: none;
    width: 0px;
    height: 0px;
}
.search-container {
    position: relative;
    display: flex;
    align-items: center;
    transition: all 0.2s ease;
}
.search-container .search-toggle i {
    font-size: 25px;
    margin-left: 20px;
    color: #6563FF;
}
.search-input {
    padding: 6px 12px;
    border-radius: 20px;
    border: none;
    outline: none;
    font-size: 16px;
    transition: all 0.4s ease;
    opacity: 1;
    width: 250px;
    margin-left: 15px;
    background: #212a35;
    color: white;
}
.search-toggle {
    background: none;
    border: none;
    color: white;
    font-size: 18px;
    margin-left: -30px;
    cursor: pointer;
    display: none;
    transition: opacity 0.3s ease;
}
.search-container.collapsed .search-input {
    width: 0;
    padding: 0;
    opacity: 0;
    pointer-events: none;
}
.search-input::placeholder {
    color: white;
}

.search-container.collapsed .search-toggle {
    display: block;
    opacity: 1;
}

.search-header__btn {
    width: 32px;
    height: 32px
}

.search-header__btn svg {
    width: 100%;
    height: 100%;
    stroke: #ffffff;
    stroke-width: 2px;
}

.search-header__form {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0,-170%);
    width: 100%;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #212a35;
    min-height: 100px;
    transition: all .5s ease
}
.search-header__form.active {
    transform: translate(0,-50%)
}
.search-header__form input {
    flex: 1 1 auto;
    font-size: 2.5rem;
    padding: 5px 10px;
    border: none
}

.search-header__form input::-moz-placeholder {
    color: white;
    opacity: 1
}

.search-header__form input::placeholder {
    color: white;
    opacity: 1
}
.search-header__close {
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;

}
.search-header__close svg {
    width: 40%;
    height: 40%;
    stroke: #ddd;
    stroke-width: 3px
}
.block-services {
    border-radius: 30px;
    background: #212a35;
    padding: 0 19px;
    border: 1px solid white;
}
.all-rdr-form__search.search {
    max-width: 700px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin: auto;
}
.all-rdr-form__input {
    width: 100%;
    height: 45px;
    border-radius: 20px;
    padding-left: 20px;
    box-sizing: border-box;
    border: none;
    background: #090e14;
    color: #ffffff;
    font-size: 20px;
}
.all-rdr-form__btn {
    height: 45px;
    background: #6563ff;
    padding-right: 30px;
    padding-left: 30px;
    border-radius: 20px;
    color: #ffffff;
    font-size: 18px;
}
.all-rdr-form__btn:hover {
    background: #090e14;
}
.footer {
    background: #212a35;
    z-index: 999;
}
footer img {
    width: 100px;
    height: 100px;
}
.footer__body {
    padding: 72px 0
}

.footer__main {
    margin-bottom: 50px;
    display: flex;
    align-items: center
}

.footer__logo {
    margin-right: 90px
}

.footer__logo span {
    color: var(--white)
}

.footer__link {
    color: white;
    font-size: 18px;
    font-weight: 500;
    transition: all .5s ease;
    text-decoration: underline;
}
.footer__link:hover {
    color: #6563ff;
}
.footer__link:not(:last-child) {
    margin-right: 15px;
    margin-left: 15px;
}
.footer__links {
    line-height: 45px;
}

.footer__rights {
    color: white;
    font-size: 18px;
    font-weight: 500;

}
a.logo-link {
    display: flex;
    align-items: center;
    gap: 15px;
}
header{
    position: fixed;
    z-index: 999999;
    width: 100%;
}
.block-header {
    height: 105px;
}
.checker-link {
    margin-right: 40px;
    background: #6563FF;
    color: white;
    padding: 5px;
    font-size: 14px;
    padding-left: 10px;
    padding-right: 10px;
    text-transform: uppercase;
    font-weight: 700;
    transition: .2s;
    border-radius: 20px;
}
.checker-link:hover {
    background: #878787;
    color: white;
    transform: scale(1.05);
}
.checker-link-style {
    border-radius: 32px;
    font-size: 18px;
    padding-left: 20px;
    padding-right: 20px;
    display: inline-block;
}

.checker-link-style:hover {
    color: white;
    text-decoration: none;
}


@keyframes fadeInUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.search-toggle img {
    width: 30px;
    margin-left: 15px;
}
.container {
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
  box-sizing: border-box;
}
.container {
  max-width: 1200px;
  margin: 0 auto;
}

.allrdr-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
  padding: 30px;
  border-radius: 20px;
  flex-wrap: wrap;
  gap: 20px;
}
.allrdr-block  img{
    width: 80%;
    margin: auto;
}
.allrdr-text {
  flex: 1 1 50%;
}

.allrdr-text h2 {
    font-size: 32px;
    margin-bottom: 15px;
    color: #c0bfff;
    text-align: left;
    text-indent: 35px;
    text-align: justify;
}

.allrdr-text p {
  font-size: 18px;
  line-height: 35px;
  text-indent: 40px;
  text-align: justify;
}

.allrdr-image,
.allrdr-video {
  flex: 1 1 45%;
  text-align: center;
}

.allrdr-image img,
.allrdr-video iframe {
  max-width: 100%;
  border-radius: 15px;
}
hr {
    border: none;
    border-bottom: 1px solid #090e14;
}
.block-pad {
    padding: 20px;
    background: #212a35;
    margin-top: 50px;
    margin-bottom: 50px;
}
.allrdr-cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
}

.allrdr-card {
  background: #090e14;
  border-radius: 20px;
  padding: 30px 25px;
  text-align: center;
  flex: 1 1 calc(33.333% - 30px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.allrdr-cards.white .allrdr-card {
  background: #2d3a49;
  border-radius: 20px;
  padding: 30px 25px;
  text-align: center;
  flex: 1 1 calc(33.333% - 30px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.allrdr-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.allrdr-icon {
    margin-bottom: 20px;
    height: 130px;
}

.allrdr-icon img {
  height: 100%;
  object-fit: contain;
}

.allrdr-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
  color: #c0bfff;
  text-transform: uppercase;
}

.allrdr-text {
  font-size: 16px;
  line-height: 30px;
}


.steps-wrapper {
  display: flex;
  gap: 25px;
  justify-content: center;
  padding: 40px 0;
  flex-wrap: wrap;
  margin-top: 50px;
  bottom: 50px;
}

.step-card {
  background: #e3ddff;
  color: #2a227b;
  border-radius: 20px;
  padding: 30px 25px;
  max-width: 320px;
  text-align: center;
  position: relative;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}

.step-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(42, 34, 123, 0.2);
}

.step-number {
  position: absolute;
  top: 20px;
  left: 20px;
  font-size: 32px;
  font-weight: bold;
  color: white;
  background-color: #4c3eff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.step-icon img{
  height: 80px;
}

.step-card h3 {
  font-size: 18px;
  font-weight: 700;
  margin: 20px 0 10px;
  color: #2a227b;
}

.step-card p {
  font-size: 14px;
  color: #3f3f3f;
  line-height: 1.5;
}
.text-paragraph{
    margin-top: 50px;
    margin-bottom: 50px;
}
.text-paragraph p{
    font-size: 18px;
    text-align: justify;
    text-indent: 40px;
    line-height: 35px;
}

.static-pages p {
    font-size: 20px;
    margin-bottom: 10px;
    margin-top: 10px;
    text-align: justify;
    line-height: 35px;
    text-indent: 40px;
}
.static-pages a {
  color: #c0bfff;
  text-decoration: underline;
}

.static-pages strong {
    color: #c0bfff;
    font-weight: 600;
}

.static-pages ul {
  padding-left: 1.5rem;
  margin-bottom: 1.5rem;
  margin-left: 50px;
  font-size: 20px;
}

.static-pages ul li {
  margin-bottom: 0.5rem;
  list-style-type: disc;
}

.static-pages table {
  width: 100%;
  border-collapse: collapse;
  margin: 2rem 0;
  background-color: #212a35;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #e5e7eb;
}
.static-pages h2{
    margin-bottom: 20px;
    margin-top: 20px;
}
.static-pages table th, .static-pages table td {
  padding: 1rem;
  text-align: left;
  border: 1px solid #e5e7eb;
}

.static-pages table th {
  background-color: #090e14;
  color: white;
  font-weight: 600;
}

.static-pages table tr:hover {
  background-color: #18212c;
}
.block-services{
    margin-bottom: 50px;
    padding: 20px;
}
.tab-buttons {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

.tab-buttons button {
  background-color: #e0e0f0;
  border: none;
  padding: 12px 24px;
  font-size: 16px;
  margin: 0 5px;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.tab-buttons button.active {
  background-color: #4f46e5;
  color: white;
}

.tab-content {
  display: none;
  background: #090e14;
  border-radius: 12px;
  padding: 20px;
  max-width: 1000px;
  margin: auto;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  margin-bottom: 50px;
}

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

.response-block {
    margin-bottom: 20px;
    overflow: auto;
}

.response-status {
    font-weight: bold;
    color: #ffffff;
    width: fit-content;
    background: #212a35;
    border-radius: 6px 6px 0px 0px;
    padding: 10px;
}

.response-body {
  background-color: #212a35;
  padding: 12px;
  border-radius: 0px 6px 6px 6px;
  font-family: monospace;
  white-space: pre-wrap;
}
.pl {
  display: block;
  margin: auto;
  width: 16em;
  height: auto;
}
.pl__curve, .pl__dot, .pl__scene {
  animation-duration: 1s;
  animation-timing-function: cubic-bezier(0.65, 0, 0.35, 1);
  animation-iteration-count: infinite;
}
.pl__curve, .pl__dot {
  transition: stroke var(--trans-dur);
}
.pl__curve {
  animation-name: curve-offset;
  stroke: var(--primary5);
}
.pl__layer + .pl__layer .pl__curve {
  stroke: var(--teal);
}
.pl__dot {
  animation-name: dot-move;
  stroke: var(--red);
}
.pl__layer + .pl__layer .pl__dot {
  stroke: var(--purple);
}
.pl__scene {
  animation-name: scene-move;
  animation-timing-function: linear;
}

/* Animations */
@keyframes curve-offset {
  from {
    stroke-dashoffset: 25.12;
  }
  46% {
    stroke-dashoffset: 0;
  }
  92%, to {
    stroke-dashoffset: -24.97;
  }
}
@keyframes dot-move {
  from, 25% {
    stroke-dashoffset: 0;
  }
  50%, to {
    stroke-dashoffset: -15.99;
  }
}
@keyframes scene-move {
  from {
    transform: translate(0, 0);
  }
  to {
    transform: translate(-16px, 0);
  }
}
.static-pages {
    margin-bottom: 50px;
}
code, pre {
    background: #212a35;
    width: fit-content;
    border-radius: 6px;
    white-space: nowrap;
    padding: 20px;
    width: 100%;
    margin: auto;
    overflow: auto;
}
.allrdr-contact-container {
    background: #090e14;
    padding: 2rem;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    width: 100%;
    max-width: 500px;
    margin: auto;
    margin-bottom: 50px;
}
.allrdr-contact-field {
  margin-bottom: 1rem;
}
.allrdr-contact-label {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: bold;
  color: var(--allrdr-text);
}
.allrdr-contact-input,
.allrdr-contact-textarea {
  width: 100%;
  padding: 0.75rem;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 1rem;
  box-sizing: border-box;
  background: var(--allrdr-bg);
  color: var(--allrdr-text);
}
.allrdr-contact-textarea {
  resize: vertical;
  min-height: 100px;
}
.allrdr-contact-button {
  padding: 0.75rem 1.5rem;
  background: #6563ff;
  color: white;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  font-size: 1rem;
  transition: background 0.3s ease;
}
.allrdr-contact-button:hover {
  background: #212a35;
}
.allrdr-contact-error {
  display: none;
  color: #000000;
  font-size: 0.9rem;
  margin-bottom: 0.5rem;
  padding: 10px;
  background: #f48d8d;
  margin-top: 5px;
  border-radius: 6px;
}
.allrdr-contact-loader {
  margin-top: 10px;
  width: 24px;
  height: 24px;
  border: 4px solid #ccc;
  border-top: 4px solid #3498db;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
  margin-left: auto;
  margin-right: auto;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.allrdr-contact-disabled * {
  pointer-events: none;
  opacity: 0.6;
}
#allrdr-contact-status{
  display: none;
  color: #000000;
  font-size: 0.9rem;
  margin-bottom: 0.5rem;
  padding: 10px;
  background: #d1fed1;
  margin-top: 5px;
  border-radius: 6px;
}
.footer__main {
    background: #090e14;
    padding: 20px;
    border-radius: 80px;
    border: 1px solid white;
}
.tab-btn h2 {
    font-size: 15px;
    padding: 0px;
    margin: 0;
    text-indent: 0px;
    color: unset;
    animation: none;
    opacity: 1;
}
#load-more-btn {
    margin: auto;
    display: block;
    background: #6563ff;
    padding: 10px;
    border-radius: 20px;
    color: white;
    text-transform: uppercase;
    font-size: 16px;
    padding-left: 40px;
    padding-right: 40px;
    border: 1px solid #6563ff;
}
#load-more-btn:hover {
    background: #090e14;
    border: 1px solid white;
}
.copy-button {
    background: #e0e0f0;
    padding: 5px;
    border-radius: 6px;
    display: block;
    margin-left: auto;
}
#incoming-redirects-tab .my-table {
    margin-top: 10px;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

@media (min-width: 1400px) {
  .container {
    max-width: 1320px;
  }
}

@media (max-width: 768px) {
    .logo-text{
        display: none;
    }
    .header__links {
        gap: 10px;
    }
    .checker-link {
        font-size: 10px;
        padding: 5px;
        font-size: 10px;
        margin-right: 0px;
    }
    .allrdr-block {
        flex-direction: column;
        padding: 20px;
        padding-top: 0px;
    }

      .allrdr-text, .allrdr-image, .allrdr-video {
        flex: 1 1 100%;
        text-align: center;
    }

      .allrdr-text h2 {
        font-size: 24px;
    }
    .allrdr-cards {
        flex-direction: column;
    }
    .allrdr-card {
        flex: 1 1 100%;
    }
    .block-header {
        height: 80px;
    }
    .static-pages table, .static-pages thead, .static-pages tbody, .static-pages th, .static-pages td, .static-pages tr {
        display: block;
    }

    .static-pages table tr {
        margin-bottom: 1rem;
    }
    .search-container {
        margin-right: 30px;
    }
    .static-pages table td {
        padding: 0.75rem;
        border: none;
        position: relative;
    }

    .static-pages table td::before {
        content: attr(data-label);
        font-weight: bold;
        display: block;
        margin-bottom: 0.25rem;
        color: #6b7280;
    }
    .all-rdr-link {
        color: white;
        font-weight: bold;
        font-size: 11px;
    }
    .tab-buttons {
        flex-direction: column;
        gap: 10px;
        align-items: center;
    }

    .tab-buttons button {
        width: 80%;
    }
    .response-block {
        overflow: auto;
    }
    .footer__logo {
        margin-right: 40px;
    }
    .footer__link:not(:last-child) {
        margin-right: 15px;
        margin-left: 15px;
        display: block;
        width: 100%;
        margin: auto;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .all-rdr-link.ext span {
        display: none;
    }
}