/*-----------------------------------------------------------------------------------
    Template Name: Post Articles - ANMOL SMS
    Version: 1.0
-----------------------------------------------------------------------------------*/
:root {
    --body-color: #525252;
    --brand-color: #dd4814;
    --font-size: 14px;
}

.text-red {
    color: #f00;
}

.about-desc,
.about-desc li {
    font-size: 15px;

}

.header-logo img {
    width: 350px;
}

.text-normalcase {
    text-transform: none !important;
}

.py-10 {
    padding-top: 10px;
    padding-bottom: 10px;
}

.py-20 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.text-align-justify {
    text-align: justify;
}

.blog-meta {
    font-size: 12px;
}

.brand-color {
    color: var(--brand-color);
}

.float-lg-start {
    float: none !important;
}

.ul_list_view {
    list-style-type: disc;
    padding-left: 20px;
    margin: 0;
    margin-bottom: 30px;
}

.section-space-y-axis-30 {
    padding-top: 30px;
    padding-bottom: 30px;
}

/* .megamenu {
    display: flex;
    flex-wrap: wrap;
    min-width: 600px;
    max-width: 800px;
    padding: 20px;
    gap: 10px 15px;
}

.megamenu>li {
    flex: 0 0 auto;
    padding: 8px 15px;
    transition: all 0.3s ease;
    cursor: pointer;
} */

 .btn-xs {
    --bs-btn-padding-y: 0.25rem;
    --bs-btn-padding-x: 0.5rem;
    --bs-btn-font-size: 0.75rem;
    --bs-btn-border-radius: 0.25rem;
}

.megamenu {
    display: flex;
    flex-wrap: wrap;
    padding: 20px;
    gap: 10px 15px;
    width: 100%;

}

.megamenu>li {
    flex: 0 0 auto;
    padding: 8px 15px;
    transition: all 0.3s ease;
    cursor: pointer;
    white-space: nowrap;
    width: 30%;
}

.megamenu>li:not(:last-child) {
    border-right: none;
    padding-right: 0;
    margin-right: 0;
}

.megamenu>li:hover {
    color: var(--brand-color);
    transform: translateY(-2px);
}

.widgets-list-item {
    border-bottom: 1px solid #dee2e6;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.widgets-list-content .title {
    font-size: 13px;
}

.btn-custom-size {
    font-size: 13px;
    text-transform: uppercase;
    overflow: hidden;
    /*  border-radius: 23.5px; */
    color: #ffffff;
    padding: 3px 10px;
}

.btn-custom-size:focus:not(:focus-visible) {
    background-color: var(--brand-color);
    border-color: var(--brand-color);
    color: #ffffff;
}

.breadcrumb-height {
    height: auto;
    padding: 50px 0;
}

/* Ensure your CSS loads AFTER bootstrap.min.css */
.dropdown {
    position: relative;
}

/* Button hover -> show its next sibling menu */
#stickysettingButton:hover+.myaccount_menu {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
}

/* Parent .dropdown hover bhi allowed */
.dropdown:hover>.myaccount_menu {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
}

/* Menu par mouse le jao to band na ho */
.myaccount_menu:hover {
    display: block !important;
}


.poststatus {
    /*  position: absolute; */
    right: 0;
    color: #fff;
    padding: 3px 8px;
    top: 0;
    border-radius: 5px;
    font-size: 14px;
}

.blog-content .title {
    width: 100%;
}

.my-articles .title {
    width: 75%;
}

/* .blog-img-poststatus {
    padding-right: 30px;
    width: 20%;
    position: relative;
} */

/* .blog-list-item .blog-img {
    padding-right: 0px;
    width: 100%;
} */

.alert-success {
    background-color: #198754 !important;
    /* Dark green */
    color: #fff !important;
}

.alert-danger {
    background-color: #dc3545 !important;
    /* Dark red */
    color: #fff !important;
}

.alert-warning {
    background-color: #ffc107 !important;
    /* Yellow */
    color: #000 !important;
}

.blog-content .short-desc {
    text-align: justify;
}

.blog-content .short-desc h2 {
    font-size: 20px;
}

.blog-content .short-desc h3 {
    font-size: 18px;
}

.select2-container--default .select2-selection--single {
    background-color: transparent;
    border: 1px solid #dee2e6;
    border-radius: 0;
    height: 45px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 43px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    line-height: 43px;
    height: 41px;
}

.select2-container .select2-search--inline .select2-search__field {
    height: 35px;
    line-height: 35px;
}

.select2-container--default .select2-selection--multiple {
    background-color: transparent;
    border: 1px solid #dee2e6;
    border-radius: 0;
}

.delete_btn {
    padding: 1px 13px;
    z-index: 1;
}

.sidebar-btn {
    width: 150px;
}

.social-with-tags .tags ul li:not(:last-child) {
    margin-right: 0px;
}

.select2-container .select2-search--inline .select2-search__field,
.select2-container--default .select2-selection--single .select2-selection__placeholder {
    font-size: var(--font-size);
}

.banner-content.text-position-bottom {
    bottom: 30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center;
}

.footer-area {
    background-color: #ffd2c3;
}
.featured-badge {
    font-size: 12px;
    padding: 5px 8px;
    border-radius: 6px;
}

.disabled-btn {
    pointer-events: none;
    opacity: 0.5;
}

.submit-fab {
    position: fixed;
        bottom: 84px;
    left: 7px;
    width: 55px;
    height: 55px;
    background: #ff9800;
    color: #fff;
    font-size: 28px;
    text-align: center;
    line-height: 55px;
    border-radius: 50%;
    text-decoration: none;
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
    z-index: 9999;
    transition: 0.3s;
}

.submit-fab:hover {
    background: #f57c00;
    transform: rotate(90deg) scale(1.1);
}

.entry-meta {
    margin-top: 20px;
}

.contact-desc {    font-size: 17px;}
.contact-list li a {   font-size: 14px;}
.blog-list-item .blog-img { width: 15%;}

























/*====================== responsive =====================================*/

@media (min-width: 1200px) {

    .h1,
    h1 {
        font-size: 2rem;
    }
}

@media (max-width: 767px) {
    header.main-header-area {
    border-bottom: 1px solid #ddd;
}
    .btn-custom-size{font-size: 11px;}
    .blog-meta {
        float: left;
        margin-top: 10px;
        margin-bottom: 0;
    }
        .blog-content .title {
        font-size: 18px;
    }
    .about-title {
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 30px;
}

    .list-inline-item-md {
        display: inline-block;
    }

    .my-articles .title {
        width: 100%;
    }

    .my-articles .poststatus {
        position: relative;
    }


    .blog-list-item {
        display: flex;
    }

    .my-articles .blog-content {
        margin-top: 10px;
    }


}



