@import url('../fonts/dsdigital.css');
/*font-family: 'DS-Digital';*/
@import url('https://fonts.googleapis.com/css2?family=Great+Vibes&family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Playfair+Display&family=Poppins:ital,wght@1,100&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/*font-family: 'Playfair Display', serif;*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/*font-family: 'Poppins', sans-serif;*/
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
/*font-family: 'Bebas Neue', sans-serif;*/
@import url('https://fonts.googleapis.com/css2?family=Antonio:wght@100..700&display=swap');
/*font-family: "Antonio", sans-serif;*/
@import url(aos.css);
@import url(jquery.fancybox.min.css);
@import url(bootstrap.min.css);
@import url(owl.carousel.min.css);
@import url(fontawesome/css/fontawesome.min.css);
@import url(nav-menu.css);
@import url(fontawesome/css/all.min.css);

* {
    list-style: none;
}

img {
    max-width: 100%;
}

figure {
    margin: 0;
}

body {
    font-family: IBM Plex Sans JP;
    color: #696969;
    font-size: 14px;
	font-weight: 500;
	font-style: Medium; 
}
p {
    font-family: 'Poppins', sans-serif !important;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: IBM Plex Sans JP;
}

section {
    width: 100%;
    float: left;
}

/*
 *  Custom Scrollbar
 */

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #f7f7f7;
}

::-webkit-scrollbar {
    width: 5px;
    border-radius: 10px;
    background-color: #f7f7f7;
}

::-webkit-scrollbar-thumb {
    border-radius: 20px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background: #00048c;
}

/*
 *  Custom Scrollbar End
 */
/* header */
.header-wrapper {
    padding: 0 5px;         /* 20px left + right gap */
}
header {
	
    position: relative;
    width: 100%;
    float: left;
    padding: 40px 0;
    background-image: url(../images/headerbg.png);
    height: auto;
    background-size: cover;
	background-position: center;
    background-repeat: no-repeat;
	border-radius: 18px;
	overflow: hidden; 
}

header .container {
    max-width: 84%;
}

.menu-bar-top {
    width: 100%;
    float: left;

}

.row.menu-bar {
    width: 100%;
    background: #fff;
    /* padding: 20px; */
    border-radius: 85px;
    align-items: center;
    padding: 10px;
}

.logo-left {
    display: inline-block;
}

ul.menu {
    width: 100%;
    padding: 0;
    text-align: center;
    display: inline-block;
    margin: 0;
}

ul.menu li {
    display: inline-block;
    padding-right: 18px;
}

ul.menu li a {
    text-decoration: none;
    color: #000;
}

.right-login {
    width: 100%;
    float: left;
}

.right-login ul {
    width: 100%;
    padding: 0;
    text-align: right;
    display: inline-block;
    margin: 0;
}

.right-login ul li {
    display: inline-block;
    margin-right: 5px;
}

.right-login ul li:last-child {
    margin-right: 0px;
}

a.btn {
    font-size: 12px;
    background: #240d58;
    color: #fff;
    padding: 9px 17px;
    border-radius: 20px;
}
a.btn:hover{
	background: #905BFF; color:#fff; text-decoration: none; border: none;
}
.right-login ul li:first-child a {
    background: #ffffff;
    color: #905BFF;
    border: 2px solid #5e4790;
}

.right-login ul li:first-child a:hover {
    background: #5e4790;
    color: #ffffff;
    border: 2px solid #5e4790;
}

.midlle-text {
    width: 100%;
    float: left;
    padding-top: 10px;
    /* position: absolute; */
    /* top: 0; */
    left: 0;
    bottom: 0;
    width: 100%;
    /* height: max-content; */
    margin-top: 40px;
    text-align: center;
    color: #fff;
}

.heading-top h1 {
    font-size: 80px;
    margin-bottom: 24px;
    font-weight: 500;
    line-height: 90px;
    letter-spacing: -1.8px;
}

.heading-top p {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 30px;
    padding: 0 30px;
    font-family: Roboto !important;
    font-weight: 400;
    letter-spacing: 0;
}

.subscribe-btn {
    position: relative;
    width: 100%;
}

.subscribe-btn input[placeholder="Email address"] {
    background: rgb(6 93 132);
    color: rgb(255 255 255);
    border: none;
    outline: none;
    padding: 14px;
    border-radius: 0;
    font-size: 18px;
    width: 100%;
    padding-right: 45px;
    border-radius: 5px;
}

.subscribe-btn input[placeholder="Email address"]::placeholder {
    color: #fff;
}

.subscribe-btn {
    position: relative;
    width: 100%;

}

.subscribe-btn form {
    position: relative;
}

.subscribe-btn form input {
    width: 100%;
    background: #ffffff;
    border: none;
    padding: 16px 16px;
    color: #333333;
    border-radius: 40px;
}

.subscribe-btn form input:focus {
    outline: none;
    border: none;
}

.subscribe-btn button {
    position: absolute;
    right: 5px;
    top: 0px;
    bottom: 0px;
    margin: auto;
    height: max-content;
    border-radius: 6px;
    font-size: 14px;
    color: rgb(255 255 255);
    border: none;
    outline: none;
    background: none;
    border-radius: 40px;
    padding: 10px 15px;
    background: #3f2575;
}
section.all-blogs-sec {
    padding: 80px 0;
}
section.all-blogs-sec .heading-top h5 {
    font-size: 18px;
    color: #000;
    border: 2px solid #613eab;
    display: inline-block;
    padding: 12px 20px;
    border-radius: 23px;
    margin-bottom: 22px;
    line-height: 20px;
    font-weight: 500;
}
section.all-blogs-sec  .heading-blog h3 {
margin-bottom: 35px;
    color: #000000;
    font-size: 60px;
    line-height: 80px;
    letter-spacing: -1.8px;
    font-weight: 500;
}
section.all-blogs-sec  .heading-blog h3 span {
    color: #613eab;
}
.all-cards-new {
    margin-top: 30px;
}
.all-tabs .nav-tabs .nav-link.active {
    border: unset!important;
    border-bottom: 3px solid #613eab !important;
    color: #5e38ad;
	font-weight: 600;
}
.all-tabs .nav-tabs .nav-link.active:hover,.all-tabs .nav-tabs .nav-link.active:focus{
        border-bottom: 3px solid #613eab !important;
} 
.all-tabs .nav-tabs .nav-link:focus,.all-tabs .nav-tabs .nav-link:hover {
    border: unset!important;
}
.all-tabs .nav-tabs .nav-link {
    border: unset!important;
    color: #000;
	font-family: 'Poppins';
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
}
.event-box {
    background-color: #f6f0ff;
    padding: 10px;
    color: black;
    margin-bottom: 15px;
    border: 1px solid #ccb4ff;
    border-radius: 20px;
	max-height: 385px;
    overflow: hidden;
}
.event-box .event-img {
    width: 100%;
    position: relative;
    margin-bottom: 10px;
    display: flex;
    height: 190px;
}
.event-box .event-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
}
.event-btn {
    position: absolute;
    top: 5px;
    right: 4px;
    background-color: #f6f0ff;
    padding: 5px 10px;
    border-top-left-radius: 5px;
    border-bottom-right-radius: 5px;
    color: #613eab;
}
p.catagory {
    position: absolute;
    bottom: -10px;
    left: 4px;
    background-color: #613eab;
    padding: 5px 10px;
    border-radius: 30px;
    /* border-top-left-radius: 5px; */
    /* border-bottom-right-radius: 5px; */
    color: #ffffff;
}
p.catagory a{
	text-decoration: none;
	color: #fff;
	font-family: 'Roboto';
	font-weight: 600;
	font-size: 14px;
	line-height: 20px;
}
.event-content {
    padding-bottom: 0;
    overflow: hidden;
}
.event-content h6 {
font-size: 16px;
    color: #333333;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0px;
    margin-bottom: 15px;
}
.event-content h6 a{
    text-decoration: none;
	color: #333333;
}
.event-content h6 a:hover{
	color: #905bff;
}
.event-content p {
padding-bottom: 20px;
    overflow: hidden;
    font-family: 'Poppins' !important;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    color: #333333CC;
}

.heading-blog-right {
    width: 100%;
    float: left;
}
.heading-blog-right button{
	float: right;
	background:#905BFF;
	border: none;
	color: #fff;
	border-radius:32px;
	padding: 10px 20px;
}
.heading-blog-right button:hover{
	background: #3f2575 !important;
}
.heading-blog-right button a{
	color: #fff;
	text-decoration: none;
}
.heading-blog-right button a:hover{
	color: #fff;
	text-decoration: none;	
}
.right-bg{
	float: left;
    width: 100%;
    position: relative;
    top: 153px;
    background: #C1B5FF;
    border-radius: 20px;
    padding: 24px;
}
.innerpage .right-bg{
	top: 0px;
}
.innerpage{
	margin-top: 40px;
	border-bottom: 2px solid #905BFF40;
}
.right-bg-searchbox .search-box {
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 12px;
    padding: 0px 12px;
    gap: 10px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
}
.search-box .search-icon {
    width: 20px;
    height: 20px;
    flex: 0 0 20px;
    opacity: 0.7;
}

.search-box .search-input {
    border: none;
    outline: none;
    font-size: 15px;
    color: var(--text);
    flex: 1;
    padding: 6px 0;
    background: transparent;
}

.search-box .clear-btn {
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 6px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--muted);
    flex: 0 0 auto;
}

.blog-single-page-right .trending-wrap {
    margin-top: 14px;
    background: #fff;
    border-radius: 12px;
    padding: 16px;
    box-shadow: 0 6px 18px rgba(12, 9, 34, 0.04);
    max-height: 400px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.blog-single-page-right .trending-title {
    font-weight: 700;
    font-size: 20px;
    color: #222;
    margin: 0 0 6px;
    padding-bottom: 6px;
    border-bottom: 1px solid #eee;
}

.blog-single-page-right  .trending-list {
    overflow: auto;
    padding-right: 6px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.blog-single-page-right .topic-card {
    display: flex;
    align-items: center;
    gap: 12px;
    background: #fff;
    border: 1px solid #222;
    border-radius: 10px;
    padding: 10px;
}
.blog-single-page-right .topic-meta {
    flex: 1;
    min-width: 0;
}
.blog-single-page-right .topic-meta .tag {
    display: inline-block;
    font-size: 10px;
    color: #666;
    margin-bottom: 6px;
}
.blog-single-page-right .topic-meta .tag span{
    display: inline-block;
    color: #222;
    padding: 4px 8px;
    background: #f4f6fb;
    border-radius: 5px;
	font-weight: bold;
}
.blog-single-page-right .topic-meta .title {
    font-weight: 700;
    font-size: 15px;
    color: #222;
    margin: 0 0 6px;
    line-height: 1.2;
    white-space: normal;
}	
.blog-single-page-right .topic-meta .title a{
	text-decoration: none;
	color: #333333;
	
}
.blog-single-page-right .topic-meta .title a:hover{
	text-decoration: none;
	color: #9867ff;
	
}
.blog-single-page-right .topic-meta .date {
    font-size: 12px;
    color: #999;
}
.blog-single-page-right .thumb {
    width: 90px;
    height: 56px;
    border-radius: 8px;
    background: linear-gradient(90deg, #f6f8ff, #eaf4ff);
    flex: 0 0 90px;
    overflow: hidden;
    display: block;
}
.blog-single-page-right .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

    .trending-list::-webkit-scrollbar { width:5px; }
    .trending-list::-webkit-scrollbar-track { background:transparent; }
    .trending-list::-webkit-scrollbar-thumb {
      background: #C1B5FF;
      border-radius:20px;
    }
    .tag-area::-webkit-scrollbar { width:5px; }
    .tag-area::-webkit-scrollbar-track { background:transparent; }
    .tag-area::-webkit-scrollbar-thumb {
      background: #C1B5FF;
      border-radius:20px;
    }	
.search-tag .tag-card{
    margin-top: 14px;
    background: #fff;
    border-radius: 12px;
    padding: 16px;
    box-shadow: 0 6px 18px rgba(12, 9, 34, 0.04);
    max-height: 290px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}	
.search-tag .tag-card h3
 {
    font-weight: 700;
    font-size: 20px;
    color: #222;
    margin: 0 0 6px;
    padding-bottom: 6px;
    border-bottom: 1px solid #eee;;
}
.search-tag .tag-area {
    max-height: 240px;
    overflow-y: auto;
    padding-right: 6px;
}
.search-tag .tag .selected {
    background: ;
    color: #fff;
    border: none;
}

.search-tag .tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.search-tag .tag {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 8px 8px;
    background: #fff;
    border: 1px solid rgba(0,0,0,0.10);
    border-radius: 10px;
    font-size: 12px;
    color: #222;
    letter-spacing: 1px;
    font-weight: 700;
	text-decoration: none;
}
.search-tag .tag:hover{
	background: #240d58;
	color: #fff;
}
.search-tag  .tag .x {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: rgba(255,255,255,0.25);
    display: inline-flex;
    font-size: 12px;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}
/* Pagination wrapper (tweak background to match your sidebar) */
.pagination-nav {
  margin-top: 28px;
  display: flex;
  align-items: center;
  padding: 10px 12px;
  border-radius: 12px;
  width: fit-content;
}

/* paginate_links outputs a list (type => 'list') — target that list */
.pagination-nav .page-numbers,
.pagination-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
}

/* standard page link */
.pagination-nav .page-numbers a,
.pagination-nav ul li a {
  display: inline-block;
  padding: 8px 12px;
  border-radius: 12px;
  background: rgba(255,255,255,0.9);
  color: #5e38ad;                     /* purple text */
  text-decoration: none;
  border: 1px solid rgba(94,58,173,0.12);
  font-weight: 600;
  min-width: 36px;
  text-align: center;
  transition: transform .12s ease, box-shadow .12s ease, background .12s ease;
}

/* current page (non-link) */
.pagination-nav .page-numbers .current,
.pagination-nav ul li .current {
  background: linear-gradient(90deg, #905BFF 0%, #6F3FFF 100%); /* vivid purple */
  color: #fff;
  box-shadow: 0 8px 28px rgba(111,63,255,0.18);
  border: none;
      padding: 8px 12px;
    border-radius: 12px;
}

/* previous / next (they often get same classes as others) */
.pagination-nav .page-numbers .prev,
.pagination-nav .page-numbers .next,
.pagination-nav .page-numbers a.prev,
.pagination-nav .page-numbers a.next {
  padding: 8px 14px;
}

/* Dots / separators */
.pagination-nav .page-numbers .dots,
.pagination-nav ul li .dots {
  padding: 8px 10px;
  color: #888;
  background: transparent;
  box-shadow: none;
  border: none;
}

/* hover 
.pagination-nav .page-numbers a:hover,
.pagination-nav ul li a:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(111,63,255,0.08);
  background: rgba(245,238,255,0.95);
}
*/
/* make it responsive: center on small screens */
@media (max-width: 768px) {
  .pagination-nav {
    width: 100%;
    justify-content: center;
    padding: 12px;
  }
  .pagination-nav .page-numbers,
  .pagination-nav ul {
    justify-content: center;
  }
}

footer {
    width: 100%;
    padding: 60px 0 40px;
    float: left;
    background-image: url(../images/footerbg.png);
    background-size: 100%;
    background-repeat: no-repeat;
    color: #fff;
}
footer h6 {
    font-size: 24px;
    margin-bottom: 0;
    display: flex;
    /* align-items: center; */
}
footer h6 span {
    font-size: 30px;
    /* align-items: center; */
    margin-top: 3px;
}
.right-footer {
    float: right;
    margin-top: 30px;
}
.right-footer form input {
    width: 100%;
    background: #fff;
    border: none;
    padding: 8px 16px;
    color: #333333;
    border-radius: 40px;
    border: 1px solid #fff;
}
.right-footer input[placeholder="work@gmail.com"]::placeholder {
    color: #b4b4b4;
}

.right-footer button.button {
    font-size: 13px;
    padding: 8px 13px;
    border-radius: 40px;
    color: #482697;
    font-weight: bold;
    outline: unset;
}

.right-footer button.button:hover{
	background: rgb(144 91 255);
	color: #fff;
}
.footer-addtess {
    float: right;
}
.footer-addtess  i {
    padding-right: 7px;
}
ul.mid-footer {
    padding: 0;
    margin: 0;
}
ul.mid-footer li {
    width: 40%;
    line-height: 30px;
    float: left;
    font-size: 16px;
}
ul.mid-footer li a{
    text-decoration: none;
    color: #fff;
}
.bottom-footer {
    border-top: 1px solid #fff;
    padding: 10px 0px;
}
.footer-social-media a {
    display: inline-block;
    width: 25px;
    height: 25px;
    background: #fff;
    text-align: center;
    justify-content: center;
    border-radius: 7px;
    font-size: 12px;
    line-height: 26px;
    color: #004094;
    margin-right: 6px;
}
.footer-social-media a:hover {
    background: #835fcf;
    color: #fff;
}
.bottom-footer p {
    display: inline-block;
    margin: 0;
}
.footer-social-media {
    float: right;
}
footer .mb-5{
	margin-bottom: 1em !important;
}
/* Pill header styles */
/* ---------- Header layout: left | center | right ---------- */
.top-pill { padding: 0px 20px; position: relative; z-index:50; width: 65%; margin: auto;}
.pill-inner {
  max-width:1200px;
  margin:0 auto;
  background:#fff;
  border-radius:40px;
  padding:12px 18px;
  display:flex;
  align-items:center;
  gap:16px;
  box-shadow: 0 8px 28px rgba(10,10,10,0.12);
  transition: all .28s ease;
  border: 1.5px solid #905BFF;
}

/* three areas */
.pill-left { flex: 0 0 auto; display:flex; align-items:center; gap:12px; }
.pill-center { flex: 1 1 auto; display:flex; justify-content:center; align-items:center; min-width:0; }
.pill-right { flex: 0 0 auto; display:flex; align-items:center; gap:12px; }

/* logo */
.brand-img { height:35px; display:block; }

/* center menu styling */
.pill-menu { margin:0; padding:0; list-style:none; display:flex; gap:15px; align-items:center; }
.pill-menu li { margin:0; }
.pill-menu li a {
  text-decoration:none;
  color:#333;
  font-weight:700;
  white-space:nowrap;
  padding:6px 2px;
}
.pill-menu li a:hover { color:#6f3be7; }

/* actions on the right */
.pill-cta { display:flex; gap:12px; align-items:center; white-space:nowrap; }
.btn-outline-custom {
  padding:8px 14px;
  border-radius:28px;
  border:2px solid #b58fff;
  background:transparent;
  color:#5d3db8;
  font-weight:700;
  text-decoration:none;
}
.btn-primary-custom {
  padding:8px 14px;
  border-radius:28px;
  background: #240d58;
  color:#fff;
  font-weight:800;
  text-decoration:none;
}
.btn-outline-custom:hover {
    background: #905BFF;
    color: #fff;
    text-decoration: none;
}
.btn-primary-custom:hover{
	    background: #905BFF;
    color: #fff;
    text-decoration: none;
}
/* hamburger hidden desktop */
.pill-hamburger { display:none; background:transparent; border:0; padding:6px; cursor:pointer; }
.hamb-bar { display:block; width:22px; height:2px; background:#5d3db8; margin:4px 0; border-radius:2px; }

/* shrink header on scroll (optional) */
.top-pill.shrink .pill-inner { padding:8px 12px; border-radius:28px; transform: translateY(-6px); }
.top-pill.shrink .brand-img { height:34px; }

/* mobile: hide desktop menu & CTAs, show hamburger */
@media (max-width: 980px) {
  .pill-center { display:none; }       /* center menu -> hidden on small screens */
  .pill-cta { display:none; }          /* CTAs hidden (moved to panel) */
  .pill-hamburger { display:block; }   /* show hamburger */
  .brand-img { height:36px; }

  /* pill-inner smaller */
  .pill-inner { padding:10px 12px; border-radius:30px; }
}

/* mobile panel styles (reuse existing) */
.pill-mobile-panel {
  position:fixed; inset:0; display:none; align-items:flex-start; justify-content:center;
  background: rgba(10,8,20,0.72); z-index:120;
}
.pill-mobile-panel.active { display:flex; }
.panel-inner { background:#fff; width:92%; max-width:420px; margin-top:80px; border-radius:12px; padding:20px; position:relative; }
.panel-close { position:absolute; right:12px; top:8px; background:transparent; border:0; font-size:28px; cursor:pointer; }
.panel-links { display:flex; flex-direction:column; gap:12px; margin-top:10px; }
.panel-links a { color:#222; text-decoration:none; font-weight:700; font-size:18px; }
.panel-actions { display:flex; flex-direction:column; gap:10px; margin-top:10px; }

/* Prevent wrapping of CTAs */
.btn-outline-custom, .btn-primary-custom { white-space:nowrap; min-width:88px; display:inline-flex; justify-content:center; align-items:center; }

/* safety: if center menu becomes wide, allow it to scroll horizontally rather than break layout */
.pill-center { overflow-x:auto; -webkit-overflow-scrolling:touch; }
.pill-center::-webkit-scrollbar { display:none; }


 
	.back-btn{
		display: inline-flex;
		align-items: center;
		gap: 10px;
		padding: 8px 12px;
		border-radius: 32px;
		background: #fff;
		border: 2px solid #905BFF;
		color: #905BFF;
		font-weight: 500;
		text-decoration: none;
		}
	.back-btn:hover{
		background: #240d58;
		color: #fff;
		text-decoration: none;
		border: none;
	}	
	.moreblogs {
		margin-top: 30px;
		margin-bottom: 30px;
	}
	.rel-post{
		display: inline-flex;
		align-items: center;
		padding: 9px 20px;
		border-radius: 20px;
		background: #fff;
		border: 1.5px solid #3A2466;
		color: #3A2466;
		font-weight: 500;
		text-decoration: none;
		width: 11%;
		text-align: center;
		}	
	.rel-post:hover{
		background: #3A2466;
		color: #fff;
		text-decoration: none;
		border: none;
	}		
	.content .post-title {font-weight: 500;font-size: 60px; line-height: 70px; margin:18px 0 8px; letter-spacing: -1.8px;     color: #333333; }
	.content .meta{
		font-family: Poppins;
		color: #905BFF;
		font-size: 14px;
		display: flex;
		gap: 12px;
		align-items: center;
		margin-bottom: 16px;
	}	
	.content .meta .author {
		font-family: Poppins;
		display: flex;
		align-items: center;
		gap: 8px;
		font-weight: 500;
		color: #717680;
		font-size: 16px;
	}	
	.content .rounded-circle {
		border-radius: 50% !important;
		background: #8F929C;
		color:#fff;
		padding: 5px;
	}	
	.content .meta .author a{	
		color: #905BFF;
		text-decoration: none;
	}
	.content .meta .small-muted{
		color: #717680;
	}
	.content .featured img {
		width: 100%;
		height: auto;
		display: block;
		border-radius: 12px;
	}	
	.content article{
		font-weight: 400;
		font-style: normal;
		font-size: 16px;
		line-height: 100%; 
		color: #333333;
		
	}	
	.content article h2{
		font-weight: 600;          /* SemiBold */
		font-style: normal;
		font-size: 28px;
		line-height: 32px;         /* exact px line height */
		letter-spacing: 0;         /* 0% */
		margin-bottom: 24px;		
		
	}
	.moreblogs h1{
		font-size: 40px;
		font-weight: 500;
		color: #333333;
		letter-spacing: -1.8px;
		line-height: 100%;
		margin: 10px 0px;
	}
	.content article p{
		line-height: 25px;
		
	}	
/* wrapper */
.commentsection{
  background: linear-gradient(90deg, rgba(243,237,250,1) 0%, rgba(238,239,250,1) 100%);
  padding: 40px;
  border-radius: 18px;
  color: #333333;
  box-sizing: border-box;
}

/* title */
.comment-reply-title {
  
  font-size: 52px;
  font-weight: 500;
  margin: 0 0 8px;
  color: #333333;
  line-height: -1.8px;
}

/* small note */
.comment-notes {
  font-family: "Poppins", sans-serif;
  color: #6b6f78;
  margin: 12px 0 26px 0;
  font-size: 15px;
}

/* card */
.comment-card {
  background: #fff;
  padding: 36px;
  border-radius: 14px;
  border: 1px solid rgba(150,120,255,0.07);
  box-shadow: 0 10px 30px rgba(100,60,160,0.06);
}

/* layout rows */
.modern-comment-form .form-row { margin-bottom: 18px; }
.form-row-full { width: 100%; box-sizing: border-box; }

.form-row-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 18px;
  align-items: start;
}

/* labels and fields */
.modern-comment-form label {
  display:block;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  color: #2b2b2b;
  margin-bottom: 8px;
  font-weight: 600;
}

.modern-comment-form input[type="text"],
.modern-comment-form input[type="email"],
.modern-comment-form input[type="url"],
.modern-comment-form textarea {
  width:100%;
  box-sizing: border-box;
  padding: 14px 16px;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  color: #222;
  border-radius: 10px;
  border: 1.5px solid rgba(138,106,255,0.18);
  background: #fff;
  outline: none;
  transition: box-shadow .16s, border-color .16s;
}

.modern-comment-form ::placeholder { color: #bdb7c9; }

.modern-comment-form textarea {
  min-height: 160px;
  resize: vertical;
  line-height: 1.6;
}

/* focus */
.modern-comment-form input:focus,
.modern-comment-form textarea:focus {
  border-color: rgba(120,70,255,0.9);
  box-shadow: 0 8px 30px rgba(111,63,255,0.08);
}

/* cookie */
.cookie-row { margin-top: 6px; margin-bottom: 18px; }
.cookie-checkbox {
  display:flex;
  align-items:flex-start;
  gap:12px;
  font-family: "Poppins", sans-serif;
  color:#3d3d3d;
  font-size:15px;
}
.cookie-checkbox input[type="checkbox"] {
  width:13px;
  height:11.5px;
  accent-color: #6f3fff;
}
.cookie-checkbox span {
    font-size: 15px;
}
/* submit button */
.submit-row { margin-top: 8px; text-align:center; }
.btn-post {
  display:inline-block;
  width:100%;
  max-width: 980px;
  padding: 16px 28px;
  border-radius: 24px;
  border: none;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #fff;
  cursor: pointer;
  background: linear-gradient(90deg, #8a5bff 0%, #6f3fff 100%);
  box-shadow: 0 18px 40px rgba(111,63,255,0.18);
  transition: transform .12s ease, box-shadow .12s ease;
}
.btn-post:hover { transform: translateY(-3px); box-shadow: 0 22px 48px rgba(111,63,255,0.22); }

.required { color:#b24bff; }
.comment-list footer{
	background: none;
	color: #333333;
}

/* responsive */
@media (max-width: 992px) {
  .commentsection { padding: 34px; }
  .comment-reply-title { font-size: 38px; }
  .comment-card { padding: 26px; }
  .form-row-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 680px) {
  .commentsection { padding: 22px; border-radius: 12px; }
  .comment-reply-title { font-size: 30px; }
  .comment-card { padding: 18px; }
  .form-row-grid { grid-template-columns: 1fr; }
  .btn-post { font-size: 16px; padding: 12px; border-radius: 18px; }
  .top-pill{width: 100%;}
}

    /* small responsive tweaks */
    @media (max-width: 991px) {
      .main-grid { flex-direction:column; }
      .sidebar { width:100%; order:2; }
      .content { order:1; }
      .page-hero { width: calc(100% - 32px); margin:18px 16px; }
    }
    @media (max-width: 576px) {
      .pill-links { display:none; }
      .pill-inner { padding:8px; }
      .pill-inner .brand img { height:28px; }
      .featured img { border-radius:8px; }
      .tags { max-height:160px; }
    }
    @media (max-width:420px){
      .search-panel{ width:100%; padding:14px; border-radius:14px; }
      .thumb{ width:76px; height:48px; }
    }
	
/* Responsive */
@media (max-width: 480px) {
    .tag-panel {
        padding: 15px;
    }
    .tag-card {
        padding: 14px;
    }
    .tag {
        padding: 7px 12px;
        font-size: 13px;
    }
	header {
		background-position: unset;
	}

	.heading-top h1{font-size: 18px; font-weight: 700;}
	.heading-top p{font-size: 12px;}
	section.all-blogs-sec { padding: 20px 0; }
	.right-bg {top: 10px;}
	footer{background-size: cover;}
	.footer-addtess {
    float: left;
	}
	.footer-addtess p{margin-bottom: 5px;}
}	
/* Extra small devices (phones) */
@media (max-width: 575.98px) {
  /* your CSS here */
  header {
		background-position: unset;
	}

	.heading-top h1{font-size: 18px; font-weight: 700; line-height: 25px; letter-spacing: 0px;}
	.heading-top p{font-size: 12px; line-height: 17px;}	
section.all-blogs-sec  .heading-blog h3 {
margin-bottom: 10px;
    color: #000000;
    font-size: 26px;
    line-height: 30px;
    letter-spacing: 0px;
    font-weight: 500;
}	
	section.all-blogs-sec { padding: 20px 0; }
	.right-bg {top: 10px;}
	footer{background-size: cover;}
	.footer-addtess {
    float: left;
	}	
	.footer-addtess p{margin-bottom: 5px;}
}

/* Small devices (larger phones) */
@media (min-width: 576px) and (max-width: 767.98px) {
  /* your CSS here */
  header {
		background-position: unset;
	}
section.all-blogs-sec  .heading-blog h3 {
margin-bottom: 10px;
    color: #000000;
    font-size: 26px;
    line-height: 30px;
    letter-spacing: 0px;
    font-weight: 500;
}
	.heading-top h1{font-size: 18px; font-weight: 700;}
	.heading-top p{font-size: 12px;}
	section.all-blogs-sec { padding: 20px 0; }
	.right-bg {top: 10px;}
	footer{background-size: cover;}
	.footer-addtess {
    float: left;
	}	
	.footer-addtess p{margin-bottom: 5px;}
	
}

/* Medium devices (tablets) */
@media (min-width: 768px) and (max-width: 991.98px) {
  /* your CSS here */
  header {
		background-position: unset;
	}

	header .container{max-width: 100%;}
	.heading-top h1{font-size: 18px; font-weight: 700;}
	.heading-top p{font-size: 12px;}
	section.all-blogs-sec { padding: 20px 0; }
	footer{background-size: cover;}
}

/* Large devices (laptops/desktops) */
@media (min-width: 992px) and (max-width: 1199.98px) {
  /* your CSS here */

.heading-top h1 {
    font-size: 55px;
    margin-bottom: 24px;
    font-weight: 500;
    line-height: 60px;
    letter-spacing: -1.8px;
}	
.heading-top p {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 30px;
    padding: 0 30px;
    font-family: Roboto !important;
    font-weight: 400;
    letter-spacing: 0;
}

section.all-blogs-sec .heading-blog h3 {
    margin-bottom: 35px;
    color: #000000;
    font-size: 40px;
    line-height: 60px;
    letter-spacing: -1.8px;
    font-weight: 500;
}	

.event-content h6 {
    font-size: 14px;
    color: #333333;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 0px;
    margin-bottom: 15px;
}	
	
.event-content p {
    padding-bottom: 20px;
    overflow: hidden;
    font-family: 'Poppins' !important;
    font-weight: 400;
    font-size: 10px;
    line-height: 17px;
    color: #333333CC;
}
	
.content .post-title {
    font-weight: 500;
    font-size: 40px;
    line-height: 50px;
    margin: 18px 0 8px;
    letter-spacing: -1.8px;
    color: #333333;
}	
}

/* Extra large devices (big desktops) */
@media (min-width: 1200px) and (max-width: 1280px) {

	.heading-top h1 {
        font-size: 50px;
        margin-bottom: 24px;
        font-weight: 500;
        line-height: 60px;
        letter-spacing: -1px;
}	
	header{
		padding: 55px 0px;
	}	
.heading-top p {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 30px;
    padding: 0 30px;
    font-family: Roboto !important;
    font-weight: 400;
    letter-spacing: 0;
}
	.heading-blog-right button a {
		font-weight: 800;
	}
section.all-blogs-sec .heading-blog h3 {
    margin-bottom: 35px;
    color: #000000;
    font-size: 40px;
    line-height: 55px;
    letter-spacing: -1px;
    font-weight: 500;
}	

.event-content h6 {
    font-size: 14px;
    color: #333333;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 0px;
    margin-bottom: 10px;
}	
	.event-box .event-img{
		height: 120px;
		display: block;
	}	

	.event-box{
		min-height: 290px;
	}	
.event-content p {
    padding-bottom: 0px;
    overflow: hidden;
    font-family: 'Poppins' !important;
    font-weight: 400;
    font-size: 10px;
    line-height: 17px;
    color: #333333CC;
	margin-bottom:0px;
}
	
.content .post-title {
    font-weight: 500;
    font-size: 34px;
    line-height: 46px;
    margin: 18px 0 8px;
    letter-spacing: -1px;
    color: #333333;
}	
	
	.moreblogs .event-box{
		min-height: 255px;
	}	
	
.moreblogs h1 {
    font-size: 34px;
    font-weight: 500;
    color: #333333;
    letter-spacing: -1px;
    line-height: 100%;
    margin: 10px 0px 30px 0px;
}	
	footer{
		    padding: 45px 0 40px;
	}	
}

@media (min-width: 1920px) {
	
	
}


