/* Single-page-start */
.single-page__section .single-contents {
  display: flex;
  gap: 40px;
}
.single-page__section .single-left {
  width: 70%;
  padding-bottom: 40px;
}
.single-header h2 {
  color: #253985;
  font-size: clamp(30px, 3vw, 40px);
  padding-bottom: clamp(10px, 2vw, 20px);
  line-height: 1.3;
  font-weight: 600;
}
.single-left span {
  color: #616161;
  font-size: 16px;
  font-weight: 500;
}

.single-header-span {
  display: flex;
  border-top: 1px solid #8d8b8b7d;
  border-bottom: 1px solid #8d8b8b7d;
  padding: 12px 15px;
  justify-content: space-between;
  align-items: center;
}
.single-left .image-wrapper {
  margin-top: 22px;
  width: 100%;
}

.single-left .image-wrapper img {
  width: 100%;
}
.thecontent p,
.thecontent >div{
  font-size: 22px;
  line-height: 1.5;
  margin-top: 18px;
}
.single-right {
  width: 30%;
}
.single-right .right-news-wrapper {
  width: unset;
}
/* .single-right .right-news-wrapper .entry-content {
  margin-top: clamp(15px, 3vw, 30px);
} */
.single-right .right-news-wrapper .entry-content h2 {
  font-size: clamp(18px, 2vw, 22px);
}
.single-right .right-news-wrapper .popular-news .popular-post h3 {
  font-size: 18px;
  line-height: 1.3;
}
.single-right .right-news-wrapper .entry-content h2 {
  font-size: 22px;
}
.single-right .popular-post img {
  width: 92px;
  height: 92px;
}
.single-right .popular-post h3 {
  font-size: 15px;
}
.comments-title {
  display: none;
}
.comment-body {
  display: none;
}
.comment-form p label {
  display: block;
}
.logged-in-as {
  display: none;
}
.comment-reply-title {
  font-size: clamp(20px, 2vw, 24px);
  margin: 0;
}
.comments-area {
  padding-top: clamp(10px, 3vw, 20px);
}
#comment-1 {
  display: none;
}
textarea {
  width: 70%;
  height: 220px;
  border-radius: 10px;
}
.form-submit input {
  padding: 10px;
  background: var(--light);
  border-radius: 10px;
  border: 1px solid #b2b2b2;
}

/* gallery-sction-start */
.gallery_section .gallery-heading h2 {
  color: #253985;
  font-size: clamp(24px, 3vw, 40px);
  font-weight: 600;
  padding-bottom: clamp(20px, 3vw, 40px);
}

/* video-section-start */
.videos-section .video-left {
  width: 70%;
}
.videos-section .video-left .video-heading h2 {
  font-weight: 600;
  color: #de1d3e;
  font-size: 40px;
  padding-bottom: clamp(15px, 3vw, 20px);
}
.video-content {
  display: flex;
  gap: 20px;
  border-bottom: 1px solid #949494;
  padding-bottom: clamp(20px, 3vw, 40px);
}
.video-left h3 {
  color: #253985;
  font-size: 40px;
  font-weight: 600;
  padding-bottom: 20px;
}
.video-left p {
  font-size: 20px;
  color: #1e1e1e;
  line-height: 1.5;
  padding-bottom: clamp(10px, 3vw, 20px);
}
.video-left span {
  font-size: 18px;
  color: #6d6d6d;
}
.video-right {
  width: 30%;
}
.video-right h4 {
  color: #de1d3e;
  font-size: clamp(18px, 3vw, 24px);
  padding-bottom: clamp(20px, 3vw, 30px);
}
.video-right .videos {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}
.video-right .videos.active {
  background-color: #f2f2f2;
  box-shadow: inset 0 0 0 1px #dbe9ff;
}
.videos-content iframe {
  width: 100%;
  height: 550px;
  padding-bottom: clamp(20px, 3vw, 30px);
}
.videos-content {
  display: none;
}
.videos-content.active {
  display: block;
}

.video-right .videos .video-para {
  width: 200px;
}
.video-right .videos .video-para p {
  color: #253985;
  font-size: 20px;
}
@media (max-width: 985px) {
  .video-right .videos .video-para p {
    font-size: 16px;
  }
}
@media (max-width: 769px) {
  .video-right .videos .video-para p {
    font-size: 18px;
  }
  .video-right .videos .video-para {
    width: unset;
  }
  .single-right .right-news-wrapper .popular-news .popular-post h3 {
    font-size: 20px;
  }
}
/* aanya-section start */
.aanya-section .aanya-heading h2 {
  color: #de1d3e;
  font-size: 32px;
  padding-bottom: 20px;
}
.aanya-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 20px;
}
.aanya-wrapper .aanya-content h3 {
  display: flex;
  justify-content: space-between;
  color: #253985;
  font-size: 24px;
  /* padding: 20px 12px 0; */
}
.aanya-wrapper .aanya-content span {
  color: #6d6d6d;
  margin-top: 8px;
    display: block;
    font-size: 14px;
    font-weight: 500;
}

@media (max-width: 1024px) {
  .single-page__section .single-contents {
    gap: 30px;
  }

  .single-page__section .single-left {
    width: 65%;
  }

  .single-right {
    width: 35%;
  }

  .single-right .popular-post img {
    width: 80px;
    height: 80px;
  }

  textarea {
    width: 80%;
  }

  .videos-section .video-left {
    width: 65%;
  }

  .video-right {
    width: 35%;
  }
  .single-right .right-news-wrapper .popular-news .popular-post h3 {
    font-size: 16px;
  }

  .aanya-wrapper {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  }
}

@media (max-width: 768px) {
  .single-page__section .single-contents {
    flex-direction: column;
    gap: 40px;
  }

  .single-page__section .single-left {
    width: 100%;
    padding: 0;
  }

  .single-right {
    width: 100%;
  }

  .single-right .popular-post {
    gap: 15px;
  }

  .single-right .popular-post img {
    width: 100px;
    height: 100px;
  }

  textarea {
    width: 100%;
    max-width: 100%;
  }

  .videos-section {
    flex-direction: column;
    gap: 30px;
  }

  .videos-section .video-left {
    width: 100%;
  }

  .video-right {
    width: 100%;
  }

  .video-content {
    flex-direction: column;
    gap: 15px;
  }

  .aanya-wrapper {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  }
}

@media (max-width: 576px) {
  .single-page__section .single-contents {
    gap: 30px;
  }

  .single-left p {
    font-size: 18px;
    padding-top: 20px;
  }

  .single-left span {
    font-size: 16px;
  }

  .single-right .popular-post {
    gap: 10px;
  }

  .single-right .popular-post img {
    width: 80px;
    height: 80px;
  }

  .single-right .popular-post h3 {
    font-size: 13px;
  }

  .single-right .right-news-wrapper .entry-content h2 {
    font-size: 18px;
  }

  textarea {
    height: 150px;
  }

  .form-submit input {
    width: 100%;
    padding: 12px 20px;
  }

  .video-right .videos {
     gap: 15px;
  }

  .video-right .videos .video-para {
    width: 100%;
  }

  .video-left h3 {
    font-size: 28px;
  }

  .video-left p {
    font-size: 18px;
  }

  .video-left span {
    font-size: 16px;
  }

  .videos-section .video-left .video-heading h2 {
    font-size: 32px;
  }

  .aanya-wrapper {
    grid-template-columns: 1fr;
  }

  .aanya-wrapper .aanya-content h3 {
    flex-direction: column;
    gap: 5px;
  }

  .aanya-section .aanya-heading h2 {
    font-size: 28px;
  }
}
.aanya-video-iframe {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.95);
  z-index: 99999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
  box-sizing: border-box;
}

.aanya-video-iframe.active {
  display: flex !important;
}

.aanya-video-iframe iframe {
  width: 90%;
  max-width: 1000px;
  height: 90vh;
  max-height: 600px;
  border: none;
  border-radius: 16px;
  box-shadow: 0 30px 100px rgba(0, 0, 0, 0.8);
}
.aanya-video-iframe::before {
  content: "×";
  position: absolute;
  top: 20px;
  right: 30px;
  width: 60px;
  height: 60px;
  background: rgba(255, 255, 255, 0.25);
  color: white;
  font-size: 44px;
  font-weight: bold;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 100000;
  transition: 0.3s;
  backdrop-filter: blur(10px);
}

.aanya-video-iframe::before:hover {
  background: rgba(255, 255, 255, 0.5);
  transform: scale(1.1) rotate(90deg);
}

@media (max-width: 768px) {
  .aanya-video-iframe iframe {
    width: 96%;
    height: 80vh;
    border-radius: 12px;
  }
  .aanya-video-iframe::before {
    width: 50px;
    height: 50px;
    font-size: 36px;
    top: 15px;
    right: 15px;
  }
}

@media (max-width: 375px) {
  .single-header h2 {
    font-size: 26px;
  }

  .single-left p {
    font-size: 16px;
  }

  .single-left span {
    font-size: 14px;
  }

  .single-right .popular-post img {
    width: 70px;
    height: 70px;
  }

  .single-right .popular-post h3 {
    font-size: 12px;
  }

  .video-left h3 {
    font-size: 24px;
  }

  .video-left p {
    font-size: 16px;
  }

  .videos-section .video-left .video-heading h2 {
    font-size: 28px;
  }

  .aanya-section .aanya-heading h2 {
    font-size: 24px;
  }
}

.video-thumbnail-wrapper {
  position: relative;
  display: inline-block;
  overflow: hidden;
 border-radius: 15px 15px 0 0px;
  cursor: pointer;
  width: 100%;
}
.video-thumbnail-wrapper img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.3s ease;
}
.video-thumbnail-wrapper:hover img {
  transform: scale(1.05);
}

.play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.5);
  border: none;
  border-radius: 50%;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  z-index: 2;
}
.play-btn:hover {
  background: rgba(0, 0, 0, 0.7);
  transform: translate(-50%, -50%) scale(1.12);
}
.play-btn svg {
  width: 100%;
  height: 100%;
}

.play-btn {
  width: 75px;
  height: 75px;
}
.play-btn-small {
  width: 40px;
  height: 40px;
}
.play-btn-medium {
  width: 50px;
  height: 50px;
}

/* Video Modal Styles */
.video-modal {
  display: none;
  position: fixed;
  z-index: 10000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  animation: fadeIn 0.3s ease;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.video-modal-content {
  position: relative;
  width: 90%;
  max-width: 900px;
  margin: 5% auto;
  animation: slideDown 0.3s ease;
}

@keyframes slideDown {
  from {
    transform: translateY(-50px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

.video-modal-close {
  position: absolute;
  top: -40px;
  right: 0;
  color: #fff;
  font-size: 35px;
  font-weight: bold;
  cursor: pointer;
  transition: color 0.3s ease;
  z-index: 10001;
}

.video-modal-close:hover,
.video-modal-close:focus {
  color: #de1d3e;
}

.video-modal-body {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 aspect ratio */
  height: 0;
  overflow: hidden;
  background: #000;
  border-radius: 8px;
}

.video-modal-body iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

@media (max-width: 768px) {
  .play-btn {
    width: 60px;
    height: 60px;
  }
  .play-btn-small {
    width: 35px;
    height: 35px;
  }
  .play-btn-medium {
    width: 45px;
    height: 45px;
  }

  .video-modal-content {
    width: 95%;
    margin: 10% auto;
  }

  .video-modal-close {
    top: -35px;
    font-size: 30px;
  }
}

@media (max-width: 576px) {
  .play-btn {
    width: 50px;
    height: 50px;
  }
  .play-btn-small {
    width: 30px;
    height: 30px;
  }
  .play-btn-medium {
    width: 40px;
    height: 40px;
  }

  .video-modal-content {
    width: 95%;
    margin: 15% auto;
  }

  .video-modal-close {
    top: -30px;
    font-size: 28px;
  }
}

body {
  margin: 0;
  font-family: Arial, sans-serif;
  line-height: 1.6;
  background: #f5f5f5;
}
.wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}
.padding-tb {
  padding: clamp(20px, 3vw, 40px) 0;
}

.category-hero {
  position: relative;
  height: 60vh;
  min-height: 400px;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  color: #fff;
}
.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.4),
    rgba(0, 0, 0, 0.7)
  );
}
.hero-content {
  position: relative;
  max-width: 700px;
  z-index: 1;
}
.hero-title {
  font-size: clamp(2rem, 5vw, 3.5rem);
  font-weight: 700;
  margin: 0 0 0.5rem;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.6);
}
.hero-btn {
  display: inline-block;
  background: #d10404;
  color: #fff;
  padding: 0.75rem 1.5rem;
  border-radius: 50px;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.3s;
}
.hero-btn:hover {
  background: #b00303;
}

.category-info {
  text-align: center;
  background: #ecf6fb;
}
.category-name {
  font-size: clamp(28px, 3.5vw, 42px);
  color: #d10404;
  margin: 0;
}
.category-desc {
  margin-top: 12px;
  color: #444;
  font-size: 1rem;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.category-layout {
  display: flex;
  gap: 30px;
  margin-top: 30px;
  /* flex-wrap: wrap; */
}
.category-main {
  flex: 1 1 68%;
  min-width: 300px;
}
.category-sidebar {
  flex: 0 0 28%;
  min-width: 280px;
}

.mixed-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 24px;
}
.mixed-card {
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.07);
  transition: transform 0.3s, box-shadow 0.3s;
}
.mixed-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.12);
}

.card-thumb {
  position: relative;
  overflow: hidden;
}
.card-thumb img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  transition: transform 0.4s;
}
.mixed-card:hover .card-thumb img {
  transform: scale(1.06);
}

.card-thumb .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 64px;
  height: 64px;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
.card-thumb .play-btn:hover {
  background: rgba(0, 0, 0, 0.85);
  transform: translate(-50%, -50%) scale(1.12);
}
.card-thumb .play-btn svg {
  width: 100%;
  height: 100%;
  fill: #fff;
}

.card-body {
  padding: 18px;
}
.card-title a {
  font-size: clamp(17px, 2vw, 20px);
  font-weight: 600;
  color: #253985;
  text-decoration: none;
  line-height: 1.35;
  display: block;
  margin-bottom: 6px;
}
.card-title a:hover {
  color: #d10404;
}
.card-excerpt {
  margin: 8px 0 0;
  font-size: 0.92rem;
  color: #555;
  line-height: 1.5;
}
.card-date {
  display: block;
  margin-top: 10px;
  font-size: 0.82rem;
  color: #888;
}

.sidebar-widget {
  background: #fff;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  margin-bottom: 24px;
}
.widget-title {
  font-size: 1.35rem;
  color: #d10404;
  margin: 0 0 14px;
  border-bottom: 2px solid #daeef9;
  padding-bottom: 6px;
}
.popular-item {
  margin-bottom: 10px;
}
.popular-item a {
  color: #333;
  font-size: 0.95rem;
  text-decoration: none;
  transition: color 0.2s;
}
.popular-item a:hover {
  color: #d10404;
}

.navigation {
  margin: 40px 0;
  text-align: center;
}
.navigation a,
.navigation span {
  display: inline-block;
  padding: 9px 16px;
  margin: 0 4px;
  background: #f8f8f8;
  border-radius: 8px;
  color: #333;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.2s;
}
.navigation a:hover,
.navigation .current {
  background: #d10404;
  color: #fff;
}

.no-posts {
  text-align: center;
  padding: 40px;
  color: #777;
  font-size: 1.1rem;
}

.content-area p,
.content-area div {
  margin: 25px 0 0 0;
}

.content-area em {
  color: var(--secondary);
}
.content-area figure {
  width: 100% !important;
}

.content-area figure img {
  width: 100%;
}

.content-area figcaption {
  text-align: center;
  font-size: 19px;
  font-style: italic;
  font-weight: 600;
  opacity: 0.8;
  line-height: 30px;
  display: block;
  margin-top: 8px;
}

.content-area p img {
  width: 100%;
  margin-bottom: 15px;
}

.content-area h1,
.content-area h2,
.content-area h3,
.content-area h4,
.content-area h5,
.content-area h6 {
  font-weight: 700;
  color: #000000;
  margin-bottom: 15px;
}

.content-area h2 {
  font-size: 32px;
}

.content-area h3 {
  font-size: 28px;
  line-height: 40px;
}

.content-area h4 {
  font-size: 25px;
  line-height: 24px;
}

.content-area blockquote.floatleft::before,
.content-area blockquote.floatright:before,
.content-area blockquote.floatleft::after,
.content-area blockquote.floatright:after {
  border: none;
}
.content-area blockquote::before {
  position: absolute;
  left: 10px;
  top: 6px;
}

.content-area blockquote::before,
.content-area blockquote::after {
  content: "\f10d";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 40px;
}

.content-area blockquote.floatright {
  margin-left: 0;
  float: right;
}

.content-area blockquote::after {
  content: "\f10e";
}

.content-area .highlighter,
.content-area .highlighter p {
  font-size: 20px;
  line-height: 170%;
  color: var(--primary);
  font-weight: 600;
  display: block;
  font-style: italic;
  text-align: center;
}
.content-area .highlighter {
  background: #02a2e514;
  padding: 28px;
  border: 1px solid #11111129;
}

.content-area blockquote.floatleft,
.content-area blockquote.floatright {
  max-width: 340px;
  margin: 0 30px 0 0;
  /* padding-right: 40px; */
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  padding-right: 0;
  position: relative;
  z-index: 1;
  padding-top: 20px;
}
.content-area blockquote {
  display: block;
  width: 100%;
  line-height: 1.68;
  font-size: 1.4rem;
  position: relative;
  border-bottom: none;
  margin-bottom: 27px;
  margin-top: 12px;
  /*background: #ffffff0a;
  */
  font-weight: 600;
  padding-top: 40px;
  border: 1px solid #11111129;
  background: var(--top-gradient);
  padding: 30px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.content-area blockquote.floatright,
.content-area blockquote.floatleft {
  padding-bottom: 10px;
  text-transform: justify;
}
.content-area blockquote,
.content-area blockquote p {
  text-align: center;
  color: var(--grey);
  font-weight: bold;
  font-size: 20px;
  margin: 0;
  padding-top: 20px;
  line-height: 34px;
}
.floatleft > p,
.floatright > p {
  border: 1px solid #11111129;
  background: #02a2e514;
  padding: 20px;
}
.content-area blockquote.floatleft {
  float: left;
  margin-right: 30px;
  padding: 40px 40px 00px 0px;
}

.content-area blockquote.floatleft::before,
.content-area blockquote.floatleft::after,
.content-area blockquote.floatright::before,
.content-area blockquote.floatright::after {
  content: "\f10e";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 50px;
}
.content-area blockquote.floatleft::before,
.content-area blockquote.floatright::before {
  top: 26px;
  left: 0;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}

.content-area blockquote.floatleft::after {
  bottom: -7px;
  right: 33px;
  left: inherit;
  -webkit-transform: rotate(-360deg);
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg);
  position: absolute;
}
.content-area blockquote.floatright::after {
  bottom: 9px;
  right: 4px;
  left: inherit;
  -webkit-transform: rotate(-360deg);
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg);
  position: absolute;
}
.content-area blockquote.floatright {
  margin: 0 0 0 30px;
  padding: 45px 0px 20px 0px;
}
.content-area p em {
  color: var(--secondary);
}

.comment-area {
  margin-top: 20px;
  padding: 30px;
  background: var(--bottom-gradient);
}

.logged-in-as {
  grid-column: span 3;
}

.comment-area > span {
  margin: 0;
  padding: 0;
  display: inline-block;
  padding-top: 0;
  font-size: 35px;
  font-weight: bold;
  color: var(--primary);
  z-index: 1;
  position: relative;
  padding-right: 16px;
}

.comment-reply-title {
  font-size: 22px;
  display: none;
  font-weight: 600;
  color: #000;
}

#commentform {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 30px;
}

.comment-notes {
  font-size: 15px;
  display: none;
  color: #000;
}

.comment-form-comment,
.comment-form-author,
.comment-form-email,
.comment-form-url,
.comment-form-cookies-consent {
  margin-top: 21px;
}

#respond p label {
  width: 100%;
  color: #000000bf;
  font-weight: 600;
  font-size: 16px;
}

#respond textarea {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  outline: none;
  padding: 20px;
  margin: 5px 1px 3px 0;
  width: 100%;
  border: none;
  height: 150px;
  font-family: mukta, sans-serif;
  background: #fff;
  resize: none;
  color: #000;
  font-size: 17px;
  border: 1px solid #00000026;
  line-height: 1.8;
}

#respond input[type="text"],
#respond input[type="url"],
#respond input[type="email"] {
  background: #fff;
  height: 45px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  outline: none;
  padding: 3px 20px;
  margin: 5px 1px 3px 0;
  font-family: poppins, sans-serif;
  width: 100%;
  border: none;
  color: #000;
  font-size: 15px;
  border: 1px solid #00000026;
  border-radius: 4px;
}

.comment-form-comment,
.comment-notes,
.comment-form-cookies-consent,
.form-submit {
  grid-column: span 3;
  margin-top: 0;
}

#respond #submit {
  border: none;
  padding: 12px 14px;
  color: #fff;
  font-size: 13px;
  cursor: pointer;
  border-radius: 3px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: "Mukta", sans-serif;
  background: var(--secondary);
  font-weight: 600;
}

#respond #submit:hover {
  opacity: 0.8;
}

.comment-form-cookies-consent {
  display: none;
}

.comments-title {
  font-size: 18px;
  display: none;
  background: #036;
  padding: 14px 23px;
  color: #fff;
  margin: 0;
}

.comment-list {
  margin: 30px 0 30px 0;
  list-style: none;
}

.comment-list > li {
  padding-top: 30px;
  border-top: 1px solid #00000021;
  margin-top: 30px;
}

.comment-list > li:first-child {
  padding-top: 0;
  margin-top: 0;
  border-top: none;
}

.comment-list > li > article {
  position: relative;
}

.form-submit {
  margin-top: 30px;
  margin: 0;
  margin-bottom: 0;
}

.comment-list > li article footer .comment-author,
.comment-metadata {
  position: relative;
  padding-left: 69px;
  color: #000;
}

.fn {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  font-size: 17px;
  color: #000;
  text-transform: capitalize;
}

.comment-list > li article footer .comment-author img {
  position: absolute;
  left: 0;
  top: 0;
  height: 50px;
  width: 50px;
  border-radius: 100%;
}

.comment-list > li article footer time {
  font-size: 14px;
}

.comment-list > li article footer .comment-author a,
.comment-list > li article footer time {
  color: #000;
}

.comment-list > li article .comment-content {
  margin: 0px 0 0 58px;
  padding: 14px 0 0;
  position: relative;
  color: #000;
  font-size: 16px;
  line-height: 1.7;
  /* border-top: 1px solid #15151517; */
}

.comment-list > li article .comment-content p {
  color: #000;
}

.comment-list > li > article .reply {
  position: absolute;
  right: 0;
  top: 0;
}

.reply a {
  font-weight: 700;
  background: var(--primary);
  padding: 5px 9px;
  display: inline-block;
  color: #fff;
  border-radius: 2px;
  font-size: 12px;
  text-transform: uppercase;
}

.comment-list > li ol {
  margin: 0 0 0 50px;
  padding: 0;
  list-style: none;
}

.comment-list > li ol li em {
  display: inline-block;
  margin-top: 20px;
}

.comment-awaiting-moderation {
  display: none;
}


.news-hastag ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.news-hastag ul li {
  display: inline-block;
  margin-left: 10px;
}

.news-hastag a {
  position: relative;
  display: inline-block;
  border: 1px solid #0000008f;
  padding: 7px 18px;
  text-align: center;
  color: #333;
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 13px;
  line-height: 18px;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}

.news-hastag a:hover {
  background: var(--primary);
  color: #fff;
  border-color: var(--primary);
}

.aanya-section .aanya-content{
  background-color: #ecf6fc;
  border-radius: 15px;
}

.aanya-content> a{
  padding: 15px;
  display: block;
}

@media (max-width: 992px) {
  .category-layout {
    flex-direction: column;
  }
  .category-sidebar {
    order: -1;
  }
}
@media (max-width: 768px) {
  .category-hero {
    height: 50vh;
  }
  .mixed-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 480px) {
  .card-thumb .play-btn {
    width: 50px;
    height: 50px;
  }
  .card-body {
    padding: 14px;
  }
  .videos-content iframe {
    height: 300px;
  }
}
/* error-404 section start */
.error-404 .page-title{
  text-align: center;
  font-size: clamp(24px, 3vw, 36px);
  line-height: 1.2;
  margin-bottom: clamp(20px, 3vw, 40px);
}
.error-404 .page-content{
  text-align: center;
}
.error-404 .page-content p{
  line-height: 1.5;
  margin-bottom: clamp(20px, 3vw, 40px);
}
.error-404 .btn{
  margin:  0 auto;
}
/* error-404 section end */

/* search page start */
.no-results .page-title{
  text-align: center;
  padding-bottom: clamp(20px, 3vw, 40px);
}
.no-results .page-content p{
  text-align: center;
  margin-bottom: clamp(20px, 3vw, 40px);
}
.row-news__section .search-form {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
input.search-field {
  padding: 12px 16px;
  border: 2px solid #e2e8f0;
  border-radius: 12px;
  margin-right: 12px;
  cursor: pointer;
  font-size: 1rem;
  transition: all 0.3s ease;
}

input.search-field:focus {
  outline: none;
  border-color: #3b82f6;
  box-shadow: 0 0 0 4px rgba(59, 130, 246, 0.15);
}

input.search-submit {
  background: #253985;                   
  color: white;
  border: none;
  padding: 12px 24px;
  border-radius: 12px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.25s ease;
  box-shadow: 0 4px 12px rgba(59, 130, 246, 0.25);
}

input.search-submit:hover {
  background: #2563eb;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(59, 130, 246, 0.35);
}

input.search-submit:active {
  transform: translateY(0);
}
@media(max-width:374px){
  input.search-submit {
    margin-top: 20px;
  }
}