/* Utility Classes - Inline style'larni almashtirish uchun */

/* Padding utilities */
.p-18 { padding: 18px; }
.p-20 { padding: 20px; }
.p-10 { padding: 10px; }
.p-9 { padding: 9px; }

.pt-5 { padding-top: 5px; }
.pt-7 { padding-top: 7px; }
.pt-15 { padding-top: 15px; }
.pt-18 { padding-top: 18px; }
.pt-20 { padding-top: 20px; }

/* Margin utilities */
.ml-20 { margin-left: 20px; }
.ml-30 { margin-left: 30px; }
.mr-5 { margin-right: 5px; }

/* Text utilities */
.text-center { text-align: center; }

/* Width utilities */
.w-50px { width: 50px; }
.w-100 { width: 100%; }

/* Background utilities */
.bg-light-gray { background: #F5F7FB; }

/* Combined utilities */
.p-20-center {
    padding: 20px;
    text-align: center;
}

.empty-style {
    /* Bo'sh style="" uchun - olib tashlash mumkin */
}

/* Icon container */
.icon-50x50 {
    width: 50px;
    height: 50px;
}

/* Link styles */
.link-dark-blue {
    color: #011247;
    text-decoration: none;
    font-size: 13px;
}

.link-navy {
    color: #1e3a8a;
    margin-left: 20px;
}


/* Additional utilities */
.pt-15-dot { padding-top: 15px; }
.p-30 { padding: 30px; }

.color-navy { color: #011247; }
.color-link-navy { 
    color: #1e3a8a; 
    margin-left: 20px; 
}

.link-plain {
    color: #011247;
    text-decoration: none;
    font-size: 13px;
}

.flex-center {
    display: flex;
    align-items: center;
}

.img-responsive-150 {
    width: 100%;
    max-width: 150px;
}

.section-large-padding {
    padding-top: 100px;
    padding-bottom: 100px;
}

.email-card {
    max-width: 600px;
    margin: 20px auto;
    background-color: white;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
}

/* Base.html specific utilities */
.body-montserrat {
    font-family: 'Montserrat', Arial, sans-serif;
}

.flex-gap-10 {
    display: flex;
    gap: 10px;
}

.flex-between {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.flex-center-gap-8 {
    display: flex;
    align-items: center;
    gap: 8px;
}

.flex-center-gap-6 {
    display: flex;
    align-items: center;
    gap: 6px;
}

.flex-center-gap-16 {
    display: flex;
    align-items: center;
    gap: 16px;
}

.cookie-details {
    font-size: 13px;
    color: #666;
    margin-top: 5px;
}

.cookie-link {
    color: #007bff;
    text-decoration: underline;
}

.logo-link {
    display: inline-block;
    text-decoration: none;
}

.logo-img {
    margin-left: 40px;
    width: 30%;
}

.icon-with-shadow {
    margin-right: 8px;
    text-shadow: 0 1px 2px rgba(1, 18, 71, 0.2);
}

.margin-0 {
    margin: 0;
}

/* Contact/Aloqa page utilities */
.text-success {
    color: green;
}

.text-danger {
    color: red;
}

.honeypot {
    position: absolute;
    left: -9999px;
    opacity: 0;
}

.subscribe-box {
    margin-top: 20px;
    padding: 15px;
    background: rgba(1, 18, 71, 0.05);
    border-left: 4px solid #011247;
    border-radius: 5px;
}

.checkbox-large {
    width: 18px;
    height: 18px;
    margin-top: 3px;
}

.label-offset {
    margin-left: 10px;
    font-weight: 500;
    color: #011247;
}

.icon-navy {
    color: #011247;
}

.small-offset {
    display: block;
    margin-left: 28px;
    margin-top: 5px;
    color: #6b7280;
}

.float-left {
    float: left;
}

.map-iframe {
    border: 0;
    width: 100%;
    height: 290px;
}
