/* 
 Theme Name:   accountant-child
 Theme URI:    
 Description:  
 Author:       
 Author URI:   
 Template:     cpa-accountant
 Version:      1.0

 /* == Add your own styles below this line ==
--------------------------------------------*/

:root {
  --body-bg-color: #f0fff8;
  --body-text-color: #383838;
  --heading-color: #222222;
  --hero-gradient1: #bfd9c3;
  --hero-gradient2: #b0d9a1;
  --footer-bg-color: #25553c;
  --link-color: #7dd45d;
  --header-bg-color: #ffffff;
  --font-family: "Times New Roman", Times, serif;
  --nav-link-color: #141414;
  --footer-text-color: #ffffff;
  --header-text-color: #383838;
}

body {
  background-color: var(--body-bg-color) !important;
  color: var(--body-text-color) !important;
  font-family: var(--font-family);
  line-height: 1.6;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
h1 {
  font-size: clamp(2rem, 4vw, 2.5rem) !important;
}
h2 {
  font-size: clamp(1.6rem, 3vw, 2rem) !important;
}
h3 {
  font-size: clamp(1.4rem, 3vw, 1.7rem) !important;
}
p {
  margin-bottom: 0.5rem !important;
}

section {
  padding: 15px 0;
  scroll-margin-top: 70px;
}

h2,
h3 {
  color: var(--heading-color) !important;
}

.content-area a {
  color: var(--link-color) !important;
  text-decoration: none !important;
}

.content-area a:hover {
  color: var(--link-color) !important;
  opacity: 0.8;
}

.sidebar-page-list {
  padding: 0;
  margin: 0;
  margin-bottom: 17px;
  width: 279px;
}

.sidebar-page-list li {
  list-style-type: disc;
  list-style-position: inside;
  color: var(--heading-color);
}

.sidebar-page-list li::marker {
  color: var(--link-color);
  font-size: 1.2em;
}
.sidebar-page-list li:last-child {
  border-bottom: none;
}

.sidebar-page-list li a {
  padding: 12px 0;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.3s ease;
  position: relative;
  color: var(--link-color);
}

.sidebar-page-list li a:hover {
  padding-left: 11px;
}
.twitter-tweet {
  width: 279px !important;
}

.x {
  display: flex;
  justify-content: center;
}
.error_page {
  min-height: 70vh;
}

.footer {
  background-color: var(--footer-bg-color);
  color: var(--footer-text-color);
  box-shadow: 0 -6px 12px rgba(0, 0, 0, 0.15);
}

.footer a {
  text-decoration: none;
  color: var(--link-color) !important;
}

.navbar {
  background-color: var(--header-bg-color) !important;
  position: sticky;
  top: 0;
  z-index: 1020;
}

.hero-section {
  padding: 115px 0 25px 0;
  position: relative;
  overflow: hidden;
  color: var(--header-text-color);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.246);
}
.hero-section.gradient-bg {
  background: linear-gradient(
    135deg,
    var(--hero-gradient1),
    var(--hero-gradient2)
  );
}

.hero-section .container {
  position: relative;
  z-index: 2;
}

.navbar-light .navbar-nav .nav-link {
  color: var(--nav-link-color, #141414) !important;
}

.navbar-light .navbar-nav .nav-link.active {
  color: var(--link-color) !important;
  font-weight: bold;
}
/* Mobile nav */
@media (max-width: 1199.98px) {
  .navbar-collapse {
    position: fixed;
    top: 61px;
    left: 15px;
    right: 15px;
    background-color: color-mix(
      in srgb,
      var(--header-bg-color) 65%,
      transparent
    );
    backdrop-filter: blur(12px);
    border-radius: 12px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
    z-index: 9999;
    padding: 15px;
    margin: 0;
  }

  .navbar-nav {
    width: 100%;
  }

  .navbar-nav .nav-item {
    margin: 7px 0;
  }

  .navbar-nav .nav-item:hover {
    transform: translateY(-1px);
  }

  .navbar-nav .nav-link {
    font-size: 1.2rem;
    font-weight: 500;
    text-decoration: none;
    display: block;
    padding: 0;
  }

  .navbar-toggler {
    z-index: 10000;
    position: relative;
    border: var(--bs-border-width) solid var(--nav-link-color, #141414) !important;
  }
}

@media screen and (min-width: 1199.98px) {
  .dropdown-menu {
    top: 100%;
    left: 50% !important;
    transform: translateX(-50%);
  }
}

.navbar .dropdown-toggle::after {
  transition: transform 0.3s ease;
}

.dropdown:hover .dropdown-toggle::after {
  transform: rotate(180deg);
}

.custom-dropdown {
  border: 0;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
  border-radius: 12px;
  padding: 0.5rem 0;
  margin-top: 0.5rem;
  min-width: 220px;
  background: color-mix(
    in srgb,
    var(--header-bg-color) 65%,
    transparent
  ) !important;
  backdrop-filter: blur(12px);
}

.custom-dropdown .dropdown-item {
  padding: 0.75rem 1.5rem;
  transition: all 0.3s ease;
  color: var(--nav-link-color, #141414) !important;
  font-weight: 500;
  border-radius: 0;
  text-wrap: wrap;
}

.custom-dropdown .dropdown-item:hover {
  color: #fff;
  background: color-mix(
    in srgb,
    var(--header-bg-color) 95%,
    transparent
  ) !important;
}

.custom-dropdown .dropdown-item i {
  width: 16px;
  color: #6c757d;
  transition: color 0.3s ease;
}

.custom-dropdown .dropdown-item:hover i {
  color: #fff;
}

.dropdown-menu {
  opacity: 0;
  transition: all 0.3s ease;
  display: block;
  visibility: hidden;
}

.dropdown-menu.show {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}

@media (min-width: 1199.98px) {
  .custom-dropdown {
    max-width: 200px;
  }
}

@media (max-width: 1199.98px) {
  .custom-dropdown {
    display: none;
    background: #f8f9fa;
    box-shadow: none;
    border-radius: 0;
    margin-top: 0;
    border-top: 1px solid #dee2e6;
  }

  .custom-dropdown .dropdown-item:hover {
    margin: 0;
    border-radius: 0;
    transform: none;
  }
}

.dropdown-menu:hover,
.dropdown:hover .dropdown-menu {
  display: block !important;
  visibility: visible;
  opacity: 1;
}
.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #91919131 !important;
}

.floating-rounded-navbar {
  background-color: var(--header-bg-color) !important;
  position: fixed !important;
  top: 15px !important;
  left: 7px !important;
  right: 7px !important;
  width: calc(100% - 11px) !important;
  z-index: 2000;
  border-radius: 21px;
  transition: all 0.3s ease;
}

@media (max-width: 1199.98px) {
  .floating-rounded-navbar .navbar-collapse {
    top: 85px !important;
  }
}

.navbar-brand {
  margin-right: 0 !important;
}

.contact-container {
  width: 500px;
  margin: 100px auto 35px;
  padding: 15px 21px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
  color: black !important;
}

@media screen and (max-width: 768px) {
  .contact-container {
    width: 100%;
    padding: 15px;
  }
}
.contact-header {
  text-align: center;
  margin-bottom: 20px;
}

.contact-header i {
  font-size: 2rem;
  color: #0d6efd;
  margin-bottom: 10px;
}

.email-link {
  display: block;
  margin-top: 15px;
  text-align: center;
  font-weight: bold;
  color: #0d6efd;
  text-decoration: none;
}

.navbar {
  background-color: var(--header-bg-color) !important;
  position: sticky;
  top: 0;
  z-index: 1020;
  border-bottom: 2px solid #e0e0e0;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  padding: 8px 0;
  backdrop-filter: blur(10px);
}

.navbar-brand {
  margin-right: 0 !important;
  font-weight: 700;
  font-size: 1.5rem;
  color: var(--heading-color) !important;
  letter-spacing: -0.5px;
}

.navbar-nav {
  align-items: center;
  gap: 25px;
}

.navbar-light .navbar-nav .nav-link {
  color: var(--nav-link-color, #141414) !important;
  font-weight: 500;
  font-size: 0.95rem;
  padding: 12px 18px !important;
  border-radius: 6px;
  transition: all 0.3s ease;
  position: relative;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 0.85rem;
}

.navbar-light .navbar-nav .nav-link:hover {
  color: var(--link-color) !important;
  background-color: rgba(176, 217, 161, 0.1);
  transform: translateY(-1px);
}

.navbar-light .navbar-nav .nav-link.active {
  color: var(--link-color) !important;
  font-weight: 700;
  background-color: rgba(176, 217, 161, 0.15);
  position: relative;
}

.navbar-light .navbar-nav .nav-link.active::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 30px;
  height: 3px;
  background-color: var(--link-color);
  border-radius: 2px;
}

.navbar-toggler {
  z-index: 10000;
  position: relative;
  border: 2px solid var(--nav-link-color, #141414) !important;
  border-radius: 6px;
  padding: 6px 10px;
  transition: all 0.3s ease;
}

.navbar-toggler:hover {
  background-color: rgba(176, 217, 161, 0.1);
  border-color: var(--link-color) !important;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2820, 20, 20, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='m4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* Mobile nav improvements */
@media (max-width: 1199.98px) {
  .navbar-collapse {
    position: fixed;
    top: 70px;
    left: 15px;
    right: 15px;
    background-color: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(15px);
    border-radius: 12px;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.2);
    z-index: 9999;
    padding: 20px;
    margin: 0;
    border: 1px solid rgba(224, 224, 224, 0.3);
  }

  .navbar-nav {
    width: 100%;
    gap: 0;
  }

  .navbar-nav .nav-item {
    margin: 8px 0;
    border-bottom: 1px solid rgba(224, 224, 224, 0.3);
  }

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

  .navbar-nav .nav-link {
    font-size: 1.1rem;
    font-weight: 600;
    text-decoration: none;
    display: block;
    padding: 15px 0 !important;
    text-transform: none;
    letter-spacing: 0;
    border-radius: 0;
  }

  .navbar-nav .nav-item:hover {
    transform: translateX(5px);
  }
}

/* Desktop dropdown improvements */
@media screen and (min-width: 1199.98px) {
  .dropdown-menu {
    top: 100%;
    left: 50% !important;
    transform: translateX(-50%);
    margin-top: 8px;
  }
}

.custom-dropdown {
  border: 1px solid rgba(224, 224, 224, 0.3);
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  padding: 8px 0;
  margin-top: 8px;
  min-width: 220px;
  background: rgba(255, 255, 255, 0.95) !important;
  backdrop-filter: blur(15px);
}

.custom-dropdown .dropdown-item {
  padding: 12px 20px;
  transition: all 0.3s ease;
  color: var(--nav-link-color, #141414) !important;
  font-weight: 500;
  border-radius: 0;
  text-wrap: wrap;
  font-size: 0.9rem;
}

.custom-dropdown .dropdown-item:hover {
  color: var(--link-color) !important;
  background: rgba(176, 217, 161, 0.051) !important;
  transform: translateX(3px);
}

/* Floating navbar improvements */
.floating-rounded-navbar {
  background-color: rgba(255, 255, 255, 0.95) !important;
  position: fixed !important;
  top: 15px !important;
  left: 15px !important;
  right: 15px !important;
  width: calc(100% - 30px) !important;
  z-index: 2000;
  border-radius: 15px;
  transition: all 0.3s ease;
  border: 1px solid rgba(224, 224, 224, 0.3);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
  backdrop-filter: blur(15px);
}

@media (max-width: 1199.98px) {
  .floating-rounded-navbar .navbar-collapse {
    top: 85px !important;
  }
}

/* Enhanced Sidebar Styling */
.sidebar-category {
  margin-bottom: 7px;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 12px;
  padding: 5px 15px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(176, 217, 161, 0.2);
  transition: all 0.3s ease;
}

.sidebar-category:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
  border-color: rgba(176, 217, 161, 0.4);
}

.sidebar-category-title {
  font-weight: 700;
  color: var(--heading-color);
  margin-bottom: 15px;
  padding-bottom: 8px;
  border-bottom: 3px solid var(--link-color);
  text-transform: uppercase;
  letter-spacing: 0.8px;
  position: relative;
  display: flex;
  align-items: center;
}

.sidebar-category-title::before {
  content: "";
  width: 6px;
  height: 6px;
  background: var(--link-color);
  border-radius: 50%;
  margin-right: 10px;
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.2);
    opacity: 0.7;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

.sidebar-category .sidebar-page-list {
  margin-bottom: 0;
  padding: 0;
  width: 100%;
  max-width: 279px;
}

.sidebar-page-list {
  padding: 0;
  margin: 0;
  margin-bottom: 17px;
  width: 279px;
  list-style: none;
}

.sidebar-page-list li {
  list-style: none;
  margin-bottom: 8px;
  position: relative;
  padding-left: 20px;
  transition: all 0.3s ease;
}

.sidebar-page-list li::before {
  content: "▶";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  color: var(--link-color);
  font-size: 0.8rem;
  transition: all 0.3s ease;
}

.sidebar-page-list li:hover::before {
  transform: translateY(-50%) translateX(3px);
  color: var(--heading-color);
}

.sidebar-page-list li a {
  padding: 8px 12px;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.3s ease;
  position: relative;
  color: var(--nav-link-color);
  display: block;
  border-radius: 6px;
  font-size: 0.95rem;
  line-height: 1.4;
}

.sidebar-page-list li a:hover {
  color: var(--link-color) !important;
  background: rgba(176, 217, 161, 0.1);
  transform: translateX(5px);
  padding-left: 15px;
}

/* Quick Links Header Styling */
.sidebar-category:first-child h2 {
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--heading-color);
  margin-bottom: 25px;
  text-align: center;
  position: relative;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.sidebar-category:first-child h2::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 4px;
  background: linear-gradient(
    90deg,
    var(--hero-gradient1),
    var(--hero-gradient2)
  );
  border-radius: 2px;
}

/* Main Pakistan News Link Special Styling */
.sidebar-category:nth-child(1) {
  background: linear-gradient(
    135deg,
    var(--hero-gradient1),
    var(--hero-gradient2)
  );
  border: 2px solid var(--link-color);
}

.sidebar-category:nth-child(1) .sidebar-page-list li a {
  color: var(--heading-color) !important;
  font-weight: 700;
  font-size: 1.1rem;
  text-align: center;
}

.sidebar-category:nth-child(1) .sidebar-page-list li a:hover {
  color: #fff !important;
  background: rgba(255, 255, 255, 0.2);
}

.sidebar-category:nth-child(1) .sidebar-page-list li::before {
  display: none;
}

/* Responsive Design */
@media (max-width: 1199px) {
  .sidebar-category {
    margin-bottom: 20px;
    padding: 15px;
  }

  .sidebar-category-title {
    font-size: 1.1rem;
    margin-bottom: 12px;
  }

  .sidebar-page-list {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .sidebar-category {
    margin-bottom: 15px;
    padding: 12px;
  }

  .sidebar-page-list li a {
    font-size: 0.9rem;
    padding: 6px 10px;
  }
}

/* Category Sections */
.category-section {
  border-bottom: 2px solid rgba(176, 217, 161, 0.2);
}

.category-section:last-child {
  border-bottom: none;
}

.category-title {
  font-size: 2.2rem;
  font-weight: 700;
  color: var(--heading-color);
  margin-bottom: 2rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative;
  padding-bottom: 15px;
}

.category-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 80px;
  height: 4px;
  background: linear-gradient(
    90deg,
    var(--hero-gradient1),
    var(--hero-gradient2)
  );
  border-radius: 2px;
}

/* News Cards */
.news-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  border: 1px solid rgba(224, 224, 224, 0.3);
  height: 100%;
  display: flex;
  flex-direction: column;
}

/* News Card Image Backgrounds */
.news-card-img {
  width: 100%;
  height: 200px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: transform 0.3s ease;
  display: block;
}

/* Economy Category Images */
.inflation-img {
  background-image: url("/images/inflation-in-pakistan.jpg");
}

.stock-market-img {
  background-image: url("/images/stock-market.jpg");
}

.cpec-img {
  background-image: url("/images/cpec.jpg");
}

/* Technology Category Images */
.tech-hubs-img {
  background-image: url("/images/tech-ecosystem.jpg");
}

.cybersecurity-img {
  background-image: url("/images/cybersecurity.jpg");
}

.edtech-img {
  background-image: url("/images/edtech-startups.jpg");
}

/* Sports Category Images */
.babar-azam-img {
  background-image: url("/images/babar-azam.jpg");
}

.athletes-img {
  background-image: url("/images/pakistani-athletes.jpg");
}

.sports-infrastructure-img {
  background-image: url("/images/sports-infrastructure.jpg");
}

/* Hover effect remains the same */
.news-card:hover .news-card-img {
  transform: scale(1.05);
}

.news-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  border-color: var(--link-color);
}

.news-card-img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.news-card:hover .news-card-img {
  transform: scale(1.05);
}

.news-card-body {
  padding: 20px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.news-card-body h3 {
  font-size: 1.3rem;
  font-weight: 600;
  color: var(--heading-color);
  margin-bottom: 12px;
  line-height: 1.3;
}

.news-card-body p {
  color: var(--body-text-color);
  line-height: 1.6;
  margin-bottom: 20px;
  flex-grow: 1;
  font-size: 0.95rem;
}

.content-area .btn-read-more {
  display: inline-block;
  background: var(--link-color);
  color: #fff !important;
  padding: 10px 20px;
  border-radius: 6px;
  text-decoration: none !important;
  font-weight: 500;
  font-size: 0.9rem;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  align-self: flex-start;
}

.content-area .btn-read-more:hover {
  background: var(--heading-color);
  color: #fff !important;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  text-decoration: none !important;
}

/* Responsive Design */
@media (max-width: 768px) {
  .category-title {
    font-size: 1.8rem;
    margin-bottom: 1.5rem;
  }

  .news-card-img {
    height: 180px;
  }

  .news-card-body {
    padding: 15px;
  }

  .news-card-body h3 {
    font-size: 1.2rem;
  }

  .news-card-body p {
    font-size: 0.9rem;
  }
}

/* Responsive Design */
@media (max-width: 768px) {
  .blog-post {
    padding: 25px;
  }

  .blog-post p {
    font-size: 1rem;
    line-height: 1.7;
  }

  .blog-post p:first-of-type {
    font-size: 1.1rem;
    padding: 15px;
  }
}

@media (max-width: 480px) {
  .blog-post {
    padding: 11px;
    border-radius: 8px;
  }

  .blog-post img {
    margin-bottom: 20px;
  }
}

/* Blog Post Image Styling */
.blog-post-img {
  display: block;
  width: 100%;
  height: 300px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0 0 20px 0;
  border-radius: 8px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}

/* Responsive Design for Blog Post Images */
@media (max-width: 768px) {
  .blog-post-img {
    height: 250px;
    margin-bottom: 15px;
    border-radius: 6px;
  }
}

@media (max-width: 480px) {
  .blog-post-img {
    height: 200px;
    border-radius: 4px;
    margin: 0 -11px 20px -11px;
    width: calc(100% + 22px);
  }
}

.footer {
  background-color: #111827; /* Dark navy background */
  color: #e5e7eb; /* Light gray text */
}

.footer a {
  color: #9ca3af;
  text-decoration: none;
  transition: color 0.3s ease;
  font-weight: 500;
}

.footer a:hover {
  color: #ffffff;
}

.footer-links a {
  padding: 0 0.5rem;
}

.newsletter h5 {
  color: #ffffff;
  font-weight: 600;
}

.newsletter-form {
  display: flex;
  gap: 0.5rem;
  max-width: 350px;
  margin: 0 auto;
}

.newsletter-form input[type="email"] {
  flex: 1;
  padding: 0.65rem 1rem;
  border: none;
  border-radius: 8px;
  font-size: 0.9rem;
  outline: none;
}

.newsletter-form input[type="email"]:focus {
  box-shadow: 0 0 0 2px #3b82f6; /* Blue focus ring */
}

.newsletter-form button {
  padding: 0.65rem 0.4rem;
  border: none;
  border-radius: 8px;
  background: linear-gradient(135deg, #25eb6e, #05d409);
  color: #fff;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.3s ease, transform 0.2s;
}

.newsletter-form button:hover {
  background: linear-gradient(135deg, #1dd87e, #39eb25);
  transform: translateY(-2px);
}

.footer p {
  color: #9ca3af;
}
.social-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background-color: #1f2937; /* dark gray */
  color: #e5e7eb; /* light */
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.social-icon:hover {
  background-color: #25eb77; /* blue */
  color: #fff;
  transform: translateY(-3px);
}
.article_content p {
  color: #8d8d8d;
  font-size: 16px !important;
}
article.inner-service {
  height: 100% !important;
}
#inner-pages-header .header-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #74fb94;
  left: 0;
  top: 0;
  /* opacity: 0.5; */
  background: linear-gradient(
    135deg,
    var(--hero-gradient1),
    var(--hero-gradient2)
  );
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.246);
}
.home #inner-pages-header {
  display: block !important;
}
button.toggle {
  top: -17px !important;
}
ul.primary-menu {
  margin: 3px 0 0 0 !important;
}
.article_content img {
    border-radius: 10px !important;
}