/* ============================================================
   SAFFRON THEME — shared stylesheet for ALL pages
   (www.makebiodata.com)
   Single source of truth: this file replaces the identical
   231-line <style> block that was duplicated inline in every
   page. Edit colors/overrides here once; every page picks it up.
   Replaces every green accent (#00c365, rgba(0,195,101,x), #1abc9c)
   from style.css / shortcodes.css / owl.carousel.css /
   revolution-slider.css with the saffron palette below.
   Design, layout and theme are otherwise untouched.
   Primary saffron: #FF9933 (used throughout — no secondary variant)
   Loaded by every page as:
     <link rel="stylesheet" type="text/css" href="stylesheets/saffron-theme.css">
============================================================ */
.get-appointment a,
.menu-extra .shopping-cart .submenu .widget_shopping_cart_content .wrap-buttons .button,
article .post-comment,
.flat-button,
.flat-row.background-color1,
ul.portfolio-filter > li .filter-tooltip,
ul.portfolio-filter > li.active a,
ul.portfolio-filter.style1 > li.active a,
.flat-portfolio.style1 .view-detail,
ul.project-share li a:hover,
.flat-button-slider.bg-button-slider-32bfc0,
.flat-button-slider.bg-button-slider-32bfc0:hover,
.flat-button-slider:hover,
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background-color: #FF9933 !important;
}

.flat-button.border {
    border-color: #FF9933 !important;
    color: #FF9933 !important;
}
.flat-button.radius { border-color: #FF9933 !important; }

/* Tooltip pointer triangle — missed in the first pass (border-top-color, not background) */
ul.portfolio-filter > li .filter-tooltip:after {
    border-top-color: #FF9933 !important;
}

.menu-extra .shopping-cart .submenu .widget_shopping_cart_content ul li .content-box a:hover,
.menu-extra .shopping-cart .submenu .widget_shopping_cart_content .wrap-buttons a.link:hover,
.page-title.parallax .breadcrumbs ul li,
.page-title.parallax .breadcrumbs ul li a:hover,
article .more-link a,
article ul.meta-post li a:hover,
.flat-footer .footer-content .copyright a:hover,
ul.portfolio-filter.style1 > li a:hover,
.flat-portfolio .portfolio-details li a i,
.flat-portfolio .item .overlay,
.flat-portfolio.simple .item .overlay,
.flat-portfolio.style-2 .item .overlay,
.flat-portfolio.alt .item .project-title:hover,
.flat-work-detail .project-categories a:hover,
.iconbox .box-header i,
.blog-shortcode article .content-post .title-post a:hover,
.flat-counter .numb-count {
    color: #FF9933 !important;
}

.menu-extra .shopping-cart .submenu .widget_shopping_cart_content .wrap-buttons a.link,
article .more-link a,
.iconbox.style2 a.link {
    border-color: #FF9933 !important;
}

.flat-portfolio .item .overlay,
.flat-portfolio.simple .item .overlay,
.flat-portfolio.style-2 .item .overlay {
    background-color: rgba(255, 153, 51, 0.9) !important;
}

.loader { border-left-color: #FF9933 !important; }
/* Carousel accents — pure saffron for the active dot, black for reviewer names
   (previous #CC6600 "deep saffron" was reading as red/rust — dropped it) */
.mh2::after,
.carousel-indicators li.active {
    background: #FF9933 !important;
}
.carousel .overview b { color: #1a1a1a !important; }

/* "Old Biodata Maker" — moved out of the primary nav (see below) into the top
   utility bar as a distinct pill, so it can never crowd/wrap the main menu */
.old-maker-pill {
    display: inline-block;
    vertical-align: middle;
    padding: 4px 14px;
    margin-right: 18px;
    border: 1px solid #FF9933;
    border-radius: 20px;
    color: #FF9933 !important;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .5px;
    line-height: 1.8;
}
.old-maker-pill:hover {
    background: #FF9933;
    color: #000 !important;
}

/* Off-canvas panel close button (there was no visible way to close it before) */
.off-canvas-close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid #FF9933;
    color: #FF9933;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    z-index: 10;
    transition: all .3s ease;
}
.off-canvas-close:hover {
    background: #FF9933;
    color: #000;
}

/* Small caret on top-level nav items that have a dropdown (desktop only —
   mobile gets its own '.btn-submenu' arrow, injected by the theme's JS) */
#mainnav > ul > li.sub-parent > a:after {
    content: "\f107";
    font-family: FontAwesome;
    font-size: 10px;
    margin-left: 5px;
    vertical-align: middle;
}
#mainnav ul.submenu > li > a:hover,
#mainnav-mobi ul.sub-menu > li > a:hover {
    color: #FF9933 !important;
}

/* Mobile menu: fixed instead of absolute so it follows the header's real
   viewport position (JS above sets the matching 'top' value) */
#mainnav-mobi {
    position: fixed !important;
    left: 0;
    right: 0;
    max-height: calc(100vh - 100px);
    overflow-y: auto;
}

/* Template cards: always-visible caption bar (name + View Sample link).
   The theme's title/overlay are hover-only, so mobile users would otherwise
   have no visible way to open a sample. */
.tpl-caption {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 2px 0;
    font-size: 13px;
}
.tpl-caption .tpl-name { color: #333; font-weight: 600; }
.tpl-caption .tpl-name em {
    color: #FF9933;
    font-style: normal;
    font-weight: 700;
    font-size: 11px;
    text-transform: uppercase;
}
.tpl-caption .tpl-view {
    color: #FF9933;
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .5px;
    white-space: nowrap;
}
.tpl-caption .tpl-view:hover { color: #000; }

/* Eye icon inside the hover overlay (original theme put icons in a white
   box via 'li a'; our icon is bare 'li i', so style it directly) */
.flat-portfolio .portfolio-details li i {
    display: inline-block;
    color: #fff;
    font-size: 20px;
    background: rgba(0, 0, 0, .35);
    width: 46px;
    height: 46px;
    line-height: 46px;
    border-radius: 50%;
    text-align: center;
}

/* Inner-page title banner: the homepage-style header (.header-style3) is an
   absolute overlay, so the banner needs enough top padding to clear the top
   bar (~50px) + header (~100px). Also tame the theme's 96px h1 and give the
   heading a deliberate, prominent treatment: saffron on the styled word plus
   a saffron underline bar. (No effect on the homepage — it has no .page-title.) */
.page-title { padding: 210px 0 80px; }
.page-title-heading h1 {
    font-size: 54px;
    line-height: 1.15;
    font-weight: 700;
    letter-spacing: 1px;
}
.page-title-heading h1 span { color: #FF9933; }
.page-title-heading h1:after {
    content: "";
    display: block;
    width: 70px;
    height: 4px;
    background: #FF9933;
    margin: 18px auto 0;
    border-radius: 2px;
}
@media (max-width: 767px) {
    .page-title { padding: 150px 0 55px; }
    .page-title-heading h1 { font-size: 34px; line-height: 1.2; }
}

/* Active nav item: saffron underline bar + saffron hover
   (theme's own active/hover state was a barely-visible #ccc) */
#mainnav > ul > li.active > a { color: #fff; }
#mainnav > ul > li.active > a:before {
    content: "";
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 32px;
    height: 3px;
    background: #FF9933;
    border-radius: 2px;
}
#mainnav > ul > li > a:hover { color: #FF9933; }
#mainnav-mobi ul li.active > a { color: #FF9933 !important; }


/* ============================================================
   OFF-CANVAS SIGN-IN / SIGNED-IN AREA (rendered by
   partials/site-footer.js after checking /mblabs/session_status.asp)
============================================================ */
.oc-auth { margin-top: 22px; }
.oc-auth .btn-google {
    display: inline-block;
    background-color: #db3236;
    color: #fff;
    font-weight: 700;
    padding: 12px 22px;
    border: none;
    border-radius: 4px;
    text-align: left;
    text-decoration: none;
    cursor: pointer;
}
.oc-auth .btn-google:hover { background-color: #c62b2f; color: #fff; }
.oc-auth .btn-google .fa { margin-right: 8px; }

.oc-user {
    background: rgba(255, 153, 51, 0.12);
    border: 1px solid #FF9933;
    border-radius: 8px;
    padding: 14px 16px;
}
.oc-user .oc-user-name {
    color: #FF9933;
    font-weight: 700;
    font-size: 15px;
    margin: 0 0 2px;
    word-break: break-word;
}
.oc-user .oc-user-email {
    color: #ccc;
    font-size: 12px;
    margin: 0 0 12px;
    word-break: break-all;
}
.oc-user .oc-user-links a {
    display: inline-block;
    margin-right: 14px;
    color: #FF9933 !important;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .5px;
    text-decoration: none;
}
.oc-user .oc-user-links a:hover { text-decoration: underline; }
