blockquote,
body,
dd,
dl,
dt,
fieldset,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
html,
iframe,
legend,
li,
ol,
p,
pre,
textarea,
ul {
  margin: 0;
  padding: 0;
  border: 0;
}

html {
  font-family: "Poppins", sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

main {
  display: block;
}

progress {
  vertical-align: baseline;
}

html {
  box-sizing: border-box;
}

*,
::after,
::before {
  box-sizing: inherit;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

:-moz-focusring {
  outline: 1px dotted ButtonText;
}

body,
button,
input,
select,
textarea {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  text-transform: none;
  font-size: 17px;
  line-height: 1.5;
}

p {
  margin-bottom: 1.5em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
}

pre {
  background: rgba(0, 0, 0, 0.05);
  font-family: inherit;
  font-size: inherit;
  line-height: normal;
  margin-bottom: 1.5em;
  padding: 20px;
  overflow: auto;
  max-width: 100%;
}

blockquote {
  border-left: 5px solid rgba(0, 0, 0, 0.05);
  padding: 20px;
  font-size: 1.2em;
  font-style: italic;
  margin: 0 0 1.5em;
  position: relative;
}

blockquote p:last-child {
  margin: 0;
}

table,
td,
th {
  border: 1px solid rgba(0, 0, 0, 0.1);
}

table {
  border-collapse: separate;
  border-spacing: 0;
  border-width: 1px 0 0 1px;
  margin: 0 0 1.5em;
  width: 100%;
}

td,
th {
  padding: 8px;
}

th {
  border-width: 0 1px 1px 0;
}

td {
  border-width: 0 1px 1px 0;
}

hr {
  background-color: rgba(0, 0, 0, 0.1);
  border: 0;
  height: 1px;
  margin-bottom: 40px;
  margin-top: 40px;
}

fieldset {
  padding: 0;
  border: 0;
  min-width: inherit;
}

fieldset legend {
  padding: 0;
  margin-bottom: 1.5em;
}

h1 {
  font-size: 42px;
  margin-bottom: 20px;
  line-height: 1.2em;
  font-weight: 400;
  text-transform: none;
}

h2 {
  font-size: 35px;
  margin-bottom: 20px;
  line-height: 1.2em;
  font-weight: 400;
  text-transform: none;
}

h3 {
  font-size: 29px;
  margin-bottom: 20px;
  line-height: 1.2em;
  font-weight: 400;
  text-transform: none;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 20px;
}

h4,
h5,
h6 {
  margin-bottom: 20px;
}

ol,
ul {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ol,
li > ul {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

b,
strong {
  font-weight: 700;
}

cite,
dfn,
em,
i {
  font-style: italic;
}

address {
  margin: 0 0 1.5em;
}

code,
kbd,
tt,
var {
  font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

ins,
mark {
  text-decoration: none;
}

sub,
sup {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  bottom: 1ex;
}

sub {
  top: 0.5ex;
}

small {
  font-size: 75%;
}

big {
  font-size: 125%;
}

figure {
  margin: 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

th {
  font-weight: 700;
}

img {
  height: auto;
  max-width: 100%;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  background: #55555e;
  color: #fff;
  border: 1px solid transparent;
  cursor: pointer;
  -webkit-appearance: button;
  padding: 10px 20px;
}

input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="url"],
select,
textarea {
  border: 1px solid;
  border-radius: 0;
  padding: 10px 15px;
  max-width: 100%;
}

textarea {
  width: 100%;
}

a,
button,
input {
  transition: color 0.1s ease-in-out, background-color 0.1s ease-in-out;
}

a {
  text-decoration: none;
}

.button,
.wp-block-button .wp-block-button__link {
  padding: 10px 20px;
  display: inline-block;
}

.wp-block-button .wp-block-button__link {
  font-size: inherit;
  line-height: inherit;
}

.using-mouse :focus {
  outline: 0;
}

.using-mouse ::-moz-focus-inner {
  border: 0;
}

.alignleft {
  float: left;
  margin-right: 1.5em;
}

.alignright {
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto;
}

.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
  max-width: 100%;
  height: auto;
}

.no-sidebar .entry-content .alignfull {
  margin-left: calc(-100vw / 2 + 100% / 2);
  margin-right: calc(-100vw / 2 + 100% / 2);
  max-width: 100vw;
  width: auto;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

#primary[tabindex="-1"]:focus {
  outline: 0;
}

.main-navigation {
  z-index: 100;
  padding: 0;
  clear: both;
  display: block;
}

.main-navigation a {
  display: block;
  text-decoration: none;
  font-weight: 400;
  text-transform: none;
  font-size: 15px;
}

.main-navigation ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.main-navigation .main-nav ul li a {
  padding-left: 20px;
  padding-right: 20px;
  line-height: 60px;
}

.inside-navigation {
  position: relative;
}

.main-navigation .inside-navigation {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}

.main-navigation .main-nav > ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.main-navigation li {
  position: relative;
}

.main-navigation .menu-bar-items {
  display: flex;
  align-items: center;
  font-size: 15px;
}

.main-navigation .menu-bar-items a {
  color: inherit;
}

.main-navigation .menu-bar-item {
  position: relative;
}

.main-navigation .menu-bar-item.search-item {
  z-index: 20;
}

.main-navigation .menu-bar-item > a {
  padding-left: 20px;
  padding-right: 0px;
  line-height: 60px;
}

.sidebar .main-navigation .main-nav {
  flex-basis: 100%;
}

.sidebar .main-navigation .main-nav > ul {
  flex-direction: column;
}

.sidebar .main-navigation .menu-bar-items {
  margin: 0 auto;
}

.sidebar .main-navigation .menu-bar-items .search-item {
  order: 10;
}

.nav-align-center .inside-navigation {
  justify-content: center;
}

.nav-align-center .main-nav > ul {
  justify-content: center;
}

.nav-align-right .inside-navigation {
  justify-content: flex-end;
}

.main-navigation ul ul {
  display: block;
  box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1);
  float: left;
  position: absolute;
  left: -99999px;
  opacity: 0;
  z-index: 99999;
  width: 200px;
  text-align: left;
  top: auto;
  transition: opacity 80ms linear;
  transition-delay: 0s;
  pointer-events: none;
  height: 0;
  overflow: hidden;
}

.main-navigation ul ul a {
  display: block;
}

.main-navigation ul ul li {
  width: 100%;
}

.main-navigation .main-nav ul ul li a {
  line-height: normal;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 400;
}

.main-navigation .main-nav ul li.menu-item-has-children > a {
  padding-right: 0;
  position: relative;
  display: flex;
  justify-content: space-between;
}

.main-navigation.sub-menu-left ul ul {
  box-shadow: -1px 1px 0 rgba(0, 0, 0, 0.1);
}

.main-navigation.sub-menu-left .sub-menu {
  right: 0;
}

.main-navigation:not(.toggled) ul li.sfHover > ul,
.main-navigation:not(.toggled) ul li:hover > ul {
  left: auto;
  opacity: 1;
  transition-delay: 150ms;
  pointer-events: auto;
  height: auto;
  overflow: visible;
}

.main-navigation:not(.toggled) ul ul li.sfHover > ul,
.main-navigation:not(.toggled) ul ul li:hover > ul {
  left: 100%;
  top: 0;
}

.main-navigation.sub-menu-left:not(.toggled) ul ul li.sfHover > ul,
.main-navigation.sub-menu-left:not(.toggled) ul ul li:hover > ul {
  right: 100%;
  left: auto;
}

.nav-float-right .main-navigation ul ul ul {
  top: 0;
}

.menu-item-has-children .dropdown-menu-toggle {
  display: inline-block;
  height: 100%;
  clear: both;
  padding-right: 20px;
  padding-left: 10px;
}

.menu-item-has-children ul .dropdown-menu-toggle {
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: -10px;
}

.sidebar .menu-item-has-children .dropdown-menu-toggle,
nav ul ul .menu-item-has-children .dropdown-menu-toggle {
  float: right;
}

.widget-area .main-navigation li {
  float: none;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
}

.sidebar .main-navigation.sub-menu-right ul li.sfHover ul,
.sidebar .main-navigation.sub-menu-right ul li:hover ul {
  top: 0;
  left: 100%;
}

.sidebar .main-navigation.sub-menu-left ul li.sfHover ul,
.sidebar .main-navigation.sub-menu-left ul li:hover ul {
  top: 0;
  right: 100%;
}

.site-main .comment-navigation,
.site-main .post-navigation,
.site-main .posts-navigation {
  margin: 0 0 2em;
  overflow: hidden;
}

.site-main .post-navigation {
  margin-bottom: 0;
}

.paging-navigation .nav-next,
.paging-navigation .nav-previous {
  display: none;
}

.paging-navigation .nav-links > * {
  padding: 0 5px;
}

.paging-navigation .nav-links .current {
  font-weight: 700;
}

.nav-links > :first-child {
  padding-left: 0;
}

.site-header {
  position: relative;
}

.inside-header {
  padding: 20px 0px 10px;
}

.main-title {
  margin: 0;
  font-size: 25px;
  line-height: 1.2em;
  word-wrap: break-word;
  font-weight: 700;
  text-transform: none;
}

.site-description {
  margin: 0;
  line-height: 1.5;
  font-weight: 400;
  text-transform: none;
  font-size: 15px;
}

.site-logo {
  display: inline-block;
  max-width: 100%;
}

.site-header .header-image {
  vertical-align: middle;
  max-width: 200px;
}

.inside-header {
  display: flex;
  align-items: center;
}

.header-widget {
  margin-left: auto;
}

.header-widget p:last-child {
  margin-bottom: 0;
}

.nav-float-right .header-widget {
  margin-left: 20px;
}

.nav-float-right #site-navigation {
  margin-left: auto;
}

.nav-float-left #site-navigation {
  margin-right: auto;
  order: -10;
}

.nav-float-left .header-widget {
  margin-left: 0;
  margin-right: 20px;
  order: -15;
}

.header-aligned-center:not([class*="nav-float-"]) .inside-header {
  justify-content: center;
  flex-direction: column;
  text-align: center;
}

.header-aligned-center:not([class*="nav-float-"]) .header-widget {
  margin-left: auto;
  margin-right: auto;
}

.header-aligned-center:not([class*="nav-float-"])
  .inside-header
  > :not(:first-child) {
  margin-top: 1em;
}

.header-aligned-right:not([class*="nav-float-"]) .inside-header {
  justify-content: flex-end;
}

.header-aligned-right:not([class*="nav-float-"]) .header-widget {
  margin-right: auto;
  margin-left: 0;
  order: -10;
}

.site-branding-container {
  display: inline-flex;
  align-items: center;
  text-align: left;
  flex-shrink: 0;
}

.site-branding-container .site-logo {
  margin-right: 1em;
}

.sticky {
  display: block;
}

.entry-header .gp-icon,
.posted-on .updated {
  display: none;
}

.byline,
.entry-header .cat-links,
.entry-header .comments-link,
.entry-header .tags-links,
.group-blog .byline,
.single .byline {
  display: inline;
}

footer.entry-meta .byline,
footer.entry-meta .posted-on {
  display: block;
}

.entry-content:not(:first-child),
.entry-summary:not(:first-child),
.page-content:not(:first-child) {
  margin-top: 2em;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.archive .format-aside .entry-header,
.archive .format-status .entry-header,
.archive .format-status .entry-meta,
.archive .format-status .entry-title,
.blog .format-aside .entry-header,
.blog .format-status .entry-header,
.blog .format-status .entry-meta,
.blog .format-status .entry-title {
  display: none;
}

.archive .format-aside .entry-content,
.archive .format-status .entry-content,
.blog .format-aside .entry-content,
.blog .format-status .entry-content {
  margin-top: 0;
}

.archive .format-status .entry-content p:last-child,
.blog .format-status .entry-content p:last-child {
  margin-bottom: 0;
}

.entry-header,
.site-content {
  word-wrap: break-word;
}

.entry-title {
  margin-bottom: 0;
}

.author .page-header .page-title {
  display: flex;
  align-items: center;
}

.author .page-header .avatar {
  margin-right: 20px;
}

.page-header .author-info > :last-child,
.page-header > :last-child {
  margin-bottom: 0;
}

.entry-meta {
  font-size: 85%;
  margin-top: 0.5em;
  line-height: 1.5;
}

footer.entry-meta {
  margin-top: 2em;
}

.cat-links,
.comments-link,
.tags-links {
  display: block;
}

.entry-content > p:last-child,
.entry-summary > p:last-child,
.page-content > p:last-child,
.read-more-container,
.taxonomy-description p:last-child {
  margin-bottom: 0;
}

.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
  position: relative;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin: 0 auto 0;
  max-width: 100%;
}

.wp-caption .wp-caption-text {
  font-size: 75%;
  padding-top: 5px;
  opacity: 0.8;
}

.wp-caption img {
  position: relative;
  vertical-align: bottom;
}

.wp-block-image figcaption {
  font-size: 13px;
  text-align: center;
}

.wp-block-gallery,
ul.blocks-gallery-grid {
  margin-left: 0;
}

.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
  background: rgba(255, 255, 255, 0.7);
  color: #000;
  padding: 10px;
  box-sizing: border-box;
}

.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

.site-main .gallery {
  margin-bottom: 1.5em;
}

.gallery-item img {
  vertical-align: bottom;
}

.gallery-icon {
  padding: 5px;
}

embed,
iframe,
object {
  max-width: 100%;
}

.wp-block-post-template {
  margin-left: 0;
}

.widget-area .widget {
  padding: 40px;
}

.widget select {
  max-width: 100%;
}

.footer-widgets .widget :last-child,
.sidebar .widget :last-child {
  margin-bottom: 0;
}

.widget-title {
  margin-bottom: 30px;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 400;
  text-transform: none;
}

.widget ol,
.widget ul {
  margin: 0;
}

.widget .search-field {
  width: 100%;
}

.widget .search-form {
  display: flex;
}

.widget .search-form button.search-submit {
  font-size: 15px;
}

.footer-widgets .widget {
  margin-bottom: 30px;
}

.footer-widgets .widget:last-child,
.sidebar .widget:last-child {
  margin-bottom: 0;
}

.widget ul li {
  list-style-type: none;
  position: relative;
  margin-bottom: 0.5em;
}

.widget ul li ul {
  margin-left: 1em;
  margin-top: 0.5em;
}

.wp-calendar-table {
  table-layout: fixed;
}

.site-content {
  display: flex;
  flex-wrap: wrap;
  /*ADD CSS FOR TRENDING BLOGS -- 02/07/25 HIMANI*/
}

.grid-container {
  margin-left: auto;
  margin-right: auto;
  /* max-width: 1200px; */
}

.page-header,
.sidebar .widget,
.site-main > * {
  margin-bottom: 20px;
}

.both-left .inside-left-sidebar,
.both-right .inside-left-sidebar {
  margin-right: 10px;
}

.both-left .inside-right-sidebar,
.both-right .inside-right-sidebar {
  margin-left: 10px;
  position: sticky;
  top: 10px;
}

.one-container.both-right .site-main,
.one-container.right-sidebar .site-main {
  margin-right: 40px;
}

.one-container.both-left .site-main,
.one-container.left-sidebar .site-main {
  margin-left: 40px;
}

.one-container.both-sidebars .site-main {
  margin: 0 40px 0 40px;
}

.one-container.archive .post:not(:last-child):not(.is-loop-template-item),
.one-container.blog .post:not(:last-child):not(.is-loop-template-item) {
  padding-bottom: 40px;
}

.one-container .site-content {
  padding: 40px;
}

.separate-containers .comments-area,
.separate-containers .inside-article,
.separate-containers .page-header,
.separate-containers .paging-navigation {
  padding: 40px;
}

.separate-containers .site-main {
  margin: 20px;
}

.separate-containers.no-sidebar .site-main {
  margin-left: 0;
  margin-right: 0;
}

.separate-containers.both-right .site-main,
.separate-containers.right-sidebar .site-main {
  margin-left: 0;
}

.separate-containers.both-left .site-main,
.separate-containers.left-sidebar .site-main {
  margin-right: 0;
}

.separate-containers .inside-left-sidebar,
.separate-containers .inside-right-sidebar {
  margin-top: 20px;
  margin-bottom: 20px;
}

.inside-page-header {
  padding: 40px;
}

.widget-area .main-navigation {
  margin-bottom: 20px;
}

.one-container .site-main > :last-child,
.separate-containers .site-main > :last-child {
  margin-bottom: 0;
}

.full-width-content .container.grid-container {
  max-width: 100%;
}

.full-width-content.no-sidebar.separate-containers .site-main {
  margin: 0;
}

.full-width-content.one-container .site-content,
.full-width-content.separate-containers .inside-article {
  padding: 0;
}

.full-width-content .entry-content .alignwide {
  margin-left: 0;
  width: auto;
  max-width: unset;
}

.contained-content.one-container .site-content,
.contained-content.separate-containers .inside-article {
  padding: 0;
}

.sidebar .grid-container {
  max-width: 100%;
  width: 100%;
}

.both-left .is-left-sidebar,
.both-sidebars .is-left-sidebar,
.left-sidebar .sidebar {
  order: -10;
}

.both-left .is-right-sidebar {
  order: -5;
}

.both-right .is-left-sidebar {
  order: 5;
}

.both-right .is-right-sidebar,
.both-sidebars .is-right-sidebar {
  order: 10;
}

.inside-site-info {
  display: flex;
  align-items: center;
  justify-content: center;
  /* padding: 20px 40px; */
  margin-bottom: 20px;
}

.site-info {
  text-align: center;
  font-size: 15px;
}

.post-image:not(:first-child) {
  margin-top: 2em;
}

.featured-image {
  line-height: 0;
}

.separate-containers .featured-image {
  margin-top: 20px;
}

.separate-containers .inside-article > .featured-image {
  margin-top: 20px;
  margin-bottom: 2em;
}

.one-container .inside-article > .featured-image {
  margin-top: 0;
  margin-bottom: 2em;
}

.gp-icon {
  display: inline-flex;
  align-self: center;
}

.gp-icon svg {
  height: 1em;
  width: 1em;
  top: 0.125em;
  position: relative;
  fill: currentColor;
}

.close-search .icon-search svg:first-child,
.icon-menu-bars svg:nth-child(2),
.icon-search svg:nth-child(2),
.toggled .icon-menu-bars svg:first-child {
  display: none;
}

.close-search .icon-search svg:nth-child(2),
.toggled .icon-menu-bars svg:nth-child(2) {
  display: block;
}

.entry-meta .gp-icon {
  margin-right: 0.6em;
  opacity: 0.7;
}

nav.toggled .icon-arrow-left svg {
  transform: rotate(-90deg);
}

nav.toggled .icon-arrow-right svg {
  transform: rotate(90deg);
}

nav.toggled .sfHover > a > .dropdown-menu-toggle .gp-icon svg {
  transform: rotate(180deg);
}

nav.toggled .sfHover > a > .dropdown-menu-toggle .gp-icon.icon-arrow-left svg {
  transform: rotate(-270deg);
}

nav.toggled .sfHover > a > .dropdown-menu-toggle .gp-icon.icon-arrow-right svg {
  transform: rotate(270deg);
}

.container.grid-container {
  width: 100%;
}

.menu-toggle,
.mobile-bar-items,
.sidebar-nav-mobile {
  display: none;
}

.menu-toggle {
  padding: 0 20px;
  line-height: 60px;
  margin: 0;
  font-weight: 400;
  text-transform: none;
  font-size: 15px;
  cursor: pointer;
}

.menu-toggle .mobile-menu {
  padding-left: 3px;
}

.menu-toggle .gp-icon + .mobile-menu {
  padding-left: 9px;
}

.menu-toggle .mobile-menu:empty {
  display: none;
}

button.menu-toggle {
  background-color: transparent;
  flex-grow: 1;
  border: 0;
  text-align: center;
}

button.menu-toggle:active,
button.menu-toggle:focus,
button.menu-toggle:hover {
  background-color: transparent;
}

.has-menu-bar-items button.menu-toggle {
  flex-grow: 0;
}

nav.toggled ul ul.sub-menu {
  width: 100%;
}

.toggled .menu-item-has-children .dropdown-menu-toggle {
  padding-left: 20px;
}

.main-navigation.toggled .main-nav {
  flex-basis: 100%;
  order: 3;
}

.main-navigation.toggled .main-nav > ul {
  display: block;
}

.main-navigation.toggled .main-nav li {
  width: 100%;
  text-align: left;
}

.main-navigation.toggled .main-nav ul ul {
  transition: 0s;
  visibility: hidden;
  box-shadow: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.main-navigation.toggled .main-nav ul ul li:last-child > ul {
  border-bottom: 0;
}

.main-navigation.toggled .main-nav ul ul.toggled-on {
  position: relative;
  top: 0;
  left: auto !important;
  right: auto !important;
  width: 100%;
  pointer-events: auto;
  height: auto;
  opacity: 1;
  display: block;
  visibility: visible;
  float: none;
}

.main-navigation.toggled .menu-item-has-children .dropdown-menu-toggle {
  float: right;
}

.mobile-menu-control-wrapper {
  display: none;
  margin-left: auto;
  align-items: center;
}

.has-inline-mobile-toggle #site-navigation.toggled {
  margin-top: 1.5em;
}

.has-inline-mobile-toggle #site-navigation.has-active-search {
  margin-top: 1.5em;
}

.has-inline-mobile-toggle
  #site-navigation.has-active-search
  .nav-search-active {
  position: relative;
}

.has-inline-mobile-toggle
  #site-navigation.has-active-search
  .navigation-search
  input {
  outline: auto;
}

.nav-float-left .mobile-menu-control-wrapper {
  order: -10;
  margin-left: 0;
  margin-right: auto;
  flex-direction: row-reverse;
}

@media (max-width: 768px) {
  .hide-on-mobile {
    display: none !important;
  }

  a,
  body,
  button,
  input,
  select,
  textarea {
    transition: all 0s ease-in-out;
  }

  .inside-header {
    flex-direction: column;
    text-align: center;
  }

  .site-header .header-widget {
    margin-top: 1.5em;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  .site-content {
    flex-direction: column;
  }

  .container .site-content .content-area {
    width: 100%;
  }

  .is-left-sidebar.sidebar,
  .is-right-sidebar.sidebar {
    width: auto;
    order: initial;
  }

  .is-left-sidebar + .is-right-sidebar .inside-right-sidebar {
    margin-top: 0;
  }

  .both-left .inside-left-sidebar,
  .both-left .inside-right-sidebar,
  .both-right .inside-left-sidebar,
  .both-right .inside-right-sidebar {
    margin-right: 0;
    margin-left: 0;
  }

  #main {
    margin-left: 0;
    margin-right: 0;
  }

  body:not(.no-sidebar) #main {
    margin-bottom: 0;
  }

  .alignleft,
  .alignright {
    float: none;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .comment .children {
    padding-left: 10px;
    margin-left: 0;
  }

  .entry-meta {
    font-size: inherit;
  }

  .entry-meta a {
    line-height: 1.8em;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .hide-on-tablet {
    display: none !important;
  }
}

@media (min-width: 1025px) {
  .hide-on-desktop {
    display: none !important;
  }
}

/**************************************************************************************************
*************************** CSS ADDEDD FOR NAVBAR 30/06/2025 by Pritesh ***************************
**************************************************************************************************/

/* .site-content {
    padding-top: 80px;
} */

.grid-container {
  max-width: 1400px;
  padding: 0 15px !important;
}

.main-navigation ul ul {
  box-shadow: 0px 10px 10px 2px rgba(0, 0, 0, 0.15);
  border-bottom: 3px solid #ec1d3c;
  padding-bottom: 20px;
}

.main-navigation .main-nav ul ul li a {
  padding: 16px 20px 0;
}

.main-navigation .inside-navigation {
  height: 50px;
  align-items: flex-start;
  padding: 0 15px !important;
}

.main-navigation a {
  font-size: 16px;
  font-weight: 600;
}

.main-navigation .main-nav ul li a {
  line-height: 50px;
  padding-left: 15px;
  padding-right: 15px;
}

.main-navigation .main-nav > ul > li:first-child > a {
  padding-left: 0;
}

.main-navigation .main-nav ul li:not([class*="current-menu-"]):hover > a,
.main-navigation .main-nav ul li:not([class*="current-menu-"]):focus > a,
.main-navigation .main-nav ul li.sfHover:not([class*="current-menu-"]) > a,
.main-navigation .menu-bar-item:hover > a,
.main-navigation .menu-bar-item.sfHover > a {
  color: #ec1d3c !important;
}

.main-navigation .main-nav ul li[class*="current-menu-"] > a {
  color: #ec1d3c !important;
}

.menu-item-has-children .dropdown-menu-toggle {
  padding-right: 15px;
}

.main-navigation .menu-bar-item > a {
  line-height: 50px;
}

/**************************************************************************************************
*************************** NEW CSS ADDEDD FOR NAVBAR 10/07/2025 by Pritesh ***************************
**************************************************************************************************/

.inside-header {
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 8px;
  padding-top: 10px !important;
}

.nav-float-right #site-navigation {
  width: 100%;
  margin-left: 0;
  order: 3;
}

.main-navigation .inside-navigation {
  height: 50px;
  align-items: center;
  padding: 0 !important;
}

.site-main article {
  width: 100%;
}

/***************************************************************************************************************
*************************** CSS ADDEDD FOR HOME PAGE BLOG CARD 01/07/2025 by Pritesh ***************************
***************************************************************************************************************/

/* MAIN BLOG SECTION CSS */

.site-main {
  display: flex;
  column-gap: 20px;
  flex-wrap: wrap;
  align-items: stretch;
}

/*BLOG CARD CSS */
.site-main article.hp_main_blog_card {
  width: calc((100% / 2) - 10px);
}

.site-main article.hp_main_blog_card .inside-article {
  display: flex;
  flex-direction: column;
  padding: 16px;
  margin-bottom: 0;
  border-radius: 20px;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.06);
  height: 100%;
}

/*BLOG CARD IMAGE CSS */

.site-main article.hp_main_blog_card .inside-article .post-image {
  margin: 0;
  height: 260px;
}

.site-main article.hp_main_blog_card .inside-article .post-image > a {
  height: 100%;
  min-height: 260px;
  display: flex;
  object-fit: cover;
  overflow: hidden;
  border-radius: 10px;
}

.site-main article.hp_main_blog_card .inside-article .post-image > a > img {
  border-radius: 10px;
  transform: scale(1);
  transition: all 0.4s ease-in-out;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.site-main
  article.hp_main_blog_card
  .inside-article
  .post-image:hover
  > a
  > img {
  transform: scale(1.05);
}

.site-main article.hp_main_blog_card .inside-article .custom-card-body {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.site-main
  article.hp_main_blog_card
  .inside-article
  .custom-card-body
  .custom-card-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/*BLOG CARD HEADER TITLE CSS */

.site-main article.hp_main_blog_card .inside-article .entry-header {
  padding: 20px 0px 0;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.site-main
  article.hp_main_blog_card
  .inside-article
  .entry-header
  .entry-title {
  min-height: 60px;
  height: 100%;
}

.site-main
  article.hp_main_blog_card
  .inside-article
  .entry-header
  .entry-title
  > a {
  font-size: 20px;
  line-height: 28px;
  display: block;
  font-weight: 700;
  color: #000;
  transition: all 0.4s ease-in-out;
  height: 100%;
}

.site-main
  article.hp_main_blog_card
  .inside-article
  .entry-header
  .entry-title
  > a:hover {
  color: #ec1d3c !important;
}

/*BLOG CARD HEADER AUTHOR CSS */

.site-main article.hp_main_blog_card .inside-article .entry-header .entry-meta {
  padding: 0 0 10px;
  margin: 0;
}

.site-main
  article.hp_main_blog_card
  .inside-article
  .entry-header
  .entry-meta
  .posted-on {
  font-size: 13px;
  font-weight: 400;
  padding-right: 10px;
}

.site-main
  article.hp_main_blog_card
  .inside-article
  .entry-header
  .entry-meta
  .byline {
  font-size: 14px;
  font-weight: 600;
}

.site-main
  article.hp_main_blog_card
  .inside-article
  .entry-header
  .entry-meta
  .byline
  .author
  > a {
  color: #ec1d3c !important;
}

/*BLOG CARD DESCRIPTION CSS */

.site-main article.hp_main_blog_card .inside-article .entry-summary {
  padding: 0 0px 24px;
  margin-top: 16px;
  position: relative;
}

.site-main article.hp_main_blog_card .inside-article .entry-summary > p {
  font-size: 15px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 5;
}

.site-main article.hp_main_blog_card .inside-article .entry-summary > p > a {
  color: #ec1d3c !important;
  transition: all 0.4s ease-in-out;
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 15px;
  font-weight: 500;
}

.site-main
  article.hp_main_blog_card
  .inside-article
  .entry-summary
  > p
  > a:hover {
  color: #000 !important;
}

/*BLOG CARD FOOTER CSS */

.site-main article.hp_main_blog_card .inside-article footer.entry-meta {
  padding: 0;
  margin-top: 16px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.site-main article.hp_main_blog_card .inside-article footer.entry-meta span a {
  font-size: 14px;
  font-weight: 500;
  color: #000;
  text-decoration: none;
  transition: all 0.4s ease-in-out;
}

.site-main
  article.hp_main_blog_card
  .inside-article
  footer.entry-meta
  span
  a:hover {
  color: #ec1d3c;
}

/***************************************************************************************************************
**************************** CSS ADDEDD FOR HOME PAGE SIDEBAR 01/07/2025 by Pritesh ****************************
***************************************************************************************************************/

/* Added Css For rigth sidebar sticky 09/07/25 Pritesh */

.separate-containers .inside-right-sidebar {
  position: sticky;
  position: -webkit-sticky;
  top: 0;
}

/* Added Css For rigth sidebar sticky 09/07/25 Pritesh */

.widget-area .inside-right-sidebar .widget {
  padding: 30px 20px;
  margin-bottom: 30px;
  border-radius: 20px;
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.04);
}

.widget-area .inside-right-sidebar .widget .widget-title {
  font-size: 20px;
  font-weight: 500;
  color: #ec1d3c;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.widget-area .inside-right-sidebar .widget header + br {
  display: none;
}

.widget-area .inside-right-sidebar .widget header strong {
  font-weight: 500;
}

.widget-area .inside-right-sidebar .widget.custom_categories_widget ul {
  display: flex;
  flex-direction: column;
}

.widget-area .inside-right-sidebar .widget.custom_categories_widget ul li {
  margin: 0;
  padding-bottom: 10px;
}

.widget-area
  .inside-right-sidebar
  .widget.custom_categories_widget
  ul
  li:last-child {
  padding-bottom: 0;
}

.widget-area .inside-right-sidebar .widget.custom_categories_widget ul li > a {
  color: #000;
  text-decoration: none;
  font-size: 14px;
  position: relative;
  padding-left: 20px;
  display: inline-block;
  transition: all 0.4s ease-in-out;
}

.widget-area
  .inside-right-sidebar
  .widget.custom_categories_widget
  ul
  li
  > a::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border-width: 2px 2px 0 0;
  border-style: solid;
  display: inline-block;
  transform: rotate(45deg);
  top: 8px;
  left: 0;
  margin: auto;
  border-color: #000;
  transition: all 300ms ease-in-out;
}

.widget-area
  .inside-right-sidebar
  .widget.custom_categories_widget
  ul
  li:hover
  > a {
  color: #ec1d3c;
}

.widget-area
  .inside-right-sidebar
  .widget.custom_categories_widget
  ul
  li:hover
  > a::before {
  border-color: #ec1d3c;
}

.widget-area .inside-right-sidebar .widget .custom-html-widget br {
  display: none;
}

.widget-area .inside-right-sidebar .widget .custom-html-widget {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.widget-area .inside-right-sidebar .widget .custom-html-widget > a {
  font-size: 14px;
  line-height: normal;
  font-weight: 400;
  color: #000;
  text-decoration: none;
  transition: all 0.4s ease-in-out;
  position: relative;
  padding-left: 0;
}

.widget-area .inside-right-sidebar .widget .custom-html-widget > a::before {
  position: absolute;
  content: "";
  width: 4px;
  height: 70%;
  background-color: #ec1d3c;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease-in-out;
}

.widget-area .inside-right-sidebar .widget .custom-html-widget > a:hover {
  padding-left: 10px;
}

.widget-area
  .inside-right-sidebar
  .widget
  .custom-html-widget
  > a:hover::before {
  opacity: 1;
  visibility: visible;
}

/* GLOBAL TITLE CSS */
.global-title {
  font-size: 30px;
  font-weight: 500;
  color: #ec1d3c;
  text-transform: uppercase;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
}

.global-title:after {
  content: "";
  background: #ec1d48;
  width: 100px;
  height: 4px;
  transform: skewX(50deg);
}

.global-title:before {
  content: "";
  background: #ec1d48;
  width: 100px;
  height: 4px;
  transform: skewX(-50deg);
}

/* TRENDING BLOGS SIDEBAR CSS --- 02/07/25 HIMANI */
.widget-area .inside-right-sidebar .widget ul.wpp-list li {
  display: flex;
  background: #fff;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.06);
  border-radius: 10px;
  padding: 10px;
  margin: 10px 0;
}

.widget-area .inside-right-sidebar .widget ul.wpp-list li:last-child {
  margin-bottom: 0;
}

.widget-area .inside-right-sidebar .widget ul.wpp-list li a:first-child {
  flex: 0 0 auto;
  max-width: 118px;
  padding-right: 16px;
}

.widget-area .inside-right-sidebar .widget ul.wpp-list li .wpp-post-title {
  font-size: 15px;
  color: #000;
  width: 100%;
}

.widget-area
  .inside-right-sidebar
  .widget
  ul.wpp-list
  li
  a:first-child
  .wpp-thumbnail {
  border-radius: 10px;
}

.trending-blog-sec {
  padding: 80px 0 40px;
  width: 100%;
}

.trending-blog-sec .wpp-list {
  display: grid;
  margin: 0;
  gap: 16px;
  width: 100%;
  grid-template-columns: auto auto;
  position: relative;
}

.trending-blog-sec .wpp-list li:first-child {
  /* position: absolute;
    left: 0;
    bottom: 0;
    top: 0; */
  grid-column: 1;
  grid-row: 1 / span 4;
  display: flex;
  margin-left: 0;
  flex-direction: column;
  gap: 30px;
  min-width: 650px;
  max-width: 650px;
}

.trending-blog-sec .wpp-list li:first-child > a {
  height: 100%;
  position: relative;
}

.trending-blog-sec .wpp-list li:first-child > a img {
  height: 100%;
  width: 100%;
  max-height: 100%;
  max-width: 100%;
}

.trending-blog-sec .wpp-list li:first-child > a:first-child:after {
  content: "";
  background: linear-gradient(0deg, rgb(0 0 0 / 70%), transparent);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 10px;
}

.trending-blog-sec .wpp-list li:first-child .wpp-post-title {
  font-size: 24px;
  color: #fff;
  font-weight: 600;
  position: absolute;
  left: 40px;
  bottom: 40px;
  right: 40px;
  height: auto;
}

.trending-blog-sec .wpp-list li:first-child .wpp-meta.post-stats {
  display: none;
}

.trending-blog-sec .wpp-list li {
  overflow: hidden;
  float: none;
  clear: both;
  margin-bottom: 1rem;
  background-color: #fff;
  padding: 17px;
  border-radius: 10px;
  position: relative;
  /* width: 49%; */
  margin: 0;
  /* margin-left: calc(49% + 16px); */
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.04);
}

.trending-blog-sec .wpp-list li:first-child:after {
  content: "TRENDING";
  font-size: 10px;
  background: #ec1d3c;
  position: absolute;
  top: 25px;
  left: 25px;
  z-index: 99;
  color: #fff;
  font-weight: 500;
  padding: 3px 10px;
  border-radius: 4px;
}

.trending-blog-sec .wpp-list li img {
  border-radius: 10px;
  max-height: 75px;
  max-width: 100px;
}

.trending-blog-sec .wpp-list li .wpp-post-title {
  color: #000;
  font-size: 16px;
}

.trending-blog-sec .wpp-list li .wpp-post-title:hover {
  text-decoration: none;
  color: #ec1d3c;
}

.trending-blog-sec .wpp-meta {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 5px;
  color: #ec1d3c;
}

.trending-blog-sec .wpp-meta .wpp-date,
.trending-blog-sec .wpp-meta .wpp-views {
  color: rgb(0 0 0 / 50%);
  display: flex;
  align-items: center;
  font-size: 14px;
}

.trending-blog-sec .wpp-meta .wpp-date:before {
  content: "";
  background-image: url("https://www.guestcanpost.com/wp-content/uploads/2025/07/calendar-days-solid.png");
  background-repeat: no-repeat;
  background-size: 12px 12px;
  width: 12px;
  height: 12px;
  margin-right: 7px;
  display: inline-block;
  margin-top: -2px;
  filter: invert(24%) sepia(57%) saturate(7499%) hue-rotate(341deg)
    brightness(95%) contrast(95%);
}

.trending-blog-sec .wpp-meta .wpp-views:before {
  content: "";
  background-image: url("https://www.guestcanpost.com/wp-content/uploads/2025/07/heart-solid.png");
  background-repeat: no-repeat;
  background-size: 12px 12px;
  width: 12px;
  height: 12px;
  margin-right: 7px;
  margin-top: -2px;
  display: inline-block;
  filter: invert(24%) sepia(57%) saturate(7499%) hue-rotate(341deg)
    brightness(95%) contrast(95%);
}

/* BEST LINKS FOR BLOGGERS CSS --- 03/07/25 HIMANI */

.widget-area
  .inside-right-sidebar
  .widget
  .custom-html-widget.custom_blogger_links
  a {
  border: 1px solid red;
  padding: 5px 10px;
  border-radius: 4px;
}

.widget-area
  .inside-right-sidebar
  .widget
  .custom-html-widget.custom_blogger_links
  a::before {
  display: none;
}

.widget-area
  .inside-right-sidebar
  .widget
  .custom-html-widget.custom_blogger_links {
  flex-direction: revert;
  flex-wrap: wrap;
  gap: 6px;
}

/* BEST SERVICE WEBSITES SIDEBAR CSS --- 02/07/25 HIMANI */
/* background: transparent; */
.widget-area .inside-right-sidebar .widget .custom_service_websites > a {
  padding-left: 16px;
}

.widget-area .inside-right-sidebar .widget .custom_service_websites > a:hover {
  padding-left: 16px;
}

.widget-area
  .inside-right-sidebar
  .widget
  .custom_service_websites
  > a::before {
  opacity: 1;
  visibility: visible;
  width: 7px;
  height: 7px;
  line-height: 10px;
  top: 7px;
  margin: unset;
}

/* POPULAR CATEGORY SECTION --- 04/07/25 HIMANI */
.popular-cat-sec {
  width: 100%;
  padding: 80px 0 60px;
  margin-top: 40px;
  border-top: 1px solid rgb(0, 0, 0, 0.1);
}

.popular-cat-sec .popular-cat-title-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
}

.popular-cat-sec .popular-cat-subtitle {
  gap: 10px;
  font-size: 16px;
  color: #fff;
  background-color: #000;
  font-weight: 500;
  padding: 5px 16px;
  border-radius: 20px;
  display: flex;
  align-items: center;
}

.popular-cat-sec .popular-cat-subtitle .popular-cat-subtitle-dot {
  font-size: 30px;
  line-height: 100%;
  font-weight: 400;
}

.popular-cat-sec .popular-cat-content {
  font-size: 16px;
  color: rgb(0 0 0 / 70%);
  font-weight: 400;
  text-align: center;
  line-height: 30px;
  margin-top: -20px;
}

.popular-cat-menu {
  margin-top: 34px;
}

.popular-cat-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  gap: 10px;
  max-width: 1100px;
  margin: auto;
  flex-wrap: wrap;
  justify-content: center;
}

.popular-cat-menu ul li a {
  display: inline-block;
  color: #ec1d3c;
  letter-spacing: 0.44px;
  padding: 8px 24px;
  text-decoration: none;
  transition: 0.5s all;
  background: rgb(236, 29, 60, 0.1);
  border: 1px solid #ec1d3c;
  border-radius: 20px;
  font-size: 14px;
}

.popular-cat-menu ul li a:hover {
  background-color: #ec1d3c;
  color: #fff;
}

.popular-cat-menu ul li a.active {
  background-color: #ec1d3c;
  color: #fff;
}

/* .popular-cat-box {
    display: none;
} */

.popular-cat-row {
  width: 100%;
}

.popular-cat-main-box {
  margin-top: 40px;
}

.popular-post-row {
  display: flex;
  gap: 20px;
}

.popular-post-row .popular-post-box {
  background: #fff;
  border-radius: 20px;
  padding: 16px;
  box-shadow: 0 8px 10px 0 rgba(0, 0, 0, 0.06);
  text-decoration: none;
}

.popular-post-row .slick-slide {
  padding: 16px;
  transform: scale(0.9);
  margin-bottom: 20px;
}

.popular-post-row .slick-slide.slick-current.slick-active.slick-center {
  transform: scale(1.1);
}

.popular-post-row .slick-prev.slick-arrow {
  font-size: 0;
  background: #ec1d3c;
  width: 35px;
  height: 35px;
  position: absolute;
  padding: 0;
  border-radius: 100%;
  top: 0;
  bottom: 20px;
  margin: auto;
  left: 20px;
  z-index: 9;
}

.popular-post-row .slick-prev.slick-arrow:after {
  content: "";
  position: absolute;
  left: 4px;
  right: 0;
  border-radius: 2px;
  top: 0;
  bottom: 0;
  position: absolute;
  width: 11px;
  height: 11px;
  border-width: 3px 3px 0 0;
  border-style: solid;
  display: inline-block;
  transform: rotate(-135deg);
  border-color: #fff;
  margin: auto;
  transition: all 300ms ease-in-out;
}

.popular-post-row .slick-next.slick-arrow {
  font-size: 0;
  background: #ec1d3c;
  width: 35px;
  height: 35px;
  position: absolute;
  padding: 0;
  border-radius: 100%;
  top: 0;
  bottom: 20px;
  margin: auto;
  right: 20px;
  z-index: 9;
}

.popular-post-row .slick-next.slick-arrow:after {
  content: "";
  position: absolute;
  right: 4px;
  left: 0;
  border-radius: 2px;
  top: 0;
  bottom: 0;
  position: absolute;
  width: 11px;
  height: 11px;
  border-width: 3px 3px 0 0;
  border-style: solid;
  display: inline-block;
  transform: rotate(45deg);
  border-color: #fff;
  margin: auto;
  transition: all 300ms ease-in-out;
}

.popular-post-row .popular-post-box .popular-post-image {
  border-radius: 10px;
  max-height: 230px;
}

.popular-post-row .popular-post-box .popular-post-title {
  color: #000;
  padding-top: 20px;
  display: inline-block;
  font-size: 17px;
  line-height: 24px;
}

.popular-cat-sec .wpp-meta {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 5px;
  color: #ec1d3c;
}

.popular-cat-sec .wpp-meta .wpp-date,
.popular-cat-sec .wpp-meta .wpp-views {
  color: rgb(0 0 0 / 50%);
  display: flex;
  align-items: center;
  font-size: 14px;
}

.popular-cat-sec .wpp-meta .wpp-date:before {
  content: "";
  background-image: url("https://www.guestcanpost.com/wp-content/uploads/2025/07/calendar-days-solid.png");
  background-repeat: no-repeat;
  background-size: 12px 12px;
  width: 12px;
  height: 12px;
  margin-right: 7px;
  display: inline-block;
  margin-top: -2px;
  filter: invert(24%) sepia(57%) saturate(7499%) hue-rotate(341deg)
    brightness(95%) contrast(95%);
}

.popular-cat-sec .wpp-meta .wpp-views:before {
  content: "";
  background-image: url("https://www.guestcanpost.com/wp-content/uploads/2025/07/heart-solid.png");
  background-repeat: no-repeat;
  background-size: 12px 12px;
  width: 12px;
  height: 12px;
  margin-right: 7px;
  margin-top: -2px;
  display: inline-block;
  filter: invert(24%) sepia(57%) saturate(7499%) hue-rotate(341deg)
    brightness(95%) contrast(95%);
}

/***************************************************************************************************************
************************** CSS ADDEDD FOR HOME PAGE PAGINAATION 02/07/2025 by Pritesh **************************
***************************************************************************************************************/

.paging-navigation {
  width: 100%;
  display: flex;
  justify-content: center;
  background-color: transparent !important;
}

.paging-navigation .nav-links {
  display: flex;
  align-items: center;
  gap: 10px;
}

.paging-navigation .nav-links .page-numbers {
  padding: 5px 8px;
  background-color: #ec1d3c;
  width: auto;
  min-width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  line-height: normal;
  color: #fff;
  border-radius: 5px;
  text-decoration: none;
  transition: all 0.4s ease-in-out;
  box-shadow: 0 8px 10px 0 rgba(0, 0, 0, 0.05);
}

.paging-navigation .nav-links .page-numbers:hover {
  background-color: #000;
  box-shadow: 0 8px 8px 0 rgba(0, 0, 0, 0.15);
}

.paging-navigation .nav-links .page-numbers.current {
  background-color: #000;
  box-shadow: 0 8px 8px 0 rgba(0, 0, 0, 0.15);
}

.paging-navigation .nav-links .page-numbers.dots,
.paging-navigation .nav-links .page-numbers.next,
.paging-navigation .nav-links .page-numbers.prev {
  width: unset;
  height: unset;
  background-color: transparent;
  color: #000;
  box-shadow: none;
}

.paging-navigation .nav-links .page-numbers.next,
.paging-navigation .nav-links .page-numbers.prev {
  font-size: 0;
  min-width: 30px;
  height: 30px;
}

.paging-navigation .nav-links .page-numbers.next > span,
.paging-navigation .nav-links .page-numbers.prev > span {
  border-width: 3px 3px 0 0;
  border-style: solid;
  border-color: #000;
  width: 13px;
  height: 13px;
  display: flex;
  transform: rotate(45deg);
  transition: all 0.4s ease-in-out;
}

.paging-navigation .nav-links .page-numbers.prev > span {
  transform: rotate(-135deg);
}

.paging-navigation .nav-links .page-numbers.next > span:hover,
.paging-navigation .nav-links .page-numbers.prev > span:hover {
  border-color: #ec1d3c;
}

/* FOOTER CSS LINK  */

.copyright-bar a {
  color: #ec1d3c;
}

.site-footer .footer-widgets .footer-widgets-container {
  border-bottom: 1px solid rgb(0 0 0 / 10%);
  padding-bottom: 30px !important;
  margin-bottom: 20px;
}

.site-footer .footer-widgets-container .inside-footer-widgets {
  padding-left: 0;
  justify-content: space-between;
}

.site-footer .footer-widgets-container .inside-footer-widgets .footer-widget-1 {
  width: 30%;
}

.site-footer .footer-widgets-container .inside-footer-widgets .footer-widget-2 {
  order: 3;
}

.site-footer .footer-widgets-container .inside-footer-widgets .footer-widget-3 {
  width: 20%;
}

.site-footer .footer-widgets-container .inside-footer-widgets .footer-widget-4 {
  display: none;
}

.site-footer .footer-widgets-container .inside-footer-widgets .footer-title {
  font-size: 24px;
  font-weight: 500;
  color: #ec1d3c;
  text-transform: uppercase;
  margin-bottom: 20px;
  display: inline-block;
}

.site-footer
  .footer-widgets-container
  .inside-footer-widgets
  .footer-disclaimer-text {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.site-footer
  .footer-widgets-container
  .inside-footer-widgets
  .footer-disclaimer-text
  a {
  color: #ec1d3c;
}

.site-footer
  .footer-widgets-container
  .inside-footer-widgets
  .footer-getintouch-wrapper {
  display: flex;
  gap: 10px;
  align-items: center;
}

.site-footer .inside-footer-widgets > div {
  flex: unset;
}

.site-footer .footer-widgets,
.site-footer .site-info {
  background-color: transparent;
}

.site-footer
  .footer-widgets-container
  .inside-footer-widgets
  .footer-quicklinks-wrapper {
  display: flex;
  gap: 10px;
  flex-direction: column;
}

.site-footer
  .footer-widgets-container
  .inside-footer-widgets
  .footer-quicklinks-wrapper
  a {
  color: #000;
  font-size: 14px;
  text-transform: capitalize;
}

.site-footer
  .footer-widgets-container
  .inside-footer-widgets
  .footer-quicklinks-wrapper
  a:hover {
  color: #ec1d3c;
}

.site-footer
  .footer-widgets-container
  .inside-footer-widgets
  .footer-certification-wrapper {
  display: flex;
  gap: 20px;
  padding-top: 20px;
}

/***************************************************************************************************************
************************** CSS ADDEDD FOR FOOTER 10/07/2025 by Pritesh **************************
***************************************************************************************************************/

.site-footer .footer-widgets-container .inside-footer-widgets {
  margin-left: 0px;
}

.site-footer
  .footer-widgets-container
  .inside-footer-widgets
  .footer-widget-1
  .widget.inner-padding {
  padding-left: 0 !important;
}

/***************************************************************************************************************
**************************** CSS ADDEDD FOR LATEST BLOG PAGE 11/07/2025 by Pritesh *****************************
***************************************************************************************************************/

.custom-article {
  width: 100%;
}

.custom-article .inside-article {
  background-color: transparent !important;
  padding: 60px 0 0;
}

/* CUSTOM TITLE CSS */
.custom-article .inside-article .entry-header .entry-title {
  font-size: 30px;
  font-weight: 500;
  color: #ec1d3c;
  text-transform: uppercase;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
}

.custom-article .inside-article .entry-header .entry-title:after {
  content: "";
  background: #ec1d48;
  width: 100px;
  height: 4px;
  transform: skewX(50deg);
}

.custom-article .inside-article .entry-header .entry-title:before {
  content: "";
  background: #ec1d48;
  width: 100px;
  height: 4px;
  transform: skewX(-50deg);
}

/* LATEST POST BLOG LIST START 11-07-2025 Pritesh */

.latest-post-wrapper .wpp-list,
.popular-post-wrapper .wpp-list,
.trending-post-wrapper .wpp-list {
  margin: 0;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.latest-post-wrapper .wpp-list .latest-post-card,
.popular-post-wrapper .wpp-list .popular-post-card,
.trending-post-wrapper .wpp-list .trending-post-card {
  display: flex;
  flex-direction: column;
  width: calc((100% / 2) - 10px);
  height: auto;
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0 0px 0px 2px rgba(0, 0, 0, 0.02);
  transition: all 0.4s ease-in-out;
  padding: 16px;
}

.latest-post-wrapper .wpp-list .latest-post-card:hover,
.popular-post-wrapper .wpp-list .popular-post-card:hover,
.trending-post-wrapper .wpp-list .trending-post-card {
  box-shadow: 4px 4px 7px 2px rgba(0, 0, 0, 0.07);
  border-color: transparent;
}

.latest-post-wrapper .wpp-list .latest-post-card .lp-card-img-wrapper,
.popular-post-wrapper .wpp-list .popular-post-card .pp-card-img-wrapper,
.trending-post-wrapper .wpp-list .trending-post-card .tp-card-img-wrapper {
  width: 100%;
  max-height: 230px;
  min-height: 230px;
  border-radius: 10px;
  position: relative;
}

.latest-post-wrapper .wpp-list .latest-post-card .lp-card-img-wrapper a::before,
.popular-post-wrapper
  .wpp-list
  .popular-post-card
  .pp-card-img-wrapper
  a::before,
.trending-post-wrapper
  .wpp-list
  .trending-post-card
  .tp-card-img-wrapper
  a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0;
  z-index: 1;
  border-radius: 10px;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
}

.latest-post-wrapper
  .wpp-list
  .latest-post-card:hover
  .lp-card-img-wrapper
  a::before,
.popular-post-wrapper
  .wpp-list
  .popular-post-card:hover
  .pp-card-img-wrapper
  a::before,
.trending-post-wrapper
  .wpp-list
  .trending-post-card:hover
  .tp-card-img-wrapper
  a::before {
  opacity: 0.2;
  visibility: visible;
}

.latest-post-wrapper .wpp-list .latest-post-card .lp-card-img-wrapper a,
.popular-post-wrapper .wpp-list .popular-post-card .pp-card-img-wrapper a,
.trending-post-wrapper .wpp-list .trending-post-card .tp-card-img-wrapper a {
  width: 100%;
  height: 100%;
  display: flex;
  border-radius: 10px;
}

.latest-post-wrapper .wpp-list .latest-post-card .lp-card-img-wrapper a img,
.popular-post-wrapper .wpp-list .popular-post-card .pp-card-img-wrapper a img,
.trending-post-wrapper
  .wpp-list
  .trending-post-card
  .tp-card-img-wrapper
  a
  img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin: 0;
  border-radius: 10px;
}

.latest-post-wrapper .wpp-list .latest-post-card .lp-card-body-wrapper,
.popular-post-wrapper .wpp-list .popular-post-card .pp-card-body-wrapper,
.trending-post-wrapper .wpp-list .trending-post-card .tp-card-body-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
  gap: 16px;
  padding-top: 16px;
}

.latest-post-wrapper
  .wpp-list
  .latest-post-card
  .lp-card-body-wrapper
  .lp-card-title-wrapper,
.popular-post-wrapper
  .wpp-list
  .popular-post-card
  .pp-card-body-wrapper
  .pp-card-title-wrapper,
.trending-post-wrapper
  .wpp-list
  .trending-post-card
  .tp-card-body-wrapper
  .tp-card-title-wrapper {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.latest-post-wrapper
  .wpp-list
  .latest-post-card
  .lp-card-body-wrapper
  .lp-card-title-wrapper
  .lp-card-author-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
}

.latest-post-wrapper
  .wpp-list
  .latest-post-card
  .lp-card-body-wrapper
  .lp-card-title-wrapper
  .lp-card-author-wrapper
  p {
  margin: 0;
  color: #ec1d3c;
}

.latest-post-wrapper
  .wpp-list
  .latest-post-card
  .lp-card-body-wrapper
  .lp-card-title-wrapper
  .lp-card-author-wrapper
  .author,
.latest-post-wrapper
  .wpp-list
  .latest-post-card
  .lp-card-body-wrapper
  .lp-card-title-wrapper
  .lp-card-author-wrapper
  .date {
  display: flex;
  align-items: center;
  gap: 6px;
}

.latest-post-wrapper
  .wpp-list
  .latest-post-card
  .lp-card-body-wrapper
  .lp-card-title-wrapper
  .lp-card-author-wrapper
  .author
  .fa-user-alt {
  font-size: 14px;
  color: #ec1d3c;
}

.latest-post-wrapper
  .wpp-list
  .latest-post-card
  .lp-card-body-wrapper
  .lp-card-title-wrapper
  .lp-card-author-wrapper
  .author
  a {
  font-size: 12px;
  line-height: normal;
  color: #666;
  text-decoration: none;
  transition: all 0.4s ease-in-out;
}

.latest-post-wrapper
  .wpp-list
  .latest-post-card
  .lp-card-body-wrapper
  .lp-card-title-wrapper
  .lp-card-author-wrapper
  .author
  a:hover {
  color: #666;
  text-decoration: underline;
}

.latest-post-wrapper
  .wpp-list
  .latest-post-card
  .lp-card-body-wrapper
  .lp-card-title-wrapper
  .lp-card-author-wrapper
  .date
  .fa-calendar-day {
  font-size: 14px;
  color: #ec1d3c;
}

.latest-post-wrapper
  .wpp-list
  .latest-post-card
  .lp-card-body-wrapper
  .lp-card-title-wrapper
  .lp-card-author-wrapper
  .date {
  font-size: 12px;
  line-height: normal;
  color: #666;
  line-height: 12px;
}

.latest-post-wrapper .wpp-list .latest-post-card .lp-card-body-wrapper h3,
.popular-post-wrapper .wpp-list .popular-post-card .pp-card-body-wrapper h3,
.trending-post-wrapper .wpp-list .trending-post-card .tp-card-body-wrapper h3 {
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 0;
  font-weight: 600;
}

.latest-post-wrapper
  .wpp-list
  .latest-post-card
  .lp-card-body-wrapper
  h3
  .wpp-post-title,
.popular-post-wrapper
  .wpp-list
  .popular-post-card
  .pp-card-body-wrapper
  h3
  .wpp-post-title,
.trending-post-wrapper
  .wpp-list
  .trending-post-card
  .tp-card-body-wrapper
  h3
  .wpp-post-title {
  text-decoration: none;
  color: #000;
  transition: all 0.4s ease-in-out;
}

.latest-post-wrapper
  .wpp-list
  .latest-post-card
  .lp-card-body-wrapper
  h3
  .wpp-post-title:hover,
.popular-post-wrapper
  .wpp-list
  .popular-post-card
  .pp-card-body-wrapper
  h3
  .wpp-post-title:hover,
.trending-post-wrapper
  .wpp-list
  .trending-post-card
  .tp-card-body-wrapper
  h3
  .wpp-post-title:hover {
  color: #ec1d3c;
}

.latest-post-wrapper
  .wpp-list
  .latest-post-card
  .lp-card-body-wrapper
  .lp-card-desc {
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 400;
  color: rgb(0, 0, 0, 0.6);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
}

/***************************************************************************************************************
**************************** CSS ADDEDD FOR POPULAR BLOG PAGE 11/07/2025 by Pritesh *****************************
***************************************************************************************************************/

.popular-post-wrapper
  .wpp-list
  .popular-post-card
  .pp-card-body-wrapper
  .pp-card-title-wrapper,
.trending-post-wrapper
  .wpp-list
  .trending-post-card
  .tp-card-body-wrapper
  .tp-card-title-wrapper {
  gap: 12px;
}

.popular-post-wrapper
  .wpp-list
  .popular-post-card
  .pp-card-body-wrapper
  .pp-card-title-wrapper
  .pp-date,
.trending-post-wrapper
  .wpp-list
  .trending-post-card
  .tp-card-body-wrapper
  .tp-card-title-wrapper
  .tp-date {
  font-size: 14px;
  line-height: normal;
  font-weight: 500;
  color: #666;
  line-height: 14px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.popular-post-wrapper
  .wpp-list
  .popular-post-card
  .pp-card-body-wrapper
  .pp-card-title-wrapper
  .pp-date
  .fa-calendar-day,
.trending-post-wrapper
  .wpp-list
  .trending-post-card
  .tp-card-body-wrapper
  .tp-card-title-wrapper
  .tp-date
  .fa-calendar-day {
  font-size: 14px;
  color: #ec1d3c;
}

.popular-post-wrapper
  .wpp-list
  .popular-post-card
  .pp-card-body-wrapper
  .pp-card-author-wrapper,
.trending-post-wrapper
  .wpp-list
  .trending-post-card
  .tp-card-body-wrapper
  .tp-card-author-wrapper {
  display: flex;
  justify-content: space-between;
}

.popular-post-wrapper
  .wpp-list
  .popular-post-card
  .pp-card-body-wrapper
  .pp-card-author-wrapper
  .pp-author,
.popular-post-wrapper
  .wpp-list
  .popular-post-card
  .pp-card-body-wrapper
  .pp-card-author-wrapper
  .pp-views,
.trending-post-wrapper
  .wpp-list
  .trending-post-card
  .tp-card-body-wrapper
  .tp-card-author-wrapper
  .tp-author,
.trending-post-wrapper
  .wpp-list
  .trending-post-card
  .tp-card-body-wrapper
  .tp-card-author-wrapper
  .tp-views {
  font-size: 14px;
  line-height: normal;
  color: #666;
  font-weight: 500;
  line-height: 20px;
  display: flex;
  align-items: center;
  gap: 6px;
}

.popular-post-wrapper
  .wpp-list
  .popular-post-card
  .pp-card-body-wrapper
  .pp-card-author-wrapper
  .pp-author
  a,
.trending-post-wrapper
  .wpp-list
  .trending-post-card
  .tp-card-body-wrapper
  .tp-card-author-wrapper
  .tp-author
  a {
  font-weight: 500;
  color: #666;
  transition: all 0.4s ease-in-out;
}

.popular-post-wrapper
  .wpp-list
  .popular-post-card
  .pp-card-body-wrapper
  .pp-card-author-wrapper
  .pp-author
  a:hover,
.trending-post-wrapper
  .wpp-list
  .trending-post-card
  .tp-card-body-wrapper
  .tp-card-author-wrapper
  .tp-author
  a:hover {
  color: #ec1d3c;
}

.popular-post-wrapper
  .wpp-list
  .popular-post-card
  .pp-card-body-wrapper
  .pp-card-author-wrapper
  .pp-views
  .fa-eye,
.trending-post-wrapper
  .wpp-list
  .trending-post-card
  .tp-card-body-wrapper
  .tp-card-author-wrapper
  .tp-views
  .fa-eye {
  font-size: 14px;
  color: #ec1d3c;
}

.popular-post-wrapper
  .wpp-list
  .popular-post-card
  .pp-card-body-wrapper
  .pp-card-author-wrapper
  .pp-author
  .author-icon
  .fa-user-alt,
.trending-post-wrapper
  .wpp-list
  .trending-post-card
  .tp-card-body-wrapper
  .tp-card-author-wrapper
  .tp-author
  .author-icon
  .fa-user-alt {
  font-size: 14px;
  color: #ec1d3c;
}

/***************************************************************************************************************
**************************** CSS ADDEDD FOR WRITE FOR US PAGE 14/07/2025 by Pritesh ****************************
***************************************************************************************************************/

.write-for-us-wrapper {
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0 0px 0px 2px rgba(0, 0, 0, 0.02);
  padding: 24px;
}

.write-for-us-wrapper .wfu-title {
  font-size: 22px;
  line-height: 32px;
  font-weight: 600;
  margin: 22px 0 14px;
  color: #000;
}

.write-for-us-wrapper .wfu-title:nth-child(1) {
  margin: 0 0 14px;
}

.write-for-us-wrapper .wfu-ul-list {
  list-style-type: none;
  margin: 0 0 0 12px;
}

.write-for-us-wrapper .wfu-ul-list li {
  padding: 5px 0 5px 16px;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  color: #55555e;
  position: relative;
}

.write-for-us-wrapper .wfu-ul-list li::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border-width: 2px 2px 0 0;
  border-style: solid;
  display: inline-block;
  transform: rotate(45deg);
  border-color: #000;
  top: 13px;
  left: 0;
  margin: auto;
}

.write-for-us-wrapper .wfu-inner-ul-list {
  list-style-type: none;
  margin: 10px 0 10px 10px;
}

.write-for-us-wrapper p {
  margin: 0;
  padding: 8px 0;
  font-size: 16px;
  line-height: 22px;
  color: #55555e;
}

.write-for-us-wrapper p b,
.write-for-us-wrapper p strong {
  color: #ec1d3c;
}

.write-for-us-wrapper p a {
  text-decoration: none;
  font-weight: 500;
  color: #000;
  transition: all 0.4s ease-in-out;
}

.write-for-us-wrapper p a:hover {
  color: #ec1d3c;
}

/***************************************************************************************************************
****************************** CSS ADDEDD FOR ABOUT US PAGE 17/07/2025 by Pritesh ******************************
***************************************************************************************************************/

.about-us-wrapper {
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0 0px 0px 2px rgba(0, 0, 0, 0.02);
  padding: 32px 24px;
}

.about-us-wrapper img {
  border-radius: 16px;
}

.about-us-wrapper p {
  margin: 0;
  padding: 8px 0;
  font-size: 16px;
  line-height: 22px;
  color: #55555e;
}

/***************************************************************************************************************
*************************** CSS ADDEDD FOR PRIVACY POLICY PAGE 18/07/2025 by Pritesh ***************************
***************************************************************************************************************/

.privacy-policy-wrapper {
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0 0px 0px 2px rgba(0, 0, 0, 0.02);
  padding: 32px 24px;
}

.privacy-policy-wrapper p {
  font-size: 16px;
  line-height: 22px;
  color: #55555e;
  font-weight: 400;
}

.privacy-policy-wrapper p > span {
  color: #ec1d3c;
  font-size: 22px;
  line-height: 30px;
  font-weight: 600;
}

/***************************************************************************************************************
***************************** CSS ADDEDD FOR CONTACT US PAGE 18/07/2025 by Pritesh *****************************
***************************************************************************************************************/

.wpforms-container-full {
  background-color: #fff !important;
  border-radius: 20px !important;
  box-shadow: 0 0px 0px 2px rgba(0, 0, 0, 0.02) !important;
  padding: 32px 24px !important;
}

.wpforms-container-full .wpforms-field-container {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.wpforms-container-full .wpforms-field-container .wpforms-field {
  width: 100%;
}

.wpforms-container-full
  .wpforms-field-container
  .wpforms-field.wpforms-field-name,
.wpforms-container-full
  .wpforms-field-container
  .wpforms-field.wpforms-field-email {
  width: calc((100% / 2) - 7px);
}

.wpforms-container-full .wpforms-field-container .wpforms-field input {
  max-width: 100% !important;
  padding: 12px 16px !important;
  border: 1px solid #ccc !important;
  border-radius: 3px !important;
  font-size: 16px !important;
  line-height: 22px !important;
  font-weight: 400 !important;
  height: auto !important;
}

.wpforms-container-full .wpforms-field-container .wpforms-field input:focus {
  border-color: #ec1d3c !important;
}

.wpforms-container-full
  .wpforms-field-container
  .wpforms-field
  input:focus-visible {
  outline: none;
  box-shadow: none;
}

.wpforms-container-full .wpforms-field-container .wpforms-field textarea {
  max-width: 100% !important;
  padding: 12px 16px !important;
  border: 1px solid #ccc !important;
  border-radius: 3px !important;
  font-size: 16px !important;
  line-height: 22px !important;
  font-weight: 400 !important;
}

.wpforms-container-full .wpforms-field-container .wpforms-field textarea {
  resize: none;
  min-height: 200px;
}

.wpforms-container-full .wpforms-field-container .wpforms-field textarea:focus {
  border-color: #ec1d3c !important;
}

.wpforms-container-full
  .wpforms-field-container
  .wpforms-field
  textarea:focus-visible {
  outline: none;
  box-shadow: none;
}

.wpforms-container-full .wpforms-submit-container .wpforms-submit {
  background-color: #ec1d3c !important;
  color: white !important;
  padding: 10px 20px !important;
  border: none !important;
  border-radius: 3px !important;
  transition: all 0.4s ease-in-out !important;
}

.wpforms-container-full .wpforms-submit-container .wpforms-submit:hover {
  background-color: #000 !important;
}

/***************************************************************************************************************
**************************** CSS ADDEDD FOR BLOG DETAIL PAGE 14/07/2025 by Pritesh *****************************
***************************************************************************************************************/

.custom-blog-detial-main {
  width: 100%;
}

.custom-blog-detial-main .inside-article {
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0 0px 0px 2px rgba(0, 0, 0, 0.02);
  padding: 32px 24px;
}

/****************************** Blog Post Header Css Start ******************************/

.custom-blog-detial-main .inside-article .entry-header h1 {
  font-size: 36px;
  line-height: 48px;
  font-weight: 700;
  color: #ec1d3c;
  margin-bottom: 15px;
}

.custom-blog-detial-main .inside-article .entry-header .entry-meta {
  display: flex;
  align-items: center;
  gap: 15px;
}

.custom-blog-detial-main .inside-article .entry-header .entry-meta .posted-on {
  font-size: 16px;
  line-height: 18px;
  color: #666;
  font-weight: 400;
}

.custom-blog-detial-main .inside-article .entry-header .entry-meta .byline {
  font-size: 16px;
  line-height: 18px;
  color: #000;
  font-weight: 500;
}

.custom-blog-detial-main
  .inside-article
  .entry-header
  .entry-meta
  .byline
  .author
  a {
  color: #ec1d3c;
  text-decoration: none;
  transition: all 0.4s ease-in-out;
}

.custom-blog-detial-main
  .inside-article
  .entry-header
  .entry-meta
  .byline
  .author
  a:hover {
  color: #000;
}

/****************************** Blog Post Header Css End ******************************/

/****************************** Blog Post Image Css Start ******************************/
.custom-blog-detial-main .inside-article .featured-image {
  padding: 0 !important;
  margin: 30px 0;
}

.custom-blog-detial-main .inside-article .featured-image img {
  border-radius: 15px;
  width: 100%;
  object-fit: cover;
}

/****************************** Blog Post Image Css End ******************************/

/****************************** Blog Post Detail Css Start ******************************/

.custom-blog-detial-main .inside-article .entry-content {
  margin: 30px 0;
}

.custom-blog-detial-main .inside-article .entry-content h2,
.custom-blog-detial-main .inside-article .entry-content h2 > strong,
.custom-blog-detial-main .inside-article .entry-content h2 > b,
.custom-blog-detial-main .inside-article .entry-content h2 > span {
  font-size: 30px;
  line-height: 38px;
  font-weight: 600 !important;
  margin: 38px 0 15px;
  color: #ec1d3c;
}

.custom-blog-detial-main .inside-article .entry-content h2 + h2 {
  margin: 48px 0 15px;
}

.custom-blog-detial-main .inside-article .entry-content h3,
.custom-blog-detial-main .inside-article .entry-content h3 > span,
.custom-blog-detial-main .inside-article .entry-content h3 > b,
.custom-blog-detial-main .inside-article .entry-content h3 > strong {
  font-size: 24px;
  line-height: 30px;
  font-weight: 500 !important;
  margin: 32px 0 12px;
}

.custom-blog-detial-main .inside-article .entry-content p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: rgb(0, 0, 0, 0.7);
  margin: 15px 0;
}

.custom-blog-detial-main .inside-article .entry-content p > strong,
.custom-blog-detial-main .inside-article .entry-content p > b {
  font-weight: 600;
  color: rgb(0, 0, 0, 1);
}

.custom-blog-detial-main .inside-article .entry-content ul,
.custom-blog-detial-main .inside-article .entry-content ol {
  margin: 15px 0 15px 28px;
}

.custom-blog-detial-main .inside-article .entry-content ul li,
.custom-blog-detial-main .inside-article .entry-content ol li {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: rgb(0, 0, 0, 0.7);
  margin: 15px 0;
}

.custom-blog-detial-main .inside-article .entry-content ul li > strong,
.custom-blog-detial-main .inside-article .entry-content ul li > b,
.custom-blog-detial-main .inside-article .entry-content ol li > strong,
.custom-blog-detial-main .inside-article .entry-content ol li > b {
  font-weight: 600;
  color: rgb(0, 0, 0, 1);
}

.custom-blog-detial-main .inside-article .entry-content a {
  color: #ec1d3c;
  text-decoration: none;
  transition: all 0.4s ease-in-out;
}

.custom-blog-detial-main .inside-article .entry-content a:hover {
  color: #000;
}

.custom-blog-detial-main .inside-article .entry-content table {
  width: 100% !important;
}

.custom-blog-detial-main .inside-article .entry-content table thead tr th {
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  color: #ec1d3c;
  padding: 10px 15px;
}

.custom-blog-detial-main .inside-article .entry-content table tbody tr td {
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
  color: rgb(0, 0, 0, 0.7);
  padding: 10px 15px;
}

.custom-blog-detial-main
  .inside-article
  .entry-content
  table
  tbody
  tr
  td
  > strong {
  font-weight: 600;
  color: #000;
}

/****************************** Blog Post Detail Css End ******************************/

/****************************** Blog Post Footer Css Start ******************************/

.custom-blog-detial-main .inside-article footer.entry-meta {
  margin: 30px 0 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.custom-blog-detial-main .inside-article footer.entry-meta .cat-links,
.custom-blog-detial-main .inside-article footer.entry-meta .tags-links {
  font-size: 16px;
  font-weight: 500;
}

.custom-blog-detial-main .inside-article footer.entry-meta .cat-links a,
.custom-blog-detial-main .inside-article footer.entry-meta .tags-links a {
  color: #000;
  text-decoration: none;
  transition: all 0.4s ease-in-out;
}

.custom-blog-detial-main .inside-article footer.entry-meta .cat-links a:hover,
.custom-blog-detial-main .inside-article footer.entry-meta .tags-links a:hover {
  color: #ec1d3c;
}

.custom-blog-detial-main .inside-article footer.entry-meta .post-navigation {
  display: flex;
  align-items: center;
  border-top: 1px solid rgb(0, 0, 0, 0.2);
  border-bottom: 1px solid rgb(0, 0, 0, 0.2);
  margin-top: 10px;
}

.custom-blog-detial-main
  .inside-article
  footer.entry-meta
  .post-navigation
  .nav-previous {
  padding: 10px 10px 10px 0;
  width: 50%;
}

.custom-blog-detial-main
  .inside-article
  footer.entry-meta
  .post-navigation
  .nav-next {
  border-left: 1px solid rgb(0, 0, 0, 0.2);
  padding: 10px 0 10px 10px;
  width: 50%;
}

.custom-blog-detial-main
  .inside-article
  footer.entry-meta
  .post-navigation
  .nav-previous
  .icon-arrow-left,
.custom-blog-detial-main
  .inside-article
  footer.entry-meta
  .post-navigation
  .nav-next
  .icon-arrow-right {
  display: none;
}

.custom-blog-detial-main
  .inside-article
  footer.entry-meta
  .post-navigation
  .nav-previous,
.custom-blog-detial-main
  .inside-article
  footer.entry-meta
  .post-navigation
  .nav-next {
  height: 60px;
  display: flex;
  align-items: center;
}

.custom-blog-detial-main
  .inside-article
  footer.entry-meta
  .post-navigation
  .nav-previous
  .prev
  a,
.custom-blog-detial-main
  .inside-article
  footer.entry-meta
  .post-navigation
  .nav-next
  .next
  a {
  position: relative;
  font-size: 14px;
  line-height: 20px;
  color: #000;
  text-decoration: none;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
}

.custom-blog-detial-main
  .inside-article
  footer.entry-meta
  .post-navigation
  .nav-previous
  .prev
  a:hover,
.custom-blog-detial-main
  .inside-article
  footer.entry-meta
  .post-navigation
  .nav-next
  .next
  a:hover {
  color: #ec1d3c;
}

.custom-blog-detial-main
  .inside-article
  footer.entry-meta
  .post-navigation
  .nav-previous
  .prev
  a {
  padding-left: 20px;
}

.custom-blog-detial-main
  .inside-article
  footer.entry-meta
  .post-navigation
  .nav-next
  .next
  a {
  padding-right: 20px;
}

.custom-blog-detial-main
  .inside-article
  footer.entry-meta
  .post-navigation
  .nav-previous
  .prev
  a::after,
.custom-blog-detial-main
  .inside-article
  footer.entry-meta
  .post-navigation
  .nav-next
  .next
  a::after {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  border-width: 2px 2px 0 0;
  border-style: solid;
  display: inline-block;
  transform: rotate(-135deg);
  border-color: #000;
  top: 0px;
  bottom: 0;
  left: 5px;
  margin: auto;
  transition: all 0.4s ease-in-out;
}

.custom-blog-detial-main
  .inside-article
  footer.entry-meta
  .post-navigation
  .nav-next
  .next
  a::after {
  left: unset;
  right: 5px;
  transform: rotate(45deg);
}

.custom-blog-detial-main
  .inside-article
  footer.entry-meta
  .post-navigation
  .nav-previous
  .prev
  a:hover::after,
.custom-blog-detial-main
  .inside-article
  footer.entry-meta
  .post-navigation
  .nav-next
  .next
  a:hover:after {
  border-color: #ec1d3c;
}

/****************************** Blog Post Footer Css End ******************************/

/***************************************************************************************************************
****************** CSS ADDEDD FOR LEAVE A COMMENT SEC IN DETAIL PAGE 28/07/2025 by Pritesh *********************
***************************************************************************************************************/

.comments-area {
  width: 100%;
  border-radius: 20px;
  box-shadow: 0 0px 0px 2px rgba(0, 0, 0, 0.02);
  padding: 32px 24px !important;
}

.comments-area .comment-reply-title {
  font-size: 30px;
  font-weight: 500;
  line-height: normal;
  color: #ec1d3c;
}

.comments-area .comment-form {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

/* USER IS LOGGED IN  */

.comments-area .comment-form .logged-in-as {
  font-size: 16px;
  margin: 0;
  font-weight: 400;
  color: #55555e;
}

.comments-area .comment-form .logged-in-as > a {
  color: #ec1d3c;
}

.comments-area .comment-form .comment-form-comment {
  width: 100%;
  margin: 0;
  display: flex;
  flex-direction: column;
}

.comments-area .comment-form .comment-form-comment textarea {
  border: 1px solid #ccc;
  border-radius: 7px;
  box-sizing: border-box;
  background-color: #fff;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  width: 100%;
}

.comments-area .comment-form .comment-form-comment textarea:focus {
  border-color: #ec1d3c !important;
}

.comments-area .comment-form .comment-form-comment textarea:focus-visible {
  outline: none;
  box-shadow: none;
}

.comments-area .comment-form .input_wrapper {
  width: calc((100% / 3) - 10px);
  margin-bottom: 0;
}

.comments-area .comment-form .input_wrapper input {
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 7px;
  box-sizing: border-box;
  background-color: #fff;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
}

.comments-area .comment-form .input_wrapper input:focus {
  border-color: #ec1d3c !important;
  background-color: #fff !important;
}

.comments-area .comment-form .input_wrapper input:focus-visible {
  outline: none;
  box-shadow: none;
}

.comments-area .comment-form .input_wrapper input::placeholder {
  font-size: 14px !important;
  line-height: 22px !important;
  font-weight: 400 !important;
  color: #666 !important;
}

.comments-area .comment-form .comment-form-cookies-consent {
  width: 100%;
  margin-bottom: 5px;
}

.comments-area .comment-form .comment-form-cookies-consent label {
  font-size: 14px;
}

.comments-area .comment-form .form-submit .submit {
  background-color: #ec1d3c;
  color: white;
  padding: 12px 20px;
  margin: 10px 0;
  border: none;
  border-radius: 7px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  width: 100%;
  transition: all 0.4s ease-in-out;
}

.comments-area .comment-form .form-submit .submit:hover {
  background-color: #000;
}

/*********************** Comment Form Validation Css Added by Kaushal  ***********************/
.comment-error {
  color: red;
  font-size: 14px;
  margin-top: 4px;
  display: block;
}

.comment-success {
  color: green;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px;
}

/*********************** END  ***********************/

/***************************************************************************************************************
************************** CSS ADDEDD FOR SEARCH PAGE FOR SEARCH 05/08/2025 by Pritesh *************************
***************************************************************************************************************/

.custome-search-header {
  width: 100%;
  background-color: #fff;
  padding: 30px;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.06);
  border-radius: 20px;
}
