﻿/* جلوگیری از بیرون زدن المان از صفحه در حالت موبایل */

html, body {
    overflow-x: hidden !important;
    width: 100% !important;
}

img, iframe, video {
    max-width: 100%;
    height: auto;
}

.container, .row, section, article {
    margin: 0 auto;
    max-width: 100%;
    box-sizing: border-box;
}
/*-------------------------------------*/


body {
    margin: 0;
    padding: 0;
    background: url('/Images/HealthDetails/Lis/LisBack.webp') no-repeat center center fixed;
    padding-top: 20%;
    background-size: cover;
    opacity: 0.9;
    /*background-color:transparent;*/
}


/*.transparent-image {
    background-color: transparent;*/ /* پس‌زمینه شفاف */
/*}*/

.background-container {
    /*background: url('/Images/HealthDetails/Lis/Lis1.webp') no-repeat center center fixed;*/
    margin-top: 5px;
    box-shadow: 0 10px 25px rgb(128, 128, 128);
    border: ridge;
    border-color: aliceblue;
    border-radius: 10px;
    background-color: rgb(121, 143, 176);
    background-size: cover;
    min-height: 100vh; /* پر کردن تمام ارتفاع صفحه */
    /*opacity: 0;  شفافیت کل عکس*/
}

.transparent-image {
    opacity: 0.5; /* شفافیت کل عکس */
    background-color: transparent; /* فقط برای اطمینان */
}

.main-footer {
    background-color: rgb(255, 106, 0);
    text-align: right;
    color: white;
    width: 100%;
    padding-right: 25px;
}

p {
    color:aliceblue;
}

ul{
    color:lavenderblush
}

h1, h2 {
    color: #060b5d;
}

h3, h4 {
    color: #060b5d;
}



h1 {
    font-size: 28px;
    margin-bottom: 20px;
}

h2 {
    font-size: 22px;
    margin-top: 30px;
}

h3 {
    font-size: 22px;
    margin-top: 30px;
}


ul {
    padding-right: 20px;
}

li {
    margin-bottom: 10px;
}

.highlight {
    background-color: powderblue;
    padding: 15px;
    border-right: 5px solid #0097a7;
    margin: 20px 0;
    border-radius: 5px;
}
