.teraconnect-parallax-section {
    position: relative;
    overflow: hidden;
    min-height: 800px; /* دو برابر ارتفاع قبلی */
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
}

.teraconnect-parallax {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center 30%;
    background-attachment: fixed;
    z-index: 0;
}

.teraconnect-parallax::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.35);
    z-index: 1;
}

.teraconnect-content {
    position: relative;
    z-index: 2;
    max-width: 650px; /* متن جمع‌تر و محدود */
    padding: 1.5rem 1rem; /* فاصله داخلی کمتر */
    color: white;
    margin: 0 auto;
}

/* h2 و p به طور مطمئن سفید */
.teraconnect-content h2,
.teraconnect-content p.lead {
    color: white !important;
    line-height: 1.4; /* فاصله خطوط کمی کمتر برای جمع‌تر شدن متن */
}
/* Flex width utilities (10% steps) */
.flex-10 { flex: 0 0 10%; }
.flex-20 { flex: 0 0 20%; }
.flex-30 { flex: 0 0 30%; }
.flex-40 { flex: 0 0 40%; }
.flex-50 { flex: 0 0 50%; }
.flex-60 { flex: 0 0 60%; }
.flex-70 { flex: 0 0 70%; }
.flex-80 { flex: 0 0 80%; }
.flex-90 { flex: 0 0 90%; }
.select2-container{
    flex: 0 0 10%;
}
.select2-selection__rendered{
    display: none;
}
