/* ================================ 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;
}



/* ================================ WALK-IN INFO ================================ */

.information-section{
    margin: 4.5%;
}


.information-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%;


}



.information-section-content{
    padding: 0 25% 3% 25%;

}


.information-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; 
}

.information-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; 
}


/* 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; */
}
