/* privacy-hero section */

/* .et-logos{
    gap: 50%;
} */

.et-logos{
    margin-top: 5%;
}

.privacy-main {
    position: relative;
    background-image: url('https://www.taurushq.com/img/security/hero_img.webp');
    background-size: cover;
    background-position: center;
    height: 86.4vh;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.privacy-main::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(41, 37, 45, 0.7);
    z-index: 1;
}

.privacy-hero {
    position: relative;
    z-index: 2;
    text-align: center;
}

.private-hero-title {
    font-size: 2.87rem;
    letter-spacing: .5px;
    margin-bottom: 36px;
}
.private-hero-para{
    padding: 0 20%;
    font-size: 1.4rem;
    margin-bottom: 40px;
    letter-spacing: .3px;
}

.private-span {
    color: #FA64FF; /* Optional: Customize the color */
}

/* wallet section */
.wallet-container {
    display: flex;
    align-items: center;
    background-color: #fff;
    border-radius: 8px;
    /* box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); */
    overflow: hidden;
    padding-top: 80px;
    gap: 120px;
    padding-bottom: 80px;
    
}

.wallet-content {
    padding: 20px;
    padding-left: 4%;
    flex: 1;
}

.wallet-content h1 {
    font-size: 3rem;
    margin-bottom: 20px;
    padding-bottom: 15px;
    color: #333;
}

/* .wallet-feature {
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px;
    padding-bottom: 15px;
} */

.wallet-feature-icon {
    color: #ff66cc;
    opacity: .5;
    font-size: 24px;
    margin-right: 30px;
}

.wallet-feature-text {
    font-size: 16px;
    color: #333;
}

.wallet-image {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wallet-image-placeholder {
    width: 490px;
    height: 430px;
}

/* infrastructure */

.infrastructure-container{
    padding-top: 40px;
    padding-bottom: 0px;
}

.infrastructure{
    padding-right: 80px;
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: #FAFAFA;
    border-bottom: 8px solid #FA64FF;
}

.infrastructure-2{
    padding-left: 0px;
}

/* section */
.audit-container{
    padding-top: 0px;
    gap: 110px;
}

.audit-1{
    padding-left: 9%;
}

.audit-2{
    padding-left:70px;
}


/* risk section */
.risk-container {
    padding: 50px;
    padding-top: 0;
    padding-bottom: 120px;
}

.risk-title {
    color: #333;
    font-size: 2.9rem;
    margin-bottom: 90px;
    letter-spacing: .4px;
}

.risk-certifications {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80%;
}

.risk-certification {
    padding: 3%;
    border: 1px solid #FA64FF;
    text-align: center;
    /* max-width: 300px; */
}

.risk-certification h2 {
    color: #333;
    font-size: 2.5rem;
    margin: 0;
}

.risk-certification p {
    padding-top: 60px;
    margin: 10px 0 0;
    font-size: 14px;
    color: #666;
}

.risk-certification a {
    text-decoration: none;
    color: #d63384;
}

.risk-certification .risk-1{
    padding-top: 120px;
}