@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap");
p,
h1,
h2,
h3,
h4,
h5,
a {
    font-family: "Inter", sans-serif !important;
    font-weight: 500 !important;
}


/* a {
    color: black !important;
} */

.site-main a {
    color: black;
}


/* .site-main a:hover {
    color: #ff3233;
} */

header.page-header {
    padding: 12px 0px !important;
}

a {
    text-decoration: none !important;
}

.container {
    max-width: 1280px !important;
}

.separate-containers .site-main {
    margin: auto !important;
}

main#fnd-primary {
    max-width: 1200px !important;
}

#primary {
    max-width: 1200px;
    margin: auto !important;
}

#main {
    margin: 0px !important;
}

#main .inside-article {
    padding: 0px !important;
}

.entry-content:not(:first-child) {
    margin-top: 0px !important;
}


/* single page font css */

#fnd-primary h1 {
    font-size: 2.5rem;
    /* ~40px */
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 1rem;
}

#fnd-primary h2 {
    font-size: 2rem;
    /* ~32px */
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 0.9rem;
}

#fnd-primary h3 {
    font-size: 1.5rem !important;
    /* ~24px */
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 0.8rem;
}

#fnd-primary h4 {
    font-size: 1.25rem;
    /* ~20px */
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 0.7rem;
}

#fnd-primary p {
    font-size: 1rem;
    /* ~16px */
    font-weight: 400;
    line-height: 1.75;
    margin-bottom: 0.1rem;
}

@media (max-width: 768px) {
    #fnd-primary h1 {
        font-size: 2rem;
    }
    #fnd-primary h2 {
        font-size: 1.75rem;
    }
    #fnd-primary h3 {
        font-size: 1.25rem;
    }
    #fnd-primary h4 {
        font-size: 1.125rem;
    }
    #fnd-primary p {
        font-size: 0.95rem;
    }
}


/* Start form page css */

.entry-title {
    display: none;
}

.post-879 {
    max-width: 1280px !important;
}

.post-879 .page-content {
    background-color: #f7f7f7 !important;
    padding: 20px 50px !important;
}

.forminator-field label,
.forminator-field input {
    font-family: "Inter", sans-serif !important;
    font-weight: 400 !important;
    margin-bottom: 5px !important;
    font-size: 18px !important;
}

.forminator-field input,
.forminator-field .forminator-textarea,
.select2-selection {
    border-radius: 12px !important;
}

.forminator-input:focus,
.forminator-field .select2-selection:focus,
.forminator-textarea:focus {
    outline: 2px solid #000 !important;
}

.forminator-select.forminator-select-dropdown-container--open .forminator-select-dropdown,
.select2-selection:hover {
    border-color: #000 !important;
    background-color: #fff !important;
}

.forminator-select.forminator-select-dropdown-container--open .forminator-select-dropdown {
    border-color: #000 !important;
    background-color: #fff !important;
    border-radius: 12px !important;
}

.forminator-repeater-action-button {
    font-size: 20px;
    background-color: transparent !important;
    border-radius: 15px;
    padding: 2px 15px !important;
    border: 2px solid !important;
    margin-right: 8px;
    display: inline-block;
    color: black !important;
    font-weight: 500 !important;
    margin-right: 8px;
}

.forminator-repeater-add {
    margin-top: 15px !important;
}

.forminator-repeater-field {
    box-shadow: none !important;
    padding: 20px 0px 5px 0px !important;
}

.forminator-repeater-action-button:hover {
    background-color: black !important;
    color: white !important;
    border: 2px solid #000 !important;
}

.select2-selection {
    border-color: #666 !important;
    background-color: #fff !important;
}

.select2-results__option.select2-results__option--highlighted {
    outline: 2px solid #000 !important;
    outline-offset: -2px !important;
    background-color: #000 !important;
    color: #fff !important;
}

.select2-results__option.select2-results__option--selected {
    background-color: #000 !important;
}

.select2-results__options,
.forminator-icon-chevron-down::before {
    color: #000 !important;
}

.forminator-button-submit {
    border-radius: 30px !important;
    border: 2px solid #000 !important;
    font-size: 18px !important;
    padding: 10px 30px !important;
}

.forminator-button-submit:hover {
    box-shadow: none !important;
    border: 2px solid #000 !important;
}


/* End form page css */


/* single page font css end */

.entry-title,
.post-thumbnail,
.entry-header {
    position: static !important;
    top: auto !important;
}

#fnd-primary blockquote {
    margin: 0 0 1rem;
    border-left: 10px solid #a2a0a0;
    background-color: #f7f7f7;
    padding: 15px;
    width: auto;
    margin: 10px 0px;
}

.tag-container {
    padding-top: 6em !important;
}


/* this is sticky header */


/* .my-custom-header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  background-color: transparent;
  transition: all 0.3s ease;
}


.my-custom-header.scrolled {
  background-color: black !important;
}

.my-custom-header.scrolled .elementor-button {
  background-color: white !important;
  color: black !important;
}

.my-custom-header.scrolled .elementor-menu-toggle {
  color: white !important;
}

.my-custom-header.scrolled img.logo-dark {
  display: none;
}
.my-custom-header.scrolled img.logo-light {
  display: block;
}


img.logo-dark {
  display: block;
}
img.logo-light {
  display: none;
}


.logo-dark {
  display: block;
}
.logo-light {
  display: none;
}


.my-custom-header.scrolled .logo-dark {
  display: none !important;
}
.my-custom-header.scrolled .logo-light {
  display: block !important;
}


 */


/* header css */

.site-header {
    position: sticky !important;
    top: 0;
    z-index: 9999;
    background-color: #fff;
    transition: box-shadow 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}


/* No shadow by default */

header.scrolled {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

main#content {
    max-width: 1200px !important;
}

img.navbar-brand {
    width: 100%;
    max-width: 250px;
}

.header-btn {
    background-color: #000000 !important;
    padding: 10px 30px !important;
    border: 2px solid #000000 !important;
    border-radius: 30px !important;
    text-decoration: none;
    font-weight: 600 !important;
    color: #ffffff !important;
}

.header-btn:hover {
    text-decoration: none;
    color: black !important;
    background-color: transparent !important;
}


/* header css end */

.author-section {
    background: transparent !important;
    border-radius: 16px;
    padding: 2rem;
    margin-bottom: 2rem;
}

.custom-tags span:hover {
    background-color: black !important;
    color: white !important;
}

.author-section .col-lg-6 {
    background-color: #f9f9f9;
    padding: 1.5rem;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.author-img {
    margin-right: 10px;
}

.author-section img.img-thumbnail {
    border: none;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    object-fit: cover;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
}

.author-section h5 {
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.author-section p {
    margin-bottom: 0;
    color: #727272;
    font-size: 16px;
    line-height: 1.6;
}

.author-section .row {
    display: flex !important;
    flex-wrap: wrap;
    gap: 30px;
}

.post .wp-post-image {
    max-height: 100% !important;
}

.author-section .col-lg-6 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: #f9f9f9;
    border-radius: 12px;
    padding: 1.5rem;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    flex: 1;
}


/* 	BLOG PAGE CSS START */

.post-cat a {
    border: 2px solid #000000;
    border-radius: 30px;
}

footer.entry-footer a {
    border: 1px solid black;
    padding: 3px 10px;
    border-radius: 30px;
    text-decoration: none;
    margin: 0 5px;
}

footer.entry-footer a :hover {
    background-color: black !important;
    color: white !important;
}

.custom-pagination {
    width: 100% !important;
}

section.tabs-wrap {
    margin-bottom: 2em;
    padding-top: 3em !important;
}

.post-cat a {
    border: 2px solid #5d5a5a;
    border-radius: 30px;
    padding: 3px 12px;
}

.post-meta-list {
    display: grid;
    grid-template-columns: fit-content(200px) 1fr;
    grid-template-rows: auto auto;
    column-gap: 4px;
    row-gap: 8px;
}

.post-meta-list a,
.post-meta-list span {
    font-size: 14px;
    color: #5d5a5a !important;
    font-weight: 500;
}

.meta-author {
    grid-column: 1 / 2;
    grid-row: 1 / 2;
}

.meta-date {
    grid-column: 2 / 3;
    grid-row: 1 / 2;
}

.post-cat {
    grid-column: 1 / 3;
    grid-row: 2 / 3;
}

span.meta-date::before {
    content: "•";
    font-size: 30px;
}

.blog-css h2.entry-title:hover a::after,
.custom-blog-card:hover h5.custom-blog-title::after,
.custom-main-post:hover h5.custom-blog-title::after {
    transform: rotate(0deg);
}

.custom-main-post {
    margin-top: 0 !important;
}


/* .blog-css h2.entry-title a::after, h5.custom-blog-title::after {
    content: "↗" !important;
    font-size: 30px !important;
	font-weight: 400 !important;
    position: absolute;
    top: 0;
	font-family: 'Inter' !important;
    right: 0;
    cursor: pointer;
    transition: .3s ease-in-out all;
}
 */

.blog-css h2.entry-title a::after,
h5.custom-blog-title::after {
    content: "";
    display: inline-block;
    width: 1em;
    height: 1em;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 30px;
    /* Controls size of the icon */
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    transform: rotate(-45deg);
}

h6.custom-blog-title a {
    color: black;
    font-size: 18px;
    text-decoration: none;
    font-weight: 600;
}

h5.custom-blog-title a {
    font-weight: 600;
}

h5.custom-blog-title {
    position: relative;
    font-family: "Inter";
    font-weight: 600;
    font-size: 18px;
    padding-right: 45px;
    color: #000;
    margin-bottom: 1rem !important;
    margin-top: 0.5rem !important;
}

h5.custom-blog-title a {
    color: #000;
    text-decoration: none;
}

.ekit-wid-con .elementskit-post-image-card:hover .elementskit-entry-thumb>img,
.custom-blog-card:hover .blog-img-wrapper img,
.side-bar-card:hover .blog-img-wrapper img,
.custom-main-post:hover .blog-img-wrapper img {
    transform: scale(1.05);
    opacity: 1;
}

.blog-img-wrapper a {
    overflow: hidden;
    margin-bottom: 10px;
}

.blog-img-wrapper a:has(.side-blog-img) {
    width: 280px;
    height: 200px;
    display: block;
}

.blog-img-wrapper img,
.side-bar-card .blog-img-wrapper img {
    transition: all 0.4s ease;
}


/* BLOG PAGE CSS END */

.padding-md {
    padding-top: 1rem;
    padding-bottom: 5rem;
}

img {
    max-width: 100%;
}

p {
    font-size: 18px;
}

h1.blog-title {
    font-size: 40px;
    font-weight: 600;
    color: #000;
}

img.hero {
    max-height: 580px !important;
    object-fit: cover !important;
    width: 100% !important;
}

.tabs {
    flex: 1;
    border-radius: 10px;
    position: sticky;
    top: 20px;
    height: fit-content;
}

.tabs a {
    display: block;
    padding: 15px 0;
    color: #000;
    text-decoration: none;
    border-left: 3px solid transparent;
    transition: all 0.2s ease-in-out;
    font-size: 22px;
    border-bottom: 1px solid #000;
    font-weight: 600;
}

.tabs a:last-child {
    border: none;
}

.tab-content {
    flex: 3;
    background: #fff;
    border-radius: 10px;
}

.tab-content section {
    margin-bottom: 60px;
}

.tab-content h2 {
    margin-bottom: 10px;
    color: #222;
    font-size: 24px;
    font-weight: 650;
}

.tab-content p {
    font-size: 18px;
    color: #6b6868;
}

.tabs a.active {
    padding-left: 20px;
}

.tabs a.active::before {
    content: "•";
    position: absolute;
    left: 0;
    font-size: 34px;
    color: #5e9d5e;
}

.tab-item h5 {
    font-size: 20px;
}

.fadeInUp {
    font-size: 16px;
    color: #727272;
    animation-name: fadeInUp;
    animation-duration: 1.2s;
    animation-delay: 0.8s;
    animation-fill-mode: both;
    animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.custom-blog-wrapper {
    padding: 2rem 0;
}

.custom-blog-heading {
    margin-bottom: 1.5rem;
    font-weight: bold;
}

.custom-post-meta {
    font-size: 15px;
    color: #000000;
    margin-bottom: 0.5rem;
    font-weight: 500;
    margin-top: 10px !important;
}

.custom-blog-card .blog-img-wrapper {
    overflow: hidden;
}

.custom-tags span {
    font-size: 20px;
    background-color: transparent !important;
    border-radius: 15px;
    padding: 2px 15px !important;
    border: 2px solid !important;
    margin-right: 8px;
    display: inline-block;
    color: black !important;
    font-weight: 500 !important;
}

.side-blog-img {
    height: 200px !important;
    width: 280px !important;
    object-fit: cover;
}

.main-blog-img {
    object-fit: cover;
    width: 100%;
    height: 500px !important;
}

.category-tag {
    background-color: #ffe5b4;
    color: #333;
    font-weight: 600;
}

.custom-blog-card {
    border: none;
}

.custom-blog-body {
    padding: 0;
}

.custom-blog-title {
    font-weight: bold;
}

.custom-blog-text {
    margin-bottom: 0.5rem;
    font-size: 0.9rem;
    color: #707070;
}

.custom-blog-snippet {
    font-size: 0.9rem;
    color: #707070;
    margin-bottom: 12px;
}

.side-bar-content {
    margin-left: 15px !important;
}


/* Desktop nav (your existing behavior stays) */

.navbar-nav {
    display: flex;
    flex-direction: row;
    gap: 1rem;
    align-items: center;
}

.navbar-nav a {
    text-decoration: none !important;
    color: #000 !important;
}

.navbar-nav a:hover {
    color: #ff0000 !important;
    text-decoration: none !important;
}

.navbar-nav a:active {
    color: #ff0000 !important;
    text-decoration: none !important;
}

.navbar .nav-toggle {
    display: none;
    width: 30px;
    height: 22px;
    background: none;
    border: none;
    cursor: pointer;
    position: relative;
    padding: 0;
}

.navbar .nav-toggle span {
    display: block;
    height: 3px;
    width: 100%;
    background: #000;
    margin-bottom: 5px;
    transition: all 0.3s ease;
}

.navbar .nav-toggle span:last-child {
    margin-bottom: 0;
}

@media (max-width: 1200px) {
    .entry-content {
        overflow-x: hidden;
        padding: 0px 10px !important;
    }
    .entry-content {
        padding-top: 20px !important;
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
}

@media (max-width: 991px) {
    .navbar .nav-toggle {
        display: block;
    }
}


/* Mobile styles */

@media (max-width: 991px) {
    .entry-meta {
        font-size: 15px !important;
        padding-left: 7px !important;
    }
    .entry-header {
        font-size: 25px;
        padding: 0px 5px;
    }
    .navbar-nav {
        position: fixed;
        top: 70px;
        right: -100%;
        flex-direction: column;
        background: #fff;
        width: 250px;
        height: calc(100vh - 70px);
        /* padding: 20px; */
        transition: right 0.3s ease-in-out;
        box-shadow: -4px 0 10px rgba(0, 0, 0, 0.1);
        z-index: 999;
    }
    .navbar-nav.active {
        right: 0;
        gap: 0px !important;
        top: 12% !important;
    }
}


/* Desktop nav (your existing behavior stays) ends */


/* Custom CSS for Blog Post Layout */

h3.custom-main-title {
    font-weight: bold;
    font-size: 1.75rem !important;
    margin-bottom: 30px;
}

.card {
    overflow: hidden;
}

.card-body {
    padding: 15px;
}

.card-img-top {
    object-fit: cover;
    max-height: 215px;
    width: 100%;
}

.card-title {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 10px;
}

.card-text {
    font-size: 0.9rem !important;
    color: #707070 !important;
    line-height: 1.5 !important;
    margin-bottom: 1rem !important;
}

.text-muted {
    font-size: 0.9rem;
    color: #666;
}

.custom-tags {
    margin-top: 10px;
}

.custom-tags span {
    font-size: 0.85rem;
    background-color: #f1f1f1;
    border-radius: 15px;
    padding: 4px 15px;
    margin-right: 8px;
    display: inline-block;
}

.category-custom-tags span {
    font-size: 0.85rem;
    background-color: #000;
    border-radius: 15px;
    padding: 4px 15px;
    margin-right: 8px;
    display: inline-block;
}

.category-custom-tags a {
    font-size: 20px;
    background-color: transparent !important;
    border-radius: 15px;
    padding: 0px !important;
    border: 2px solid !important;
    margin-right: 8px;
    display: inline-block;
    color: rgb(255, 255, 255) !important;
    font-weight: 500 !important;
}

.pagination {
    margin-top: 30px;
    justify-content: space-between !important;
    display: flex;
    flex-wrap: wrap;
}

.pagination .page-item {
    margin: 0 5px;
}

.pagination .page-item .page-link {
    padding: 8px 14px;
    border-radius: 12px;
    background-color: #f1f1f1;
    border: 1px solid #ddd;
    color: #333;
    text-decoration: none;
    transition: background-color 0.3s ease, color 0.3s ease;
    font-weight: 500;
}

.pagination .page-item.active .page-link {
    background-color: #000000;
    color: white !important;
    border-color: #000000;
}

.pagination .page-item.disabled .page-link {
    background-color: #f8f9fa;
    /*   color: #ccc; */
    pointer-events: none;
}

.pagination .page-item .page-link:hover {
    background-color: #ffffff;
    color: black !important;
}

.tab-content p {
    font-size: 16px;
    color: #727272;
}

a.btn.btn-outline {
    padding: 8px 14px;
    border-radius: 12px;
    background-color: #f1f1f1;
    border: 1px solid #ddd;
    color: #333;
    text-decoration: none;
    transition: background-color 0.3s ease, color 0.3s ease;
    font-weight: 500;
    margin: 10px;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        transform: none;
    }
}

.fadeInLeft {
    animation-name: fadeInLeft;
    animation-delay: 2.5s;
    animation-duration: 1.2s;
    animation-fill-mode: both;
    animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInRight {
    animation-name: fadeInRight;
    animation-delay: 2.5s;
    animation-duration: 1.2s;
    animation-fill-mode: both;
    animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@media screen and (max-width: 990px) {
    .custom-blog-card {
        margin-bottom: 30px;
    }
    li.menu-item {
        padding: 10px 25px;
        border-bottom: 1px solid;
        width: 100%;
    }
    main#content {
        padding: 0 20px !important;
    }
    .custom-blog-wrapper {
        padding: 10px;
    }
    .author-img {
        position: absolute;
    }
    .author-details-part {
        padding-top: 100px !important;
    }
}

@media screen and (max-width: 768px) {
    h1.blog-title {
        font-size: 32px;
    }
    .padding-md {
        padding-top: 1rem;
        padding-bottom: 2rem;
    }
    .tabs a,
    .tab-item h5 {
        font-size: 18px;
        padding: 12px 0;
    }
    .tab-content p,
    p {
        font-size: 16px !important;
        color: #727272;
    }
}

@media screen and (max-width: 480px) {
    .navbar-nav.active {
        right: 0;
        top: 9% !important;
    }
    img.navbar-brand {
        max-width: 180px;
    }
    #fnd-primary h1 {
        font-size: 1.7rem;
    }
    #fnd-primary h2 {
        font-size: 1.5rem;
    }
    .card-img-top {
        object-fit: cover;
        height: 100%;
        width: 100%;
    }
    .entry-title,
    .post-thumbnail,
    .entry-header {
        font-size: 25px;
    }
    .header-btn {
        padding: 8px 25px !important;
    }
    .custom-main-title {
        font-size: 1.4rem;
    }
    .side-blog-img {
        height: 250px !important;
        width: 100% !important;
        object-fit: cover;
    }
    .all-blog {
        padding-top: 0px;
    }
    .side-bar-card {
        margin-bottom: 30px;
    }
    .custom-blog-wrapper {
        padding: 0px;
    }
    .side-bar-card.d-flex.aos-init.aos-animate {
        flex-wrap: wrap;
    }
    .blog-img-wrapper a:has(.side-blog-img) {
        width: initial;
        height: initial;
    }
    .side-bar-content {
        margin-left: 0px !important;
    }
    .author-section .row {
        flex-direction: column;
    }
    .main-blog-img {
        height: 220px !important;
    }
}


/* new page css  */


/* =========================
   SITE COLORS (EDIT ONLY THIS)
========================= */

:root {
    --primary-color: #000000;
    /* your site primary */
    --text-primary: #111111;
    --text-secondary: #555555;
    --tag-bg: #f2f2f2;
    --card-bg: #ffffff;
    --border-radius: 16px;
    /* change if your site uses 12px / 14px */
}


/* =========================
   BASE
========================= */


/* body {
  background: #f6f7fb;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
} */


/* =========================
   CARD
========================= */

.expert-card {
    background: var(--card-bg);
    border-radius: 0.25rem;
    padding: 24px;
    height: 100%;
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.06);
    transition: all 0.35s ease;
    border: 1px solid transparent;
    display: flex;
    flex-direction: column;
}

.expert-card:hover {
    transform: translateY(-6px);
    border-color: var(--primary-color);
    box-shadow: 0 18px 48px rgba(0, 0, 0, 0.18);
}


/* =========================
   HEADER
========================= */

.expert-header {
    display: flex;
    gap: 14px;
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid #eaecf0;
}

.expert-header img {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    object-fit: cover;
}

.expert-header-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 8px;
    flex: 1;
}

.expert-top-row {
    display: flex;
    justify-content: space-between;
    gap: 1px;
}


/* =========================
   BADGES
========================= */

.badge-wrap {
    display: flex;
    gap: 6px;
    margin-bottom: 6px;
}

.badge-category {
    font-size: 12px;
    font-weight: 600;
    padding: 3px 18px;
    border-radius: 999px;
    background: #ff3131;
    color: #fff;
    transition: all 0.3s ease;
}


/* =========================
   CONTENT
========================= */

.expert-name {
    font-size: 20px;
    font-weight: 600;
    color: var(--text-primary);
    margin: 0;
    line-height: 1.4;
}

.expert-position {
    font-size: 17px;
    color: var(--text-secondary);
    margin: 0 0 10px 0;
    line-height: 1.4;
}

.expert-company {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 16px;
    color: var(--text-secondary);
    margin: 0 0 14px 0;
}

.expert-company svg {
    width: 16px;
    height: 16px;
}

.expert-company a {
    color: var(--text-secondary);
    text-decoration: none;
}

.expert-company a:hover {
    text-decoration: underline;
}

.expert-bio {
    font-size: 14px;
    color: var(--text-secondary);
    line-height: 1.6;
    margin: 0 0 18px 0;
}


/* =========================
   TAGS
========================= */

.expert-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: auto;
}

.expert-tags span,
.expert-tags a {
    background: #ffffff;
    color: #ffff;
    font-size: 13px;
    padding: 3px 20px;
    border-radius: 999px;
    border: 2px solid #000000;
    transition: all 0.3s ease;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
}

.expert-tags span:hover,
.expert-tags a:hover {
    background: var(--primary-color);
    color: #fff !important;
    border-color: var(--primary-color);
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}


/* =========================
   FILTER SECTION
========================= */

.filter-section {
    text-align: center;
    margin-bottom: 48px;
}

.filter-title {
    font-size: 28px;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 20px;
}

.filter-buttons {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
}

.filter-btn {
    padding: 4px 18px;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 600;
    border: 2px solid var(--primary-color);
    background: transparent;
    color: var(--primary-color);
    cursor: pointer;
    transition: all 0.3s ease;
}


/* .filter-btn:hover {
  background: var(--tag-bg);
  color: var(--primary-color);
} */

.filter-btn.active {
    background: var(--primary-color);
    color: #fff;
    border-color: var(--primary-color);
}

.expert-card-wrapper {
    transition: all 0.3s ease;
}

.expert-card-wrapper.hidden {
    display: none;
}


/* new single page css */

:root {
    --primary-color: #000000;
    --text-primary: #111111;
    --text-secondary: #555555;
    --tag-bg: #f2f2f2;
    --card-bg: #ffffff;
    --border-radius: 16px;
}


/* =========================
   BASE
========================= */

body {
    background: #f6f7fb;
    font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
}

.container {
    max-width: 1200px;
}


/* .quote-card {
  background: linear-gradient(135deg, #9333ea 0%, #7c3aed 100%);
  border-radius: 0.25rem;
  padding: 60px 50px;
  margin-bottom: 60px;
  box-shadow: 0 10px 40px rgba(147, 51, 234, 0.3);
  position: relative;
  overflow: hidden;
} */

.quote-card {
    background: linear-gradient(135deg, #222222 0%, #505050 100%);
    border-radius: 0.25rem;
    padding: 60px 50px;
    margin-bottom: 60px;
    box-shadow: 0 10px 40px rgb(51 45 57 / 30%);
    position: relative;
    overflow: hidden;
}

.quote-card::before {
    content: "";
    position: absolute;
    top: -50px;
    right: -50px;
    width: 200px;
    height: 200px;
    border: 2px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
}

.quote-content {
    display: flex;
    align-items: center;
    gap: 50px;
    position: relative;
    z-index: 1;
}

.quote-image {
    flex-shrink: 0;
}

.quote-image img {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    border: 4px solid rgba(255, 255, 255, 0.3);
    object-fit: cover;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.quote-text {
    flex: 1;
    color: #fff;
}

.quote-mark {
    font-size: 120px;
    line-height: 1;
    color: rgba(255, 255, 255, 0.3);
    font-family: Georgia, serif;
    margin-bottom: -20px;
}

.quote-text-content {
    font-size: 24px;
    line-height: 1.6;
    font-weight: 400;
    margin-bottom: 30px;
    color: #fff;
}

.quote-author {
    font-size: 28px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 5px;
}

.quote-title {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.9);
}


/* =========================
   CONTENT SECTION
========================= */

.content-section {
    background: var(--card-bg);
    border-radius: 0.25rem;
    padding: 50px;
    margin-bottom: 40px;
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.06);
}

.content-meta {
    font-size: 14px;
    color: var(--text-secondary);
    margin-bottom: 30px;
}

.content-meta a {
    color: var(--primary-color);
    text-decoration: none;
}

.content-meta a:hover {
    text-decoration: underline;
}

.content-body {
    font-size: 18px;
    line-height: 1.8;
    color: var(--text-primary);
}

.content-body p {
    margin-bottom: 20px;
}

.content-body h2 {
    font-size: 26px;
    font-weight: 700;
    color: var(--text-primary);
    margin: 40px 0 20px 0;
}

.content-body strong {
    font-weight: 700;
}

.content-body a {
    color: #000;
    text-decoration: none;
}

.content-body a:hover {
    text-decoration: underline;
}

.drop-cap {
    font-size: 72px;
    line-height: 1;
    float: left;
    color: #ff3233 !important;
    font-weight: 700;
    margin-right: 10px;
    margin-top: 5px;
}


/* =========================
   CONNECT SECTION
========================= */

.connect-section {
    background: var(--card-bg);
    border-radius: 0.25rem;
    padding: 40px;
    margin-bottom: 40px;
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.06);
}

.connect-title {
    font-size: 28px;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 20px;
}

.connect-text {
    font-size: 16px;
    line-height: 1.8;
    color: var(--text-secondary);
    margin-bottom: 30px;
}

.connect-text a {
    color: #000;
    text-decoration: none;
}

.connect-text a:hover {
    text-decoration: underline;
}

.social-share {
    margin-top: 30px;
}

.social-share-title {
    font-size: 20px;
    font-weight: 600;
    color: var(--text-primary);
    margin-bottom: 15px;
}

.social-buttons {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.social-btn {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid var(--primary-color);
    background: transparent;
    color: var(--primary-color);
    text-decoration: none;
    transition: all 0.3s ease;
}

.social-btn:hover {
    background: var(--primary-color);
    color: #fff;
}

.social-btn svg {
    width: 20px;
    height: 20px;
}


/* =========================
   RELATED POSTS
========================= */

.related-section {
    margin-top: 60px;
}

.related-title {
    font-size: 32px;
    font-weight: 700;
    color: var(--text-primary);
    text-align: center;
    margin-bottom: 40px;
}

.back-link {
    display: inline-block;
    margin-bottom: 30px;
    color: var(--primary-color);
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
}

.back-link:hover {
    color: #ff3233 !important;
}

.back-link svg {
    width: 16px;
    height: 16px;
    margin-right: 8px;
}


/* =========================
   RELATED POSTS CARDS
========================= */

.expert-card {
    background: var(--card-bg);
    border-radius: 0.25rem;
    padding: 24px;
    height: 100%;
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.06);
    transition: all 0.35s ease;
    border: 2px solid transparent;
    display: flex;
    flex-direction: column;
}

.expert-card:hover {
    transform: translateY(-6px);
    border-color: var(--primary-color);
    box-shadow: 0 18px 48px rgba(0, 0, 0, 0.18);
}

.expert-header {
    display: flex;
    gap: 14px;
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid #eaecf0;
}

.expert-header img {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    object-fit: cover;
}

.expert-header-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 8px;
    flex: 1;
}

.expert-top-row {
    display: flex;
    justify-content: space-between;
    gap: 1px;
}

.badge-wrap {
    display: flex;
    gap: 6px;
    margin-bottom: 6px;
}

.badge-category {
    font-size: 12px;
    font-weight: 600;
    padding: 3px 18px;
    border-radius: 999px;
    background: #ff3131;
    color: #fff;
    transition: all 0.3s ease;
    cursor: pointer;
}


/* .badge-category:hover {
  transform: scale(1.05);
  opacity: 0.9;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
} */

.expert-name {
    font-size: 20px;
    font-weight: 600;
    color: var(--text-primary);
    margin: 0;
    line-height: 1.4;
}

.expert-position {
    font-size: 17px;
    color: var(--text-secondary);
    margin: 0 0 10px 0;
    line-height: 1.4;
}

.expert-company {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 16px;
    color: var(--text-secondary);
    margin: 0 0 14px 0;
}

.expert-company svg {
    width: 16px;
    height: 16px;
}

.entry-content {
    padding-top: 20px !important;
}

.expert-company a {
    color: var(--text-secondary);
    text-decoration: none;
}

.expert-company a:hover {
    text-decoration: underline;
}

.expert-bio {
    font-size: 14px;
    color: var(--text-secondary);
    line-height: 1.6;
    margin: 0 0 18px 0;
}

.expert-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: auto;
}

.expert-tags a {
    background: #ffffff;
    color: #000000;
    font-size: 13px;
    padding: 3px 20px;
    border-radius: 999px;
    border: 2px solid #000000;
    transition: all 0.3s ease;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
}

.expert-tags a:hover {
    background: var(--primary-color);
    color: #fff;
    border-color: var(--primary-color);
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}