/* ================================ IMAGE BACKGROUND SECTION ================================ */


.Payment-channels-image-section {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    margin-top: 8rem;
    width: 100%;
    height: 60vh;
    background: url('https://images.ctfassets.net/ihx0a8chifpc/pkPsn4xvlsW7rV74rsMhW/9b749af2555183d91e84b9879422c180/placehold-1280x720.jpg'); 
    background-size: cover; 
    background-position: center;
    z-index: -1;
}

 
.Payment-channels-overlay-fade {
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.5); /* Semi-transparent black background */
    height: 100%;
    width: 100%;
    z-index: 1; /* Lower z-index for the overlay */
    backdrop-filter: blur(6px); /* Apply blur effect */
    transition: opacity 2s ease-in;
}
/* ================================ IMAGE-BACKGROUND TEXT ================================ */


.Payment-channels-text-overlay {
    position: relative; /* Make it relative to the section */
    z-index: 2; /* Higher z-index for the text overlay */
    max-width: 100%;
    margin-bottom: 2%;
    text-align: center; /* Center text */
}


.Payment-channels-text-overlay h1 {
    position: relative;
    font-weight: bolder;
    text-transform: uppercase;
    
    padding-bottom: 1.5%;
    max-width: 100%; /* Allow full width for centering */
    color: #A12124; /* Fully opaque color */
    font-size: 60px;
}



/* ================================ OVER-THE-COUNTER INFO ================================ */

.over-the-counter-section{
    margin: 4.5%;
}


.over-the-counter-section h1{    
    color: #343434;
    align-items: center;
    text-align: center;
    font-weight: 900;

    margin-bottom: 2.5%;
    max-width: 100%; 
    font-size: 40px; 
    margin-top: 3.5%;


}

.over-the-counter-section h2{    
    font-weight: 900;
    font-family: 'century-gothic', sans-serif;
    margin-bottom: 2.5%;
    max-width: 100%; /* Allow full width for centering */
    color: #625F5F; /* Fully opaque color */
    font-size: xx-large; 
    margin-top: 3.5%;
}


.information-section-content{
    padding: 0 25% 3% 25%;

}


.over-the-counter-section ul {
    padding: 0; 
    list-style-type: disc; 
    margin: 0; 
    font-weight: 900;
    font-family: 'century-gothic', sans-serif;
    margin-bottom: 2.5%;
    color: #625F5F; 
    font-size: x-large; 
    margin-top: 3.5%;
    text-align: left; 
}

.over-the-counter-section li {   
    padding: 0; 
    list-style-type: disc; 
    margin: 0;  
    font-weight: 900;
    font-family: 'century-gothic', sans-serif;
    margin-bottom: 2.5%;
    color: #625F5F; 
    font-size: x-large; 
    margin-top: 3.5%;
    text-align: left; 
}


.over-the-counter {
    padding: 0 17% 3% 17%;
    margin: 4.5%;
}

.information-section-content-step{
    margin-bottom: 5%;
}

  .information-section-content-step-context{
    word-wrap: break-word;
    padding: 0 0 0 13%;
    line-height: normal;
    margin: 0, auto;
}

.information-section-content-step-context-unlisted{
    line-height: normal;
    
}

.information-section-content-step-context-unlisted ul{
    padding-left: 20px;
    
}


/* OVER-THE-COUNTER SECTION | NUMBERING  */

.dot {
    height: 50px;
    width: 50px;
    background-color: #625F5F;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    line-height: 50px;
    color: #ffffff;
    font-weight: bold;
    align-items: left;
  }

  .information-section-content-step span{
    margin-right: 5%;
    color: white;
    font-family: 'century-gothic', sans-serif;
  }

  /* DIVIDER? */

.Payment-channels-hr {
    margin: 2em 0; /* Adjust margins as needed */
    border: 0; /* Remove default border */
    border-top: 1px solid black; /* Create a solid line */
    width: 100%; /* Full width */
}
  .divider {
    border-left: 1px solid gray;
    height: 100%;
}



/* ================================ CONTACTS SECTION ================================ */
.payment-contacts{
    position: relative;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    margin: 3.5% 0 6.5% 0;
}
.payment-contacts h2 {

    font-weight: bold;
    /* font-family: 'century-gothic', sans-serif; */
    margin-bottom: 2.5%;
    max-width: 100%; /* Allow full width for centering */                               
    color: #625F5F; /* Fully opaque color */
    font-size: xx-large; 
    margin-top: 3.5%;
}
.contacts-margin {
    padding: 0 20% 2% 20%;
}
.contacts-margin p {
    color: #625F5F;
    font-size: large;
    font-weight: bolder;
    /* font-family: 'century-gothic', sans-serif; */
}
