.mscelite-model-content{
    display: flex;
    max-width: 1400px;
    margin: 100px auto 0px auto; 
    padding: 0px;
    flex-wrap: wrap;
    justify-content: center;
    min-height: 650px;
    align-content: flex-start;
}

.mscelite-model-name {
    margin-bottom: 20px;
}

.mscelite-model-title {
}

.mscelite-model-left-column {
    width: 80%;
    display: flex;
    flex-direction: column;
    margin: 30px;
}

.mscelite-model-photo-blocks {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.mscelite-model-photo-block {
    margin: 10px;
    width: 30%;
}

.mscelite-model-right-column {
    width: 30%;
    display: flex;
    flex-direction: column;
    padding: 30px;
    border-left: 2px solid var(--text-hover);
    border-top: none;
    border-right: none;
    border-bottom: none;
}

.mscelite-model-right-column section {
    margin: 10px 0px;
}

.mscelite-media-tabs h1 {
    order: 2;
    font-size: 26px;
}

.mscelite-media-tabs .mscelite-tab-button {
    order: 1;
}

.mscelite-media-tabs > div {
    display: flex;
    align-items: center;
}

.mscelite-section-background {
    padding: 20px;
}


.mscelite-model-services h2,
.mscelite-model-parameters h2,
.mscelite-model-price h2,
.mscelite-model-contacts h2,
.mscelite-model-desciptions h2 {
    margin: 0px 0px 10px 0px;
}


.mscelite-model-services ul,
.mscelite-model-parameters ul,
.mscelite-model-price ul,
.mscelite-model-contacts ul {
    margin: 0;
    padding: 0;
    font-size: 1em;
    line-height: 1.6;
}

.mscelite-model-services ul,
.mscelite-model-location ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding: 0;
}

.mscelite-model-services li {
    border-radius: 5px;
    box-sizing: border-box;
    flex: 0 1 auto;
    text-align: center;
    transition: background-color 0.3s ease-out;
    font-size: 1.1em;
}

.mscelite-model-parameters ul {
    display: flex;
    flex-direction: column;
}

.mscelite-model-parameters li,
.mscelite-model-price li,
.mscelite-model-contacts li {
    box-sizing: border-box;
    flex: 0 1 auto;
    text-align: left;
    font-size: 18px;
    line-height: 1.6;
}

.mscelite-model-description li {
    margin: 0px 10px 0px 0px;
}

.mscelite-model-price ul {
    margin: 0;
    padding: 0;
    font-size: 1em;
    line-height: 1.6;
}

.mscelite-model-price li {
    box-sizing: border-box;
    flex: 0 1 auto;
    text-align: left;
    font-size: 1.1em;
    line-height: 1.6;
    display: flex;
    justify-content: space-between;
}

.mscelite-model-price .mscelite-price-label {
    text-align: left;
    flex: 1;
}

.mscelite-model-price .mscelite-price-value {
    text-align: left;
    flex: 1;
}

.mscelite-model-price li span {
    display: inline-block;
    min-width: 50px;
}


.mscelite-toggle-list li {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.mscelite-model-parameters-label {
    width: 165px;
    text-align: left;
    flex: 1;
}

.mscelite-model-parameters-value {
    flex-grow: 1;
    text-align: left; 
    flex: 1;
}


.mscelite-price-label {
    width: 150px; 
    text-align: left;
}

.mscelite-price-label + span {
    flex-grow: 1;
    text-align: left;
}

.mscelite-model-services h2{
    margin: 20px 0px 10px 0px;
}

.mscelite-reviews-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mscelite-view-category {
    display: block;
    text-decoration: none;
    box-sizing: border-box;
}

.mscelite-model-description {
    display: flex;
    flex-direction: column;
}

.mscelite-model-description p {
    line-height: 1.6;
}

.mscelite-model-description ul {
    margin: 0;
    padding: 0;
    font-size: 1em;
    line-height: 1.6;
    display: flex;
    justify-content: space-between;
    max-width: 70%;
}

.mscelite-model-contact-name {
    text-decoration: none;
}

.mscelite-model-contact-icon {
  width: 30px; 
  height: 30px;
  margin-right: 10px;
}

.mscelite-model-contact-item {
  display: flex;
  align-items: center;
  flex: 1 1 auto;
  padding-top: 10px;
  font-size: 15px;
}

.mscelite-model-icon-whatsapp:hover {
    content: url(https://eliteladiesdubai.com/wp-content/themes/escortsmsc/assets/icons/Whatsapp_white_B.png);
}
.mscelite-model-icon-telegram:hover {
    content: url(https://eliteladiesdubai.com/wp-content/themes/escortsmsc/assets/icons/Telegram_white_B.png);
}
.mscelite-model-icon-phone:hover {
    content: url(https://eliteladiesdubai.com/wp-content/themes/escortsmsc/assets/icons/Telephone_white_B.png);
}

.mscelite-model-left-header {
    display: flex;
    justify-content: center;
}

.mscelite-model-columns {
    display: flex;
    margin-bottom: 20px;
}

.mscelite-model-photo {
    width: 100%;
    height: auto;
    cursor: pointer;
}




.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    justify-content: center;
    align-items: center;
}

.modal img {
    max-width: 90%;
    max-height: 90%;
}

.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    display: none;
}


.modal .close-btn {
    position: absolute;
    top: 0px;
    right: 20px;
    font-size: 56px;
    cursor: pointer;
    border: none;
    padding: 0 10px;
    transition: background 0.3s;
    color: white;
}


@media (max-width: 1040px) {
    .mscelite-model-photo-block {
        width: 45%;
    }
    .mscelite-model-left-column {
        width: 50%;
    }
}

@media (max-width: 768px) {
    .mscelite-model-photo-block {
        width: 100%;
    }
    .mscelite-model-columns {
        flex-direction: column;
        align-items: center;
    }
    .mscelite-model-parameters-value {
        flex: none;
    }
    .mscelite-model-right-column {
        width: 60%;
        display: flex;
        flex-direction: column;
        padding: 30px;
        border-left: none;
        border-top: 2px solid var(--text-hover);
        border-right: none;
        border-bottom: none;
    }
    .mscelite-model-parameters li,
    .mscelite-model-price li,
    .mscelite-model-contacts li {
        font-size: 18px;
    }
    .mscelite-view-category {
        font-size: 18px;
    }
    .mscelite-model-description li {
        font-size: 18px;
    }
}

@media (max-width: 512px) {
    .mscelite-model-right-column {
        padding: 15px;
        width: 60%;
    }
    .mscelite-model-name {
        margin-bottom: 0px;
    }
    .mscelite-model-left-column {
        width: 70%;
    }
    .mscelite-model-right-column {
        width: 70%;
    }
}
