/*
Theme Name: Twenty Twenty Child
Author: vikash
Description: Your description goes here
Version: 1.0
Template: twentytwentyone

This is the child theme for Twenty Twenty-One theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/
body {
    background: #0707070a!important;
}
.page-numbers {
list-style: none;
display: flex;
gap: 10px;
padding: 0;
}

.page-numbers li a,
.page-numbers li span {
padding: 8px 14px;
border: 1px solid #ddd;
border-radius: 5px;
text-decoration: none;
}

.page-numbers .current {
background: #0d6efd;
color: white;
}
/* Page background */
body {
    background: #f5f7fb;
}

/* Blog card */
.blog-card {
    border: none;
    border-radius: 10px;
    overflow: hidden;
    transition: 0.3s;
}

.blog-card:hover {
    transform: translateY(-5px);
}

/* Sidebar */
.sidebar-box {
    background: #ffffff;
    border-radius: 10px;
}

/* Category list */
.category-list li {
    border-bottom: 1px solid #eee;
    padding: 8px 0;
}

.category-list li a {
    text-decoration: none;
    color: #333;
    display: block;
    transition: 0.3s;
}

.category-list li a:hover {
    color: #007bff;
    padding-left: 5px;
}

/* Pagination */
.page-numbers {
    list-style: none;
    display: flex;
    gap: 5px;
}

.page-numbers li a,
.page-numbers li span {
    padding: 8px 12px;
    background: #fff;
    border-radius: 5px;
    border: 1px solid #ddd;
    text-decoration: none;
}

.page-numbers .current {
    background: #007bff;
    color: #fff;
}
/* Navbar */
.navbar-brand {
    font-size: 22px;
}

/* Footer */
footer {
    font-size: 14px;
}

.footer a {
    color: #ddd;
    text-decoration: none;
}

.footer a:hover {
    color: #fff;
}
a{
	 text-decoration: none;
}
/* HERO SECTION */

.blog-hero {
    padding: 64px 0 48px 0;
    border-bottom: 1px solid var(--border);
    background: var(--muted);
}


/* Search Bar */
.blog-search {
    max-width: 500px;
    margin: auto;
}

.blog-search input {
    height: 50px;
    border-radius: 50px 0 0 50px;
    border: none;
    padding-left: 20px;
}

.blog-search button {
    border-radius: 0 50px 50px 0;
    padding: 0 25px;
}

/* Sidebar */
.sidebar-box {
    background: #fff;
    border-radius: 12px;
}

/* Category List */
.category-list li {
    padding: 10px 0;
    border-bottom: 1px solid #eee;
}

.category-list li a {
    text-decoration: none;
    color: #333;
    font-weight: 500;
}

.category-list li a:hover {
    color: #0d6efd;
    padding-left: 5px;
}

/* Blog Cards */
.blog-card {
    border: none;
    border-radius: 12px;
    overflow: hidden;
    transition: 0.3s;
}

.blog-card:hover {
    transform: translateY(-5px);
}

/* Page Background */
body {
    background: #f4f6fb;
}
#menu-main-menu .menu-item a {
    text-decoration: none;
    font-size: 1rem;
    font-weight: 500;
}
/* Active category */
.category-list a.active-cat {
    color: #0d6efd;
    font-weight: bold;
    padding-left: 5px;
}
/* Single Post */
.single-post {
    background: #fff;
    border-radius: 12px;
}

/* Sidebar */
.sidebar-box {
    background: #fff;
    border-radius: 12px;
}

/* Recent Posts */
.recent-posts li a {
    color: #333333a1;
    font-weight: 500;
}

.recent-posts li a:hover {
    color: #0d6efd;
}

/* Categories */
.category-list li {
    border-bottom: 1px solid #eee;
    padding: 8px 0;
}

.category-list li a {
    text-decoration: none;
    color: #333;
}

.category-list li a:hover {
    color: #0d6efd;
}

/* Page background */
body {
    background: #f4f6fb;
}
/* Comment Container */
.comment-box {
    background: #ffffff;
    border-radius: 15px;
}

/* Comment List */
.comment-list li {
    margin-bottom: 20px;
}

/* Each Comment Card */
.comment-body {
    background: #f8f9fc;
    padding: 15px;
    border-radius: 12px;
    position: relative;
    transition: 0.3s;
}

.comment-body:hover {
    background: #eef2ff;
}

/* Avatar */
.comment-author img {
    border-radius: 50%;
    margin-right: 10px;
}

/* Author Name */
.comment-author {
    font-weight: 600;
    color: #333;
}

/* Comment Meta */
.comment-meta {
    font-size: 13px;
    color: #000;!important
    margin-bottom: 8px;
}

/* Comment Text */
.comment-content {
    font-size: 15px;
    color: #444;
}

/* Reply Button */
.reply a {
    font-size: 13px;
    color: #0d6efd;
    text-decoration: none;
}

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

/* Form Styling */
.comment-form textarea {
    width: 100%;
    border-radius: 10px;
    padding: 12px;
    border: 1px solid #ddd;
}

.comment-form input {
    border-radius: 8px;
    border: 1px solid #ddd;
    padding: 5px;
}

/* Button */
.comment-form .btn {
    border-radius: 8px;
}

/* Nested comments */
.children {
    margin-left: 30px;
    margin-top: 15px;
}
h3#reply-title {
    margin: 0!important;
}
form#commentform {
    margin-top: 0;
}
div#respond {
    margin: 0;
}
p.logged-in-as {
    font-size: 1rem;
}
/* Full screen center */


/* Card */
.auth-box {
    background: #fff!important;
    padding: 30px!important;
    border-radius: 15px!important;
    width: 350px!important;

}

/* Inputs */
.auth-box input {
    width: 100%;
    padding: 10px!important;
    border-radius: 10px!important;
    border: 1px solid #ddd!important;
}

/* Button */
.auth-box button {
    width: 100%;
    padding: 10px!important;
    background: #0d6efd!important;
    border: none!important;
    color: #fff!important;
    border-radius: 8px!important;
}

/* Remove WP default style look */
.login form {
    background: none !important;
    border: none !important;
}
.login-remember label{
	display: flex;
    align-items: center;
    margin: 14px 0px;
}
input#rememberme {
    margin-right: 10px;
}
.alert.alert-success {
    margin: 0;
}
.menu-item {
    margin: 0 10px;
}
.auth-wrapper {
    display:flex!important;
    justify-content:center!important;
    align-items:center!important;
    min-height:80vh!important;
}

.card {
    border:none!important
    border-radius:15px!important;
}

input {
    padding:0px 10px!important;
	border:0!important
}

button {
    border-radius:8px!important;
}

.nav-link {
    padding:10px;
    border-radius:8px;
}

.nav-link:hover {
    background:#444;
}

img {
    border:4px solid #eee;
}


        * {
          box-sizing: border-box;
        }
        .export-wrapper {
          margin: 0;
          padding: 0;
          font-family: var(--font-family-body, sans-serif);
          background-color: var(--background);
          color: var(--foreground);
          line-height: 1.5;
          -webkit-font-smoothing: antialiased;
        }
        a {
          text-decoration: none;
          color: inherit;
        }
        .container {
          width: 100%;
          max-width: 100%;
          margin: 0 auto;
          padding: 0 10%;
        }
        .section-title {
          font-size: 32px;
          font-weight: 600;
          margin: 0 0 16px 0;
          color: var(--foreground);
          letter-spacing: -0.02em;
        }
        .section-subtitle {
          font-size: 16px;
          color: var(--muted-foreground);
          margin: 0 0 48px 0;
          max-width: 600px;
        }
        .btn {
          display: inline-flex;
          align-items: center;
          justify-content: center;
          height: 44px;
          padding: 0 20px;
          font-size: 14px;
          font-weight: 500;
          border-radius: var(--radius-md, 6px);
          cursor: pointer;
          white-space: nowrap;
        }
        .btn-primary {
          background: var(--primary);
          color: var(--primary-foreground);
          border: none;
        }
        .btn-outline {
          background: transparent;
          color: var(--foreground);
          border: 1px solid var(--border);
        }
        .btn-secondary {
          background: var(--secondary);
          color: var(--secondary-foreground);
          border: none;
        }
        .badge {
          display: inline-flex;
          align-items: center;
          padding: 4px 10px;
          font-size: 12px;
          font-weight: 500;
          background: var(--secondary);
          color: var(--secondary-foreground);
          border-radius: var(--radius-xl, 12px);
        }
  
        .header {
          position: sticky;
          top: 0;
          z-index: 50;
          width: 100%;
          height: 72px;
          border-bottom: 1px solid var(--border);
          background: var(--background);
          display: flex;
          align-items: center;
        }
        .header-inner {
          display: flex;
          align-items: center;
          justify-content: space-between;
          width: 100%;
        }
        .logo {
          display: flex;
          align-items: center;
          gap: 8px;
          font-size: 20px;
          font-weight: 700;
          color: var(--foreground);
        }
        .nav-links {
          display: flex;
          align-items: center;
          gap: 32px;
        }
        .nav-link {
          font-size: 14px;
          font-weight: 500;
          color: var(--muted-foreground);
        }
        .nav-link.active {
          color: var(--foreground);
        }
        .header-actions {
          display: flex;
          align-items: center;
          gap: 16px;
        }
        .search-bar {
          display: flex;
          align-items: center;
          gap: 8px;
          height: 40px;
          padding: 0 12px;
          background: var(--input);
          border: 1px solid var(--border);
          border-radius: var(--radius-md, 6px);
          width: 240px;
        }
        .search-text {
          font-size: 14px;
          color: var(--muted-foreground);
        }

        .hero {
          padding: 96px 0;
          text-align: center;
          border-bottom: 1px solid var(--border);
        }
        .hero-badge {
          margin-bottom: 24px;
        }
        .hero-title {
          font-size: 56px;
          font-weight: 700;
          line-height: 1.1;
          margin: 0 auto 24px auto;
          max-width: 800px;
          letter-spacing: -0.02em;
        }
        .hero-desc {
          font-size: 20px;
          color: var(--muted-foreground);
          margin: 0 auto 40px auto;
          max-width: 640px;
        }
        .hero-actions {
          display: flex;
          align-items: center;
          justify-content: center;
          gap: 16px;
        }

        .acts-section {
          padding: 96px 0;
          background: var(--muted);
        }
        .acts-grid {
          display: grid;
          grid-template-columns: repeat(3, 1fr);
          gap: 24px;
        }
        .act-card {
          background: var(--card);
          border: 1px solid var(--border);
          border-radius: var(--radius-lg, 8px);
          padding: 24px;
          display: flex;
          flex-direction: column;
        }
        .act-header {
          display: flex;
          justify-content: space-between;
          align-items: flex-start;
          margin-bottom: 16px;
        }
        .act-title {
          font-size: 18px;
          font-weight: 600;
          margin: 0 0 8px 0;
          color: var(--card-foreground);
        }
        .act-desc {
          font-size: 14px;
          color: var(--muted-foreground);
          flex: 1;
          margin: 0 0 24px 0;
        }
        .act-meta {
          display: flex;
          align-items: center;
          justify-content: space-between;
          font-size: 12px;
          color: var(--muted-foreground);
          border-top: 1px solid var(--border);
          padding-top: 16px;
        }


        .resources-section {
          padding: 40px 0;
        }
        .resources-grid {
          display: grid;
          grid-template-columns: 2fr 1fr;
          gap: 32px;
        }
        .amendments-list {
          display: flex;
          flex-direction: column;
          gap: 16px;
        }
        .amendment-item {
          display: flex;
          gap: 16px;
          padding: 16px;
          border: 1px solid var(--border);
          border-radius: var(--radius-md, 6px);
          background: var(--card);
        }
        .amendment-date {
          font-size: 12px;
          font-weight: 600;
          color: var(--primary);
          min-width: 80px;
        }
        .amendment-content h4 {
          margin: 0 0 4px 0;
          font-size: 15px;
          font-weight: 600;
        }
        .amendment-content p {
          margin: 0;
          font-size: 14px;
          color: var(--muted-foreground);
        }
        .quick-links {
          padding: 24px;
          background: var(--muted);
          border-radius: var(--radius-lg, 8px);
        }
        .quick-links h3 {
          margin: 0 0 20px 0;
          font-size: 18px;
          font-weight: 600;
        }
        .quick-link-item {
          display: flex;
          align-items: center;
          justify-content: space-between;
          padding: 12px 0;
          border-bottom: 1px solid var(--border);
          font-size: 14px;
          font-weight: 500;
        }
        .quick-link-item:last-child {
          border-bottom: none;
          padding-bottom: 0;
        }

        .blog-section {
          padding: 96px 0;
          background: var(--card);
          border-top: 1px solid var(--border);
        }
        .blog-grid {
          display: grid;
          grid-template-columns: repeat(3, 1fr);
          gap: 24px;
        }
        .blog-card {
          border: 1px solid var(--border);
          border-radius: var(--radius-lg, 8px);
          overflow: hidden;
          display: flex;
          flex-direction: column;
        }
        .blog-image {
          width: 100%;
          height: 200px;
          object-fit: cover;
        }
        .blog-content {
          padding: 24px;
          display: flex;
          flex-direction: column;
          flex: 1;
        }
        .blog-meta {
          display: flex;
          align-items: center;
          gap: 12px;
          margin-bottom: 12px;
        }
        .blog-date {
          font-size: 12px;
          color: var(--muted-foreground);
        }
        .blog-title {
          font-size: 18px;
          font-weight: 600;
          margin: 0 0 12px 0;
          line-height: 1.4;
        }
        .blog-desc {
          font-size: 14px;
          color: var(--muted-foreground);
          margin: 0 0 24px 0;
          flex: 1;
        }
        .blog-author {
          display: flex;
          align-items: center;
          gap: 8px;
        }
        .blog-author img {
          width: 24px;
          height: 24px;
          border-radius: 50%;
        }
        .blog-author-name {
          font-size: 12px;
          font-weight: 500;
        }


        .community-section {
          padding: 96px 0;
          background: var(--primary);
          color: var(--primary-foreground);
          text-align: center;
        }
        .community-content {
          max-width: 600px;
          margin: 0 auto;
        }
        .community-title {
          font-size: 36px;
          font-weight: 700;
          margin: 0 0 16px 0;
        }
        .community-desc {
          font-size: 18px;
          margin: 0 0 32px 0;
          opacity: 0.9;
        }
        .community-stats {
          display: flex;
          justify-content: center;
          gap: 48px;
          margin-top: 48px;
          border-top: 1px solid rgba(255, 255, 255, 0.2);
          padding-top: 32px;
        }
        .stat-item h4 {
          font-size: 32px;
          font-weight: 700;
          margin: 0 0 8px 0;
        }
        .stat-item p {
          margin: 0;
          font-size: 14px;
          opacity: 0.8;
        }


        .footer {
          padding: 64px 0 32px 0;
          background: var(--background);
          border-top: 1px solid var(--border);
        }
        .footer-grid {
          display: grid;
          grid-template-columns: 2fr 1fr 1fr 1.5fr;
          gap: 48px;
          margin-bottom: 48px;
        }
        .footer-brand p {
          font-size: 14px;
          color: var(--muted-foreground);
          margin: 16px 0 24px 0;
          max-width: 300px;
        }
        .footer-social {
          display: flex;
          gap: 16px;
        }
        .footer-col h4 {
          font-size: 14px;
          font-weight: 600;
          margin: 0 0 16px 0;
        }
        .footer-links {
          list-style: none;
          padding: 0;
          margin: 0;
          display: flex;
          flex-direction: column;
          gap: 12px;
        }
        .footer-links li {
          font-size: 14px;
          color: var(--muted-foreground);
        }
        .newsletter-box {
          display: flex;
          flex-direction: column;
          gap: 12px;
        }
        .newsletter-input {
          height: 45px;
          padding: 0 12px;
          border: 1px solid var(--border);
          border-radius: var(--radius-md, 6px);
          background: var(--input);
          font-size: 14px;
        }
        .footer-bottom {
          display: flex;
          justify-content: space-between;
          align-items: center;
          padding-top: 24px;
          border-top: 1px solid var(--border);
          font-size: 14px;
          color: var(--muted-foreground);
        }
.nav-links {
    display: flex;
    gap: 20px; /* adjust as per your design */
}

.nav-links li {
    list-style: none;
}

.nav-links a {
    text-decoration: none;
}
input[type="text"] {
    font-size: 14px;
}
.nav-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.nav-links li {
  list-style: none;
}

.nav-links a {
  text-decoration: none;
  color: inherit;
}
/* Fix menu spacing */
.navbar-nav .nav-link {
  color: #12202b;
}

.navbar-nav .nav-link:hover {
  color: #2b6cb0;
}

.dpdp-site-header .navbar-brand {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.dpdp-site-header .navbar-collapse {
  align-items: center;
}

.dpdp-login-btn {
  min-width: 132px;
  min-height: 44px;
  padding: 0 20px;
  border: 1px solid #2b6cb0;
  border-radius: 999px;
  background: #2b6cb0 !important;
  color: #ffffff !important;
  font-weight: 600;
  justify-content: center;
}

.dpdp-login-btn:hover,
.dpdp-login-btn:focus {
  background: #1f4f85 !important;
  border-color: #1f4f85;
  color: #ffffff !important;
}

/* Search UI */
.search-bar {
  background: #ffffff;
  padding: 6px 10px;
  border-radius: 6px;
  cursor: pointer;
}
input.search-input {
    border: 0!important;
}
input[type=text]:focus, input[type=email]:focus, input[type=url]:focus, input[type=password]:focus, input[type=search]:focus, input[type=number]:focus, input[type=tel]:focus, input[type=date]:focus, input[type=month]:focus, input[type=week]:focus, input[type=time]:focus, input[type=datetime]:focus, input[type=datetime-local]:focus, input[type=color]:focus, .site textarea:focus
{
	outline: 0!important;
}
input.form-control {
    max-height: 43px;
}
.quick-links ul{
	padding:0!important;
}
.quick-links ul li::marker {
    font-size: 0!important;
}
.quick-links ul li{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 0;
    border-bottom: 1px solid var(--border);
    font-size: 14px;
    font-weight: 500;
}
.blog-search-large {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 500px;
    background: var(--background);
    border: 1px solid var(--border);
    border-radius: var(--radius-md, 6px);
    padding: 8px;
}
.blog-hero-title {
    font-size: 48px;
    font-weight: 700;
    margin: 0 0 16px 0;
    letter-spacing: -0.02em;
}
input.blog-search-input.flex-grow-1 {
    background: transparent;
    font-size: 16px;
}
.blog-search-btn {
    height: 40px;
    padding: 0 24px;
    border-radius: var(--radius-sm, 4px);
}
.btn-primary {
    background: var(--primary)!mportant;
    color: var(--primary-foreground);
    border: none;
}
.sidebar-section-title {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: var(--muted-foreground);
    margin: 0 0 16px 0;
}
.category-item.active {
    background: var(--secondary);
    color: var(--foreground);
}
.category-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 12px;
    border-radius: var(--radius-md, 6px);
    font-size: 14px;
    font-weight: 500;
    color: var(--muted-foreground);
    cursor: pointer;
}
.blog-content {
    padding: 24px;
    display: flex;
    flex-direction: column;
    flex: 1;
}
	.blog-card {
    border: 1px solid var(--border);
    border-radius: var(--radius-lg, 8px);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    background: var(--card);
}
.blog-meta {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
}
.blog-author {
    display: flex;
    align-items: center;
    gap
: 12px;
    border-top: 1px solid var(--border);
    padding-top: 16px;
}
.blog-author img {
    width: 32px;
    height: 32px;
    border-radius: 50%;
}
.blog-author-info {
    display: flex;
    flex-direction: column;
}
.blog-author-name {
    font-size: 14px;
    font-weight: 600;
}
.blog-author-role {
    font-size: 12px;
    color: var(--muted-foreground);
}
.discussion-votes {
    font-size: 18px;
    font-weight: 600;
    color: var(--foreground);
}
button.navbar-toggler {
    background: #fff !important;
}
	main button:not(:hover):not(:active):not(.has-background),button:not(:hover):not(:active):not(.has-background){
	background-color:#2b6cb0!important;
}
.single p {
    margin-bottom: 15px;
	margin-top: 15px;
}
/* Mobile spacing */
@media (max-width: 991px) {
  .dpdp-site-header .navbar-collapse {
    padding-top: 16px;
  }

  .dpdp-site-header .navbar-nav {
    gap: 6px;
  }

  .dpdp-site-header .navbar-nav .menu-item {
    margin: 0;
  }

  .header-actions {
    width: 100%;
  }

  .dpdp-login-btn {
    width: 100%;
  }

  .search-bar {
    width: 100%;
    justify-content: center;
  }
.hero-title {
    font-size: 30px;
	}
	.hero-desc {
    font-size: 15px;
	}
	.section-title {
		font-size: 25px;}
	.community-title {
    font-size: 22px;
	}
	p {
    font-size: 15px;
}
	.blog-hero-title {
    font-size: 30px;
}
	 .container {
          padding: 0 5%!important;
        }
	aside.filter-sidebar.col-md-3 {
    margin-bottom: 20px;
}
}
