body {
  background-color: rgb(12, 18, 30);
}

* {
  margin: 0;
  padding: 0;
}
.inter-700 {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

.poppins-thin {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.poppins-extralight {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.poppins-light {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-medium {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.poppins-semibold {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.poppins-bold {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.poppins-extrabold {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.poppins-black {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.poppins-thin-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.poppins-extralight-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: italic;
}

.poppins-light-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.poppins-regular-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.poppins-medium-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.poppins-semibold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: italic;
}

.poppins-bold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.poppins-extrabold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: italic;
}

.poppins-black-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: italic;
}

.container {
  max-width: 800px;
  margin: 0 auto;
}
.container__top {
  margin-top: 30px;
  height: 170px;
  display: flex;
  align-items: center;
  border-radius:30px;
  font-size: 24px;
  padding: 0 30px;
  background-image: url("https://bitcasino.club/wp-content/uploads/2026/06/tp.png");
}
.container__top-text {
  color: rgb(204, 214, 246);
	font-size:1.6vw;
}
.container__top--text {
	margin-top:30px;
	 color: rgb(204, 214, 246);
/* 	font-size:1.6vw; */
}
.container__text-item {
	color:#fff;
	margin-top:30px;
}
blockquote {
    padding: 40px 40px;
    background-color: #e1e1e121;
    border-radius: 10px;
    text-align: center;
}
.container__top-text span {
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  color: rgb(0, 236, 102);
}
.container__listing-item {
  width: 100%;
  height: auto;
  background-color: #161b28;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding:30px 0;
  margin-top: 10px;
}
.container__listing-item a {
    
    width: 103px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #000;

}
.container__listing-item:first-child {
  margin-top: 20px;
}
.container__listing-item--logo img {
    object-fit:cover;
}
.container__listing-item--logo  {
	max-width:140px;
    width:100%;
    display:flex;
    justify-content:center;
}
.container__listing-item--description {
  max-width: 487px;
  width: 100%;
  color: rgb(204, 214, 246);
  font-size: 12px;
  line-height: 1.5em;
}

.container__listing-item--cta {
  background-color: rgb(0, 236, 102);
  border-radius: 30px;
  width: 103px;
  height: 41px;
  font-size: 10.6px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition-duration: 0.5s;
}
.container__listing-item--cta:hover {
  color: rgb(0, 236, 102);
  background-color: #161b28;
   
}

.container__contact{
       margin-top: 10px;
    width: 100%;
    height: 93px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    border-radius: 30px;
    background-color: #161b28;
    color: #c1c1c1;
    font-size: 12px;
    text-align: center;
}
.container__contact-item{
     padding: 5px 0px;
    border-radius: 15px;
    font-size: 14px;
    display: flex;
    width: 47%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgb(31, 35, 49);

}
.container__contact-title {
	font-size:11px;
    text-align:left;
}
.container__contact-handler {
	font-size:11px;

}
.container__contact-name {
margin-left:5px;
}
.container__contact-handler a {
color:#c1c1c1;
}
.container__textbox{
       margin-top: 10px;
    width: 100%;
    height: 130px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
    background-color: #161b28;
    color: #c1c1c1;
    font-size: 12px;
    text-align: center;
}
.container__textbox1 {
    padding: 30px;
    font-size: 14px;

}

/*  rating */
 .card {
      background-color: #121315;
      padding: 40px 20px;
      border-radius: 24px;
      display: flex;
      flex-direction: column;
      align-items: center;
      width: 100%;
      max-width: 850px;
    }

    /* Top Root Box */
    .root-node {
      border: 2px dashed #ffffff;
      padding: 12px 24px;
      font-size: 16px;
      font-weight: bold;
      letter-spacing: 0.5px;
      text-align: center;
      background-color: #121315;
      width: fit-content;
    }

    /* Center Vertical Connector Line */
    .vertical-stem {
      width: 2px;
      height: 35px;
      border-left: 2px dashed #ffffff;
    }

    /* Container for the child branches */
    .tree-branches {
      display: flex;
      justify-content: space-between;
      width: 100%;
      position: relative;
    }

    /* Top Horizontal Dashed Line connecting the columns (Desktop) */
    .tree-branches::before {
      content: '';
      position: absolute;
      top: 0;
      left: 12.5%;
      right: 12.5%;
      border-top: 2px dashed #ffffff;
    }

    /* Column Container for each child */
    .branch-column {
      display: flex;
      flex-direction: column;
      align-items: center;
      flex: 1;
      padding: 0 6px;
    }

    /* Vertical Line with Arrowhead */
    .branch-line {
      width: 2px;
      height: 30px;
      border-left: 2px dashed #ffffff;
      position: relative;
    }

    .branch-line::after {
      content: '▼';
      font-size: 9px;
      color: #ffffff;
      position: absolute;
      bottom: -6px;
      left: -4.5px;
    }

    /* Child Box Styling */
    .leaf-node {
      margin-top: 8px;
      border: 2px dashed #ffffff;
      padding: 16px 8px;
      width: 100%;
      min-height: 110px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      text-align: center;
      font-size: 14px;
      font-weight: bold;
      line-height: 1.35;
    }

    /* =========================================================
       MOBILE & SMALL SCREENS: Converts tree into vertical stack
       ========================================================= */
    @media (max-width: 680px) {
      .card {
        padding: 30px 0px;
      }

      .root-node {
        width: 70%;
        font-size: 14px;
      }

      /* Hide horizontal connector bar */
      .tree-branches::before {
        display: none;
      }

      /* Convert branches layout from row to column */
      .tree-branches {
        flex-direction: column;
        align-items: center;
        gap: 0;
      }

      .branch-column {
        width: 100%;
        max-width: 280px;
        padding: 0;
      }

      .branch-line {
        height: 25px;
      }

      .leaf-node {
        margin-top: 6px;
        min-height: auto;
        padding: 14px 10px;
        font-size: 13px;
      }
    }

/* us matrix      */
	  table.crypto-matrix {
        width: 100%;
        border-collapse: collapse;
       
        margin: 20px 0;
        box-shadow: 0 4px 6px rgba(0,0,0,0.1);
		  color:#fff;
    }
    .crypto-matrix th, 
    .crypto-matrix td {
        padding: 14px 20px;
        text-align: left;
        border-bottom: 1px solid #e0e0e0;
    }
    .crypto-matrix th {
        background-color: #e1e1e1;
        color: #000;
        font-weight: bold;
        font-size: 1.1em;
    }
    .crypto-matrix tbody tr:nth-child(even) {
/*         background-color: #f8f9fa; */
    }
    .crypto-matrix tbody tr:hover {
/*         background-color: #f1f3f5; */
    }
    .matrix-category {
        font-weight: bold;
        color: #fff;
        white-space: nowrap;
        width: 25%;
    }
    .matrix-details {
        color: #fff;
        line-height: 1.5;
    }
/* us matrix end 	 */
.container__options-item {
    /* border-left: 5px solid; */
    padding-left: 10px;
    margin-top: 10px;
}
.container__options {
    margin-top: 20px;
    /* padding-left: 0px; */
    border-left: 5px solid #fff;
}
/* timeline css */
/* Container Layout */
.crypto-steps-container {
  max-width: 800px;
  margin: 40px auto;
  padding: 20px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

.steps-main-title {
  font-size: 1.8rem;
  color: #ffffff;
  margin-bottom: 10px;
}

.steps-subtitle {
  color: #a0aec0;
  font-size: 1rem;
  margin-bottom: 30px;
  line-height: 1.5;
}

/* Timeline Core */
.crypto-timeline {
  position: relative;
  border-left: 2px solid #2d3748; /* The vertical tracking line */
  margin-left: 20px;
  padding-left: 30px;
}

/* Individual Step Box */
.timeline-step {
  position: relative;
  margin-bottom: 35px;
}

.timeline-step:last-child {
  margin-bottom: 0;
}

/* Badges (Number + Time) */
.step-badge {
  position: absolute;
  left: -51px; /* Center perfectly over the timeline vertical line */
  top: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.step-number {
  width: 40px;
  height: 40px;
  background-color: #3182ce; /* Bright primary color for conversion path */
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 1.1rem;
  box-shadow: 0 0 0 4px #1a202c; /* Matches your background to isolate the circle */
}

.step-time {
  font-size: 0.75rem;
  color: #cbd5e0;
  background: #2d3748;
  padding: 2px 8px;
  border-radius: 10px;
  margin-top: 8px;
  white-space: nowrap;
  font-weight: 500;
}

/* Text Content Area */
.step-content {
  background: #1e293b; /* Sleek dark card block */
  padding: 20px;
  border-radius: 8px;
  border: 1px solid #334155;
}

.step-content h4 {
  margin: 0 0 10px 0;
  font-size: 1.25rem;
  color: #f8fafc;
}

.step-content p {
  margin: 0;
  font-size: 0.95rem;
  color: #cbd5e0;
  line-height: 1.6;
}

.step-content strong {
  color: #63b3ed; /* Subtle accent highlight for focus keywords */
}

/* Mobile Adjustments */
@media (max-width: 600px) {
  .crypto-timeline {
    margin-left: 15px;
    padding-left: 20px;
  }
  .step-badge {
    left: -41px;
  }
  .step-number {
    width: 32px;
    height: 32px;
    font-size: 0.95rem;
  }
  .step-time {
    font-size: 0.7rem;
    padding: 1px 6px;
  }
}
/* time line end */

@media (max-width: 1250px) {
.container {
    max-width:650px;
    }
    .container__listing-item { 
        padding:10px 0;
    }
    .container__listing-item--description {
    max-width: 297px;
    }
    .container__textbox1 {
    font-size:12px;
    }
}

@media (max-width: 800px) {
.container {
    max-width:70%;
    }
    .container__listing-item {
        width: 100%;
    height: auto;
    background-color: #161b28;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
    flex-direction: column;
    }

    .container__listing-item--description {
     margin:10px 0;
    max-width: 90%;
        text-align: center;
    }
    .container__top {
    margin-top: 30px;
    height: 170px;
    display: flex;
    align-items: center;
    font-size: 24px;
    padding: 0 30px;
    background-size: cover;
    background-image:none;
    background-size: cover !important;
    background-position: center;
    border-radius: 30px;
            background-color: #161b28;
        
    }
    .container__top-text {
        width:100%;
        text-align:center;
    }
    a {
        text-decoration:none;
        color:#000;
    }
      .container__listing-item--cta:hover a {
        color:rgb(0, 236, 102);
    }
    .container__listing-item a {
        width:100%;
    }
    
    .container__textbox1 {
    font-size:12px;
    }
    .container__listing-item--logo {
        margin-top:20px;
    }
    .container__listing-item--cta {
    background-color: rgb(0, 236, 102);
    border-radius: 10px;
    width: 90%;
    margin-bottom:10px;
    }
}

@media (max-width: 600px) {
    .container {
    max-width:95%;
    }
    .container__top {
        background:none;
        background-color: #161b28;
        border-radius:20px;
    }
    .container__top-text {
    text-align: center;
    width: 100%;
		font-size:4.4vw;
}
    .container__textbox {
        height:auto;
        
    }
    .container__listing-item a {
        width:100%;
    }
    .container__textbox1 {
        padding:10px;
        
    }
    .container__contact {
        text-align: center;
    padding: 10px 0;
    height:auto;
    }
}
/*# sourceMappingURL=main.css.map */