/* ===== SHOW COMPANY PAGE - PAGE-SPECIFIC STYLES ===== */

/* ===== AUTHOR PROFILE HEADER ===== */

/*Authore Profile*/
.authoreproimg > img {
    width: 100%;
}

.authoreproimg {
    position: relative;
}

.authoreproicon {
    position: absolute;
    left: 0;
    right: 0;
    margin: -65px auto;
    display: table;
    width: 130px;
}

.authoreproicon img {
    width: 130px;
    height: 130px;
    border-radius: 15px;
    border: 4px solid #050D1D;
    object-fit: cover;
    display: block;
}

.auProfileDetail {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    text-align: center;
    margin: 100px 0 0;
    flex-wrap: wrap;
}

.prCnt h2 {
    font-weight: 500;
    font-size: 25px;
}

.prCnt h3 {
    font-weight: 500;
    font-size: 12px;
}

.prCnt p {
    font-size: 15px;
}

.prCnt {
    width: 100%;
}

.auSocial {
    display: inline-flex;
    width: 100%;
    justify-content: flex-end;
    margin-top: -120px;
}

/* ===== ARTICLE / COMPANY DETAIL SECTION ===== */

/*article style 1*/
.articlesec {
    padding: 70px 0;
}

.article-wrap {
    max-width: 980px;
    margin: auto;
}

.article-img img {
    width: 100%;
    border-radius: 10px;
}

.articlesec h2 {
    font-size: 30px;
    line-height: 45px;
    font-weight: 500;
    color: #fff;
}

.article-detail p {
    font-size: 15px;
    line-height: 30px;
    text-align: justify;
    font-weight: 400;
    color: #E5F0FF;
}

.article-detail .blogdate a {
    font-size: 15px;
    line-height: 22px;
}

.article-detail .tagbox {
    margin-bottom: 25px;
}

/* ===== GREEN BUTTON (WhatsApp) ===== */

.greenbtn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #37C47A;
    border-radius: 5px;
    padding: 8px 24px;
    font-size: 13px;
    line-height: 1.4;
    color: #fff;
    font-weight: 500;
    text-decoration: none;
    transition: background 0.3s ease, transform 0.2s ease;
}

.greenbtn:hover,
.greenbtn:focus {
    background: #2aab67;
    color: #fff;
    transform: translateY(-2px);
}

/* Buttons wrapper — side by side */
.contact-buttons {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

/* Email button — blue */
.greenbtn.emailbtn {
    background: #019DEA;
}

.greenbtn.emailbtn:hover,
.greenbtn.emailbtn:focus {
    background: #0180c4;
}

/* ===== PRODUCT CARDS (Last Added Items) ===== */

.aboutitemImg img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    display: block;
}

.aboutitemcnt {
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    align-content: flex-start;
}

.aboutitem {
    border-radius: 10px !important;
    overflow: hidden;
}

.itemtitlecode h2 {
    font-size: 12px;
    margin: 0 0 10px;
}

.itemtitlecode h3 {
    font-weight: 500;
    font-size: 14px;
}

.itemtitlecode h4 {
    font-weight: 400;
    font-size: 12px;
    margin: 13px 0 0;
}

/* ===== RESPONSIVE ===== */

/* Tablet (991px) */
@media (max-width: 991px) {
    .authoreproicon {
        width: 80px;
        margin-top: -43px;
    }

    .auProfileDetail {
        margin: 50px 0 0;
        flex-direction: column-reverse;
    }

    .auSocial {
        margin-top: 30px;
        justify-content: center;
    }

    .articlesec h2 {
        font-size: 25px;
        line-height: 37px;
    }

    .aboutitemImg img {
        height: 180px;
    }

    .lastAdded.slider .slick-slide {
        padding: 0 8px;
    }
}

/* Mobile (767px) */
@media (max-width: 767px) {
    .auProfileDetail {
        margin: 55px 0 0;
    }

    .prCnt h2 {
        font-size: 20px;
    }

    .articlesec {
        padding: 50px 0;
    }

    .articlesec h2 {
        font-size: 22px;
        line-height: 32px;
    }

    .aboutitemImg img {
        height: 220px;
    }

    .aboutitemcnt {
        padding: 16px;
    }

    .itemtitlecode h3 {
        font-size: 13px;
    }

    .contact-buttons {
        justify-content: center;
    }

    .greenbtn {
        flex: 1;
        justify-content: center;
        min-width: 140px;
    }
}

/* Mobile (575px) */
@media (max-width: 575px) {
    /*Authors*/
    .authoSm .container,
    .authoSm .container .col-md-12 {
        padding: 0;
    }

    .authoSm .container .row {
        margin: 0;
    }

    .authoreproimgBox {
        height: 250px;
        overflow: hidden;
        position: relative;
    }

    .authoreproimgBox img {
        width: 100%;
        height: 250px;
        object-fit: cover;
    }

    .authoreproicon {
        margin-top: -43px;
    }

    .prCnt {
        padding: 0 15px;
    }

    /*article style 1*/
    .articlesec h2 {
        font-size: 20px;
        line-height: 30px;
    }

    .article-detail p {
        font-size: 14px;
        line-height: 27px;
    }

    .articlesec {
        padding: 40px 0;
    }

    .article-img img {
        height: 214px;
        object-fit: cover;
    }

    .article-detail .tagbox {
        margin-bottom: 25px !important;
    }

    .article-detail .blogdate a {
        font-size: 13px;
        line-height: 19px;
    }
}

/* ===== END SHOW COMPANY PAGE STYLES ===== */
