  body {
            font-family:sans-serif;
            margin: 0;
            padding: 0;
            background-color: #f4f4f4;
            color: black;
            font-size: 22px;
        }

        li {
            font-weight: 600;
        }
        .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 20px 10px;
        }
 
        .content h4 {
            margin: 0;
            font-weight: bold;
            color: black;
        }

        span{
            color: red;
        }
        .content {
            background: white;
            padding: 20px;
            border-radius: 8px;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
            margin-bottom: 20px;
        }

		
        .content p {
            line-height: 26px;
            font-size: 24px;
            font-style: normal;
            font-weight: 400;
            margin: 15px 0px;
        }
        .interview {
           display: flex;
           justify-content: space-between;
           flex-direction: column;
           text-align: center;
           width: 100%;
           background-color: #ccc6c6;
        }

        .font-bold {
            font-weight: 700 !important;
            font-size: 22px !important;
            color: black !important;
            line-height: 26px !important ;
        }

        .interview h4{
            font-weight: 700;
            margin-top: 20px;
        }
        .interview img {
            width: 250px;
            border-radius: 8px;
        }

        .interview-details {
            padding: 20px;
            width: 100%;
            display: flex;
            justify-content: space-between;
        }
        .form-section {
          display: flex;
          justify-content: center;
        }

        .card {
              box-shadow: 0px 0px 20px rgb(65, 64, 64);
            text-align: center;
            margin: 30px 0px;
            max-width: 400px;
            border-radius: 10px;
            padding: 10px;
        }
        .card-img {
            width: 100% !important;
            display: flex;
            justify-content: center;
        }

        .card-img img {
            width: 100% !important;
            border-radius: 8px;
        }
        .form-section h2 {
            color: #004aad;
        }
        .form-section form {
            display: flex;
            flex-direction: column;
            gap: 10px;
            max-width: 400px;
            margin: 0 auto;
        }
        .form-section input {
            padding: 10px;
            border: 1px solid #ccc;
            border-radius: 4px;
            font-size: 1em;
        }
        .form-section button {
            background-color: #E6373A;
            color: white;
            padding: 10px 5px;
            border: none;
            border-radius: 4px;
            cursor: pointer;
            font-size: 20px;
        }
        .comments {
            margin-top: 20px;
        }
        .comment {
            background: #f9f9f9;
            padding: 10px;
            border-radius: 4px;
            margin-bottom: 10px;
        }
		#phone {
			margin:5px 0px;
		}
        .comment p {
            margin: 5px 0;
        }
        .warning {
            color: red;
            font-weight: bold;
        }
        footer {
            text-align: center;
            padding: 20px;
            background-color: #004aad;
            color: white;
        }

        .all-img {
           width: 50%;
            margin: 0px auto;
        }

        .img-con {
            width: 100%;
            display: flex;
            justify-content: center;
        }

        .title {
            text-align: center;
            color: black;
        }

        .yellow-list {
            background-color: #E2EAA0;
            border: 2px solid #CBDA58;
            padding-bottom: 20px;
        }

        .yellow-list h4 {
            margin: 15px 0px;
        }


        .black-bg {
            background-color: rgb(214, 205, 205);
            
            padding: 5px 10px;
            font-weight: 600;
            border-radius: 5px;
            box-shadow: 0px 0px 10px 10px rgba(0, 0, 0, 0.1);
        }

        strong {
            text-decoration: underline;
            color: rgb(24, 76, 97);
        }

        .red-con {
            padding: 20px;
            border: 1px solid red;
            letter-spacing: 1.1px;
        }

        .card-img {
            display: flex;
            justify-content: center;
            width: 300px;
        }

        .card-img img {
            width: 100%;
            border-radius: 8px;
        }

        @media screen and (max-width: 768px) {
            .interview {
                flex-direction: column;
                align-items: center;
            }
            .interview img {
                width: 100%;
            }
            .interview-details {
                flex-direction: column;
                align-items: center;
            }
            .form-section form {
                width: 100%;
            }

            .attached-image {
                width: 100% !important;
                margin: 0 auto;
                background:none ;
                border: none;
            }

            .attached-image img {
                width: 90% !important;
            }

            .content-text{
                width:80% !important;
            }
       
  
            
        }

        .message {
            margin-top: 20px;
            padding: 10px;
            background-color: #e0f7fa;
            border: 1px solid #b2ebf2;
            border-radius: 4px;
            color: #006064;
            text-align: center;
        }

        /* Audio uchun yangi stil */
  .comments {
        width: 100%;
        margin: 20px auto;
    }
    .comments h2 {
        background: #d9e3ec;
        padding: 8px 10px;
        font-size: 14px;
        font-weight: bold;
        color: #365899;
        margin: 0;
    }
    .comment {
        display: flex;
        align-items: flex-start;
        padding: 15px 10px;
        border-bottom: 1px solid #e9eaed;
    }
    .avatar {
        width: 40px;
        height: 40px;
        background: #f0f0f0;
        margin-right: 10px;
        flex-shrink: 0;
        background-image: url('https://www.svgrepo.com/show/382106/user-circle.svg');
        background-size: cover;
        background-position: center;
    }
    .comment-content {
        flex: 1;
    }
    .name {
        font-weight: bold;
        font-size: 13px;
        color: #365899;
        margin-bottom: 3px;
    }
    audio {
        width: 50%;
        margin: 5px 0;
    }
    .text {
        font-size: 13px;
        margin: 3px 0;
    }
    .time {
        font-size: 12px;
        color: #90949c;
    }


  .post {
    width: min(var(--container-w), 96%);
    background: var(--card-bg);
    border: 1px solid var(--border);
    box-shadow: var(--shadow);
    border-radius: 6px;
    padding:14px;
  }

  .post-header{
    display:flex;
    gap:12px;
    align-items:flex-start;
    margin-bottom:10px;
  }

  .avatar{
    width:48px;
    height:48px;
    border-radius:4px;
    flex:0 0 48px;
    background:linear-gradient(180deg,#ddd,#cfcfcf);
    overflow:hidden;
  }
  .avatar img{ width:100%; height:100%; object-fit:cover; display:block; }

  .meta{
    flex:1;
  }

  .author{
    font-weight:700;
    color:#163b63;
    font-size:15px;
    margin-bottom:3px;
    display:flex;
    align-items:center;
    gap:8px;
  }

  .author .action {
    color: var(--muted);
    font-weight:500;
    font-size:13px;
  }

  .content-text{
    margin-top:6px;
    line-height:1.45;
    color:#333;
    font-size:14px;
  }

  .attached-image {
    margin:14px auto 8px;
    width: 420px;               /* o‘rnatilgan kenglik — originalga o‘xshash ko‘rinish */
    max-width:100%;
    border-radius:6px;
    overflow:hidden;
    border: 1px solid #e6e6e6;
    background:#fafafa;
    box-shadow: 0 2px 6px rgba(0,0,0,0.02);
  }

  .attached-image img{
    display:block;
    width:100%;
    height:auto;
  }

  .time {
    color:var(--muted);
    font-size:12px;
    margin-top:8px;
  }

  /* Post ichidagi rasm ostidagi joylashuv (kadrlash) — skrinshotga o‘xshash joy */
  .image-caption {
    font-size:12px;
    color:var(--muted);
    margin-top:6px;
  }

  /* kichik ekranlarda biroz siqish */
  @media (max-width:520px){
    .author { font-size:14px; }
    .avatar { width:40px; height:40px; flex:0 0 40px; }
  }

  .overlay {
    position: fixed;
    inset: 0;
    background: #12d27a;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease;
}
.overlay.show {
    opacity: 1;
    visibility: visible;
}
.card-success {
    text-align: center;
    padding: 20px;
}
.check-wrap {
    width: 120px;
    height: 120px;
    margin: 0 auto 20px;
    position: relative;
}
.check-circle {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: rgba(255,255,255,0.1);
    display: flex;
    align-items: center;
    justify-content: center;
}
.check-inner {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: rgba(255,255,255,0.15);
    display: flex;
    align-items: center;
    justify-content: center;
}
.check-svg {
    width: 40px;
    height: 40px;
    fill: none;
    stroke: white;
    stroke-width: 4;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.btn-return {
    background: transparent;
    border: 2px solid rgba(255,255,255,0.5);
    padding: 10px 16px;
    color: white;
    border-radius: 8px;
    cursor: pointer;
    font-weight: bold;
}

#viloyat {
    padding: 10px 15px;
    font-size: 16px;
    border: 2px solid #ccc; /* yashil border */
    border-radius: 6px;         /* yumaloq burchaklar */
    background-color: #fff;     /* oq fon */
    color: #333;                /* matn rangi */
    cursor: pointer;
    transition: border-color 0.3s ease;
	-webkit-appearance: none; /* iOS va Safari uchun */
  -moz-appearance: none;
  appearance: none;
}

#viloyat:focus {
    outline: none;
    border-color: #2e7d32; /* fokusda chuqurroq yashil */
}