p {
    text-align: justify !important;
}

.modal-contenter {
    background-color: rgb(49, 120, 159);
    border-radius: 10px;
    padding: 50px 20px;
    margin: auto;
    max-width: 100%;
    min-width: 80%;
}

.modal-closer {
    text-align: right;
    z-index: 5;
}

.close {
    font-size: 24px;
    cursor: pointer;
    color: #333;
}

.modal-body {
    display: flex;
    align-items: flex-start;
    justify-content: space-evenly;
    flex-direction: column;
    max-height: 750px;
    align-items: center;
}

#m-info {
    display: flex;
    flex-direction: column;
    background-color: rgb(49, 120, 159);
    border: none;

}

.m-info-header {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
}

.m-info-logo img {
    width: 80%;
    height: auto;
    margin-left: -4px;
}

.m-info-details {
    display: flex;
    width: 100%;
    justify-content: center;
    gap: 10px;
}

.m-info-num h1 {
    font-size: 80px;
    /* margin: 0 0 50px; */
    color: #E9E7E1;
    text-shadow:
        0 0 1.25px #c5c0b298,
        0 0 2.5px #c5c0b298,
        0 0 3.75px #c5c0b298,
        0 0 5px #c5c0b298,
        0 0 6.25px #c5c0b298;
}

.m-info-m2 h3 {
    font-size: 38px;
    /* margin: 4px 0 50px; */
    color: #E9E7E1;
}

.list-container {
    width: 100%;
    /* margin: 20px 0 30px; */
}

.m-info-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
    color: #E9E7E1;
    text-align: left;
}

.m-info-list li {
    margin-bottom: 2px;
    font-size: 22px;
    display: flex;
    justify-content: space-between;
    line-height: 60px;
}

.m-info-list li strong {
    flex: 1;
    text-align: left;
    font-weight: 400;
}

.m-info-list li span {
    flex: 0 0 auto;
    text-align: right;
    margin-left: 10px;
}

.m-info-contacts {
    display: flex;
    align-items: baseline;
    /* flex-direction: column; */
    /* gap: 20px; */
    justify-content: space-between;
    max-width: 500px;
    padding: 0 0 0 30px;
    align-items: center;

    width: 30%;
}

.liner {
    width: 40% !important;
    height: 2px;
    border-radius: 5px;
    background-color: #E9E7E1;
    margin: auto;
}

.m-info-contacts p {
    line-height: 22px;
    font-size: 19px;
    color: #E9E7E1;
}

.m-info-contacts>div {
    margin: 30px 0 20px;
}

.pdf-download-container {
    margin-top: 20px;
    text-align: center;
    background: rgb(49, 120, 159);
}

.pdf-download {
    display: inline-block;
    padding: 10px 20px;
    background-color: rgb(49, 120, 159);
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

.pdf-download:hover {
    background-color: #0056b3;
}

.modal-frame {
    margin-top: 20px;
    text-align: left;
}

#m-img {
    width: 100%;
    height: auto;
    max-width: 600px;
    object-fit: cover;
}

.m-info-image {
    max-width: 900px;
}



#m-info,
.m-info-contacts {
    width: 45% !important;

}

.gale {
    background-color: #798c70;
    padding-bottom: 50px;
}

.gal-cont {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.gal-imger {
    width: 25%;
}

.gal-imha {
    display: flex;
    justify-content: center;

}

.gal-imger:nth-child(2n) {
    margin-top: 100px;
}

.gal-img {
    width: 90%;
    border-radius: 8px;
}

.header-first {
    background-color: #E9E7E1;
    width: 100%;
    display: flex;
    justify-content: center;
}

.header-first-content-inner {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.header-first-content-text {
    width: 60%;
    text-align: center !important;
    font-size: clamp(14px, calc(1vw + 13px), 25px);
}

.header-first-content-title {
    font-size: var(--ztc-font-size-font-s44);
    font-style: normal;
    font-weight: var(--ztc-weight-semibold);
    /* line-height: 52px; */
    /* color: #E9E7E1; */
}

.header-first-content-inner {
    margin: 40px 0 10px 0;
}

/* Popup Overlay */
.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    /* Dimmed background */
    display: none;
    /* Hidden by default */
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

/* Display the popup when active */
.popup-overlay.active {
    display: flex;
}

/* Popup Content */
.popup-content {
    position: relative;
    width: 100%;
    max-width: 80%;
    height: 85%;
    /* Adjust this value as needed */
    margin: 0 auto;
    display: flex;
    align-items: center;
}

.popup-content::before {
    content: '';
    display: block;
    padding-bottom: 177.77%;
    /* 9:16 aspect ratio */
}

.popup-content iframe {
    /* position: absolute; */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

/* Close Button */
.popup-content .close-btn {
    position: absolute;
    top: -15px;
    right: -15px;
    background: #fff;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 25px;
    color: #000;
    cursor: pointer;
    z-index: 10000;
}

/* Responsive Iframe */
.popup-content iframe {
    width: 100%;
    /* height: 450px; */
    border: none;
}

@media (max-width: 768px) {
    .popup-content {
        max-width: 95%;
        height: 70%;
    }


}

.portr {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: row;
    background-color: #E9E7E1;
    padding: 0 0 100px 0;
}

.col-xl-66 {
    width: 80% !important;
}

.porter {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.portr-cont {
    width: 50%;
    display: flex;
    justify-content: center;
}

.portr-imger {
    width: 100%;
}

.portr-imger img {
    width: 100%;
    border-radius: 8px;
}

@-webkit-keyframes pulse-shadow2 {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.8);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.8);
    }

    50% {
        -webkit-box-shadow: 0 0 0 50px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 50px rgba(255, 255, 255, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

@keyframes pulse-shadow2 {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.8);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.8);
    }

    50% {
        -webkit-box-shadow: 0 0 0 50px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 50px rgba(255, 255, 255, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

.pulsating-elements {
    /* position: relative; */
    width: 100%;
    /* height: 100vh; */
    /* Set the height of the container */
}

.pulsating-element {
    width: 30px;
    height: 30px;
    border-radius: 100%;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.6);
    /* Use a background color */
    -webkit-animation: pulse-shadow2 3s 2s linear infinite;
    animation: pulse-shadow2 3s 2s linear infinite;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

/* Media Queries */
@media (max-width: 1501px) {
    .modal-contenter {
        padding: 30px 20px;
    }

    #m-info,
    .m-info-contacts {
        margin-right: 0;
        width: 50% !important;
        /* flex-direction: row; */

    }

    #m-img {
        max-width: 500px;
    }

    .m-info-num h1 {
        font-size: 60px;
    }

    .m-info-m2 h3 {
        font-size: 30px;
    }

    .m-info-list li {
        font-size: 19px;
        line-height: 50px;
    }

    .m-info-logo {
        width: 240px;
    }

    .m-info-contacts p {
        font-size: 15px;
    }

    .pdf-download {
        padding: 8px 16px;
    }

    .m-info-details {
        gap: 8px;
    }

    .m-info-header {
        margin: 0;
        height: 10rem;
    }

    .m-info-list {
        margin-bottom: 0;

    }

    .m-info-contacts {
        margin-top: 15px;
    }

    .m-info-list-container {
        margin-top: -210px;
    }
}


/* Media Queries */
@media (max-width: 1100px) {

    .porter {
        flex-direction: column;
        justify-content: space-between;
    }

    .portr-cont {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .col-xl-66 {
        margin-top: 30px;
        width: 100% !important;
    }

    .modal-contenter {
        padding: 30px 20px;
    }

    #m-info,
    .m-info-contacts {
        margin-right: 0;
        width: 45% !important;
        /* flex-direction: row; */

    }

    .m-info-contacts p {
        font-size: 14px;
    }

    .gal-imger {
        width: 50%;
    }

    .gal-imger:nth-child(3) {
        margin-top: -80px;
    }

    .gal-imger:nth-child(4) {
        margin-top: 20px;
    }
}

@media (max-width: 860px) {
    .in-about :nth-child(1) {
        order: 1;
        /* Move the first child (Item 1) to the end */
    }

    .liner {
        display: none;
    }

    .about {
        padding: 0 0 60px 0 !important;
    }

    .padding20 {
        padding: 0 0 !important;
    }

    .pt60 {
        padding-top: 20px;
    }

    .in-about :nth-child(2) {
        order: 2;
        /* Move the second child (Item 2) to the end */
    }

    .in-about :nth-child(3) {
        order: 0;
        /* Keep the third child (Item 3) in its original place */
    }

    .header-first-content-inner {
        margin: 20px 0 10px 0 !important;
    }

    .portr {
        padding: 0 0 30px 0;
    }

    .about1-flex {
        flex-direction: column-reverse !important;
    }

    .header-first-content-text {
        width: 90%;
    }

    .m-info-contacts {
        padding: 0;
    }

    .modal-body {
        flex-direction: column;
        /* align-items: flex-start; */
        padding: 20px;
        flex-wrap: nowrap;
        max-height: none;
    }

    #m-info,
    .m-info-contacts,
    .m-info-image {
        width: 100% !important;
        max-width: 500px !important;
    }

    #m-info {
        order: 1;
    }

    .m-info-contacts {
        order: 3;
    }

    .m-info-image {
        order: 2;
    }

    #m-info {
        margin-right: 0;
        width: 100%;
        flex-direction: row;
        padding-bottom: 10px;
    }


    .m-info-logo {
        margin: 0;
        display: flex;
        justify-content: flex-start;
    }

    .m-info-details {
        flex-direction: row;
        font-size: 1.6rem;
    }

    .list-container {
        margin-top: 20px;
        width: 100%;
        top: 0;
        right: 0;
    }

    .m-info-num h1 {
        font-size: 4.2rem;
    }

    .m-info-m2 h3 {
        font-size: 2.2rem;
    }

    .m-info-list li {
        font-size: 1.5rem;
        width: 100%;
    }

    .m-info-contacts {
        flex-direction: row;
        justify-content: space-evenly;
    }
}

@media (max-width: 450px) {
    .modal-contenter {
        padding: 0;
    }

    .header-first-content-text {
        width: 100%;
    }

    .modal-body {
        padding: 20px;

    }

    #m-info {
        margin-left: 0;
        max-width: 100%;
    }

    .m-info-header {
        justify-content: center;
        align-items: center;
        margin-left: -2.7rem;
        flex-direction: column;
    }

    .col-xl-66 {
        margin-top: 10px;
    }

    .m-info-logo {
        margin: 10.5px 0;
        text-align: center;
        margin-left: 5.9rem;
    }

    .m-info-details {}

    .m-info-num h1 {
        font-size: 4.2rem;
    }

    .m-info-m2 h3 {
        font-size: 2.2rem;
    }

    .m-info-image {
        max-width: none;
    }

    .m-info-list li {
        font-size: 1.5rem;
    }

    .m-info-contacts {
        gap: 16.9px;
        /* margin-left: 36px; */
        justify-content: space-evenly;
    }

    .list-container {

        margin: 20px 0;
    }
}