/*
 Theme Name:   GeneratePress Child
 Description:  Custom child theme for Bijili Bill
 Author:       Anoop Kumar
 Author URI:   https://www.techuhelp.com/
 Template:     generatepress
 Version:      1.0
*/

/* ===== Global Reset ===== */
*, ::after, ::before { box-sizing: border-box; }
a { text-decoration: none; }
/* ===== Main Containers & Layout ===== */
.comments-area,
.separate-containers .comments-area,
.separate-containers .inside-article,
.separate-containers .page-header,
.widget-area .widget {
    padding: 25px !important;
}

.comments-area,
.separate-containers .page-header,
.sidebar .widget,
body:not(.home) .inside-article {
    box-shadow: 0 5px 20px rgb(88 83 153 / 8%);
    border-radius: 8px;
}
/* ===== Header ===== */
.inside-header {
    padding: 0;
    margin: 0 30px;
}

.site-header .header-image {
    height: 65px;
    width: auto;
}

/* ===== Navigation ===== */
.sf-menu > li > a {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}

.menu-bar-items:hover,
.menu-bar-items:focus,
.menu-toggle:hover,
.menu-toggle:focus {
    -webkit-tap-highlight-color: transparent;
}
/* ===== Breadcrumbs & Meta ===== */
.entry-meta,
.rank-math-breadcrumb {
    font-size: 12px;
    color: #757575;
    font-weight: 600;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.rank-math-breadcrumb a { color: #003df3; }
.rank-math-breadcrumb a:hover { color: #333; }

.rank-math-breadcrumb .separator {
    background: url('/wp-content/themes/generatepress_child/icons/breadcrumbs-nav.svg') no-repeat center;
    background-size: 12px;
    width: 15px;
    height: 15px;
    text-indent: -9999em;
}
/* ===== Headings ===== */
h1,
.entry-header .entry-title {
    font-size: 30px;
    font-weight: 700;
    color: #000;
}

/* ===== Content ===== */
.entry-content,
.entry-content p {
    font-size: 17px;
    line-height: 1.74;
    color: #000;
}

.entry-content h2 { font-size: 28px; }
.entry-content h3 { font-size: 26px; }
.entry-content h4 { font-size: 24px; }
.entry-content h5 { font-size: 22px; }
/* ===== Links ===== */
.entry-content a {
    color: #003df3;
}
.entry-content a:hover {
    color: #333;
}

.entry-content p a {
    border-bottom: 1px solid #003df3;
}

/* ===== Images ===== */
.entry-content img {
    border-radius: 5px;
}

/* ===== Buttons ===== */
.td_btn {
    background: #003df3;
    color: #fff;
    padding: 10px 16px;
    font-weight: 600;
}
/* ===== Lists ===== */
.entry-content ul {
    list-style: none;
    padding-left: 0;
}

.entry-content ul li::before {
    content: "";
    width: .6rem;
    height: .6rem;
    background: linear-gradient(95deg,#1c3d9f,#3096cb);
    border-radius: 50%;
    position: absolute;
    left: -15px;
    top: 10px;
}

/* ===== Tables ===== */
.entry-content table {
    border: 1px solid #e9e9e9;
    border-radius: 5px;
    background: #fff;
}
/* ===== Author Box ===== */
.author-box {
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 1px 2px rgb(0 0 0 / 8%);
}

.author-avatar img {
    border-radius: 100%;
}

/* ===== Related Posts ===== */
.related-posts a {
    display: block;
    padding: 10px 15px;
    border-radius: 5px;
}
/* ===== Comments ===== */
.comments-title {
    font-size: 22px;
    font-weight: 700;
    cursor: pointer;
}

.comment-content {
    padding: 20px;
    border: 1px dashed #e9e9e9;
}

.comment-form textarea,
.comment-form input {
    border: 1px solid #e9e9e9;
    border-radius: 5px;
}
/* ===== Sidebar ===== */
.sidebar .widget-title {
    padding-left: 40px;
    font-weight: 700;
}

/* ===== Footer ===== */
.copyright-bar {
    font-size: 12px;
    letter-spacing: .08em;
}
/* ===== Rank Math FAQ ===== */
.rank-math-question {
    cursor: pointer;
    font-size: 19px;
    position: relative;
}

.rank-math-question:after {
    content: "+";
    position: absolute;
    right: 0;
}

.rank-math-question.active:after {
    content: "−";
}
/* ===== Mobile ===== */
@media (max-width: 768px) {
    .entry-header .entry-title { font-size: 28px; }
    .author-box { text-align: center; }
}

/* ===== Desktop ===== */
@media (min-width: 769px) {
    .sf-menu > li > a { line-height: 60px; }
}
