/* ==========================================================================
   Infopedia — "Light Gold" premium theme
   Warm cream/white surfaces throughout, gold + a touch of violet/rose used
   only as accents (borders, gradients on small elements, hover states) —
   no dark sections anywhere on the page.
   Scoped entirely under body.home-modern so directory.php / birthday.php
   (which reuse the same legacy class names) are never affected outside it.
   ========================================================================== */

body.home-modern {
    background: #faf7f0;
}

/* ---------- Ambient background glow (site-wide, very soft) ---------- */
body.home-modern::before {
    content: "";
    position: fixed;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    background:
        radial-gradient(circle at 8% 8%, rgba(168, 85, 247, 0.07) 0%, transparent 32%),
        radial-gradient(circle at 95% 18%, rgba(212, 175, 55, 0.10) 0%, transparent 30%),
        radial-gradient(circle at 50% 100%, rgba(236, 72, 153, 0.05) 0%, transparent 35%);
}
body.home-modern #header,
body.home-modern #famous,
body.home-modern .footer,
body.home-modern #portfolio,
body.home-modern #portdetl,
body.home-modern #banner {
    position: relative;
    z-index: 1;
}
body.home-modern .famousstn,
body.home-modern .procontstn,
body.home-modern .proinfo.firstbox {
    background: #faf9f6;
}

/* ---------- Nav (light glass) ---------- */
body.home-modern #header {
    box-shadow: 0 1px 0 rgba(212, 175, 55, 0.2);
}
body.home-modern #header .header {
    padding: 0 50px;
    min-height: 86px;
    background: rgba(255, 253, 247, 0.82);
    backdrop-filter: blur(18px) saturate(160%);
    -webkit-backdrop-filter: blur(18px) saturate(160%);
    border-bottom: none;
    position: relative;
    transition: min-height .25s ease, background .25s ease;
}
body.home-modern #header .header::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, #a855f7, #d4af37 50%, #ec4899);
}
body.home-modern #header .header.fixed {
    background: rgba(255, 253, 247, 0.92);
    min-height: 62px;
    box-shadow: 0 10px 30px rgb(20 16 31 / 10%);
    animation: none;
}
body.home-modern .logo a {
    width: 190px;
}
body.home-modern .logo a img {
    transition: opacity .2s ease;
    filter: brightness(0) saturate(100%);
}
body.home-modern .logo a:hover img {
    opacity: 0.7;
}
body.home-modern #header .menu > ul {
    gap: 4px;
}
body.home-modern #header .menu ul li a {
    transition: color .2s ease, background .2s ease;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    font-size: 12.5px;
    font-weight: 600;
    color: #14101f;
}
body.home-modern #header .menu ul li:not(.birthday):not(.login) > a {
    position: relative;
    padding: 9px 16px;
    border-radius: 30px;
}
body.home-modern #header .menu ul li:not(.birthday):not(.login) > a:hover,
body.home-modern #header .menu ul li.active:not(.birthday):not(.login) > a {
    background: linear-gradient(120deg, rgba(168, 85, 247, 0.12), rgba(212, 175, 55, 0.16));
    color: #9a5b12 !important;
    box-shadow: inset 0 0 0 1px rgba(212, 175, 55, 0.35);
}
body.home-modern #header .menu ul li.birthday a {
    background: linear-gradient(120deg, rgba(236, 72, 153, 0.08), rgba(212, 175, 55, 0.12));
    border: 1px solid rgba(212, 175, 55, 0.5);
    border-radius: 30px;
    color: #9a5b12;
    padding: 8px 18px;
    font-weight: 600;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    font-size: 12.5px;
    transition: box-shadow .2s ease, transform .2s ease;
}
body.home-modern #header .menu ul li.birthday a:hover {
    box-shadow: 0 4px 16px rgba(236, 72, 153, 0.25);
    transform: translateY(-1px);
}
body.home-modern #header .menu ul li.birthday a i.fa.fa-birthday-cake {
    color: #9a5b12;
}
body.home-modern #header .menu ul li.login a {
    background: linear-gradient(120deg, #d4af37, #f0d9a0);
    color: #14101f !important;
    padding: 9px 22px;
    border-radius: 30px;
    font-weight: 700;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    font-size: 12.5px;
    transition: box-shadow .2s ease, transform .2s ease;
    box-shadow: 0 6px 20px rgb(212 175 55 / 35%);
}
body.home-modern #header .menu ul li.login a:hover {
    transform: translateY(-1px) scale(1.03);
    box-shadow: 0 10px 28px rgb(212 175 55 / 50%);
}

/* Dropdown submenu (Listing > Politician/Artist/Eminent) */
body.home-modern .navbar.mainmen .menu ul li ul {
    background: #fffefb;
    border: 1px solid rgba(212, 175, 55, 0.3);
    border-radius: 14px;
    box-shadow: 0 20px 50px rgb(20 16 31 / 14%);
    padding: 8px;
    top: 130%;
    overflow: hidden;
    transform: translateY(-6px);
}
body.home-modern .navbar.mainmen .menu ul li:hover ul {
    top: 100%;
    transform: translateY(0);
}
body.home-modern .navbar.mainmen .menu ul li ul li {
    background: transparent;
    border: none;
    border-radius: 8px;
}
body.home-modern .navbar.mainmen .menu ul li ul li a {
    color: #4a4457;
    line-height: 34px;
    padding: 0 14px;
    border-radius: 8px;
}
body.home-modern .navbar.mainmen .menu ul li ul li:hover {
    background: linear-gradient(120deg, rgba(168, 85, 247, 0.12), rgba(212, 175, 55, 0.14));
}
body.home-modern .navbar.mainmen .menu ul li ul li:hover a {
    color: #9a5b12;
}

/* Mobile toggle */
body.home-modern .navbar .nav-toggle span {
    background: #14101f;
}

/* ---------- Hero ---------- */
body.home-modern .hero-premium {
    background:
        radial-gradient(circle at 15% 25%, rgba(168, 85, 247, 0.12) 0%, transparent 40%),
        radial-gradient(circle at 85% 20%, rgba(212, 175, 55, 0.14) 0%, transparent 40%),
        radial-gradient(circle at 50% 90%, rgba(236, 72, 153, 0.08) 0%, transparent 45%),
        #fffdf7;
    padding: 100px 0 76px;
    text-align: center;
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid rgba(212, 175, 55, 0.15);
}
body.home-modern .hero-premium::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: radial-gradient(rgba(212, 175, 55, 0.25) 1px, transparent 1px);
    background-size: 26px 26px;
    opacity: 0.35;
}
body.home-modern .hero-premium .hero-inner {
    position: relative;
    z-index: 1;
    max-width: 740px;
    margin: 0 auto;
    padding: 0 20px;
}
body.home-modern .hero-premium .hero-eyebrow {
    color: #9a5b12;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 20px;
    display: inline-block;
    padding: 6px 18px;
    border-radius: 20px;
    background: rgba(212, 175, 55, 0.12);
    border: 1px solid rgba(212, 175, 55, 0.35);
}
body.home-modern .hero-premium h1 {
    font-family: 'Lora', serif;
    font-size: 46px;
    line-height: 1.25;
    font-weight: 600;
    margin: 0 0 20px;
    background: linear-gradient(100deg, #14101f 10%, #9a5b12 45%, #7c3aed 75%, #14101f 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
body.home-modern .hero-premium p {
    color: #6b6577;
    font-size: 15.5px;
    line-height: 1.7;
    margin: 0;
}

/* ---------- Page toolbar (breadcrumb + total + sort/search) ---------- */
body.home-modern .famousstn {
    padding: 46px 0 60px;
    margin-top: -34px;
    border-radius: 34px 34px 0 0;
}
/* Only the pages with a hero banner (wiki.php/index.php) replace the breadcrumb with the hero */
body.home-modern:has(.hero-premium) .breadcrumb {
    display: none;
}
body.home-modern .breadcrumb {
    background: transparent;
    padding: 16px 0;
    margin: 0;
    font-size: 12.5px;
    letter-spacing: 0.3px;
    color: #928c9e;
}
body.home-modern .breadcrumb li a {
    color: #928c9e;
    transition: color .2s ease;
}
body.home-modern .breadcrumb li a:hover {
    color: #b8842f;
}
body.home-modern .breadcrumb li + li:before {
    color: #d4af37;
}
body.home-modern .proinfo {
    background: #fff;
    border: 1px solid rgba(168, 85, 247, 0.08);
    border-radius: 20px;
    box-shadow: 0 20px 50px rgb(20 16 31 / 8%);
    padding: 24px 32px;
    margin-bottom: 40px;
}
body.home-modern .cotlft h5.totalfind {
    font-family: 'Lora', serif;
    font-size: 23px;
    font-weight: 600;
    color: #14101f;
    margin: 0;
}
body.home-modern .sort span {
    color: #9891a3;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
body.home-modern .sort select {
    border: 1px solid #ece7f5;
    border-radius: 24px;
    padding: 8px 18px;
    height: 42px;
    background: #faf9fd;
    color: #14101f;
    font-size: 13px;
}
body.home-modern .search form.form--merge {
    background: #faf9fd;
    border: 1px solid #ece7f5;
    border-radius: 24px;
    display: flex;
    align-items: center;
    padding: 2px 6px 2px 20px;
}
body.home-modern .search input[type="search"] {
    border: none;
    background: transparent;
    height: 38px;
}
body.home-modern .search button {
    background: linear-gradient(120deg, #a855f7, #d4af37);
    border-radius: 50%;
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
}
body.home-modern .search button img {
    width: 14px;
    filter: brightness(0) invert(1);
}

/* ---------- Card grid ---------- */
body.home-modern .famousbox {
    display: grid !important;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)) !important;
    gap: 30px !important;
    justify-content: stretch !important;
    width: 100% !important;
    margin-top: 0;
}
body.home-modern .famous {
    width: 100% !important;
    float: none !important;
    margin: 0 !important;
    background: #fff !important;
    background-image: none;
    padding: 0 0 22px !important;
    border-radius: 22px;
    border: 1px solid rgba(20, 16, 31, 0.06);
    box-shadow: 0 10px 30px rgb(20 16 31 / 6%);
    position: relative;
    overflow: hidden;
    transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}
body.home-modern .famous::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 22px;
    padding: 2px;
    background: linear-gradient(135deg, #a855f7, #d4af37, #ec4899);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    opacity: 0;
    transition: opacity .3s ease;
    z-index: 3;
    pointer-events: none;
}
body.home-modern .famous:hover {
    transform: translateY(-10px);
    box-shadow: 0 26px 55px rgb(20 16 31 / 12%), 0 0 30px rgb(212 175 55 / 12%);
}
body.home-modern .famous:hover::before {
    opacity: 1;
}

body.home-modern .fambnr {
    border-radius: 22px 22px 0 0;
    overflow: hidden;
}
body.home-modern .fambnr img {
    height: 130px;
    background: linear-gradient(135deg, #f3e6c4 0%, #f0d9a0 100%);
    transition: transform .5s ease;
}
body.home-modern .famous:hover .fambnr img {
    transform: scale(1.07);
}

body.home-modern .famimg {
    width: 96px;
    height: 96px;
    margin: 26px auto 0;
    border: 3px solid #d4af37;
    border-radius: 50%;
    box-shadow: 0 0 0 4px #fff, 0 8px 20px rgb(20 16 31 / 18%);
    background: #fff #eee;
}
body.home-modern .fambnr + .famimg {
    margin-top: -48px;
}
body.home-modern .famous > .famimg:first-child,
body.home-modern .famous > a:first-child > .famimg {
    margin-top: 0;
    position: relative;
    top: 0;
}
body.home-modern .famous > a:first-child {
    display: block;
    padding-top: 24px;
    background: linear-gradient(135deg, #f3e6c4 0%, #f0d9a0 100%);
    border-radius: 22px 22px 0 0;
}

body.home-modern .famname {
    margin-top: 14px;
    position: relative;
    z-index: 1;
}
body.home-modern .famname h3 {
    font-family: 'Lora', serif;
    color: #14101f;
    font-size: 19px;
    font-weight: 600;
}
body.home-modern .famname h3 a {
    color: #14101f !important;
}
body.home-modern .famname span {
    width: auto;
    display: block;
    color: #928c9e;
    font-size: 12px;
    margin-top: 4px;
    letter-spacing: 0.2px;
}
body.home-modern .famname span a {
    color: inherit;
}
body.home-modern .famname span i {
    color: #b8842f;
    margin-right: 4px;
}
body.home-modern .famname span:first-of-type:has(a:not(:empty)) {
    color: #9a5b12;
    background: linear-gradient(120deg, rgba(212, 165, 55, 0.14), rgba(168, 85, 247, 0.08));
    border: 1px solid rgba(212, 175, 55, 0.4);
    display: inline-block;
    padding: 3px 14px;
    border-radius: 20px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    margin-top: 8px;
}
body.home-modern .famname span:first-of-type:has(a:empty) {
    display: none;
}

/* "Today's birthday" corner date badge */
body.home-modern .highlightdob {
    top: 12px;
    right: 12px;
    z-index: 2;
}
body.home-modern .famname .highlightdob span {
    background: linear-gradient(120deg, #d4af37, #ec4899);
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    width: auto;
    padding: 4px 10px;
    border-radius: 20px;
    line-height: 1.4;
    display: inline-block;
    box-shadow: 0 4px 14px rgb(212 175 55 / 40%);
}

body.home-modern .famname ul {
    height: auto;
    padding: 16px 0 4px;
}
body.home-modern .famname ul li {
    background: transparent !important;
    border-color: #ece7f5 !important;
}
body.home-modern .famname ul li a {
    color: #a49bb5 !important;
}
body.home-modern .famname ul li:hover {
    background: linear-gradient(120deg, #a855f7, #d4af37) !important;
    border-color: transparent !important;
}
body.home-modern .famname ul li:hover a {
    color: #fff !important;
}

body.home-modern .famvpro {
    margin: 6px 0 0;
    padding: 0 20px;
    position: relative;
    z-index: 1;
}
body.home-modern .famvpro a {
    width: 100%;
    color: #14101f !important;
    background: linear-gradient(120deg, #f0d9a0, #d4af37) !important;
    border: none;
    font-weight: 700;
    letter-spacing: 1px;
    transition: background .25s ease, color .25s ease, box-shadow .25s ease;
}
body.home-modern .famvpro a:hover {
    background: linear-gradient(120deg, #a855f7, #d4af37) !important;
    color: #fff !important;
    box-shadow: 0 10px 24px rgb(168 85 247 / 25%);
}

/* ---------- Pagination ---------- */
body.home-modern .page-wrap ul li a {
    border-radius: 50%;
    color: #14101f;
    border: 1px solid #ece7f5;
    width: 36px;
    height: 36px;
    display: inline-block;
    line-height: 36px;
    text-align: center;
    transition: all .2s ease;
}
body.home-modern .page-wrap ul li.active a,
body.home-modern .page-wrap ul li a:hover {
    background: linear-gradient(120deg, #a855f7, #d4af37) !important;
    color: #fff !important;
    border-color: transparent !important;
}

/* ---------- Footer ---------- */
body.home-modern .elementor-shape.elementor-shape-top {
    display: none !important;
}
body.home-modern .footer {
    background: #fffdf7;
    background-image:
        radial-gradient(circle at 12% 15%, rgba(168, 85, 247, 0.08) 0%, transparent 45%),
        radial-gradient(circle at 88% 85%, rgba(212, 175, 55, 0.1) 0%, transparent 45%);
    margin-top: 0;
    padding: 70px 0 0;
    position: relative;
    border-top: 1px solid rgba(212, 175, 55, 0.2);
}
body.home-modern .footer::before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, #a855f7, #d4af37 50%, #ec4899);
}
body.home-modern .ftrstn {
    display: grid !important;
    grid-template-columns: 1.3fr 1fr 1fr 1fr !important;
    gap: 32px 40px;
    align-items: start !important;
    padding-bottom: 50px;
    border-bottom: 1px solid rgba(20, 16, 31, 0.08);
}
body.home-modern .ftrssbox {
    width: 100% !important;
    min-width: 0 !important;
    overflow-wrap: break-word;
    float: none !important;
}
body.home-modern .ftrbrand .ftrlogo {
    display: inline-block;
    width: 168px;
    margin-bottom: 14px;
}
body.home-modern .ftrbrand .ftrlogo img {
    filter: brightness(0) saturate(100%);
}
body.home-modern .ftrbrand p {
    color: #6b6577;
    font-size: 13px;
    line-height: 1.75;
    max-width: 280px;
    margin: 0;
}
body.home-modern .ftrssbox h4 {
    font-family: 'Lora', serif;
    color: #14101f;
    font-size: 16px;
    font-weight: 600;
    position: relative;
    padding-bottom: 12px;
    margin: 0 0 16px !important;
}
body.home-modern .ftrssbox h4::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 26px;
    height: 2px;
    background: linear-gradient(90deg, #a855f7, #d4af37);
}
body.home-modern .ftrssbox ul {
    margin: 0;
}
body.home-modern .ftrssbox ul li {
    margin-bottom: 9px;
}
body.home-modern .ftrssbox ul li a {
    color: #6b6577;
    font-size: 13.5px;
    transition: color .2s ease, padding-left .2s ease;
}
body.home-modern .ftrssbox ul li a:hover {
    color: #9a5b12;
    padding-left: 4px;
}
body.home-modern .ftrssbox ul li:before {
    color: #d4af37;
}
body.home-modern .copyright {
    background: #fffdf7;
    margin-top: 0;
    padding: 22px 0;
}
body.home-modern .copycont p,
body.home-modern .copycont a {
    color: #a49bb5;
    font-size: 12px;
    letter-spacing: 0.4px;
}

/* ---------- Directory page cards (.direcbox) ---------- */
body.home-modern .directorystn {
    gap: 26px;
}
body.home-modern .direcbox {
    width: 46%;
    margin: 0;
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgb(20 16 31 / 8%);
    transition: transform .3s ease, box-shadow .3s ease;
}
body.home-modern .direcbox:hover {
    transform: translateY(-6px);
    box-shadow: 0 26px 55px rgb(20 16 31 / 16%), 0 0 30px rgb(212 175 55 / 12%);
}
body.home-modern .direcbox .directimg img {
    transition: transform .5s ease;
}
body.home-modern .direcbox:hover .directimg img {
    transform: scale(1.06);
}
/* Kept dark here on purpose: this is a photo-caption scrim over an image,
   not a page section — needed for the white text to stay legible. */
body.home-modern .direcbox .directcont {
    background: linear-gradient(180deg, rgba(20, 16, 31, 0.1) 0%, rgba(20, 16, 31, 0.88) 78%);
    align-items: flex-end;
    padding: 24px 26px;
}
body.home-modern .direcbox .profile img {
    border: 3px solid rgba(255, 255, 255, 0.85);
}
body.home-modern .direcbox .directcont h4 {
    font-family: 'Lora', serif;
    font-weight: 600;
}
body.home-modern .direcbox .directcont span {
    color: #f0d9a0;
    font-size: 13px;
}
body.home-modern .direcbox .directcont ul li {
    color: rgb(255 255 255 / 70%);
}
body.home-modern .direcbox .directcont ul li i {
    color: #f0d9a0;
}
body.home-modern .direcbox .directcont ul li i img {
    border-color: rgba(212, 175, 55, 0.4);
}
body.home-modern .direcbox .directcont > a {
    display: inline-block;
    margin-top: 10px;
    padding: 8px 20px;
    border: 1px solid #f0d9a0;
    border-radius: 24px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #fff;
    transition: background .2s ease, color .2s ease, box-shadow .2s ease;
}
body.home-modern .direcbox .directcont > a:hover {
    background: linear-gradient(120deg, #a855f7, #d4af37);
    color: #fff !important;
    box-shadow: 0 8px 22px rgb(212 175 55 / 35%);
    border-color: transparent;
}

/* ---------- Gallery / video pages ---------- */
body.home-modern .lightbox {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 8px 24px rgb(20 16 31 / 8%);
    transition: transform .3s ease;
}
body.home-modern .lightbox:hover {
    transform: translateY(-4px);
}
body.home-modern .lightbox img {
    border-radius: 16px;
    transition: transform .4s ease;
}
body.home-modern .lightbox:hover img {
    transform: scale(1.06);
}
body.home-modern .videobox {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 8px 24px rgb(20 16 31 / 8%);
}
body.home-modern .videobox iframe {
    border-radius: 16px;
}

/* ---------- Memory / birthday archive page ---------- */
body.home-modern .memoryinfo span.active,
body.home-modern .boxcategory {
    background: linear-gradient(120deg, #f0d9a0, #d4af37);
    color: #14101f;
    border-radius: 14px;
}
body.home-modern .memoryinfo span {
    color: #928c9e;
    border-radius: 20px;
}
body.home-modern .memoryinfo span.active {
    color: #14101f;
    font-weight: 600;
    padding: 6px 18px;
}
body.home-modern .memoryname h3,
body.home-modern .memoryname h4 {
    font-family: 'Lora', serif;
    color: #14101f;
}

/* ---------- Detail pages (portfolio-details / birthday_details) ---------- */

/* header2.php — search-only header used on the profile detail page */
body.home-modern .headerrgt.portfol .searchboxport {
    position: relative;
}
body.home-modern .headerrgt.portfol .searchinput {
    background: #fff;
    border: 1px solid rgba(212, 175, 55, 0.35);
    border-radius: 30px;
    padding: 4px 8px 4px 20px;
    display: flex;
    align-items: center;
    width: 340px;
    max-width: 100%;
}
body.home-modern .headerrgt.portfol .searchinput input.websearch {
    background: transparent;
    border: none;
    color: #14101f;
    font-size: 13px;
    height: 34px;
    width: 100%;
}
body.home-modern .headerrgt.portfol .searchinput input.websearch::placeholder {
    color: #928c9e;
}
body.home-modern .headerrgt.portfol .searchinput .fa-search {
    color: #d4af37;
    padding: 0 6px;
}
body.home-modern .inner_fltr {
    background: #fffdf7;
    border: 1px solid #ecd9a8;
    border-radius: 14px;
    box-shadow: 0 20px 50px rgb(20 16 31 / 15%);
    margin-top: 10px;
    overflow: hidden;
}
body.home-modern .inner_fltr li a {
    color: #4a4457;
    transition: background .2s ease, color .2s ease;
}
body.home-modern .inner_fltr li:hover,
body.home-modern .inner_fltr li a:hover {
    background: rgba(212, 175, 55, 0.12);
    color: #9a5b12;
}

/* WOWSlider profile cover banner */
body.home-modern #wowslider-container1 {
    border-radius: 22px;
    margin-top: 20px;
    box-shadow: 0 20px 50px rgb(20 16 31 / 12%);
}

/* Breadcrumb + name heading */
body.home-modern .portdtlcont h1 {
    font-family: 'Lora', serif;
    font-size: 32px;
    font-weight: 600;
    background: linear-gradient(100deg, #14101f 10%, #9a5b12 55%, #14101f 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 6px;
}
body.home-modern .portdtlcont h1 span {
    display: block;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.3px;
    color: #928c9e;
    -webkit-text-fill-color: #928c9e;
    margin-top: 6px;
}
body.home-modern .shortcort {
    color: #4a4457;
    line-height: 1.8;
    font-size: 14.5px;
}
body.home-modern .shortcort a {
    color: #b8842f;
    font-weight: 600;
    margin-left: 4px;
}

/* Sidebar tab navigation */
body.home-modern .tabslayer .tabs {
    background: #fffefb;
    border: 1px solid #f0e6c8;
    border-radius: 20px;
    padding: 6px 0;
    position: sticky;
    top: 100px;
    box-shadow: 0 20px 50px rgb(20 16 31 / 8%);
}
body.home-modern .tabslayer .menus li.mtitle {
    color: #9a5b12;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    font-size: 11.5px;
    font-weight: 700;
    padding: 14px 20px 6px;
}
body.home-modern .tabslayer .menus li a {
    color: #4a4457;
    padding: 10px 20px;
    transition: background .2s ease, color .2s ease, padding-left .2s ease;
}
body.home-modern .tabslayer .menus li a i {
    color: #b8842f;
    margin-right: 8px;
    width: 14px;
}
body.home-modern .tabslayer .menus li a:hover,
body.home-modern .tabslayer .menus li.active a {
    color: #9a5b12;
    background: linear-gradient(120deg, rgba(212, 175, 55, 0.1), rgba(168, 85, 247, 0.06));
    padding-left: 24px;
}
body.home-modern .tabslayer strong {
    color: #14101f;
    font-family: 'Lora', serif;
}

/* Main content card */
body.home-modern .portrgt {
    background: transparent;
}
body.home-modern .procontstn,
body.home-modern .proinfo.firstbox {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 20px 50px rgb(20 16 31 / 8%);
    padding: 28px 32px;
    margin-bottom: 24px;
}

/* Bio fact list */
body.home-modern .info-list li {
    padding: 9px 0;
    border-bottom: 1px dashed #ece7f5;
    align-items: baseline;
}
body.home-modern .info-list li:last-child {
    border-bottom: none;
}
body.home-modern .info-list li span {
    color: #14101f;
    min-width: 150px;
}
body.home-modern .info-list li span i {
    color: #d4af37;
    margin-right: 8px;
    width: 16px;
}
body.home-modern .info-list li p {
    color: #4a4457;
    white-space: normal;
}
body.home-modern .info-list li.socialm span i {
    color: #a855f7;
}

/* Content sections: Career / Awards / News / Media / References */
body.home-modern .procontstn2 h2 {
    font-family: 'Lora', serif;
    font-size: 21px;
    font-weight: 600;
    color: #14101f;
    position: relative;
    padding-bottom: 12px;
    margin: 28px 0 16px;
}
body.home-modern .procontstn2 h2::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 34px;
    height: 3px;
    background: linear-gradient(90deg, #a855f7, #d4af37);
    border-radius: 2px;
}
body.home-modern .procontstn2 > div:first-of-type h2 {
    margin-top: 0;
}
body.home-modern .careerdetl,
body.home-modern .achievdetl,
body.home-modern .newsdetl,
body.home-modern .referencelist,
body.home-modern .externallinks {
    color: #4a4457;
    line-height: 1.85;
    font-size: 14.5px;
}
body.home-modern .mediadetl iframe {
    border-radius: 14px;
}
body.home-modern .mediadetl .swiper-button-next,
body.home-modern .mediadetl .swiper-button-prev {
    background: #fff;
    border: 1px solid #ecd9a8;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    box-shadow: 0 8px 20px rgb(20 16 31 / 12%);
}
body.home-modern .mediadetl .swiper-button-next:after,
body.home-modern .mediadetl .swiper-button-prev:after {
    font-size: 14px;
    color: #b8842f;
}
body.home-modern .reviews h2 {
    margin-top: 28px;
}
body.home-modern .reviews .review-box {
    background: #faf9fd;
    border: 1px solid #ece7f5;
    border-radius: 16px;
    padding: 16px 20px;
    margin-bottom: 14px;
}
body.home-modern .reviews .review-box h3 {
    font-size: 15px;
    color: #14101f;
    margin: 0 0 6px;
}
body.home-modern .reviews .rating .fa.checked {
    color: #d4af37;
}
body.home-modern .no-reviews-heading {
    color: #928c9e;
    font-weight: 400;
    font-size: 14px;
}
