/* <!-- BRAEDCRUMB SECTION --> */
.breadcrumb-custom {
    font-size: 14px;
    color: #6c757d;
}

.breadcrumb-custom a {
    color: #6c757d;
    text-decoration: none;
    transition: color 0.3s ease;
}

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

.breadcrumb-custom .divider {
    margin: 0 2px;
    color: #6c757d;
    font-size: 12px;
}

.breadcrumb-custom .current {
    color: #6c757d;
}

/* <!-- BLOG HEADING --> */







/* <!-- NAV AND TAB'S --> */
.nav .nav-item {
    margin: 0 10px;
}

.nav .nav-link {
    color: #000;
    padding: 8px 0;
    background: transparent;
}

.nav .nav-link span {
    font-size: 15.5px;
    font-weight: 500;
    position: relative;
    display: inline-block;
    padding: 0 10px;
    transition: color 0.35s ease;
}

.nav .nav-link span::after {
    content: "";
    position: absolute;
    left: 4px;
    bottom: -4px;
    width: 0;
    height: 1px;
    background-color: #ff6f65;
    transition: width 0.35s ease;
}

.nav .nav-link:hover span {
    color: #ff6f65;
}

.nav .nav-link:hover span::after {
    width: 100%;
}

.nav .nav-link.active span {
    color: #ff6f65;
}

.nav .nav-link.active span::after {
    width: 94%;
}

/* <!-- TAB'S IMAGE'S --> */
a {
    text-decoration: none;
}

.custom-h3 {
    color: #000;
    font-size: 24px;
    padding-top: 30px;
}

.custom-p {
    color: #787878;
    font-size: 16px;
}

.custom-btn {
    background: none;
    border: none;
    font-size: 15px;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    cursor: pointer;
}

.custom-btn i {
    font-size: 0.6em;
    transition: transform 0.35s ease;
}

.custom-btn:hover i {
    transform: translateX(6px);
}

.custom-btn:active i {
    transform: translateX(9px);
}

.custom-label {
    padding: 2px;
    padding-left: 15px;
    background-color: #fff;
    font-size: 11px;
    font-weight: 400;
    height: 21px;
    width: 68px;
    color: #000;
    position: absolute;
    top: 72%;
}

.custom-aug {
    padding: 2px;
    padding-left: 15px;
    background-color: #fff;
    font-size: 11px;
    font-weight: 400;
    height: 21px;
    width: 68px;
    color: #000;
    position: absolute;
    top: 173%;
}

/* <!-- HUSK IMAGE'S OR LOGO'S --> */





/* SHOWING  */
.custom-p-hr {
    font-size: 14px;
    color: #6c757d;
    margin-bottom: 5px;
    text-align: center;
}

.custom-p-hr {
    font-size: 14px;
    color: #6c757d;
    margin-bottom: 110px;
    text-align: center;
    position: relative;
}

.custom-p-hr::after {
    content: "";
    display: block;
    width: 230px;
    height: 2px;
    background-color: #1f1f1f;
    margin: 10px -17% 0;
}

.custom-aug-2 {
    top: 75%;
}


@media(max-width:768px) {
    .custom-btn {
        padding-top: 15px;
    }

    .custom-p-hr::after {
        content: "";
        display: block;
        width: 230px;
        height: 2px;
        background-color: #000;
        margin: 10px 3% 0;
    }

    .custom-label {
        padding: 2px;
        padding-left: 10px;
        background-color: #fff;
        font-size: 11px;
        font-weight: 400;
        height: 21px;
        width: 60px;
        color: #000;
        position: absolute;
        top: 42%;
    }

    .custom-aug {
        padding: 2px;
        padding-left: 15px;
        background-color: #fff;
        font-size: 11px;
        font-weight: 400;
        height: 21px;
        width: 68px;
        color: #000;
        position: absolute;
        top: 94%;
    }

    .custom-aug-2 {
        top: 43.5%;
    }
}

/* ===================================== */
/* MOBILE ONLY – RESET + CUSTOM PADDING  */
/* ===================================== */
@media (max-width: 767px) {

    .container,
    .container-fluid {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .row {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    [class*="col-"] {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .breadcrumb-custom,
    h2,
    .tab-content {
        padding: 0 16px;
    }

    .tab-content {
        padding-top: 10px;
    }

    /* ===================================== */
    /* 3️⃣ NAV TABS — FORCE SINGLE ROW ONLY  */
    /* ===================================== */
    .nav {
        flex-wrap: nowrap !important;
        overflow-x: auto;
        white-space: nowrap;
    }

    .nav::-webkit-scrollbar {
        display: none;
    }

    .nav .nav-item {
        margin: 0 6px;
        flex: 0 0 auto;
    }

    .nav .nav-link span {
        font-size: 16px;
        margin-bottom: 40px;
    }

    .custom-h2-a {
        margin-top: 45px;
        margin-bottom: 20px;
        font-size: 38px;
    }

    .custom-p {
        color: #787878;
        font-size: 16px;
        margin-top: 10px;
    }

    .custom-label {
        padding: 2px;
        padding-left: 10px;
        background-color: #fff;
        font-size: 11px;
        font-weight: 400;
        height: 21px;
        width: 60px;
        color: #000;
        position: absolute;
        top: 42%;
    }

    .custom-btn {
        padding-top: 15px;
        padding-bottom: 40px;
    }

    .custom-aug {
        padding: 2px;
        padding-left: 10px;
        background-color: #fff;
        font-size: 11px;
        font-weight: 400;
        height: 21px;
        width: 60px;
        color: #000;
        position: absolute;
        top: 169%;
    }

    .mobile-h4 {
        color: #000;
        margin-top: 25px;
    }

    .custom-p-hr::after {
        content: "";
        display: block;
        width: 230px;
        height: 2px;
        color: #000;
        background-color: #000;
        margin: 10px 19% 0;
    }
}