/* ─── New Theme Logo ─────────────────────────────────────────────────────── */
.new-theme-site-logo {
    display: block;
    width: clamp(150px, 14vw, 220px);
    max-width: 100%;
    height: auto;
    object-fit: contain;
    image-rendering: auto;
    transform: none;
}

@media (max-width: 767px) {
    .new-theme-site-logo {
        width: clamp(130px, 36vw, 160px);
        height: auto;
        max-height: none;
        object-fit: contain;
        image-rendering: auto;
        transform: none;
    }
}

.nt-info-page .hm_bread_wrapper h1 {
    text-transform: none;
}

.nt-about-intro .hm_about_img {
    overflow: hidden;
}

.nt-about-intro .hm_about_img img {
    width: 100%;
    min-height: 360px;
    object-fit: cover;
}

.nt-about-intro .hm_about_data h1 {
    margin-bottom: 18px;
}

.nt-about-intro .hm_about_data h3 {
    color: #222;
    font-size: 28px;
    line-height: 1.35;
    margin: 0 0 16px;
}

.nt-about-intro .hm_about_data h4 {
    color: #555;
    font-size: 18px;
    line-height: 1.6;
    margin: 0 0 18px;
}

.nt-about-details {
    background-image: none;
    padding: 0 0 80px;
}

.nt-about-card {
    background: #fff;
    border: 1px solid #eee;
    height: calc(100% - 30px);
    margin-bottom: 30px;
    padding: 34px 30px;
}

.nt-about-card h3 {
    color: #222;
    font-size: 22px;
    margin: 0 0 15px;
}

.nt-about-card p {
    color: #777;
    line-height: 1.8;
    margin-bottom: 18px;
}

.nt-about-card ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.nt-about-card li {
    color: #555;
    line-height: 1.8;
    margin-bottom: 8px;
}

.nt-about-card li i {
    color: #777620;
    margin-right: 8px;
}

.rtl .nt-about-card li i {
    margin-left: 8px;
    margin-right: 0;
}

.nt-contact-cards {
    padding-bottom: 65px;
    padding-top: 80px;
}

.nt-contact-removed-intro,
.nt-contact-note {
    display: none;
}

.nt-contact-cards .contact_box {
    height: calc(100% - 30px);
    margin-bottom: 30px;
}

.nt-contact-cards .contact_box p {
    word-break: break-word;
}

.nt-contact-note {
    background: #f8f8f8;
    padding: 70px 0;
}

.nt-contact-note .hm_form {
    min-height: 0;
    padding: 45px;
    text-align: center;
}

.nt-contact-note .hm_form h1 {
    color: #222;
    margin-bottom: 14px;
}

.nt-contact-note .hm_form p {
    color: #777;
    font-size: 17px;
    line-height: 1.8;
    margin: 0;
}

@media (max-width: 991px) {
    .nt-about-intro .hm_about_data {
        margin-top: 35px;
    }

    .nt-about-card,
    .nt-contact-cards .contact_box {
        height: auto;
    }
}

@media (max-width: 767px) {
    .nt-about-intro .hm_about_img img {
        min-height: 260px;
    }

    .nt-about-intro .hm_about_data h3 {
        font-size: 24px;
    }

    .nt-contact-note .hm_form {
        padding: 32px 22px;
    }
}
