h1,h2,h3 {
font-size: 18px;
line-height: 10px;    
}
.about-box {
    background: #00335A; /* آبی نفتی تیره */
    color: #eef1f5;
    padding: 35px;
    border-radius: 18px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.25);
    line-height: 1.9;
    font-size: 17px;
    border-left: 6px solid #1b3b5a;
    margin-bottom: 40px;
}

.about-box h1,
.about-box h2,
.about-box h3 {
    color: #4ea8de;
    margin-bottom: 15px;
    font-size:18px;
}

.about-box ul li,
.about-box ol li {
    margin-bottom: 8px;
}

.about-box table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
    overflow: hidden;
    border-radius: 10px;
}

.about-box table th {
    background: #1b263b;
    color: #fff;
    padding: 12px;
    font-weight: bold;
}

.about-box table td {
    background: #162233;
    color: #f1f4f8;
    padding: 12px;
    border-bottom: 1px solid #1f2f45;
}

.about-box blockquote {
    background: #112031;
    border-left: 5px solid #4ea8de;
    padding: 15px 20px;
    margin: 25px 0;
    font-style: italic;
    border-radius: 10px;
    color: #c9d6e3;
}

.about-box strong {
    color: #4ea8de;
}

.about-box ul li::marker,
.about-box ol li::marker {
    color: #4ea8de;
}

/* واکنش‌گرا */
@media(max-width:768px){
    .about-box{
        padding: 25px;
        font-size: 16px;
    }
}
.contact-box {
    background: #00335A; /* آبی نفتی */
    padding: 20px 25px; /* کمتر از قبل */
    border-radius: 15px;
    box-shadow: 0 6px 20px rgba(0,0,0,0.25);
    color: #eef1f5;
    text-align: center;
    border-left: 5px solid #4ea8de;
    max-width: 700px; /* عرض بیشتر */
    margin: 20px auto;
}

.contact-box h2 {
    color: #4ea8de;
    margin-bottom: 10px;
    font-size: 22px;
}

.contact-box p {
    font-size: 16px;
    line-height: 1.6;
    margin: 5px 0;
}

.contact-box a {
    display: inline-block;
    margin-top: 10px;
    padding: 10px 20px;
    background: #4ea8de;
    color: #0d1b2a;
    font-weight: bold;
    text-decoration: none;
    border-radius: 8px;
    transition: 0.3s;
}

.contact-box a:hover {
    background: #72c8ff;
}
@media (min-width: 768px) {
  .d-md-block {
    display: none;
  }
}
.d-none {
  display: none;
}
figure.wp-caption {
    width: 100% !important;
    max-width: 100% !important;
}

figure.wp-caption img {
    width: 100% !important;
    height: auto !important;
    max-width: 100% !important;
}

.wp-caption-text {
    text-align: center;
    font-size: 14px;
}
.post-title-wrap h1 {
    font-size: 18px !important;
    line-height: 1.3;
}
.header-mobile-right {
    display:none;
}
.header-mobile {
    height: 100px;
}
.post-content-wrap h2
 {
    font-size: 18px;
    line-height: 15px;
    color:#592A4E;
}
.post-content-wrap .post-content-wrap p {
    margin-bottom: 0 !important;
    text-align: justify !important;
}
@media (max-width: 768px) {
    .post-content-wrap p {
        margin-bottom: 10px !important;
        text-align: justify !important;
        font-size:16px;
    }
}
.post-content-wrap h2 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
    padding: 10px !important;
}
p:empty,
p:empty:before {
    display: none !important;
    margin: 5px !important;
    padding: 5px !important;
}
.post-title-wrap h2 {
    font-size: 18px !important;
    line-height: 2 !important;
}
