.container1 {
    display: flex;
    flex-wrap: wrap;
    background: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    overflow: hidden;
}
.left-side, .right-side {
    flex: 1 1 50%;
    padding: 20px;
}
.left-side {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.left-side img {
    max-width: 100%;
    height: 100%;
    border-radius: 10px;
    margin-bottom: 20px;
    top: 10%;
}
.left-side h4 {
    margin: 10px 0;
    font-size: 24px;
    color: #333;
}
.left-side .address {
    font-size: 16px;
    color: #666;
}
.right-side iframe {
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 10px;
}
@media (max-width: 768px) {
    .left-side, .right-side {
        flex: 1 1 100%;
    }
    .right-side iframe {
        height: 200px;
    }
}
.address-container {
/* background: #fff; */
/* box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); */
border-radius: 10px;
padding: 20px;
max-width: 400px;
text-align: center;
margin-top: -28px;
}
.address-container .icon {
    font-size: 24px;
    color: #4CAF50;
    margin-bottom: 10px;
}
.address-container .address {
    font-size: 16px;
    color: #666;
    line-height: 1.6;
    margin: 0;
}
body.popup-active {
    overflow: hidden; /* Prevent scrolling on the body when popup is active */
    position: relative;
}
.team-member img {
    max-width: 50%;
    height: auto;
    border-radius: 50%;
}

body.popup-active::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Dim the background */
    z-index: 999; /* Ensure the background dimming is below the popup */
}

.popup {
    display: none;
    position: fixed;
    z-index: 1000; /* Ensure the popup is on top of other content */
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
}

.popup-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    max-width: 80%;
    max-height:100%; /* Set a max height for the popup */
    overflow-y: auto; /* Enable vertical scrolling if content exceeds max height */
    position: relative;
    z-index: 1001; /* Ensure the popup content is above the dimmed background */
}

.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

@media screen and (max-width: 768px) {
    .popup-content {
        width: 95%;
        margin: 5% auto;
        padding: 10px;
        max-height: 90vh; /* Adjust the max height for mobile view */
    }
    .about-content {
        padding-left: 0;
    }
}

                .team-info p {
    color: #b24d4c !important;
    margin-top: 5px !important;
}
                
                .about-content p {
    font-size: 14px;
    color: #555;
    margin-bottom: 10px;
    line-height: 26px;
}
               .text-center {
    text-align: center;
}

.text-justify {
    text-align: justify;
}
.text-overlay {
    position: absolute;
    /* top: 20px; */
    /* left: 20px; */
    color: white;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 0px;
    border-radius: 5px;
}

.t_b1k1bg {
    position: relative;
}

.text-overlay {
    position: absolute;
    bottom: 10px;
    color: white;
}

.t_fonth2 {
    margin-top: 20px;
    color: #333;
}

.Welcome_margin {
    margin: -20px 0;
}

.read-more-button {
    float: right;
    display: inline-block;
    padding: 10px 20px;
    background-color: #252159;
    color: white;
    text-decoration: none;
    margin-top:0px;
    border-radius: 5px;
    transition: background-color 0.3s;
}

.read-more-button:hover {
    background-color: #0056b3;
}

.row1 {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: nowrap !important;
    margin-top: calc(var(--bs-gutter-y)* -1);
    margin-right: calc(var(--bs-gutter-x)* -.5);
    margin-left: calc(var(--bs-gutter-x)* -.5);
}
                    .t_neimaoul {
                        cursor: pointer;
                        flex-wrap: nowrap;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.t_neimaoli {
    list-style: none;
}

.logo-item {
    margin-right: auto;
}

.t_neimaoxi a.navText {
    text-decoration: none;
    color: inherit;
}

.t_neimaoxi a.navText img.logo {
    height: 100px; /* Adjust based on your logo size */
    width: 100px;
}
.team-info {
    padding: 10px 0px 0 !important;
    transition: .3s;
    position: relative;
    text-align: center;
}



