body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
button,
input,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

fieldset,
img {
  border: 0;
}

img,
object,
embed {
  vertical-align: bottom;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

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

q:before,
q:after {
  content: "";
}

a * {
  cursor: pointer;
}

input,
textarea {
  outline: none;
}

a {
  text-decoration: none;
}

input {
  outline: none;
  -webkit-appearance: none;
  border-radius: 0;
}

* {
  outline: none;
}

* {
  box-sizing: border-box;
}

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

i {
  backface-visibility: hidden;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body,
html {
  height: 100%;
}

body {
  font: 400 16px/1.2 "Roboto Mono", monospace;
  color: #ffffff;
  background: #b5b5b5;
  position: relative;
}

.container {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  /* padding: 0 10px; */
}

.content-holder .container::before {
  content: "";
  display: table;
  clear: both;
}

.content-holder .container::after {
  content: "";
  display: table;
  clear: both;
}

.content-holder .section-row {
  margin-bottom: 50px;
}

@media (max-width: 910px) {
  .content-holder .section-row {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
    .col-1, .col-2 {
  width: 100% !important;
}
}

.content-holder .section-row::before {
  content: "";
  display: table;
}

.content-holder .section-row::after {
  content: "";
  display: table;
  clear: both;
}

.header {
  background: #081b49;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  z-index: 99999 !important;
  -webkit-box-shadow: 0px 5px 17px 0px rgba(0, 0, 0, 0.55);
  -moz-box-shadow: 0px 5px 17px 0px rgba(0, 0, 0, 0.55);
  box-shadow: 0px 5px 17px 0px rgba(0, 0, 0, 0.55);
}

.header-holder {
  display: flex;
  align-items: center;
  padding: 0 10px;
  height: 120px;
}

@media (max-width: 910px) {
  .header-holder {
    justify-content: center;
  }
}

.header-holder .col-holder {
  margin-right: 60px;
}

@media (max-width: 910px) {
  .header-holder .col-holder {
    margin-right: 0;
    justify-content: center;
        display: flex;
        align-items: center;
        flex-direction: column;
  }
  .breadcrumb-holder {
    margin-bottom: 10px !important;
  }
  .sites-grid {
    margin: 10px 0 !important;
  }
}

.logo {
  max-width: 306px;
  width: 100%;
  margin-bottom: 17px;
}

.logo a {
  display: block;
  width: 100%;
}

.logo img {
  width: 306px;
}

@media (max-width: 910px) {
  .logo img {
    width: 100%;
  }
}

.site-box {
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  align-items: center;
  gap: 10px;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
}

.box-item {
  display: flex;
  align-items: center;
  gap: 4px;
  white-space: nowrap;
}

@media (max-width: 374px) {
  .box-item {
    margin-right: 4px;
  }
}

.box-item:last-child {
  margin-right: 0;
}

.box-item span {
  color: #b3ff00;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
}

.box-item em {
  color: #fff;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
}

@media (max-width: 910px) {
  .info {
    display: none;
  }
    .content-wrapper {
    flex-direction: column;
  }
}

.info .default {
  display: inline-block;
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}

.info .default .info-text {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.info .default h1 {
  display: inline-flex;
}

.info.about {
  width: 100%
}

.info .siteinfo {
  color: #191921;
}

.info .siteinfo .info-inner {
  display: flex;
  align-items: center;
}

.info .leftcolumn {
  width: 200px;
  margin-right: 14px;
  flex-grow: 0;
  flex-shrink: 0;
}

.info .leftcolumn img {
  width: 100%;
  border-radius: 8px;
}

.info .rightcolumn {
  height: 110px;
  width: 100%;
  position: relative;
}

.info .rightcolumn .desc-holder {
  border-bottom: 1px dashed #797979;
  height: 75px;
}

.info .rightcolumn .desc {
  font-size: 14px;
  text-align: justify;
  font-style: normal;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  color: #fff;
}

.info .rightcolumn .ads {
  font-size: 11px;
  bottom: 2px;
  position: absolute;
  left: 0;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
}

.info .rightcolumn .ads span {
  color: #fff;
}

.info .rightcolumn .date {
  font-size: 11px;
  bottom: 2px;
  position: absolute;
  right: 0;
  color: #b3ff00;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
}

.info .rightcolumn .date span {
  color: #fff;
}

.section-row {
  padding-top: 150px;
}

.thumbs-holder {
  width: 25%;
  float: left;
  position: relative;
  min-height: 1px;
  padding-left: 5px;
  padding-right: 5px;
  box-sizing: border-box;
}

@media (max-width: 910px) {
  .thumbs-holder {
    width: 100%;
    max-width: 550px;
    padding-left: 0;
    padding-right: 0;
  }
}

.thumb {
  background: #ffffff;
  overflow: hidden;
  counter-reset: number 0;
  padding-bottom: 18px;
  margin-bottom: 10px;
  box-shadow: none !important;
}

.thumb.main-thumb {
  box-shadow: inset 0 0 0 2px #F08D8E;
}

.thumb.main-thumb .thumb-inner {
  padding: 0 2px;
}

.thumb .title {
  text-align: center;
  padding: 0;
}

.thumb .title h2 {
  color: inherit;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  text-transform: uppercase;
  padding: 12px;
  margin: 0;
}

.thumb .title strong {
  font-weight: 600;
}

.thumb .title strong,
.thumb .title span {
  line-height: 16px;
  display: inline-block;
  vertical-align: middle;
}

.thumb .title .category-description {
  color: #797979;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  padding: 10px 12px;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  background: transparent;
}
.category-description p {
  color: black;
            font-size: 11.5px;
    text-align: center;
    font-size: 12px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.thumb ol {
  padding: 0 2px;
  counter-set: number;
}

.thumb ol li {
  display: flex
}

.thumb ol li a {
  color: #191921;
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 16px 0 0;
}

.link span {
    display: flex;
    align-items: center;
    gap: 5px;
    max-width: 220px;
    overflow: hidden;
}

.link span i,
.link span em {
    flex-shrink: 0;
}

.link span::after {
    content: '';
}

.link span {
    white-space: nowrap;
}

.link span {
    text-overflow: ellipsis;
}


.site-page-link:hover {
  color: #b3ff00;
}

.site-name {
    display: inline-block;
    max-width: 160px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (min-width: 1025px) {
  .thumb ol li:hover {
    background: #F2F2F2;
  }

  .thumb ol li:hover .link {
    color: #4763fe;
  }
}

.thumb ol li a:first-of-type::before {
  counter-increment: number;
  content: counters(number, ".") ". ";
  display: inline-block;
  width: 20px;
  text-align: center;
  border: 0;
  color: #AFABAA;
  font-size: 11px;
  font-weight: 400;
  margin-right: 10px;
  flex-grow: 0;
  flex-shrink: 0;
  padding: 5px 0;
  margin-left: 20px
}

.thumb ol span {
  display: flex;
  align-items: center;
  width: 100%;
  position: relative;
  padding-right: 20px;
  font-weight: 400;
}

.thumb .icon, .site-card .icon, .related-site-card .icon {
  border-radius: 50%;
  overflow: hidden;
  left: 0;
  top: 1px;
  width: 15px;
  height: 15px;
}

.thumb .link {
  color: #191921;
  font-size: 14px;
  font-weight: 500;
  display: flex;
  padding: 4px 0px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  position: relative;
}

.thumb em {
  text-transform: uppercase;
  color: #191921;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  z-index: 4;
  display: inline-flex;
  padding: 1px 4px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: 3px;
  margin-left: 4px;
}

.thumb em.orange {
  background: #FF7A00;
}

.thumb em.red {
  background: #ff3636;
}

.thumb em.blue {
  background: #329dff;
}

.thumb-inner {
  overflow-y: auto;
}

.thumb-inner .thumb-title-wrap {
  margin: 0 17px;
  padding: 10px 0;
  border-bottom: 1px dashed #797979;
  margin-bottom: 8px;
}

.thumb-inner .thumb-title {
  color: #797979;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.footer {
  background: #b7c2d0;
  position: relative;
  padding-top: 50px;
}

/* .footer::before {
  content: "";
  position: absolute;
  height: 5px;
  width: 100%;
  top: 0;
  background: linear-gradient(91deg, #9E002F 0.37%, #6300E1 102.07%), #ED0054;
} */

.text-inner {
  color: #333b44;
  padding: 0 10px;
}

.text-inner h2,
.text-inner h3 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 30px;
  color: #191921;
}

@media (max-width: 860px) {

  .text-inner h2,
  .text-inner h3 {
    margin-bottom: 15px;
    font-size: 22px;
  }
    .content-holder.category h1 {
    font-size: 26px !important;
  }
}

@media (max-width: 425px) {

  .text-inner h2,
  .text-inner h3 {
    font-size: 20px;
  }
}

.text-inner p {
  margin-bottom: 50px;
}

@media (max-width: 860px) {
  .text-inner p {
    margin-bottom: 25px;
  }
}

@media (max-width: 425px) {
  .text-inner p {
    font-size: 15px;
  }
}

.text-inner ul,
.text-inner ol {
  list-style: outside;
  padding-left: 25px;
}

.text-inner ul li,
.text-inner ol li {
  margin-bottom: 30px;
  font-weight: 400;
}

@media (max-width: 860px) {

  .text-inner ul li,
  .text-inner ol li {
    margin-bottom: 15px;
  }
}

.text-inner ul li em,
.text-inner ol li em {
  font-weight: 600;
}

.text-inner ol li p {
  margin: 0;
  margin-bottom: 0;
  margin-top: 0
}

.footer-bottom {
  position: relative;
  padding-top: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer-bottom .site-logo {
  margin-bottom: 30px;
}

.footer-bottom .site-logo a {
  display: block;
}

.footer-bottom::before {
  content: "";
  position: absolute;
  height: 5px;
  width: 100%;
  top: 0;
  background-color: #081b49;
}

.footer-bottom .footer-nav {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.footer-bottom .footer-nav a {
  display: block;
  color: #797979;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  margin-right: 45px;
}

.footer-bottom .footer-nav a:last-child {
  margin-right: 0;
}

@media (min-width: 1025px) {
  .footer-bottom .footer-nav a:hover {
    color: #191921;
  }
}

@media (max-width: 450px) {
  .footer-bottom .footer-nav a {
    margin-right: 20px;
  }
}

.footer-bottom .footer-text span {
  display: block;
  color: #191921;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 10px;
}

.footer-bottom .footer-text span.copi {
  color: #014293;
  margin-bottom: 0;
}

.thumb .title{
  background: #081b49!important;
}
.thumb .title h2{
  color: #b3ff00!important;
}

/* single page */
.content-holder {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 20px;
  color: #1a1a1a;
}
.content-wrapper {
  display: flex;
}

.colour-wrapper {
  background-color: #fff;
}

.col-1, .col-2 {
  padding: 10px;
  width: 50%;
}

.content-holder h1 {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 12px;
  color: #222;
  text-transform: uppercase;
  color: #191921;
}

@media only screen and (max-width: 600px) {
  .content-holder h1 {
    font-size: 24px;
  }
}

.site-description {
  font-size: 16px;
  line-height: 1.3;
  color: black !important;
}

/* Site page description with scroll */
.content-holder:not(.category) .site-description {
  max-height: 175px;
  overflow-y: auto;
  padding-right: 10px;
}

/* Custom scrollbar styling */
.content-holder:not(.category) .site-description::-webkit-scrollbar {
  width: 8px;
}

.content-holder:not(.category) .site-description::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 4px;
}

.content-holder:not(.category) .site-description::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 4px;
}

.content-holder:not(.category) .site-description::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.site-url-link {
  display: inline-block;
  background-color: #0073aa;
  color: #fff;
  padding: 12px 25px;
  border-radius: 6px;
  font-weight: 600;
  text-decoration: none;
  transition: background-color 0.3s ease;
  margin-bottom: 30px;
}

.site-url-link:hover {
  background-color: #005177;
}

.site-screenshot {
  width: 100%;
  border-radius: 8px;
  box-shadow: 0 6px 15px rgb(0 0 0 / 0.1);
  margin-top: 20px;
  object-fit: contain;
}

.visit-btn-wrapper {
  margin-top: 12px;
}

.visit-site-btn .icon {
  border-radius: 50%;
}

.visit-site-btn {
  display: block;
  width: 100%;
  padding: 12px 16px;
  background-color: #081b49;
  color: #fff;
  text-align: center;
  text-decoration: none;
  border-radius: 8px;
  font-weight: 600;
  transition: background-color 0.3s ease;
}

.visit-site-btn:hover {
  background-color: #005bb5;
}

.visit-cat-btn a {
  display: block;
  width: fit-content;
  padding: 12px 16px;
  background-color: #081b49;
  color: #fff !important;
  text-align: center;
  text-decoration: none;
  border-radius: 8px;
  font-weight: 600;
  transition: background-color 0.3s ease;
  cursor: pointer;
  margin: 10px auto;
}
.visit-cat-btn a:hover {
  background-color: #005bb5;
}

.rating {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  font-size: 1.4rem;
  color: #f5a623;
  font-weight: 700;
}

.categories {
  margin-bottom: 30px;
}

.categories a {
  display: inline-block;
  background: #e1e1e1;
  color: #333;
  padding: 6px 12px;
  margin-right: 10px;
  border-radius: 20px;
  text-decoration: none;
  font-size: 0.9rem;
  transition: background-color 0.3s ease;
}

.categories a:hover {
  background: #0073aa;
  color: #fff;
}

/* category page */
.content-holder {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 10px;
  color: #1e1e1e;
}

.content-holder.category h1 {
  font-size: 3rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #191921;
}

.content-holder.category p {
  font-size: 16px;
  color: #191921;
  line-height: 1.3;
}

.breadcrumb-holder {
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.6;
  overflow-x: auto;       
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin; 
  scrollbar-color: rgba(0, 0, 0, 0.2) transparent;
  max-width: 100%;        
  box-sizing: border-box; 
}


.breadcrumb-holder::-webkit-scrollbar {
  height: 6px; 
}

.breadcrumb-holder::-webkit-scrollbar-track {
  background: transparent;
}

.breadcrumb-holder::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.2); 
  border-radius: 10px;
}

.breadcrumb {
  display: flex;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
  flex-wrap: nowrap;   
  gap: 10px;
  min-width: max-content; 
}

.breadcrumb li {
  display: inline-flex;
  align-items: center;
  white-space: nowrap;    
}

.breadcrumb li + li::before {
  content: "›";
  padding: 0 8px;
  color: #888;
}

.breadcrumb a {
  color: #0073aa;
  text-decoration: none;
  transition: color 0.2s;
}

.breadcrumb a:hover {
  color: #005177;
}

.breadcrumb img {
  margin-right: 5px;
  vertical-align: middle;
}

.breadcrumb span {
  padding: 0px 8px;
  color: #081b49;
  vertical-align: middle;
}

.breadcrumb li:last-child span {
  background-color:#b3ff00; 
  border-radius: 12px;
}

.breadcrumb-category-link {
  display: flex;
  align-items: center;
}


.sites-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 24px;
  list-style: none;
  padding: 0;
}

.site-card {
  background: #fff;
  box-shadow: 0 4px 8px rgb(0 0 0 / 0.1);
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: box-shadow 0.3s ease;
}

.site-card:hover {
  box-shadow: 0 8px 16px rgb(0 0 0 / 0.15);
}

.site-title {
  font-weight: 600;
  color: #0073aa;
  text-decoration: none;
}

.site-description {
  font-size: 16px;
  color: #444;
  flex-grow: 1;
}

.site-rating {
  font-size: 0.9rem;
  color: #f39c12;
}

.visit-btn {
  background-color: #0073aa;
  color: white;
  text-align: center;
  padding: 10px 15px;
  font-weight: 600;
  border-radius: 5px;
  text-decoration: none;
  transition: background-color 0.25s ease;
}

.visit-btn:hover {
  background-color: #005177;
}

.sites-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
  list-style: none;
  padding: 0;
  margin: 20px 0;
}

.site-card {
  position: relative;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0,0,0,0.05);
  transition: transform 0.3s ease;
  border: 1px solid black;
}

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

.screenshot-wrapper {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
}

.screenshot-wrapper img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}

.site-screenshot {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.site-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.6);
  opacity: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  transition: opacity 0.3s ease;
}

.site-card:hover .site-overlay {
  opacity: 1;
}

.related-site-card:hover .site-overlay {
  opacity: 1;
}

.site-title {
  display: block;
  font-weight: 600;
  color: #111;
  text-decoration: none;
}

.site-rating {
  padding: 0 16px;
  font-size: 1rem;
  color: #ffb400;
}

.site-info_wrapper {
  display: flex;
  align-items: center;
  gap: 6px;
  max-width: 100%; 
}

.site-info_wrapper .icon {
  flex-shrink: 0;
}

.site-info_wrapper .site-title {
  white-space: nowrap;      
  overflow: hidden;         
  text-overflow: ellipsis;   
  display: block;
  max-width: 150px;         
}


.content-holder.category .site-description {
  padding: 8px 16px 16px;
  font-size: 0.9rem;
  color: #555;
}

.btn {
  background: #fff;
  color: #111;
  padding: 10px 16px;
  font-size: 0.85rem;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.3s;
}

.btn:hover {
  color: #000;
  background: #f1f1f1;
}

.btn-review {
  background: #fff;
  color: #111;
}

.btn-visit {
  background: #0073aa;
  color: #fff;
}

.related-sites-section {
  margin-top: 40px;
  padding: 10px;
}

.related-sites-section h2 {
  font-size: 24px;
  margin-bottom: 20px;
  color: #333;
}

.related-sites-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 16px;
}

.related-site-card {
  background: #f9f9f9;
  overflow: hidden;
  transition: transform 0.2s ease;
  position: relative;
  cursor: pointer;
  border: 1px solid black;
}

.related-site-card:hover {
  transform: translateY(-4px);
}

.related-site-card img {
  width: 100%;
  height: auto;
  display: block;
}

.related-site-title {
  padding: 10px;
  font-size: 16px;
  text-align: center;
  color: #222;
  display: flex;
  align-items: center;
}

.related-site-title {
  display: flex;
  align-items: center;
  gap: 5px;
}

.related-site-title span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 150px;
  display: block;
}

#upButton {
    display: none;
}

#upButton {
    position: fixed;
    bottom: 20px;
    right: 20px;
    height: 35px;
    width: 35px;
    font-weight: 700;
    font-size: 20px;
    background: #fff;
    color: #000;
    border: 1px solid #000;
    border-radius: 50%;
    cursor: pointer;
    z-index: 999
}

#upButton img {
    width: 15px;
    height: 15px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%,-50%)
}

.site-info_wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 12px 16px;
}

/* ============================================
   BLOG SECTION STYLES
   ============================================ */

/* Blog Page - General */
.blog-page,
.blog-archive-page,
.single-post-page {
    padding-top: 150px;
    background: #f5f5f5;
    min-height: 100vh;
}

.blog-page .container,
.blog-archive-page .container,
.single-post-page .container {
    max-width: 1200px;
    padding: 20px;
}

/* Blog Header */
.blog-header {
    text-align: center;
    margin-bottom: 40px;
    padding: 40px 20px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.blog-header h1 {
    font-size: 48px;
    font-weight: 700;
    color: #081b49;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.blog-description {
    font-size: 18px;
    color: #666;
    margin: 0;
}

/* Archive Header */
.archive-header {
    text-align: center;
    margin-bottom: 40px;
    padding: 40px 20px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.archive-title {
    font-size: 42px;
    font-weight: 700;
    color: #081b49;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.archive-description {
    font-size: 16px;
    color: #666;
    line-height: 1.6;
}

.archive-description p {
    margin: 0;
}

/* Blog Posts Grid */
.blog-posts-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    gap: 30px;
    margin-bottom: 50px;
}

@media (max-width: 768px) {
    .blog-posts-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
}

/* Blog Post Card */
.blog-post-card {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
}

.blog-post-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}

.blog-post-thumbnail {
    position: relative;
    width: 100%;
    height: 240px;
    overflow: hidden;
    background: #e0e0e0;
}

.blog-post-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.blog-post-card:hover .blog-post-thumbnail img {
    transform: scale(1.05);
}

.blog-post-content {
    padding: 25px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.blog-post-meta {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
    font-size: 13px;
}

.blog-post-category {
    background: #b3ff00;
    color: #081b49;
    padding: 4px 12px;
    border-radius: 4px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 11px;
}

.blog-post-date {
    color: #666;
    font-weight: 400;
}

.blog-post-title {
    font-size: 22px;
    font-weight: 700;
    margin: 0 0 15px 0;
    line-height: 1.3;
}

.blog-post-title a {
    color: #191921;
    text-decoration: none;
    transition: color 0.3s ease;
}

.blog-post-title a:hover {
    color: #081b49;
}

.blog-post-excerpt {
    font-size: 15px;
    color: #555;
    line-height: 1.6;
    margin-bottom: 20px;
    flex-grow: 1;
}

.blog-read-more {
    display: inline-block;
    padding: 10px 20px;
    background: #081b49;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    font-weight: 600;
    transition: background 0.3s ease;
    align-self: flex-start;
}

.blog-read-more:hover {
    background: #0a2357;
}

/* Single Post Page */
.single-blog-post {
    background: #fff;
    border-radius: 8px;
    padding: 50px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 40px;
}

@media (max-width: 768px) {
    .single-blog-post {
        padding: 30px 20px;
    }
}

.single-post-header {
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 2px solid #e0e0e0;
}

.single-post-title {
    font-size: 42px;
    font-weight: 700;
    color: #081b49;
    margin-bottom: 20px;
    line-height: 1.2;
    text-transform: none;
}

@media (max-width: 768px) {
    .single-post-title {
        font-size: 32px;
    }
}

.single-post-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    font-size: 14px;
    color: #666;
}

.single-post-meta span {
    display: flex;
    align-items: center;
}

.post-author,
.post-date {
    font-weight: 500;
}

.post-categories a {
    color: #081b49;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s ease;
}

.post-categories a:hover {
    color: #0a2357;
}

.single-post-featured-image {
    margin-bottom: 40px;
    border-radius: 8px;
    overflow: hidden;
}

.single-post-featured-image img {
    width: 100%;
    height: auto;
    display: block;
}

.single-post-content {
    font-size: 18px;
    line-height: 1.8;
    color: #333;
}

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

.single-post-content h1,
.single-post-content h2,
.single-post-content h3,
.single-post-content h4,
.single-post-content h5,
.single-post-content h6 {
    color: #191921;
    font-weight: 700;
    margin-top: 30px;
    margin-bottom: 15px;
    line-height: 1.3;
}

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

.single-post-content h3 {
    font-size: 26px;
}

.single-post-content h4 {
    font-size: 22px;
}

.single-post-content ul,
.single-post-content ol {
    margin-bottom: 20px;
    padding-left: 30px;
}

.single-post-content li {
    margin-bottom: 10px;
}

.single-post-content a {
    color: #081b49;
    text-decoration: underline;
    transition: color 0.3s ease;
}

.single-post-content a:hover {
    color: #0a2357;
}

.single-post-content img {
    max-width: 100%;
    height: auto;
    border-radius: 5px;
    margin: 20px 0;
}

.single-post-content blockquote {
    border-left: 4px solid #b3ff00;
    padding-left: 20px;
    margin: 30px 0;
    font-style: italic;
    color: #555;
}

/* Related Posts Section */
.related-posts-section {
    margin-top: 50px;
    padding-top: 40px;
    border-top: 2px solid #e0e0e0;
}

.related-posts-section h2 {
    font-size: 28px;
    font-weight: 700;
    color: #081b49;
    margin-bottom: 30px;
}

.related-posts-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 25px;
}

@media (max-width: 768px) {
    .related-posts-grid {
        grid-template-columns: 1fr;
    }
}

.related-post-card {
    background: #f9f9f9;
    border-radius: 8px;
    overflow: hidden;
    transition: transform 0.3s ease;
}

.related-post-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.related-post-thumbnail {
    position: relative;
    width: 100%;
    height: 180px;
    overflow: hidden;
    background: #e0e0e0;
}

.related-post-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.related-post-title {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    padding: 15px;
}

.related-post-title a {
    color: #191921;
    text-decoration: none;
    transition: color 0.3s ease;
}

.related-post-title a:hover {
    color: #081b49;
}

.related-post-date {
    display: block;
    padding: 0 15px 15px;
    font-size: 13px;
    color: #666;
}

/* Post Navigation */
.post-navigation {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-top: 30px;
    padding: 30px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

@media (max-width: 768px) {
    .post-navigation {
        flex-direction: column;
    }
}

.nav-previous,
.nav-next {
    flex: 1;
    min-width: 0;
}

.nav-previous a,
.nav-next a {
    display: block;
    padding: 20px;
    background: #f5f5f5;
    border-radius: 5px;
    text-decoration: none;
    transition: background 0.3s ease;
    overflow: hidden;
}

.nav-previous a:hover,
.nav-next a:hover {
    background: #e0e0e0;
}

.nav-next {
    text-align: right;
}

.nav-label {
    display: block;
    font-size: 13px;
    color: #666;
    font-weight: 600;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.nav-title {
    display: block;
    font-size: 18px;
    color: #081b49;
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100%;
}

/* Blog Pagination */
.blog-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin: 40px 0;
    padding: 20px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.blog-pagination a,
.blog-pagination span {
    display: inline-block;
    padding: 10px 15px;
    background: #f5f5f5;
    color: #191921;
    text-decoration: none;
    border-radius: 5px;
    font-weight: 600;
    transition: background 0.3s ease, color 0.3s ease;
}

.blog-pagination a:hover {
    background: #081b49;
    color: #fff;
}

.blog-pagination .current {
    background: #081b49;
    color: #fff;
}

.blog-pagination .dots {
    background: transparent;
    color: #666;
}

/* No Posts Found */
.no-posts-found {
    text-align: center;
    padding: 60px 20px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.no-posts-found p {
    font-size: 18px;
    color: #666;
    margin: 0;
}

/* Breadcrumb Navigation for Blog */
.blog-page .breadcrumb-holder,
.blog-archive-page .breadcrumb-holder,
.single-post-page .breadcrumb-holder {
    background: #fff;
    padding: 15px 20px;
    border-radius: 8px;
    margin-bottom: 30px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.breadcrumb-nav {
    font-size: 14px;
}

.blog-page .breadcrumb,
.blog-archive-page .breadcrumb,
.single-post-page .breadcrumb {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 8px;
}

.blog-page .breadcrumb li,
.blog-archive-page .breadcrumb li,
.single-post-page .breadcrumb li {
    display: flex;
    align-items: center;
}

/* Separator handled by general .breadcrumb li + li::before rule above */

.blog-page .breadcrumb a,
.blog-archive-page .breadcrumb a,
.single-post-page .breadcrumb a {
    color: #081b49;
    text-decoration: none;
    transition: color 0.3s ease;
}

.blog-page .breadcrumb a:hover,
.blog-archive-page .breadcrumb a:hover,
.single-post-page .breadcrumb a:hover {
    color: #0a2357;
}

.blog-page .breadcrumb span,
.blog-archive-page .breadcrumb span,
.single-post-page .breadcrumb span {
    color: #666;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .blog-header h1,
    .archive-title {
        font-size: 32px;
    }
    
    .blog-description {
        font-size: 16px;
    }
    
    .blog-post-title {
        font-size: 20px;
    }
    
    .single-post-content {
        font-size: 16px;
    }
    
    .single-post-content h2 {
        font-size: 26px;
    }
    
    .single-post-content h3 {
        font-size: 22px;
    }
}

@media (max-width: 480px) {
    .blog-page .container,
    .blog-archive-page .container,
    .single-post-page .container {
        padding: 10px;
    }
    
    .blog-post-content {
        padding: 20px;
    }
    
    .single-blog-post {
        padding: 20px 15px;
    }
    
    .blog-post-meta {
        flex-direction: column;
        gap: 10px;
        align-items: flex-start;
    }
}

/* ============================================
   PROS & CONS SECTION STYLES
   ============================================ */

/* Pros & Cons Section Styling */
.pros-cons-section {
    margin: 40px 0;
    padding: 30px;
    background: #f8f9fa;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.pros-cons-section h3 {
    font-size: 28px;
    font-weight: 700;
    margin: 0 0 25px 0;
    color: #191921;
    text-align: center;
}

.pros-cons-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

@media (max-width: 768px) {
    .pros-cons-grid {
        grid-template-columns: 1fr;
        gap: 25px;
    }
}

.pros-column,
.cons-column {
    background: #ffffff;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
}

.pros-column h4 {
    font-size: 22px;
    font-weight: 600;
    color: #28a745;
    margin: 0 0 20px 0;
    display: flex;
    align-items: center;
    gap: 10px;
}

.cons-column h4 {
    font-size: 22px;
    font-weight: 600;
    color: #dc3545;
    margin: 0 0 20px 0;
    display: flex;
    align-items: center;
    gap: 10px;
}

.icon-check,
.icon-cross {
    font-size: 24px;
    line-height: 1;
}

.pros-list,
.cons-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.pros-list li,
.cons-list li {
    padding: 12px 0;
    border-bottom: 1px solid #e9ecef;
    display: flex;
    align-items: flex-start;
    gap: 12px;
    line-height: 1.6;
    font-size: 16px;
    color: #2c3e50;
}

.pros-list li:last-child,
.cons-list li:last-child {
    border-bottom: none;
}

.plus-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    background: #28a745;
    color: #ffffff;
    border-radius: 50%;
    font-weight: 700;
    font-size: 18px;
    flex-shrink: 0;
    line-height: 1;
}

.minus-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    background: #dc3545;
    color: #ffffff;
    border-radius: 50%;
    font-weight: 700;
    font-size: 20px;
    flex-shrink: 0;
    line-height: 1;
}

/* Hover effects */
.pros-list li:hover {
    background: #f0f9f4;
    padding-left: 10px;
    margin-left: -10px;
    padding-right: 10px;
    margin-right: -10px;
    border-radius: 6px;
    transition: all 0.2s ease;
}

.cons-list li:hover {
    background: #fef2f2;
    padding-left: 10px;
    margin-left: -10px;
    padding-right: 10px;
    margin-right: -10px;
    border-radius: 6px;
    transition: all 0.2s ease;
}

/* Animation */
.pros-cons-section {
    animation: fadeInUp 0.6s ease;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Search Section Styles */
.search-section-overlay {
    position: relative;
    margin-bottom: 20px;
}

.search-wrapper {
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.search-form {
    position: relative;
}

.search-input-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 25px;
    padding: 3px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    transition: box-shadow 0.3s ease;
    width: 100%;
}

.search-input-wrapper:focus-within {
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.search-input {
    flex: 1;
    border: none;
    outline: none;
    padding: 8px 15px;
    font-size: 14px;
    background: transparent;
    color: #000;
    border-radius: 25px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

.search-input::placeholder {
    color: #999;
    font-size: 13px;
}

.search-submit {
    border: none;
    background: #081b49;
    color: #fff;
    padding: 8px 12px;
    border-radius: 25px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s ease;
    margin-left: 3px;
    flex-shrink: 0;
}

.search-submit:hover {
    background: #005177;
}

.search-submit svg {
    display: block;
}

.search-suggestions {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    right: 0;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.3);
    max-height: 400px;
    overflow-y: auto;
    z-index: 9999 !important;
    display: none;
}

.search-suggestions::-webkit-scrollbar {
    width: 8px;
}

.search-suggestions::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

.search-suggestions::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 10px;
}

.search-suggestions::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.suggestions-section {
    padding: 10px 0;
}

.suggestions-header {
    padding: 12px 20px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    color: #666;
    letter-spacing: 1px;
    background: #f8f8f8;
    border-bottom: 1px solid #eee;
}

.suggestion-item {
    display: flex;
    align-items: center;
    padding: 12px 20px;
    text-decoration: none;
    color: #000;
    transition: background 0.2s ease;
    border-bottom: 1px solid #f0f0f0;
}

.suggestion-item:last-child {
    border-bottom: none;
}

.suggestion-item:hover {
    background: #f8f8f8;
}

.suggestion-icon {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    flex-shrink: 0;
    margin-right: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f0f0f0;
    background-size: cover;
    background-position: center;
}

.suggestion-icon.category-icon {
    font-size: 20px;
    background: #081b49;
    color: #fff;
}

.suggestion-icon.icon {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    overflow: hidden;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.suggestion-icon.suggestion-preview {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #f0f0f0;
}

.suggestion-content {
    flex: 1;
    min-width: 0;
}

.suggestion-title {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    margin-bottom: 4px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.suggestion-desc,
.suggestion-url {
    font-size: 13px;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.suggestion-url {
    color: #428bca;
}

.suggestion-count {
    font-size: 12px;
    color: #999;
    font-weight: 600;
    margin-left: 10px;
    white-space: nowrap;
}

.search-loading {
    padding: 30px;
    text-align: center;
    color: #666;
    font-size: 14px;
}

.suggestions-empty {
    padding: 30px;
    text-align: center;
    color: #999;
    font-size: 14px;
}

/* Mobile Responsive */
@media only screen and (max-width: 767px) {
    .search-section-overlay {
        margin-bottom: 15px;
        padding: 0 15px;
        width: 100%;
    }
    
    .search-wrapper {
        max-width: 100%;
        width: 100%;
        margin: 0 auto 15px;
    }
    
    .search-input-wrapper {
        border-radius: 20px;
        padding: 2px;
        width: 100%;
    }
    
    .search-input {
        padding: 8px 12px;
        font-size: 13px;
        width: 100%;
    }
    
    .search-input::placeholder {
        font-size: 12px;
    }
    
    .search-submit {
        padding: 8px 10px;
        flex-shrink: 0;
    }
    
    .search-submit svg {
        width: 14px;
        height: 14px;
    }
    
    .search-suggestions {
        left: 0;
        right: 0;
        border-radius: 8px;
        max-height: 350px;
        width: 100%;
    }
    
    .suggestion-icon {
        width: 32px;
        height: 32px;
        margin-right: 12px;
    }
    
    .suggestion-item {
        padding: 10px 15px;
    }
    
    .suggestion-title {
        font-size: 14px;
    }
    
    .suggestion-desc,
    .suggestion-url {
        font-size: 12px;
    }
}