@import url("https://fonts.googleapis.com/css2?family=Geologica:wght@100..900&display=swap");
body {
  margin: 0;
  padding: 0;
  border-top: 5px solid red;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
:root {
  --white-color: #fff;
  --black-color: #000;
  --grey-color: #666;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  /* font-family: "Newsreader", serif !important; */
  font-weight: 600;
  margin-bottom: 0 !important;
  color: inherit;
}
h1,
h2,
h3 {
  font-family: "Geologica", sans-serif;
}
p,
a {
  font-family: "Noto Sans", sans-serif !important;
  font-weight: 300;
  margin: 0 auto;
  color: inherit;
}
button {
  border: none;
  outline: none;
  background-color: transparent;
  border-radius: 10px !important;
  color: var(--white-color);
  padding: 12px 30px;
  font-size: 18px !important;
  font-weight: 600;
  text-transform: capitalize !important;
}
button:hover {
  opacity: 0.7;
}
.black-bg {
  background: #000;
}

.logo {
  text-align: center;
}

.logo img {
  max-height: 80px;
}
.header_flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.myHeader {
  padding: 2.4rem 0;
  background-color: #f1f0f1;
}
.company-logo img {
  width: 340px;
}
.header_right {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.header_right a {
  padding: 12px;
  border-radius: 10px;
  text-decoration: none;
  font-weight: 700;
  text-transform: capitalize;
  font-size: 18px;
}
.header_right .subscribe {
  background-color: red;
  color: var(--white-color);
}
.header_right .sign_in {
  background-color: peachpuff;
  color: var(--black-color);
  font-weight: 700;
}
.timestamp {
  padding: 0px 0px;
  margin: 0;
  text-align: center;
}

.timestamp p {
  font-size: 14px;
  font-weight: 400;
}

main {
  float: left;
  width: 100%;
  border-top: 1px solid #000;
  /* border-bottom: 1px solid #000; */
}

section {
  display: flex;
  justify-content: center;
  align-items: center;
}

.container {
  max-width: 1200px;
  width: 1200px;
}

.left-container {
  float: left;
  width: 70%;
}

.right-container {
  float: right;
  width: 30%;
}

.categoryHeading {
  float: left;
  width: 100%;
  display: block;
  padding: 1rem 1rem;
}

.categoryHeading span {
  color: #aaaaaa;
}

.hightlightBox {
  float: left;
  width: 95%;
  box-sizing: border-box;
  margin: 4% 0% 1% 5%;
  margin-bottom: 3rem;
  background: #f2f2f2;
  /* padding: 1rem 1rem; */
  border-radius: 10px;
  box-shadow: rgb(8 8 8 / 20%) 0 8px 24px;
}

.hightlightBox h2 {
  float: left;
  width: 100%;
  margin-bottom: 1rem !important;
  color: #ec1816;
  background: #f5c3aa;
  padding: 1rem 1rem;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  font-size: 24px;
}

.hightlightBox ol {
  float: left;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}

.hightlightBox li {
  float: left;
  width: 100%;
  box-sizing: border-box;
  line-height: 24px;
  margin-bottom: 0.5rem;
  font-size: 16px;
  /* border-bottom: 1px solid #fd0100; */
  padding: 5px 1rem;
  font-weight: bold;
}

.hightlightBox li .img {
  float: left;
  width: 35%;
  margin-right: 2%;
}

.hightlightBox li .text {
  float: left;
  width: 63%;
}

.hightlightBox li:last-child {
  border-bottom: none;
}

.hightlightBox a.readMore {
  float: right;
  font-size: 14px;
  font-weight: 400;
  font-style: italic;
  text-align: right;
}

.hightlightBox a {
  text-decoration: none;
  color: inherit;
  font-weight: 700;
}

.hightlightBox img {
  max-width: 100%;
  float: left;
  border-radius: 10px;
}

.hightlightBox h3 {
  font-size: 16px;
}

.hightlightBox a:hover {
  color: var(--grey-color);
}

.nonHightlightBox {
  float: left;
  width: 95%;
  box-sizing: border-box;
  margin: 4% 0% 1% 5%;
  margin-bottom: 3rem;
  padding: 1rem 1rem;
  border-radius: 10px;
  box-shadow: rgba(149, 157, 165, 0.2) 0 8px 24px;
}

.nonHightlightBox ol {
  float: left;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}
.nonHightlightBox li {
  float: left;
  width: 100%;
  box-sizing: border-box;
  line-height: 32px;
  margin-bottom: 0.5rem;
  font-size: 24px;
  border-bottom: 1px solid #fd0100;
  padding: 5px 0px;
}
.nonHightlightBox li img {
  float: left;
  width: 100%;
  height: auto;
  border-radius: 10px;
}
.nonHightlightBox li:last-child {
  border-bottom: none;
}
.nonHightlightBox a {
  text-decoration: none;
  color: inherit;
}
.nonHightlightBox a:hover {
  color: var(--grey-color);
}
.row {
  width: 100%;
}

.container-full {
  width: 100%;
}

.news_box {
  float: left;
  width: 100%;
  border: 1px solid #f3f3f3;
  padding: 10px;
  margin: 1rem 0px;
  color: var(--black-color);
  border-radius: 10px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.news_box a {
  color: inherit !important;
}
.news_box:hover {
  color: var(--grey-color);
}
.news_box__width {
  width: 80% !important;
}

.news_box .feature_image {
  float: left;
  width: 40%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  height: 100%;
}

.feature_image img {
  width: 100%;
  border-radius: 10px;
  object-fit: cover;
}

.news_box .feature_image img:nth-child(2) {
  height: 30px;
  width: 30px;
  margin-top: 10px;
  position: static;
  float: left;
  margin-left: -40px;
}

.news_box .news_intro {
  float: left;
  width: 58%;
  margin-left: 2%;
  box-sizing: border-box;
}

.featureArticle {
  min-height: 100px;
}

.featureArticle .news_box {
  margin-top: 50px;
}

.featureArticle .news_box .feature_image {
  float: left;
  width: 55%;
  box-sizing: border-box;
}

.featureArticle .news_box .feature_image img {
  max-height: 430px;
  height: auto;
}

.featureArticle .news_box .feature_image img:nth-child(2) {
  height: 30px;
  width: 30px;
  margin-top: 10px;
  position: static;
  float: left;
  margin-left: -40px;
}

.featureArticle .news_box .news_intro {
  float: left;
  width: 42%;
  margin-left: 2%;
  box-sizing: border-box;
}

.mediaFile {
  float: left;
  padding: 2rem 0rem;
}
.mediaFile h1 {
  float: left;
  width: 100%;
  margin-bottom: 1rem !important;
}

/* 
.news_box:first-child {
  margin-top: 50px;
}

.news_box:first-child .feature_image {
  float: left;
  width: 55%;
  box-sizing: border-box;
}

.news_box:first-child .feature_image img {
  max-height: 430px;
  height: auto;
}

.news_box:first-child .feature_image img:nth-child(2) {
  height: 30px;
  width: 30px;
  margin-top: 10px;
  position: static;
  float: left;
  margin-left: -40px;
}

.news_box:first-child .news_intro {
  float: left;
  width: 42%;
  margin-left: 2%;
  box-sizing: border-box;
} */

.news_intro h2 {
  font-size: 32px;
  line-height: 38px;
}

.news_intro p span {
  font-size: 12px;
  padding: 10px 0px;
  float: left;
  width: 100%;
}

.news_intro p span strong {
  font-weight: 600;
}

.news_intro p {
  font-size: 16px;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.date {
  margin: 24px 0 !important;
  color: gray;
}
.newsletter_wrapper {
  background-color: #fbe5d4;
}
.newsletter {
  float: left;
  width: 100%;
  /* background: #000; */
  text-align: center;
  margin-top: 30px;
  padding: 20px 0px 60px 0px;
  box-sizing: border-box;
  /* color: #fff; */
}

.input_btn {
  position: relative;
  display: flex;
  margin: 0 auto;
  width: 45%;
}
.newsletter h3 {
  font-size: 32px;
  margin-bottom: 20px !important;
}

.input {
  float: left;
  padding: 6px;
  font-size: 18px;
  width: 100%;
  border: none;
  color: #333;
  background: #fff;
  line-height: 30px;
  border-radius: 4px;
  border: 1px solid var(--black-color);
}
.newsletter_btn {
  padding: 10px !important;
  background: var(--black-color) !important;
  color: var(--white-color) !important;
  position: absolute;
  right: 0;
  top: 0;
  border: none;
  outline: none;
  border-radius: 0 4px 4px 0 !important;
  padding: 0 20px !important;
  height: 100%;
}
.newsletter_btn i {
  font-size: 32px;
}

.input:focus {
  outline: none;
}

.newsletter_input {
  width: 100% !important;
}

.btn {
  float: left;
  box-sizing: border-box;
  padding: 10px 0px;
  border: none;
  width: 100%;
  line-height: 30px;
  font-size: 18px;
  font-weight: 600;
  border-radius: 7px;
  cursor: pointer;
}

/* blog */
.blog_banner {
  padding: 100px 0;
}
.blog_banner__left {
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 100%;
}
.blog_banner__left span {
  color: var(--grey-color);
  font-size: 18px;
}
.blog_banner__left h3 {
  font-size: 48px;
  font-weight: 600;
  margin-top: 12px;
}
.blog_banner__left p {
  margin-top: 12px;
  color: var(--grey-color);
  font-size: 18px;
}
.blog_banner_img img {
  width: 100%;
  border-radius: 20px;
}
.blog_container {
  padding: 0 0 60px 0;
}
.blog_parra p {
  font-size: 20px;
  margin-top: 1rem;
}
.laravel_content {
  margin-top: 2.5rem;
}
.laravel_content h3 {
  font-size: 45px;
  font-weight: 500;
}
.laravel_content h6 {
  font-size: 30px;
  margin-top: 2rem;
}
.laravel_content p {
  margin-top: 1.2rem;
  font-size: 18px;
}
.laravel_box {
  margin-top: 2rem;
}

.text-gradient {
  background: linear-gradient(180deg, #707070, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.transparent-box {
  /* height: 150px;
  background: rgb(245, 195, 170);
  background: linear-gradient(
    180deg,
    rgba(245, 195, 170, 0.1) 0%,
    rgba(245, 195, 170, 1) 100%
  );
  margin-top: -130px; */
  border-bottom: 10px solid #f5c3aa;
}

nav {
  background-color: #f1f0f1;
  padding: 15px 0;
  overflow: hidden; /* Prevent content overflow */
}

.pinkBackground {
  background-color: #fae9e7 !important;
}

nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  flex-wrap: nowrap; /* Prevent wrapping */
  overflow-x: auto; /* Enable horizontal scrolling */
  white-space: nowrap; /* Prevent line breaks in the menu */
  scrollbar-width: none; /* Hide scrollbar for Firefox */
}

nav ul::-webkit-scrollbar {
  display: none; /* Hide scrollbar for WebKit browsers (Chrome, Safari) */
}

nav ul li {
  display: inline-block; /* Ensure items stay in a single line */
  margin: 0 15px;
}

nav ul li a {
  text-decoration: none;
  color: #333;
  font-size: 18px;
  font-weight: 600;
}

nav ul li a.active {
  color: #007bff;
}

nav ul li a:hover {
  color: #007bff;
}

nav ul li a.disable {
  color: #aaa;
  pointer-events: none;
}

nav ul li a.partnerInsights {
  color: #5b9ad5;
}

/* Search box */
/* General styling */
.search-container {
  position: relative;
  display: flex;
  align-items: center;
}

.search-btn {
  display: flex;
  align-items: center;
  color: white;
  border: none;
  padding: 8px 12px;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-left: 30px;
}

.search-btn svg {
  height: 16px;
  margin-right: 8px;
}

.search-btn svg path {
  color: #fff;
}

.search-btn .btn-text {
  display: block;
}

.search-input {
  width: 0;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  padding: 8px;
  border: 1px solid #e8e8e8;
  border-radius: 4px;
  transition: all 0.3s ease;
}

/* Close button */
.close-btn {
  display: none;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  color: #333;
  font-size: 16px;
  cursor: pointer;
  padding: 0;
}

.close-btn .icon-close {
  font-size: 20px;
}

/* Show input and close button when expanded */
.search-container.expanded .search-input {
  width: 300%;
  opacity: 1;
  visibility: visible;
}

.search-container.expanded .search-btn {
  background-color: #0056b3;
}

.search-container.expanded .close-btn {
  display: block;
  margin-left: 10px;
  margin-right: 10px;
}

/* Make input always visible on desktop */
@media (min-width: 769px) {
  .search-input {
    width: 500px;
    opacity: 1;
    visibility: visible;
    position: static;
    transform: none;
  }

  .search-btn {
    display: none;
  }
}

/* Hide the input on mobile and only show it when expanded */
@media (max-width: 768px) {
  .search-container {
    float: left;
    width: 100%;
    margin-top: 85px;
    left: 0px;
    position: absolute;
  }
  .search-btn {
    display: block;
  }
  .search-btn .btn-text {
    display: none;
  }
  .search-container.expanded .search-input {
    width: 96%;
    opacity: 1;
    visibility: visible;
    box-sizing: border-box;
    margin: 0% 2%;
    display: block;
  }
  .search-container.expanded .close-btn {
    display: none;
  }
  /* .search-btn {
    display: none;
  } */
}

/* Responsive for mobile */
@media (max-width: 768px) {
  nav ul {
    justify-content: flex-start; /* Align items to the left for scrollability */
  }

  nav ul li {
    margin: 0 10px; /* Adjust spacing for smaller screens */
  }
  nav ul li a {
    font-size: 14px;
  }
}

/* Tags */

.tags {
  float: left;
  width: 88%;
  display: block;
  margin: 0 5rem 1rem 5rem;
  text-align: left;
}
.tags::before {
  content: "Topics";
  float: left;
  margin-right: 1rem;
  font-weight: 700;
}
.tags ul {
  float: left;
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 1rem;
}
.tags li {
  float: left;
  width: auto;
  list-style: none;
}

.tags li a {
  float: left;
  padding: 5px 10px;
  background: #f5c3aa;
  color: #ec1816;
  font-size: 16px;
  margin-right: 10px;
  border-radius: 10px;
  margin-bottom: 10px;
  text-decoration: none;
}
.tags li a:hover {
  font-weight: 700;
  padding: 5px 7px;
}

.pagination {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}

.pagination a {
  width: auto;
  padding: 10px 20px;
  text-decoration: none;
  background: #f5c3aa;
  color: #ec1816;
  border-radius: 6px;
}
.pagination a:hover {
  font-weight: bold;
  color: #ec1816;
  padding: 10px 20px;
}

.pagination a.previousBtn {
  float: left !important;
}

.pagination a.nextBtn {
  float: right !important;
}

@media (max-width: 992px) {
  .blog_banner__left {
    margin-top: 1rem;
  }
  .container {
    max-width: 100% !important;
  }
  /* .transparent-box {
    height: 450px;
    margin-top: -350px;
  } */
}
@media (max-width: 768px) {
  .input_btn {
    width: 80%;
  }
  .newsletter h3 {
    font-size: 24px;
    line-height: 28px;
  }
  .news_box__width {
    width: 100% !important;
  }
  .featureArticle {
    min-height: 20px;
  }
  .left-container {
    float: left;
    width: 100%;
  }

  .right-container {
    float: right;
    width: 100%;
  }

  .hightlightBox {
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
  }
  .nonHightlightBox {
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
  }
  .tags {
    float: left;
    margin: 0 0 1rem 0;
  }
  .user_content {
    float: left !important;
  }
}
@media (max-width: 720px) {
  .news_box:first-child {
    margin-top: 30px;
  }
  .container--box {
    padding-right: 0 !important;
    padding-left: 1rem !important;
  }
  /* .news_box {
    height: 100%;
  } */
  .logo img {
    width: 80%;
    height: auto;
  }
  .container {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }
  .details_box {
    padding: 1rem;
  }
  .news_box .feature_image {
    float: left;
    width: 100%;
    box-sizing: border-box;
  }

  .news_box:first-child .feature_image {
    float: left;
    width: 100%;
    box-sizing: border-box;
  }

  .news_box:first-child .feature_image img {
    width: 100% !important;
    height: auto;
    box-sizing: border-box;
  }

  .news_box:first-child .feature_image img {
    height: auto;
  }

  .feature_image img {
    width: 100% !important;
    height: auto;
    border-radius: 10px;
  }

  .news_box:first-child .feature_image img:nth-child(2) {
    height: 40px;
    width: 40px !important;
    margin-top: 10px;
    position: static;
    float: left;
    margin-left: -45px;
  }

  .news_box .feature_image img:nth-child(2) {
    height: 40px;
    width: 40px !important;
    margin-top: 10px;
    position: static;
    float: left;
    margin-left: -45px;
  }

  .news_box .news_intro {
    float: left;
    width: 100%;
    margin-left: 0;
    margin-top: 1rem;
    box-sizing: border-box;
  }
  button {
    font-size: 16px !important;
    padding: 12px;
  }
  .company-logo img {
    width: 210px;
  }
  .news_box:first-child .news_intro {
    float: left;
    width: 100%;
    box-sizing: border-box;
    margin-top: 1rem;
    margin-left: 0;
  }

  .news_intro h2 {
    font-size: 32px;
    line-height: 38px;
  }

  .news_intro p span {
    font-size: 12px;
    padding: 10px 0px;
    float: left;
    width: 100%;
  }

  .news_intro p span strong {
    font-weight: 600;
  }

  .news_intro p {
    font-size: 16px;
    line-height: 28px;
  }

  .blog_banner__left h3 {
    font-size: 32px;
    margin-top: 0;
  }
  .blog_banner__left span {
    font-size: 16px;
  }
  .blog_banner {
    padding: 40px 0;
  }
  .blog_parra p {
    font-size: 16px;
    line-height: 1.6;
  }
  .laravel_content h3 {
    font-size: 34px;
  }
  .laravel_content h6 {
    font-size: 25px;
  }
  .laravel_content p {
    margin-top: 14px;
    font-size: 16px;
  }
  .blog_banner__left p {
    font-size: 16px;
  }
  .header_right a {
    font-size: 16px;
  }
}

@media (max-width: 576px) {
  .newsletter_input {
    width: 100% !important;
    margin-bottom: 1rem;
  }
  .newsletter_btn {
    height: auto;
    padding: 3px 20px !important;
  }
  .input_btn {
    width: 100%;
  }
  .newsletter h3 {
    font-size: 18px;
  }
  .news_intro h2 {
    font-size: 23px;
    line-height: 30px;
  }
  .newsletter {
    padding: 30px 0;
  }
  .news_box:last-child {
    margin-bottom: 60px;
  }
}
@media (max-width: 500px) {
  .company-logo img {
    width: 180px;
  }
  .header_right {
    gap: 10px;
  }
  .news_box:first-child {
    margin: 20px 0px;
  }
}
@media (max-width: 410px) {
  .header_right a {
    font-size: 14px;
    padding: 6px;
  }
  .myHeader {
    padding: 2rem 0;
  }
  .header_right {
    gap: 7px;
  }
  .header_flex {
    gap: 5px;
  }
}
@media (max-width: 360px) {
  .company-logo img {
    width: 153px;
  }
}

.share-icon {
  height: 30px;
  width: auto;
  padding-right: 10px;
}
@media print {
  body * {
    visibility: hidden;
    /* Hide all content */
  }

  .no-print {
    visibility: visible;
    /* Show only this content */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* Center horizontally and vertically */
    font-size: 20px;
    font-weight: bold;
    color: red;
    text-align: center;
    page-break-after: avoid;
    /* Prevent page breaks */
    max-width: 90%;
    /* Ensure content fits within the page */
    word-wrap: break-word;
    /* Handle long text gracefully */
  }

  html,
  body {
    height: 100%;
    /* Ensure full-page height */
    overflow: hidden;
    /* Prevent scrolling during print */
    margin: 0;
    /* Remove margins */
    padding: 0;
  }
}

.sup {
  padding: 5px 5px;
  background: #ff0000;
  border-radius: 7px;
  margin-left: 3px;
  font-size: 8px;
  color: #fff;
  top: -6px;
}

/* Testimonial Slider */

.testimonial-slider {
  width: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

/* Track holds one slide per view; JS moves it via translateX */
.testimonial-track {
  display: flex;
  transition: transform 0.6s ease;
}

/* One slide per view; keep padding light for compact look */
.testimonial-slide {
  min-width: 100%;
  padding: 1.25rem 1rem;
  display: grid;
  justify-items: center;
  gap: 0.75rem;
  text-align: center;
}

/* Long content gets the space; comfortable up to ~500 chars */
.testimonial-quote {
  max-width: 900px; /* give content more width */
  font-size: 16px;
  line-height: 1.6;
  color: #fff;
  padding: 20px 20px;
  margin: 0 auto;
}

p.testimonial-quote span {
  background: none !important;
  color: #fff;
}

/* Profile row: tiny, minimal, centered */
.testimonial-profile {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
}

/* Small avatar for compact feel */
.testimonial-profile img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
}

/* Name + role stacked tightly */
.testimonial-meta {
  display: grid;
  gap: 2px;
  text-align: left;
}

.testimonial-name {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  line-height: 1.2;
}

.testimonial-role {
  font-size: 16px;
  font-weight: 400;
  color: #fff; /* your brand accent */
  line-height: 1.2;
}

/* Dots: pill-like for a clean look */
.testimonial-dots {
  display: flex;
  justify-content: center;
  gap: 6px;
  margin: 10px 0 14px;
}

.testimonial-dots button {
  width: 18px;
  height: 6px;
  border: none;
  padding: 0;
  border-radius: 999px;
  background: #ddd;
  cursor: pointer;
  transition: transform 0.2s ease, background 0.2s ease;
}
.testimonial-dots button.active {
  background: red;
  transform: scale(1.1);
}

/* ===== Responsive tweaks ===== */
@media (max-width: 768px) {
  .testimonial-slide {
    padding: 1rem 0.75rem;
  }
  .testimonial-quote {
    font-size: 15px;
  }
  .testimonial-profile img {
    width: 44px;
    height: 44px;
  }
  .testimonial-name {
    font-size: 16px;
  }
  .testimonial-role {
    font-size: 12px;
  }
}

@media (max-width: 480px) {
  .testimonial-quote {
    max-width: 100%;
  }
}

.sliderBox {
  float: left;
  width: 100%;
  margin-top: 2em;
  margin-bottom: 2em;
  background: #000;
  padding: 3em 2em;
  box-sizing: border-box;
  border-radius: 7px;
}

.sliderBox h2 {
  font-size: 22px;
  font-weight: 600;
  text-align: center;
  margin: 0 auto 12px;
  color: red;
  font-size: 24px;
  position: relative;
}

/* subtle red underline like your theme */
.sliderBox h2::after {
  content: "";
  display: block;
  width: 100px;
  height: 3px;
  margin: 8px auto 0;
  background: red; /* your brand accent */
  border-radius: 2px;
}

/* Responsive tweaks */
@media (max-width: 768px) {
  .sliderBox h2 {
    font-size: 20px;
  }
  .sliderBox h2::after {
    width: 80px;
    height: 2px;
  }
}

@media (max-width: 480px) {
  .sliderBox h2 {
    font-size: 18px;
  }
  .sliderBox h2::after {
    width: 60px;
  }
}

/* ===== Related News (fits your theme) ===== */
.related-wrapper {
  width: 100%;
  margin: 0 auto;
  margin-bottom: 50px;
  padding: 20px 0 10px;
}

/* Heading style aligned to site */
.related-title {
  font-size: 26px; /* h2 scale you use in sections */
  font-weight: 600;
  color: var(--black-color, #000);
  text-align: left;
  margin: 0 0 16px 0;
  position: relative;
}
.related-title::after {
  content: "";
  display: block;
  width: 100px; /* visual echo of your red accents */
  height: 3px;
  margin-top: 6px;
  background: #ec1816; /* your red */
  border-radius: 3px;
}

/* Grid: 1 → 2 → 3 columns inside 1200px container */
.related-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: 1fr;
  margin-bottom: 20px;
}
@media (min-width: 576px) {
  .related-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .related-grid {
    grid-template-columns: repeat(3, 1fr);
  } /* change to 4 if you like */
  /* .related-grid { grid-template-columns: repeat(4, 1fr); } */
}

/* Card = like .news_box (radius 10px, subtle shadow) */
.related-card {
  border: 1px solid #f3f3f3;
  border-radius: 10px;
  background: var(--white-color, #fff);
  overflow: hidden;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px; /* same family as .news_box */
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.related-card:hover {
  transform: translateY(-2px);
  box-shadow: rgba(149, 157, 165, 0.26) 0px 10px 28px;
}

.related-link {
  display: grid;
  text-decoration: none;
  color: inherit;
}

/* Media */
.related-media {
  width: 100%;
  aspect-ratio: 16/9;
  margin: 0;
  background: #f7f7f7;
  border-bottom: 1px solid #fde4de; /* soft red divider to match brand */
}
.related-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Content */
.related-content {
  padding: 12px;
  display: grid;
  gap: 6px;
}

.related-tag {
  width: max-content;
  font-size: 12px;
  font-weight: 600;
  color: #ec1816;
  background: #f5c3aa;
  padding: 3px 8px;
  border-radius: 999px;
}

.related-head {
  font-size: 16px; /* matches list titles elsewhere */
  line-height: 1.35;
  font-weight: 700;
}

.related-excerpt {
  font-size: 14px;
  line-height: 1.55;
  color: var(--grey-color, #666);
}

.related-date {
  font-size: 12px;
  color: #9aa0a6;
}

/* Clamp helpers (you already use similar) */
.line-2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

/* Bottom CTA */
.related-footer {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.related-more-link {
  text-decoration: none;
  background: var(--black-color, #000);
  color: var(--white-color, #fff);
  padding: 10px 18px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 600;
}
.related-more-link:hover {
  opacity: 0.85;
}

/* Small screens */
@media (max-width: 576px) {
  .related-title {
    font-size: 20px;
  }
}
/* Related News Grid: min 3, max 5 per row */
.related-grid {
  display: grid;
  gap: 14px;
  margin-top: 20px;
  margin-bottom: 20px;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

/* Lock min 3 and max 5 on wider screens */
@media (min-width: 768px) {
  .related-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1024px) {
  .related-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 1400px) {
  .related-grid {
    grid-template-columns: repeat(5, 1fr);
  }
}

/* Show only on mobile */
@media (min-width: 769px) {
  .reviews-fab,
  .reviews-sheet {
    display: none !important;
  }
}

.reviews-fab {
  position: fixed;
  text-decoration: none;
  right: 0;
  bottom: 5%;
  transform: translateY(-50%);
  z-index: 999;
  /* Modern gradient background */
  background: linear-gradient(180deg, #000000, #222);
  color: #fff;
  padding: 10px 8px;

  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
  border-top-left-radius: 12px !important;
  border-bottom-left-radius: 12px !important;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.35);
  border: 1px solid rgba(255, 255, 255, 0.1);
  cursor: pointer;
  transition: all 0.3s ease;
  /* Smooth text look */
  -webkit-font-smoothing: antialiased;
}

/* Premium hover effect */
.reviews-fab:hover {
  background: linear-gradient(
    180deg,
    #ec1816,
    #a30e0e
  ); /* brand red gradient */
  box-shadow: 0 6px 18px rgba(236, 24, 22, 0.45);
  transform: translateY(-50%) scale(1.05);
}

/* Active click feedback */
.reviews-fab:active {
  transform: translateY(-50%) scale(0.97);
}

/* Full-screen sheet container */
.reviews-sheet {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: grid;
  grid-template-rows: 1fr;
  pointer-events: none; /* off when closed */
}

/* Dim backdrop */
.reviews-sheet__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  transition: opacity 0.25s ease;
}

/* Panel (slides up) */
.reviews-sheet__panel {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -100%;
  background: var(--white-color, #fff);
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  box-shadow: 0 -10px 30px rgba(0, 0, 0, 0.25);
  max-height: 92vh;
  height: 92vh;
  display: flex;
  flex-direction: column;
  transition: transform 0.32s cubic-bezier(0.22, 0.61, 0.36, 1), bottom 0s 0.32s;
  transform: translateY(0); /* we animate bottom */
}

/* Drag handle hint */
.reviews-sheet__handle {
  width: 42px;
  height: 4px;
  background: #ddd;
  border-radius: 999px;
  margin: 10px auto 6px;
}

/* Header */
.reviews-sheet__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 14px 10px;
  border-bottom: 1px solid #f0f0f0;
}
.reviews-sheet__header h3 {
  font-size: 18px;
  font-weight: 700;
  margin: 0;
}
.reviews-sheet__close {
  background: transparent;
  border: none;
  font-size: 22px;
  line-height: 1;
  color: var(--grey-color, #666);
}

/* Reviews list (scrollable) */
.reviews-list {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding: 10px 14px 18px;
  gap: 12px;
  display: grid;
}

/* Individual review card (minimal) */
.review {
  padding: 10px 10px 12px;
  border: 1px solid #f3f3f3;
  border-radius: 12px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
}

.review-text {
  font-size: 14px;
  line-height: 1.6;
  color: #fff;
  margin: 0 0 8px 0;
}

.review-profile {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.review-profile img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
}
.review-name {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  line-height: 1.2;
}
.review-role {
  display: block;
  font-size: 12px;
  color: red;
  line-height: 1.2;
}

/* Open state */
.reviews-sheet.is-open {
  pointer-events: auto;
}
.reviews-sheet.is-open .reviews-sheet__backdrop {
  opacity: 1;
}
.reviews-sheet.is-open .reviews-sheet__panel {
  bottom: 0;
  transition: bottom 0s, transform 0.32s cubic-bezier(0.22, 0.61, 0.36, 1);
}

/* Respect reduced motion */
@media (prefers-reduced-motion: reduce) {
  .reviews-sheet__panel,
  .reviews-sheet__backdrop {
    transition: none;
  }
}

/* Prevent body scroll when open */
body.no-scroll {
  overflow: hidden;
  touch-action: none;
}

/* Wrapper */
.who-reads {
  text-align: center;
  margin: 1rem 0;
}

/* Button style */
.who-reads-btn {
  display: inline-block;
  padding: 10px 50px;
  font-size: 24px;
  font-weight: 600;
  border-radius: 10px;
  text-decoration: none;
  color: var(--white-color, #fff) !important;
  background: var(--black-color, #000);
  transition: all 0.25s ease;
  float: right;
}

/* Hover / focus */
.who-reads-btn:hover,
.who-reads-btn:focus {
  background: #ec1816; /* brand red */
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  color: #000 !important;
}

/* Active press */
.who-reads-btn:active {
  transform: scale(0.96);
}

/* ===== Testimonials (Premium List) ===== */
.t-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: 1fr;
  margin: 16px 0 24px;
  float: left;
  width: 100%;
}
@media (min-width: 992px) {
  .t-grid {
    grid-template-columns: repeat(2, 1fr);
  } /* desktop: 2 columns */
}

.t-card {
  background: var(--white-color, #fff);
  border: 1px solid #f1f1f1;
  border-radius: 10px; /* matches your cards */
  box-shadow: rgba(149, 157, 165, 0.18) 0 8px 24px;
  padding: 16px 16px 18px;
  color: var(--black-color, #000);
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}
.t-card:hover {
  transform: translateY(-2px);
  box-shadow: rgba(149, 157, 165, 0.26) 0 10px 28px;
}

/* header: avatar + meta */
.t-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 10px;
}
.t-avatar {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  object-fit: cover;
  background: #fafafa;
  border: 1px solid #eee;
}
.t-meta {
  display: grid;
  gap: 2px;
}
.t-name {
  font-family: "Geologica", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
}
.t-role {
  font-family: "Noto Sans", sans-serif;
  font-size: 13px;
  color: var(--grey-color, #666);
}

/* quote */
.t-quote {
  position: relative;
  font-size: 18px;
  line-height: 1.7;
  color: var(--black-color, #000);
  margin: 4px 0 0;
  padding-top: 8px;
}
.t-quote::before {
  content: "“";
  position: absolute;
  left: -8px;
  top: -2px;
  font-size: 28px;
  line-height: 1;
  color: #ec1816; /* brand red accent */
}
.t-quote::after {
  content: "";
  display: block;
  width: 80px;
  height: 3px;
  background: #ec1816;
  border-radius: 3px;
  margin: 10px 0 0;
  opacity: 0.8;
}

/* dark wrapper compatibility (if you place inside .black-bg) */
.black-bg .t-card {
  background: #0f0f10;
  border-color: #1f1f1f;
  color: #f3f3f3;
}
.black-bg .t-role {
  color: #b7b7b7;
}
.black-bg .t-quote {
  color: #fff;
}
.black-bg .t-quote::after {
  opacity: 0.9;
}

/* mobile tweaks */
@media (max-width: 720px) {
  .t-avatar {
    width: 56px;
    height: 56px;
  }
  .t-quote {
    font-size: 16px;
  }
}
