/*
Theme Name: AZ24 Theme
Theme URI: https://az24.az
Author: AZ24
Author URI: https://az24.az
Description: Az24 local theme
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: az24-theme
*/
:root {
  --primary-color: #005e8c;
  --accent-color: #00bbd4;
  --search-bg-color: #d32f2f;
  --text-color-black: #000;
  --text-color-white: #fff;
  --text-light-gray: #c4c4c4;
  --text-gray: #808080;
  --border-bt-header: #00b140;
  --border-bt-input: #ccc;
  --border-category-card: #ddd;
  --border-category-cardHover: #1256cba9;
  --text-color-homeBaseCard: #111;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Montserrat", sans-serif;
}

/* Layout üçün Flex */
body > div {
  font-family: "Montserrat", sans-serif;
}

/* banner ucun sol ve sağ divlər start */
.left {
  position: fixed;
  top: 8.2%;
  left: 80px;
  width: 170px;
  height: 100vh;
  z-index: 10;
}

.right {
  position: fixed;
  top: 8.2%;
  right: 80px;
  width: 170px;
  height: 100vh;
  z-index: 10;
}

.left img,
.right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-top-banner,
.unNews-top-banner {
  background-color: var(--primary-color);
  color: var(--text-color-white);
  font-size: 14px;
  padding: 8px 0;
}

.unNews-top-banner {
  background-color: var(--text-color-white);
}

/* Əsas content */
.news-top-content,
.aboutContainer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 6px 10px;
  max-width: 1024px;
  margin: 0 auto;
  flex-wrap: wrap; /* normalda sətir qırılmasın deyirik, amma bunu media-da dəyişəcəyik */
}
.news-top-links,
.news-top-right {
  flex-shrink: 0;
}

.news-top-links ul {
  list-style: none;
  display: flex;
  gap: 18px;
  margin: 0;
  padding: 0;
}

.news-top-links a {
  color: var(--text-color-white);
  font-weight: 700;
  font-size: 16px;
  text-decoration: none;
  position: relative;
}

.news-top-links a:hover {
  color: #ffd700;
}

.news-top-right {
  display: flex;
  align-items: center;
  gap: 15px;
}

.news-date {
  font-size: 16px;
  color: var(--text-color-white);
  margin-right: 25px;
}

.news-social-icons {
  display: flex;
  gap: 20px;
}

.news-social-icons a {
  color: var(--text-color-white);
  font-size: 18px;
  transition: transform 0.3s ease, color 0.3s ease;
}

.news-social-icons a:hover {
  color: #ffd700;
  transform: scale(1.2);
}

/* Header */
header {
  flex: 1;
  padding: 5px 10px;
  position: relative;
  max-width: 1024px;
  margin: auto;
}

.headerClasster {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0px;
  max-width: 1024px;
  margin: 0px auto;
  position: sticky;
  top: 0;
  left: 0;
  background: white;
  z-index: 3;
  border-bottom: 1px solid var(--border-bt-header);
}

.socialIconsBase {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  position: relative;
}

.social-icons {
  margin-top: 0px !important;
  margin-top: -30px;
}

.social-icons a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: transparent;
  color: var(--text-color-black);
  transition: background-color 0.3s, color 0.3s;
  text-decoration: none;
}

.social-icons a:hover {
  background-color: var(--text-color-black);
  color: var(--text-color-white);
}

.logoNavbar {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 0;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  width: 100%;
}
.logoNavbar a img {
  width: 100%;
  height: 100%;
}
.logoNavbar a {
  text-decoration-line: none;
  color: var(--text-color-black);
}

.logoNavbar a span {
  color: var(--border-bt-header);
}

.navbarSearch {
  display: flex;
  align-items: center;
  gap: 8px;
  transition: all 0.4s ease;
  width: 45%;
}

.inputSearchSelf {
  padding: 6px 10px;
  border: none;
  border-bottom: 1px solid var(--border-bt-input);
  border-radius: 0;
  outline: none;
  width: 100%;
}

.inputSearchBtn {
  padding: 6px 12px;
  background-color: var(--search-bg-color);
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

.clearSearchMobile {
  position: absolute;
  right: 80px;
  font-size: 20px;
  cursor: pointer;
  color: var(--border-bt-input);
  display: none !important;
}
.clearSearchMobileActive {
  display: block !important;
}

.searchIconTwo {
  display: none;
  font-size: 20px;
  cursor: pointer;
}

.navbarNav {
  display: flex;
  border-bottom: 1px solid var(--border-bt-header);
  padding-top: 2px;
}

.navList {
  list-style: none;
  display: flex;
  height: 50px;
  flex-wrap: nowrap;
  gap: 20px;
  align-items: center;
  margin: 0;
  position: relative;
}

.navList-item {
  font-weight: bold;
  cursor: pointer;
  white-space: nowrap;
  font-size: 18px;
  width: 110%;
  height: 100%;
  display: flex;
  padding-left: 5px;
  padding-right: 5px;
  justify-content: center;
  align-items: center;
}

.NavListAnchor {
  text-decoration-line: none;
  color: var(--text-color-black);
  width: 100%;
  text-align: center;
  height: 100%;
  line-height: 50px;
}

.navList-item.active {
  background-color: rgb(0, 0, 0);
  color: var(--text-color-white);
  padding-left: 5px;
  padding-right: 5px;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.navList-item:hover {
  background-color: rgb(0, 0, 0);
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
}

.navList-item:hover a {
  color: var(--text-color-white);
}

.dropdown {
  position: relative;
  font-weight: bold;
  cursor: pointer;
  white-space: nowrap;
  font-size: 18px;
}

.dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  background: var(--text-color-white);
  border: 1px solid var(--border-bt-input);
  color: var(--text-color-black);
  list-style: none;
  padding: 0px 0px;
  z-index: 999;
  min-width: 108px;
}

.dropdown:hover .dropdown-menu {
  display: block;
}

.dropdown-menu li {
  padding: 10px;
  cursor: pointer;
}

.dropdown-menu li:hover {
  background-color: var(--text-light-gray);
}
.dropdown-menu li a {
  text-decoration-line: none;
  color: var(--text-color-black) !important;
  display: block;
}

.searchDiv {
  display: none;
  align-items: center;
  background-color: var(--text-color-white);
  border: 1px solid var(--border-bt-input);
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  padding: 8px 12px;
  gap: 10px;
  position: absolute;
  right: 35px;
  top: 0px;
  z-index: 10;
}

.searchDiv input[type="text"] {
  padding: 6px 10px;
  border: 1px solid var(--border-bt-input);
  border-radius: 5px;
  font-size: 14px;
  width: 200px;
  transition: width 0.3s ease;
  outline: none;
}

.searchDiv button:nth-of-type(1) {
  background-color: var(--accent-color);
  color: white;
  border: none;
  border-radius: 5px;
  padding: 6px 12px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.searchDiv button:nth-of-type(2):hover {
  background-color: var(--accent-color);
}

.searchAndHamburger {
  position: relative;
  display: flex;
  align-items: center;
}

/* Çıxış düyməsi */
.closeSearchİnput {
  background-color: var(--search-bg-color);
  color: var(--text-color-white);
  border: none;
  border-radius: 5px;
  padding: 7px 10px;
  font-size: 13px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.closeSearchİnput:hover {
  background-color: var(--search-bg-color);
}

/* Layout Mərkəzləşdirmə */
.layout {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.center {
  max-width: 100%;
  width: 750px;
  flex: 1;
  /* margin: 0 2px; */
}

/* News Cards (CSS GRID ilə) */
.news-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
  margin: 20px 0;
}
.news-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5px;
  max-width: 1000px;
  margin: 0 auto;
  padding: 20px 0px;
}

.news-card {
  margin-top: 10px;
}

.news-card p {
  margin: 0;
  font-size: 14px;
}

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

.showMoreBtn {
  padding: 0.5rem 1rem;
  border-radius: 50px;
  border: 1px solid var(--text-light-gray);
  cursor: pointer;
}

.showMoreBtn:hover {
  color: var(--border-bt-header);
}

.aBlockTitle {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid black;
  margin-bottom: 15px;
  padding-bottom: 8px;
}

.aAllShow a {
  text-decoration-line: none;
  color: var(--text-color-black);
}

.aAllShow a:hover {
  text-decoration-line: underline;
  color: var(--text-color-black);
}

.bigPostHome {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(170px, 181px));
  gap: 10px;
}
.bigPost {
  border-bottom: 1px solid #eee;
  display: grid;
  margin-bottom: 5px;
  padding-bottom: 5px;
}

.bigPostHome a {
  text-decoration-line: none;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.BigPostImage {
  height: 150px;
  overflow: hidden;
}

.BigPostImage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.BigPostInfo {
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.BigPostTitle {
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: -0.72px;
  margin-bottom: 10px;
  color: var(--text-color-black);
}

.BigPostExtra {
  display: flex;
  justify-content: space-between;
  font-size: 0.9rem;
  color: gray;
  margin-top: auto;
}

.card {
  background-color: var(--text-color-white);
  border: 1px solid var(--text-color-white);
  transition: all 0.3s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  cursor: pointer;
  overflow: hidden;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  border-bottom: 5px solid var(--accent-color);
  border-radius: 5px;
}

.card:hover {
  border-bottom: 5px solid var(--primary-color);
  box-shadow: 0 10px 15px rgba(18, 86, 203, 0.3);
}

.card img {
  width: 100%;
  height: 155px;
  aspect-ratio: 16 / 9;
}

.card h3 {
  font-size: 15px;
  color: var(--text-color-homeBaseCard);
  outline: none;
  margin-top: 4px;
  line-height: 1.5;
  padding: 0px 5px;
  margin-bottom: 35px;
}

.centerCardCategory {
  color: var(--text-gray);
  font-size: 14px;
  width: 100%;
  position: absolute;
  bottom: 0;
}
.news-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 4px 0;
}

.categoryAnchor {
  text-decoration: none;
  font-weight: 500;
  color: var(--text-gray);
  font-size: 13px;
}

.categoryAnchor:hover {
  color: var(--accent-color);
}

.timeCategory {
  font-size: 13px;
  color: var(--text-gray);
}

.news-meta {
  display: flex;
  padding: 7px;
}

.category {
  text-align: left;
}
.categoryAnchor {
  text-decoration: none;
}

.timeCategory {
  text-align: right;
  width: 100%;
}

.cardLink {
  text-decoration-line: none;
  color: var(--text-color-black);
}

.rightCenterMenu {
  width: 240px;
}

.right-sidebar {
  margin-top: 20px;
}

.homeRightSideHeader {
  background: var(--accent-color);
  color: var(--text-color-white);
  padding: 10px 10px;
  border-radius: 3px;
  margin-bottom: 5px;
  text-align: center;
}

.homeBlogCard {
  margin: 10px 0px;
}
.homeBlogCard a {
  text-decoration-line: none;
}
.homeBlogRightSideHeader {
  position: relative;
  border-bottom: 1px solid var(--text-light-gray);
}

.rightLink {
  cursor: pointer;
  text-decoration-line: none;
  color: var(--text-color-black);
  margin-top: 15px;
  display: block;
}

.right-sidebar h3 {
  font-size: 16px;
  margin-bottom: 0px;
}

.sidebar-card {
  gap: 10px;
  padding-bottom: 10px;
  overflow: hidden;
  min-height: 100%;
  position: relative;
}

.sidebar-card img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 4px;
}

.sidebar-content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: space-between;
  padding: 0px 5px;
  position: relative;
}

.sidebar-title {
  font-size: 17px;
  color: var(--text-color-homeBaseCard);
  font-weight: bold;
  line-height: 1.4em;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 20px;
}

.sidebar-meta {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  font-size: 15px;
  color: var(--text-gray);
  padding: 5px 0;
  width: 100%;
  position: absolute;
  bottom: 0;
}

.sidebar-meta i {
  margin-right: 4px;
}
.news-cardsCategory {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  max-width: 1000px;
  margin: 0 auto;
  padding: 10px 0;
}
.news-cardCategory {
  height: 100%;
}

.card-category {
  background-color: var(--text-color-white);
  border: 1px solid var(--border-category-card);
  overflow: hidden;
  transition: all 0.3s ease;
  cursor: pointer;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  border-bottom: 5px solid var(--accent-color);
  border-radius: 5px;
}
.card-category img {
  width: 100%;
  height: 140px;
  object-fit: cover;
}

.card-category h3 {
  font-size: 15px;
  color: var(--text-color-homeBaseCard);
  outline: none;
  margin-top: 4px;
  line-height: 1.5;
  padding: 0px 5px;
  margin-bottom: 10px;
}

.centerCardCategorySingle {
  font-weight: 500;
  color: var(--text-gray);
  font-size: 13px;
  padding: 5px 3px;
  font-size: 15px;
  outline: none;
  margin-top: 4px;
  line-height: 1.5;
  margin-top: auto;
}

.card-category:hover {
  border-bottom: 5px solid var(--border-category-cardHover);
  box-shadow: 0 2px 2px var(--primary-color);
}

.title-category {
  background-color: var(--accent-color);
  padding: 10px;
  color: var(--text-color-white);
  font-weight: bold;
  margin-top: 5px;
}

.showMoreDiv {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 10px;
}

.showMoreBtn {
  padding: 0.5rem 1rem;
  border-radius: 50px;
  border: 1px solid var(--text-light-gray);
  cursor: pointer;
}

.showMoreBtn:hover {
  color: var(--border-bt-header);
}

.pagination {
  display: flex;
  justify-content: center;
  margin-top: 15px;
  font-family: "Arial", sans-serif;
}

#page-numbers {
  display: flex;
  gap: 12px;
}

.page-number {
  display: inline-block;
}

.page-number > span {
  display: inline-block;
  padding: 10px 16px;
  background-color: var(--primary-color);
  color: white;
  border-radius: 5%;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 20px;
  font-weight: 600;
  cursor: default;
  transition: all 0.3s ease;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
}

.page-number a.page-numbers {
  display: inline-block;
  padding: 10px 16px;
  background-color: var(--text-color-white);
  color: var(--primary-color);
  border-radius: 5%;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 20px;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.3s ease, transform 0.2s ease;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
}

.page-number a.page-numbers:hover {
  background-color: var(--primary-color);
  color: var(--text-color-white);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

.page-number a.next {
  background-color: var(--primary-color);
  color: var(--text-color-white);
  font-weight: 600;
  padding: 10px 22px;
  transition: all 0.3s ease, transform 0.2s ease;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.12);
  width: 100%;
}

.page-number a.next:hover {
  background-color: var(--accent-color);
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.2);
}

.footer {
  background-color: var(--primary-color);
  color: var(--text-color-white);
  padding: 60px 30px;
  margin-top: 20px;
  width: 100%;
  margin: auto;
  margin-top: 10px;
}

.footerContainer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 6px 20px;
  max-width: 1024px;
  margin: 0 auto;
  flex-wrap: wrap;
}

.logoBase {
  display: flex;
  flex-direction: column;
}

.logo {
  font-size: 26px;
  font-weight: bold;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.logoIcon {
  background-color: var(--text-color-white);
  color: var(--search-bg-color);
  font-weight: bold;
  padding: 0 8px;
  border-radius: 4px;
  font-size: 22px;
  margin-right: 8px;
}

.footerColumn {
  display: flex;
  flex-direction: column;
}

.footerUl {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 39px;
  max-width: 380px;
  text-align: left;
}

.footerListItem {
  width: calc(33.333% - 26px);
}

.footerListItem a {
  text-decoration-line: none;
  color: var(--text-color-white);
  cursor: pointer;
}

.footerListItem:hover {
  text-decoration-line: underline;
  color: var(--text-color-white);
  cursor: pointer;
}

.followUs {
  font-weight: 600;
  font-size: 17px;
  margin-bottom: 10px;
}

.socialIcons {
  display: flex;
  gap: 14px;
  font-size: 20px;
  margin-bottom: 15px;
}

.socialIcons i {
  cursor: pointer;
  transition: transform 0.3s ease;
  color: var(--text-color-white);
}

.socialIcons i:hover {
  transform: scale(1.2);
}

.createdBy {
  font-size: 14px;
}

.createdBy span {
  font-weight: bold;
  color: #ffc94a;
}

.footerTop {
  display: flex;
  gap: 20px;
  list-style-type: none;
  padding: 0;
  cursor: pointer;
}

.footerTop li a {
  text-decoration-line: none;
  color: var(--text-color-white);
}

.footerBottom {
  list-style-type: none;
  padding: 0;
  font-size: 15px;
  color: var(--text-color-white);
}
.footerBottom span {
  color: var(--text-color-white);
}

.footerBottom li {
  margin: 5px 0px;
}

.hamburgerIcon {
  display: flex;
  gap: 15px;
  margin-right: 3px;
  margin-top: 2px;
}

.hamburgerIcon i {
  padding: 10px;
  /* font-size: 20px; */
  display: none;
}
.openSearchMobile {
  font-size: 22px;
  margin-top: 10px;
}

.mobileMenu {
  position: fixed;
  top: 0px;
  right: 0;
  width: 260px;
  height: 100vh;
  background: #f9f9f9;
  box-shadow: -2px 0 12px rgba(0, 0, 0, 0.1);
  transform: translateX(100%);
  transition: transform 0.4s ease-in-out;
  z-index: 9999;
  overflow-y: auto;
}

.mobileMenu.active {
  transform: translateX(0);
}

.hamburgerUl {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
}

.hamburgerLi {
  border-bottom: 1px solid #eee;
}

.hamburgerLink {
  display: block;
  padding: 14px 22px;
  color: #222;
  text-decoration: none;
  font-size: 17px;
  font-weight: 500;
  transition: background 0.3s, color 0.3s;
}

.hamburgerLink:hover {
  background-color: #efefef;
  color: #000;
}

.hamburgerDivider {
  height: 2px;
}

.hamburgerClose {
  padding: 10px;
  text-align: right;
}

.hamburgerClose i {
  font-size: 25px;
  margin-top: 2px;
  cursor: pointer;
  margin-right: 10px;
}

.hamburger-socials {
  display: flex;
  justify-content: flex-start; /* ikonları ortala */
  align-items: center;
  gap: 15px; /* ikonlar arası məsafə */
  padding: 15px 20px; /* üst və alt məsafə */
  border-top: 1px solid #ddd; /* menyudan ayıran xətt */
  margin-top: auto; /* həmişə menyunun ən aşağısında qalsın */
}

.hamburger-socials a {
  color: #555;
  font-size: 18px;
  transition: all 0.3s ease;
  margin-right: 10px;
}

.hamburger-socials a:hover {
  color: #007bff; /* hover effekti — mavi ton */
  transform: scale(1.1); /* bir az böyüsün */
}

.sliderBase {
  position: relative;
  width: 100%;
  margin-top: 21px;
  border-radius: 2px;
  min-height: 400px;
  border-bottom: 4px solid #00bcd4;
  border-radius: 5px;
  padding-bottom: 5px;
}

.imgCard {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.imgCard img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 2px;
  position: relative;
}

.imgCard.active {
  opacity: 1;
  z-index: 1;
}

.prevBtn,
.nextBtn {
  position: absolute;
  top: 44%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  padding: 8px 18px;
  font-size: 24px;
  cursor: pointer;
  border-radius: 50%;
  z-index: 2;
  transition: background 0.3s;
}

.prevBtn:hover,
.nextBtn:hover {
  background: rgba(0, 0, 0, 0.8);
}

.prevBtn {
  left: 10px;
}

.nextBtn {
  right: 10px;
}

.newsInfo {
  padding-top: 10px;
  background: #00000052;
  padding-bottom: 5px;
  margin-bottom: 5px;
  color: white;
  position: absolute;
  bottom: -5px;
  width: 100%;
  padding: 0 5px;
}

.newsTitle {
  font-size: 26px;
  font-weight: bold;
  margin: 5px 0;
  border-bottom: border 2px solid green;
  padding-bottom: 5px;
  margin-bottom: 5px;
}

.newsMeta {
  font-size: 17px;
  color: gray;
  margin-bottom: 8px;
}

.newsDesc {
  font-size: 15px;
  line-height: 1.4;
}

.slider-pagination {
  display: flex;
  justify-content: center;
  margin-top: 10px;
  gap: 10px;
}

.slider-pagination-bullet {
  background-color: #ccc;
  border-radius: 50%;
  width: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 20px;
  cursor: pointer;
  transition: background 0.3s;
}

/* Pagination */
/* .pagination {
  text-align: center;
  margin: 15px 0;
}

.pagination span {
  display: inline-block;
  margin: 0 5px;
  padding: 5px 10px;
  background: #ddd;
  border-radius: 4px;
  cursor: pointer;
} */

/* singlePage side start */

.singlePageGrid {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  flex-wrap: wrap;
}

/* Əsas Xəbər */
.blogContent {
  flex: 3;
  background: #fff;
  padding: 10px 0px;
  margin-top: 20px;
}

.blogContent img {
  width: 100%;
  max-height: 500px;
  /* height: 350px; */
  /* border-radius: 10px; */
  /* margin-bottom: 15px; */
}

.blogContent,
.news-title {
  font-size: 2rem;
  margin-bottom: 1rem;
  color: #222;
  font-weight: 700;
  padding: 0;
}

.meta {
  font-size: 14px;
  color: #666;
  margin-bottom: 15px;
  padding: 5px;
}

.meta .category,
.meta .time {
  margin-right: 12px;
}
.meta a{
   text-decoration: none;
}
.meta i {
  margin-right: 5px;
  color: #0077cc;
}

.meta .views {
  margin-right: 12px;
  color: #666;
}

.meta .views i {
  margin-right: 5px;
  color: #0077cc;
}

.description {
  font-size: 18px;
  line-height: 1.7;
  font-weight: 500;
}
.description p {
  margin: 10px 0px;
}
.description img {
  width: auto;
  height: auto;
  max-width: 100%;
}
.description iframe {
  max-height: 400px;
  width: 100%;
}

/* singlePage center side end */

/* singlePage center oxsar xeberler start */

.aBlockWrapSinglePage {
  margin-top: 20px;
}

.bigPostSinglePage {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(170px, 244px));
  gap: 10px;
}
.bigPostCardSinglePage {
  position: relative;
  border-bottom: 1px solid #eee;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  width: 100%;
}
.bigPostLinkSinglePage {
  padding-bottom: 10px;
  text-decoration-line: none;
  display: flex;
  flex-direction: column;
  /* height: 100%; */
}

.BigPostImageSinglePage {
  height: 180px;
  overflow: hidden;
}

.BigPostImageSinglePage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* border-radius: 8px; */
}

.bigPostSinglePage a {
  padding-bottom: 10px;
  text-decoration-line: none;
  height: 100%;
}

.aBlockTitleSinglePage {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid black;
  margin-bottom: 15px;
  font-size: 18px;
  padding-bottom: 5px;
}

.bigPostSinglePage a {
  display: flex;
  flex-direction: column;
}

/* Başlıq */
.BigPostTitleSinglePage {
  font-size: 15px;
  color: var(--text-color-homeBaseCard);
  outline: none;
  margin-top: 4px;
  line-height: 1.5;
  padding: 0px 5px;
}

.BigPostTitleSinglePage:hover {
  color: #0047b3;
}

.BigPostExtraSinglePage {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 13px;
  color: #666;
  padding: 7px;
}


.headerDescriptionAds{
  display: none;
}       
.headerDescriptionAdsPC {
  display: block;
  display: flex;
  justify-content: center;
  align-items: center;
}
 .oneAds {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 10px;
}
.adsImgOne,.adsImgTwo {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.adsImgTwo {
}

.postCategorySinglePage {
  color: var(--text-gray);
  font-weight: 600;
  padding: 3px 0px;
  border-radius: 4px;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.4px;
}

 
.singleRight-sidebar {
  margin-top: 20px;
}

.singleRight-sidebar h3 {
  font-size: 18px;
  margin-bottom: 10px;
}

.singleSimilarNews {
  flex: 1;
  /* min-width: 250px; */
}

.singlePageSimilarCard {
  margin-top: 4px;
  /* margin-bottom: 20px; */
}

.singlePageSimilarCardLent {
  position: relative; /* Əlavə olundu */
  color: #000; /* Yazı rəngi şəkilə uyğun */
  padding: 5px 0;
  margin-bottom: 5px;
  text-align: left;
}

.singlePageSimilarCardLent::before {
  content: "";
  width: 100%;
  height: 6px;
  background-color: #e8ecfe; /* Açıq alt xətt */
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 50px;
}

.singlePageSimilarCardLent::after {
  content: "";
  width: 100%;
  height: 4px;
  background-color: #00bbd4; /* Tünd alt xətt */
  position: absolute;
  bottom: 0px;
  left: 0;
  border-radius: 50px;
}

.singlePageSimilarCardLent h3 {
  font-size: 1.25rem;
  color: #e8112d;
  font-weight: 600;
  margin-bottom: 0.8rem;
}

.singlePageRightLink {
  cursor: pointer;
  text-decoration-line: none;
  color: #000;
}
.singlePageSimilarCardDesc {
  border-bottom: 1px solid #c4c4c4;
}

.sidebarSinglePageg-card {
  gap: 10px;
  display: flex;
  padding-bottom: 10px;
  /* border-bottom: 1px solid #c4c4c4; */
  /* margin-bottom: 15px; */
  margin-top: 15px;
}

.sidebarSinglePageg-card img {
  width: 70px;
  height: 80px;
  object-fit: cover;
  border-radius: 4px;
}

.signleSidebar-content {
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: space-between;
}

.signleSidebar-title {
  font-size: 16px;
  color: #111;
  outline: none;
  font-weight: bold;
  cursor: pointer;
}

.signleSidebar-meta {
  display: flex;
  gap: 10px;
  font-size: 12px;
  color: gray;
  margin-bottom: 5px;
}

.signleSidebar-meta i {
  margin-right: 4px;
}

/* about side start */
.aboutSection {
  /* background: #f8f9fb; */
  padding: 10px 0;
}

.aboutContainer {
  /* max-width: 1100px; */
  margin: 0 auto;
  /* background: #fff; */
  /* border-radius: 12px; */
  padding: 5px 10px;
  /* box-shadow: 0 4px 15px rgba(0, 0, 0, 0.07); */
}

.aboutTitle {
  position: relative;
  text-align: center;
  font-size: 2.2rem;
  font-weight: 600;
  color: #222;
  margin-bottom: 25px;
  margin-top: 25px;
}

.aboutTitle::after {
 content: "";
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 50%;
    height: 0.5px;
    background-color: #007bff;
    border-radius: 4px;
}

.aboutSubtitle {
  text-align: center;
  color: #666;
  margin-bottom: 40px;
  font-size: 1.1rem;
}

.aboutContent {
  display: grid;
  /* grid-template-columns: 1fr 1fr; */
  gap: 30px;
  align-items: center;
}

.aboutText p {
  line-height: 1.8;
  color: #333;
  font-size: 1rem;
  margin-bottom: 15px;
}

.aboutText h3{
  margin-bottom: 10px;
  font-size: 18px;
}

.aboutImage img {
  width: 100%;
  border-radius: 10px;
  object-fit: cover;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.aboutMission {
  background: #f1f4f8;
  padding: 25px;
  border-radius: 10px;
}

.aboutMission h2 {
  margin-bottom: 10px;
  color: #222;
}

.aboutMission p {
  color: #444;
  line-height: 1.7;
}

.aboutSocials {
  text-align: center;
  margin-top: 40px;
}

.aboutSocials h3 {
  margin-bottom: 15px;
  color: #333;
}

.aboutIcons a {
  color: #555;
  margin: 0 8px;
  font-size: 20px;
  transition: 0.3s;
}

.aboutIcons a:hover {
  color: #1877f2;
}
