/* ================= MOBILE ONLY ================= */
@media (max-width: 576px) {

    /* Container padding */
    .container {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .custom-breadcrumb {
        padding: 12px 0 !important;
    }

    .custom-breadcrumb .breadcrumb {
        display: flex;
        flex-wrap: wrap;
        font-size: 13px;
        line-height: 1.4;
    }

    .custom-breadcrumb .breadcrumb-item {
        flex: 0 0 auto !important;
        white-space: normal !important;
        overflow-wrap: normal !important;
        word-break: normal !important;
    }

    .custom-breadcrumb .breadcrumb-item.active {
        flex: 1 1 100% !important;
    }

    .custom-breadcrumb .breadcrumb-item+.breadcrumb-item::before {
        content: " ›› ";
        white-space: nowrap;
    }

    /* Links */
    .custom-breadcrumb a {
        text-decoration: none;
        color: #777;
    }

    .custom-breadcrumb a:hover {
        color: #000;
    }

    /* Active breadcrumb */
    .custom-breadcrumb .breadcrumb-item.active {
        color: #555;
        font-weight: 400;
    }

    /* ===== Heading ===== */
    .pashmina-wool h1 {
        font-size: 20px;
        line-height: 1.;
        margin: 15px 0;
        word-break: break-word;
        font-size: 25px !important;
    }

    /* ===== Author meta ===== */
    .husk-admin {
        font-size: 13px;
        line-height: 1.6;
        margin-bottom: 25px;
        width: 65%;
    }

    .husk-admin a {
        font-size: 15px;
    }

    /* ===== Image ===== */
    .husk-admin-img {
        margin: 0 !important;
        padding: 0 !important;
    }
}

body,
html {
    overflow-x: hidden;
}

/* <!-- BREADCRUMB --> */

.custom-breadcrumb {
    background: transparent;
    padding: 8px 0;
    font-size: 14px;
}

.custom-breadcrumb .breadcrumb {
    background: none;
}

.custom-breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    content: "››";
    color: #999;
}

.custom-breadcrumb a {
    text-decoration: none;
    color: #777;
}

.custom-breadcrumb a:hover {
    color: #000;
}

.custom-breadcrumb .breadcrumb-item.active {
    color: #555;
    font-weight: 400;
}

/* <!-- Pashmina Wool Shawls for Men --> */

.pashmina-wool h1 {
    font-size: 48px;
    font-weight: 500;
    color: #000;
    word-spacing: 5px
}

@media (max-width: 768.98px) {
    .tablet-h1 {
        font-size: 45px;
        font-weight: 500;
        color: #000;
        word-spacing: 5px;
        line-height: 1.3;
    }
}



/* <!-- HUSK ADMIN --> */
.husk-admin a {
    text-decoration: none;
    color: #555;
    font-size: 16px;
    cursor: auto !important;
}

/* default: sab kuch auto */
.post-meta {
    cursor: auto;
    color: #666;
    text-decoration: none;
}

/* baqi spans bhi auto */
.post-meta span {
    cursor: auto;
}

/* ONLY hover wale items */
.post-meta .hover-item {
    cursor: pointer;
    transition: color 0.35s ease;
}

.post-meta .hover-item:hover {
    color: #000;
}


/* <!-- HUSK ADMIN IMAGE --> */



/* <!-- BOTTOM CONTENT --> */
.custom-p p {
    font-size: 17.5px;
    color: #464646;
    list-style: dotted;
}

.custom-p span {
    font-weight: 500;
    font-size: 18px;
}

.custom-p h1 {
    color: #000;
    font-size: 42px;
}

/* <!-- BOTTOM CONTENT --> */
/* ================= MOBILE ONLY ================= */
@media (max-width: 576px) {

    .custom-p {
        padding-left: 20px !important;
        padding-right: 20px !important;
        margin-top: 50px !important;
    }

}

/* <!-- SOCIAL MEDIA  --> */
.custom-btn {
    outline: none;
    border: 1px solid #ccc;
    font-size: 13px;
    color: #464646;
    background: #fff;
    transition: border-color 0.3s ease, color 0.3s ease;
    text-decoration: none !important;
    display: inline-block;
}

.custom-btn:hover {
    border-color: #000;
    color: #000;
}

/* SOCIAL MEDIA BUTTON */
.social-font {
    font-size: 18px;
    padding-right: 30px;
}

.custom-social button {
    border: none;
}

.custom-btn-1 {
    background: #475a96;
    color: #fff;
    font-weight: 400;
    font-size: 15px;
}

.custom-btn-2 {
    background: #49b2e8;
    color: #fff;
    font-weight: 400;
    font-size: 15px;
}

.custom-btn-3 {
    background: #d74047;
    color: #fff;
    font-weight: 400;
    font-size: 15px;
}

/* <!-- SOCIAL MEDIA RESPONSIVE  --> */

/* ================= MOBILE ONLY ================= */
@media (max-width: 576px) {

    /* ===== TOP 2 BUTTONS ===== */
    .container>.row:first-child .col {
        display: flex;
        gap: 8px;
        margin-top: 30px;
    }

    .container>.row:first-child .custom-btn {
        flex: 1;
        padding: 10px 0 !important;
        text-align: center;
        font-size: 14px;
    }

    /* ===== BOTTOM 3 SOCIAL BUTTONS ===== */
    .custom-social {
        display: flex;
        justify-content: space-between;
        gap: 10px;
    }

    .custom-social button {
        flex: 1;
        padding: 12px 0 !important;
        margin-top: 30px;
        margin-bottom: 30px;
        font-size: 0;
    }

    /* Text hide on mobile */
    .custom-social button span {
        display: none;
    }

    /* Icon size */
    .custom-social i {
        font-size: 18px;
        margin: 0;
    }
}


/* Leave a Reply Section */
h3 {
    font-weight: 600;
    margin-bottom: 10px;
}

p.text-muted {
    font-size: 16px;
    margin-bottom: 30px;
}

/* Textarea & Inputs */
.form-control {
    border-radius: 0;
    border: 1px solid #ddd;
    padding: 13px;
    font-size: 15px;
    box-shadow: none;
}

.form-control:focus {
    border-color: #000;
    box-shadow: none;
}

/* ================= CHECKBOX LABEL CENTER FIX ================= */

/* checkbox + label center */
.form-check {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

/* checkbox alignment reset */
.form-check-input {
    margin: 0;
}

/* label thora clean look */
.form-check-label {
    font-size: 14px;
    color: #555;
}

form button {
    display: block;
    margin: 20px auto 80px;

}

.form-btn {
    padding: 13px 35px 13px;
    background: #1f1f1f;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    border: none;
}



@media (min-width: 992px) {
    .w-lg-68 {
        width: 68% !important;
    }
}